bphermansson / EspSparsnasGateway

Reads data from Ikea Sparsnäs energy meter and publish via Mqtt.
MIT License
39 stars 27 forks source link

Fix total rounding #29

Closed dogmatic69 closed 5 years ago

dogmatic69 commented 5 years ago

Currently if you have 1000 pulse per kw and you have 100050 pulses you will get a total value of 1000.00. This will now read 1000.50.