Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing sensors ID_WEB_HUPout, ID_WEB_ZW1out, ID_WEB_Zaehler_BetrZeitZWE2 #239

Open
pamo85 opened this issue Feb 13, 2024 · 4 comments
Assignees
Labels
enhancement New feature or request todo issue ready to implement

Comments

@pamo85
Copy link

pamo85 commented Feb 13, 2024

I would like to have following sensors integrated

39

  • group: calculations
    id: ID_WEB_HUPout
    friendly_name: LUX2 Ausgang 'Heizungsumwälzpumpe'
    icon: mdi:heat-pump-outline

48

  • group: calculations
    id: ID_WEB_ZW1out
    friendly_name: LUX2 Ausgang 'Steuersignal Zusatzheizung v. Heizung'
    icon: mdi:heat-pump-outline

61

  • group: calculations
    id: ID_WEB_Zaehler_BetrZeitZWE2
    friendly_name: LUX2 Betriebsstunden Zweiter Wärmeerzeuger 2
    icon: mdi:history

thx for checking it

@BenPru
Copy link
Owner

BenPru commented Feb 13, 2024

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
Copy link
Author

pamo85 commented Feb 13, 2024

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
Copy link
Contributor

Kars-de-Jong commented Feb 14, 2024

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
Copy link
Author

pamo85 commented Feb 14, 2024

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.

@BenPru BenPru self-assigned this Sep 30, 2024
@BenPru BenPru added enhancement New feature or request todo issue ready to implement labels Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request todo issue ready to implement
Projects
None yet
Development

No branches or pull requests

3 participants