Claustn / esp8266-kamstrup-mqtt

31 stars 18 forks source link

Fix per phase active import export && added status LED #8

Closed cnrd closed 1 year ago

cnrd commented 1 year ago

Hi

It seems like the active import and active export of the individual phases also needs the *10, otherwise the resulting mqtt values are a factor 10 too small.

I also added a status indication using the LED build into the esp8266, such that it will turn on during the boot process, turn off when the esp has booted successfully and will blink whenever data is sent to the mqtt server.

Claustn commented 1 year ago

Looks good.. Thank you very much.