i3detroit / custom-mqtt-programs

Replaced by esphome | A bunch of custom esp8266-based home/hackerspace-automation devices
https://www.i3detroit.org/wiki/Category:IoT
3 stars 2 forks source link

fix(thermostat): accept target with fractional numbers; change state words #79

Closed mtfurlan closed 4 years ago

mtfurlan commented 4 years ago

target 19.0, for example which is what hass sends

mtfurlan commented 4 years ago

@mkfink You had a chance to look at this? It's been working at my house.

mtfurlan commented 4 years ago

This also changes the state output from 'heat' and 'cool' to 'heating' and 'cooling', because homeassistant wants those strings.

mtfurlan commented 4 years ago

Closing this cause I moved thermostat to it's own repo.