pail23 / stiebel_eltron_isg_component

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

[Feature Request] Power consumption on LWZ #107

Closed northalpha closed 4 months ago

northalpha commented 11 months ago

Like discussed in https://github.com/pail23/stiebel_eltron_isg_component/issues/51 i would like to see the energy consumptions but i was too excited that the "verdichterstarts" are now working that i did not catch this, so here once again my wish to implement following adresses on a LWZ, i think they are present on WPM based devices but now on LWZs.

      # Power consumption
      - name: "LWZ P-HEIZUNG-TAG"
        slave: 1
        address: 3021
        input_type: input
        unit_of_measurement: kWh
        device_class: energy
      - name: "LWZ P-HEIZUNG-SUMME MWh"
        slave: 1
        address: 3023
        input_type: input
        unit_of_measurement: MWh
        device_class: energy
      - name: "LWZ P-HEIZUNG-SUMME kWh"
        slave: 1
        address: 3022
        input_type: input
        unit_of_measurement: kWh
        device_class: energy
      - name: "LWZ P-WW-TAG"
        slave: 1
        address: 3024
        input_type: input
        unit_of_measurement: kWh
        device_class: energy
      - name: "LWZ P-WW-SUMME MWh"
        slave: 1
        address: 3026
        input_type: input
        unit_of_measurement: MWh
        device_class: energy
      - name: "LWZ P-WW-SUMME kWh"
        slave: 1
        address: 3025
        input_type: input
        unit_of_measurement: kWh
        device_class: energy

see pages 17ff on the modbus pdf

M4tRiX92 commented 9 months ago

I would really appreciate to get the power consumption of the LWZ for heating, hot water and ventilation. :) If you need anything from my side - please ask. Thank you!

image

northalpha commented 9 months ago

I would really appreciate to get the power consumption of the LWZ for heating, hot water and ventilation. :) If you need anything from my side - please ask. Thank you!

image

okay wow ... which software version is your ISG running, i do not have these values, or another hidden secret URL?

M4tRiX92 commented 9 months ago

ISG web v12.2.2 Info -> Energy Footprint. LWZ 5s plus

how can I find the information like,

I think they will be needed for implementation right?

northalpha commented 9 months ago

Yes, these are the Modbus Registers to be read out. Normally they would be apppaer here in this document: https://www.stiebel-eltron.de/content/dam/ste/cdbassets/historic/bedienungs-_u_installationsanleitungen/ISG_Modbus__b89c1c53-6d34-4243-a630-b42cf0633361.pdf (or the german onyl one here: https://www.stiebel-eltron.de/content/dam/ste/cdbassets/historic/bedienungs-_u_installationsanleitungen/ISG_Modbus__ed049b5c-79e9-4efa-a99c-7532a657e54a.pdf)

pail23 commented 9 months ago

The modbus registers 3022 - 3027 are already read by the integration. The corresponding entities are:

I did not find any registers to energy consumption of the ventilation. I case you can figure out the register, I'm happy to add it.

M4tRiX92 commented 9 months ago

According StiebelEltron-Support: "The Mod Bus registers for these values are not yet available. The software is under development. Unfortunately I can not give you a date of availability."

maierei commented 9 months ago

Hi guys, I would also like to get the power consumption values. After looking into the above linked dcumentation I think we need the registers 3511 to 3516: image Or am I wrong?

Regards Markus

maierei commented 8 months ago

Hi @pail23 ,

could you have a look at my last posting? Do you think this could be the way where we could get the data from?

Thanks Markus

pail23 commented 8 months ago

Hi @maierei

The registers you provided are used for the WPM heatpumps. Those are already available in the component: Consumed Heating Today (3511) Consumed Heating Total (3512, 3513) Consumed Water Heating Today (3514) Consumed Water Heating Total (3515, 3516)

The same entities are already available for the LWZ heatpump (using different registers, see above). The only thing which is missing is the energy consumption for the ventilation. In case you know the corresponding registers for the ventilation for the LWZ heat pumps, I would be very happy to know them.