syssi / esphome-pipsolar

ESPHome component to monitor and control a pipsolar inverter via RS232
Apache License 2.0
78 stars 35 forks source link

Add measurement #102

Closed avfoto closed 5 months ago

avfoto commented 5 months ago

I have been reading the data of my Voltronic Axpert VM III 3000/24 inverter from my raspberry pi for a while with this script: https://github.com/ned-kelly/docker-voltronic-homeassistant Yesterday I finally managed to read my inverter data directly from my Nuc with HA OS thanks to pipsolar. But, I am missing a value that my inverter with the ned-kelly script does obtain, which is "load watt". Could this reading be added? Thank you.