Skip to content

Commit 62b4cd4

Browse files
authored
Update water_heater.py
Fix waterheater target temperature parameter for FW <= 3.90.0
1 parent 61a7fea commit 62b4cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/luxtronik/water_heater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
| WaterHeaterEntityFeature.AWAY_MODE,
6060
luxtronik_key=LuxParameter.P0004_MODE_DHW,
6161
luxtronik_key_current_temperature=LuxCalculation.C0017_DHW_TEMPERATURE,
62-
luxtronik_key_target_temperature=LuxParameter.P0105_DHW_TARGET_TEMPERATURE,
62+
luxtronik_key_target_temperature=LuxParameter.P0002_DHW_TARGET_TEMPERATURE,
6363
luxtronik_key_current_action=LuxCalculation.C0080_STATUS,
6464
luxtronik_action_heating=LuxOperationMode.domestic_water,
6565
# luxtronik_key_target_temperature_high=LuxParameter,

0 commit comments

Comments
 (0)