JensenNick / huawei_solar_pees

Power, Energy and Economy Sensors in Home Assistant
MIT License
49 stars 5 forks source link

Add Derived Sensors - Provides Inverter and Battery Models #73

Closed Roving-Ronin closed 1 month ago

JensenNick commented 1 month ago

To keep things clean, now that I've split the input file into PEES and STAT, I'll only add the derived sensors relevant for PEES in huawei_solar_pees_input.yaml file.

JensenNick commented 1 month ago

Any information about the naming convention used for iStore products? What would the output of {{ device_attr("sensor.inverter_input_power","model") | regex_findall_index('(SUN\d+-\d+KTL-[L|M|MB]\d+)|(IS-HYB-\d-\[1|3]PH)', 0) | first }} be?

JensenNick commented 1 month ago

With the naming schema "IS-HYB-12000-3PH" for the iStore products, how do we distinguish between M1, MAP0 and MB0 inverters which are all 3PH?