cmcgerty / Sofar2mqtt

A smart home interface for Sofar solar and battery inverters.
GNU General Public License v3.0
79 stars 45 forks source link

Added systemIO_power register #39

Closed MartinJSa closed 1 year ago

MartinJSa commented 1 year ago

systemIO_power is the AC side of the inverter. Values in this register (0x0214) will match the power To/From the battery shown on the front LCD panel and in the Solarman app. Note the battery_power register is DC side of the inverter, and values differ by ~5% from the AC side due to conversion losses.

cmcgerty commented 1 year ago

@MartinJSa Excellent work. Many thanks.

cmcgerty commented 1 year ago

@MartinJSa Do you want to add systemIO_power to configuration.yaml ahead of a 2.1 release?

MartinJSa commented 1 year ago

Oh yes good point, also the MQTT config has changed so I'll create a PR to include that as well.