pail23 / stiebel_eltron_isg_component

Stiebel Eltron ISG integration for Home Assistant
MIT License
43 stars 20 forks source link

Added new energy sensors which sum total + todays energy - where to find? #241

Open whisky23 opened 1 month ago

whisky23 commented 1 month ago

Hi,

the last changelog told me, not to use xy_total and the xy_today energy sensor anymore. They will be removed. But I couldn't find any note, which sensor I have to use in future. Are there any new one?

Thanks!

pail23 commented 4 weeks ago

I need to revert from this statement for the moment. The logic seems not yet working in all installations. I reverted the changes related to the xy_total and xy_today sensor. I'm currently working to make the

Eventually these sensor will replae the xy_total and xy_today sensor.

Please provide me feedback if the sensors above are properly working for you.

fano0001 commented 2 weeks ago

Hi thank you for this great integration. I´m searching for the current inverter energy consumption. My Model is: WPL-A 07 HK 230 Premium

Is there a way to provide a sensor for it?

Screenshot 2024-06-14 at 07 56 51
Padanian commented 2 weeks ago

Hi thank you for this great integration. I´m searching for the current inverter energy consumption. My Model is: WPL-A 07 HK 230 Premium

Is there a way to provide a sensor for it?

Unfortunately, that variable is not available on modbus API, at this time.

fano0001 commented 2 weeks ago

Thank you for the quick reply. Than i try to parse it from "servicewelt" WebSite to an entity in HA.

mbeckerkassel commented 1 week ago

These registers are also availiable via Modbus (WPM/LWZ) if the ISG Firmware is 5.12.2.3.

 - name: ISG_CURRENT_POWER_CONSUMPTION_HP1
    unique_id: ISG_CURRENT_POWER_CONSUMPTION_HP1
    address: 3679
    slave: 1
    scale: 100
    input_type: input
    unit_of_measurement: KW

for the secondarys (WPM only): 3680 HP2 3681 HP3 3682 HP4 3683 HP5 3684 HP6