vincentwolsink / home_assistant_micronova_agua_iot

Home Assistant integration controlling heating devices connected via the Agua IOT platform of Micronova
Apache License 2.0
25 stars 15 forks source link

Fix climate bug with nobis stove since v0.2.0-beta 5 or 6 #44

Closed jipem01 closed 10 months ago

jipem01 commented 11 months ago

During init, the code set a "variant" variable to chose bteween different possibilities (temp_air_get, temp_air2_get, temp_palm_get...). The same discriminant is used for both temp_get and temp_set. But with nobis stoves, we used temp_air_set and temp_air2_get. So the climate entity load but could not set temperatures (trying to use temp_air2_set)

jipem01 commented 11 months ago

Fixed with PR #45, waiting for merge.