Skip to content

Commit

Permalink
Adjusted target water temp. in MQTT msg.
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-Mo committed Nov 4, 2020
1 parent a090de8 commit 3a26c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ems-esp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ void publishEMSValues_boiler() {
}
*/
if (EMS_Boiler.wWSelTemp != EMS_VALUE_INT_NOTSET) {
rootBoiler["wWSelTemp"] = EMS_Boiler.wWSelTemp;
rootBoiler["wWSelTemp"] = EMS_Boiler.wWSelTemp / 10;
}
// if (EMS_Boiler.wWDesinfectTemp != EMS_VALUE_INT_NOTSET) {
// rootBoiler["wWDesinfectionTemp"] = EMS_Boiler.wWDesinfectTemp;
Expand Down

0 comments on commit 3a26c45

Please sign in to comment.