CurtRod / SimpleEVSE-WiFi

Brings EVSE WB/DIN into your WiFi
https://www.evse-wifi.de
78 stars 31 forks source link

Update config.json #26

Closed wbitholedotbe closed 5 years ago

wbitholedotbe commented 5 years ago

The default config.json can not be used, as there is a colon missing at the end of line "avgconsumption": "11.5". JSON library reports "[ WARN ] Failed to parse config file"

Must read "avgconsumption": "11.5", to fix the problem.