We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a7fea commit 62b4cd4Copy full SHA for 62b4cd4
custom_components/luxtronik/water_heater.py
@@ -59,7 +59,7 @@
59
| WaterHeaterEntityFeature.AWAY_MODE,
60
luxtronik_key=LuxParameter.P0004_MODE_DHW,
61
luxtronik_key_current_temperature=LuxCalculation.C0017_DHW_TEMPERATURE,
62
- luxtronik_key_target_temperature=LuxParameter.P0105_DHW_TARGET_TEMPERATURE,
+ luxtronik_key_target_temperature=LuxParameter.P0002_DHW_TARGET_TEMPERATURE,
63
luxtronik_key_current_action=LuxCalculation.C0080_STATUS,
64
luxtronik_action_heating=LuxOperationMode.domestic_water,
65
# luxtronik_key_target_temperature_high=LuxParameter,
0 commit comments