Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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