Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danobot/temperature-alert
Receive a reminder to open windows when outside temperatures dip below the temperature inside your house. (useful in hot climates to maximise cooling effect of evening breeze)
https://github.com/danobot/temperature-alert
climate custom-component hass home-assistant home-automation internet-of-things iot python
Last synced: 3 days ago
JSON representation
Receive a reminder to open windows when outside temperatures dip below the temperature inside your house. (useful in hot climates to maximise cooling effect of evening breeze)
- Host: GitHub
- URL: https://github.com/danobot/temperature-alert
- Owner: danobot
- License: mit
- Created: 2018-12-24T07:17:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T05:50:06.000Z (almost 3 years ago)
- Last Synced: 2024-01-28T16:09:28.707Z (10 months ago)
- Topics: climate, custom-component, hass, home-assistant, home-automation, internet-of-things, iot, python
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog
- License: LICENSE
Awesome Lists containing this project
README
This is a Home Assistant component which can be configured to send reminders on any `notify` service when it is getting cooler outside. This allows you to open doors and windows and save on A/C electricity usage.
Configure like this:
```yaml
temperature_alert:
- indoor_sensor:
- sensor.living_room_temp
- sensor.bedroom_temp
- sensor.kitchen_temp
- sensor.office_temp
outdoor_sensor: sensor.bom_air_temp_c
temp_delta: 2 # min delta before triggering
notifiers:
- 'notify.telegram'
mode: cooler # cooler/warmer
```# Binary Sensor
An entity under `binary_sensor` will be created which can be used in automations.* It's state will be `cooler` if indoor temps are cooler than outdoor temps.
* It's state will be `warmer` if indoor temps are warmer than outdoor temps.# Automatic updates
Install using HACS