benleb / ad-notifreeze

❄️ AppDaemon app which reminds to close windows if temperature difference inside/outside exceeds a specified threshold
Apache License 2.0
18 stars 7 forks source link

Suggestion : ad-notimelt #1

Closed jokerigno closed 4 years ago

jokerigno commented 4 years ago

Hi,

just an idea: why don't you create the opposite component? An appdaemon that notifies you when outside temperature is higher than the one inside a room. I think it would be useful for spring or autumn.

:)

benleb commented 4 years ago

this works already :) notifreeze checks the absolute difference of the temperature values. See https://github.com/benleb/ad-notifreeze/blob/1af1e1ac7d696b6bb8842c87d5c6310f46c7f11d/apps/notifreeze/notifreeze.py#L85 & https://github.com/benleb/ad-notifreeze/blob/1af1e1ac7d696b6bb8842c87d5c6310f46c7f11d/apps/notifreeze/notifreeze.py#L123

jokerigno commented 4 years ago

Great! Thank you!