technicalpickles / picklehome-homeassistant-config

homeassistant configuration for my house
3 stars 0 forks source link

Southern comfort #46

Closed technicalpickles closed 6 years ago

technicalpickles commented 6 years ago

Start with a select_input for what the temperature outside is, and then set the climate based on that.

Eventually, could trigger changes on that select_input based on the actual, real temperature.

This doesn't try to tackle fan mode, which isn't supported yet.

This is work towards https://github.com/technicalpickles/picklehome/issues/40

technicalpickles commented 6 years ago

I got this working 🎉 I am using the branch in https://github.com/home-assistant/home-assistant/pull/12606 (included as part of )

This should work without it, but the fans wouldn't adjust.

technicalpickles commented 6 years ago

Worth noting I got rid of the input_select. That is generally a user input, and we actually care about the exterior weather. That is why I made a template sensor for it.

technicalpickles commented 6 years ago

Seems to be working well enough. Time to 🚢 and iterate.