luxtronik
luxtronik copied to clipboard
New Parameter will not be acceptet
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 ?
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
Not sure if thats an issue caused by @BenPru s luxtronik2 integration that you use!?