Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.08 KB

File metadata and controls

37 lines (24 loc) · 1.08 KB

Evohome Helper

This service adds presence detection to any Honeywell Evohome installation, turning the heating off when no-one is home. It also adjusts to your heating schedule in the decision to turn your heating off when you're not at home, making sure you still have a warm home after coming back from work.

Depends on Home Assistant for presence and weather information.

Features

  • Presence detection (switches to the configured mode when no-one is home)
  • Use eco mode with warm weather to save energy

Install via Home Assistant

  1. In Home Assistant, go to Settings → Apps → Install app.
  2. Open the menu () and choose Repositories.
  3. Add https://github.com/lexbrugman/ha-apps as a repository.
  4. Find Evohome Helper in the store and install it.

Development

This project uses Poetry for dependency management.

poetry install --with dev
poetry run pytest

Run the service locally with:

poetry run python src/main.py