flobz / psa_car_controller

Control psa car with connected_car v4 API.
GNU General Public License v3.0
391 stars 199 forks source link

HTTPSConnectionPool #627

Closed pedroresende closed 9 months ago

pedroresende commented 9 months ago

Describe the bug When I attempt to register I get the following message

image

To Reproduce Steps to reproduce the behavior:

  1. what command did you use
  2. when the bug append ? Registration
  3. Does it persist after restarting the program? Yes
  4. Does it persist after recreate config by going to http://server_address:port/config? Yes, it does

Config file Give the anonymize content of the config file

[General] currency = €

minimum trip length in km so it's added to stats and map in website

minimum trip length = 10

length unit = km [Electricity config]

price by kw/h

day price = 0.2135 night price = 0.145

ex: 22h30

night hour start = 22h00

ex: 6h00

night hour end = 7h00 dc charge price high speed dc charge price

minimum power in kW that should be delivered during a charge so it can be considered as a high speed charger

high speed dc charge threshold charger efficiency = 0.8942

Environment (please complete the following information):

Additional context Add any other context about the problem here.

flobz commented 9 months ago

This is a problem of your server not being able to access to github, not a PSACC issue.