jeeshofone / ha-apc-ecu-3

Get homeassistant to read APC ECU-3 data
https://www.123cloud.st/p/the-unexpectedly-direct-path-to-building
4 stars 1 forks source link

Expose more sensors #2

Closed DavidWAbrahams closed 9 months ago

DavidWAbrahams commented 9 months ago

Beyond just the power of each panel, report the grid frequency, grid voltage, and temperature. These are certainly less important than the voltage. But I do like having access to the temperature on my roof.

jeeshofone commented 9 months ago

Found a small issue in the code, header of the table is ending up in the inverter_ids array so the first sensor in the config generator is using the value Inverter ID

I'll commit a small change that fixes this and then we can merge.