https://github.com/jarikai/eh-800_heating_controller
Home Assistant custom integration to get data from Ouman EH-800 heating controller
https://github.com/jarikai/eh-800_heating_controller
eh-800 heating heating-control home homeassistant
Last synced: 5 months ago
JSON representation
Home Assistant custom integration to get data from Ouman EH-800 heating controller
- Host: GitHub
- URL: https://github.com/jarikai/eh-800_heating_controller
- Owner: jarikai
- License: mit
- Created: 2025-12-27T13:42:58.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-31T12:04:04.000Z (6 months ago)
- Last Synced: 2026-01-01T17:39:29.049Z (5 months ago)
- Topics: eh-800, heating, heating-control, home, homeassistant
- Language: Python
- Homepage:
- Size: 479 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Home Assistant integration for Ouman EH-800 heating controller
This Home Assistant integration provides data read from [EH-800 heating controller](https://ouman.fi/en/product/ouman-eh-800-and-eh-800b/).

## Why?
This integration was made to get heating controller data to Home Assistant for:
- Get important information from device
- Alert when something is wrong in your heating system
- Automate home based on data received
## Features
- Automatically updates the devices sensors status on a periodic basis.
- Scanning interval can be configured
## EH-800 requirements
To use the integration you need to have a EH-800 heating controller, that has network interface and has been configured a static IP addrress and username / password.
## Installation through HACS (NOT AVAILABLE UNTIL THIS COMMENT IS REMOVED)
To install the EH-800 integration using HACS:
1. Open Home Assistant, go to HACS -> Integrations.
2. Search for EH-800 and install it.
3. Restart Home Assistant.
4. After restart, add the integration from Settings -> Devices & services -> Add integration and add configuration, when asked. You need to have the IP address of the device and username & password.
## Manual Installation
To install this integration manually:
1. Copy the eh_800_heating_controller directory into the custom_components directory of your Home Assistant installation.
2. Restart Home Assistant.
3. After restart, add the integration from Settings -> Devices & services -> Add integration and add configuration, when asked. You need to have the IP address of the device and username & password.
## TODO
1. Make changes to be approved to HACS
2. Make finnish translations
## Contributing
Contributions to this integration are welcome. Please refer to the project's GitHub repository for contributing guidelines.