luxtronik icon indicating copy to clipboard operation
luxtronik copied to clipboard

New Parameter will not be acceptet

Open colognebroker opened this issue 11 months ago • 1 comments

I need an aditional parameter in luxtronik2

ID_WEB_SEC_Qh_Soll

i tried to config in configuration.yaml sensors:

  • platform: luxtronik2 sensors: - group: calculations id: ID_WEB_SEC_Qh_Soll

but i do not find him after new loading the integration

Whats wrong ?

colognebroker avatar Jan 20 '25 20:01 colognebroker

I double tested and it works for my heatpump:

python -c "from luxtronik import Luxtronik; l = Luxtronik('192.168.0.123', 8889); value = l.calculations.get('ID_WEB_SEC_Qh_Soll'); print(value);"

This gives me 0.0

Also, if I add this to my luxtronik config:

- platform: luxtronik
  scan_interval: 60
  sensors:
    - group: calculations
      id: ID_WEB_SEC_Qh_Soll

and restart HA, I see the value in the developer tools

Image

Not sure if thats an issue caused by @BenPru s luxtronik2 integration that you use!?

Bouni avatar Feb 03 '25 12:02 Bouni