dewenni / ESP_Buderus_KM271

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

MQTT topic for 'warm water setpoint' confusing in English mode #102

Closed anarinia closed 1 month ago

anarinia commented 1 month ago

While in German mode you have a different MQTT topics for warm water setpoint than for warm water actual temperature, in English it is a little confusing:

German: config/WW_Temperatur # ww setpoint status/WW_Isttemperatur # ww actual

English: config/ww_temp # ww setpoint status/ww_temp # ww actual

(they are actually different topics if you consider the full path, but if one wants to use only the last part as a tag it can cause difficulties) Is this intentional?

dewenni commented 1 month ago

no it is not intentional and I could imagine that we have some more cases where the name of the config value is the same as the status value. I did not pay attention to that and if I change it now, it could break existing implementations. Therefore I would let it as it is unless there are several people who would like to change this.