BenPru / luxtronik

Luxtronik integration for Home Assistant
MIT License
66 stars 23 forks source link

Add missing sensors ID_WEB_HUPout, ID_WEB_ZW1out, ID_WEB_Zaehler_BetrZeitZWE2 #239

Open pamo85 opened 4 months ago

pamo85 commented 4 months ago

I would like to have following sensors integrated

39

48

61

thx for checking it

BenPru commented 4 months ago

39 id: ID_WEB_HUPout

see binary_sensor.luxtronik*_circulation_pump_heating

48 id: ID_WEB_ZW1out

see binary_sensor.luxtronik*_additional_heat_generator

61 id: ID_WEB_Zaehler_BetrZeitZWE2

Really not exists.

pamo85 commented 4 months ago

My fault. Thx. I tried to find it with developer tools. but as only activated entities are shown I couldn't find it.

So just one missing :-)

Kars-de-Jong commented 4 months ago

61 id: ID_WEB_Zaehler_BetrZeitZWE2

Really not exists.

What do you mean? It does exist, it is listed in calculations.py, and can be read:

...
Number: 78    Name: ID_WEB_Code_WP_akt                                           Type: HeatpumpCode         Value: MSW2-6S
...
Number: 61    Name: ID_WEB_Zaehler_BetrZeitZWE2                                  Type: Seconds              Value: 0
pamo85 commented 4 months ago

61 id: ID_WEB_Zaehler_BetrZeitZWE2

Really not exists.

What do you mean? It does exist, it is listed in calculations.py, and can be read:

...
Number: 78    Name: ID_WEB_Code_WP_akt                                           Type: HeatpumpCode         Value: MSW2-6S
...
Number: 61    Name: ID_WEB_Zaehler_BetrZeitZWE2                                  Type: Seconds              Value: 0

Yes it's available and I can use it as additional sensor with bouni integration. but it's not integrated as sensor in BenPru integration.