UtilitechAS / amsreader-firmware

ESP8266 and ESP32 compatible firmware to read, interpret and publish data to MQTT from smart electrical meters, both DLMS and DSMR is supported
Other
381 stars 73 forks source link

Add support for timezone in date-time decoding #93

Closed gskjold closed 3 years ago

gskjold commented 3 years ago

Blue book page 39. Add a bool parameter to HanReader::getTime to tell the code to respect timezone and daylight saving or not. Respect for Kamstrup and possibly also Kaifa, but not Aidon.

gskjold commented 3 years ago

Time will tell if I did this right