dewenni / ESP_Buderus_KM271

Control your Buderus Logamatic 2107 or HS-2105 with MQTT or Home Assistant
MIT License
58 stars 10 forks source link

Day/Night in Automatic mode #1

Closed qutschwalze closed 1 year ago

qutschwalze commented 1 year ago

Hi! Sorry for the question but how can I see that the heating system is in the Day (Tag) or Night (Nacht) mode when it is running in the normal Automatic mode?

Many thanks!

dewenni commented 1 year ago

Hi, thanks for the question. You can get the information from "HK1_BW2_Tag"

HK1_BW2_Tag = 0 => Nacht HK1_BW2_Tag = 1 => Tag

same as "HK1_BW2_Sommer"

HK1_BW2_Sommer = 0 => Winter HK1_BW2_Sommer = 1 => Sommer

image