jcallaghan / home-assistant-config

My Home Assistant configuration & documentation.
https://www.jcallaghan.com/
MIT License
173 stars 8 forks source link

Warmer or colder outside vs. inside temperature πŸ₯΅πŸ†šπŸ₯Άβ“ #266

Closed jcallaghan closed 3 years ago

jcallaghan commented 3 years ago

@bryanbr23 shared a cool sensor that he uses to inform him if the temperature is warmer or colder outside and ultimately if he should close the doors and windows or not.

I really like the idea of this, not that it happens often here but the weather has been incredibly hot over the last few days 🌞😎 and closing the windows and doors does make a big difference to the temperatures inside.

jcallaghan commented 3 years ago

HomeAssistant Mobile App notification documentation - https://companion.home-assistant.io/docs/notifications/notifications-basic

Introduction | Home Assistant Companion Docs
The mobileapp notify platform accepts the standard title, message and target parameters used by the notify platform. The mobile\app notify platform supports targets as services. As long as you granted notifications permissions during setup, you will find all your devices listed as targets for the notify service with names prefixed notify.mobileapp followed by the Device ID of you device. This can be checked in the App Configuration menu of the sidebar and defaults to the name specified in the General>About within the iOS settings app or under About>Phone in Android settings (with spaces and non alphanumeric characters replaced by underscores). A requirement of the notify platform is that you must specify at least message
jcallaghan commented 3 years ago

Could also consider a trend sensor to determine if the outside temperature sensor is rising or falling too. See #237.