Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zxdavb/ramses_cc
HA integration for CH/DHW and HVAC systems that use the RAMSES II RF protocol
https://github.com/zxdavb/ramses_cc
chronotherm evofw3 evohome hgi80 homeassistant hometronics itho orcon ramses resideo rf sundial ventiline
Last synced: 6 days ago
JSON representation
HA integration for CH/DHW and HVAC systems that use the RAMSES II RF protocol
- Host: GitHub
- URL: https://github.com/zxdavb/ramses_cc
- Owner: zxdavb
- License: gpl-3.0
- Created: 2019-11-29T18:10:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T17:01:57.000Z (18 days ago)
- Last Synced: 2024-12-04T17:35:07.935Z (18 days ago)
- Topics: chronotherm, evofw3, evohome, hgi80, homeassistant, hometronics, itho, orcon, ramses, resideo, rf, sundial, ventiline
- Language: Python
- Homepage:
- Size: 972 KB
- Stars: 80
- Watchers: 8
- Forks: 17
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![ruff](https://github.com/zxdavb/ramses_cc/actions/workflows/check-lint.yml/badge.svg?master)
![mypy](https://github.com/zxdavb/ramses_cc/actions/workflows/check-type.yml/badge.svg?master)
![pytest](https://github.com/zxdavb/ramses_cc/actions/workflows/check-test.yml/badge.svg?master)## Overview
**ramses_cc** is a HA custom component that works with RAMSES II-based RF 868 Mhz systems for (heating) **CH/DHW** (e.g. Honeywell Evohome) and (ventilation) **HVAC** (e.g. Itho Spider).This includes CH/DHW systems such as **evohome**, **Sundial**, **Hometronic**, **Chronotherm** and others.
The simplest way to know if it will work with your CH/DHW system is to identify the box connected to your boiler (or other heat source) to one of (there will be other systems that also work):
- **R8810A** or **R8820A**: OpenTherm Bridge
- **BDR91A** or **BDR91T**: Wireless Relay
- **HC60NG**: Wireless Relay (older hardware version)It also works with HVAC (ventilation) systems using the same protocol, such as from **Itho**, **Orcon**, **Nuaire**, **Ventiline**, **Vasco**, etc.
It uses the [ramses_rf](https://github.com/zxdavb/ramses_rf) client library to decode the RAMSES-II protocol used by these devices. Note that other systems, such as HVAC, also use this protocol, YMMV.
It requires a USB-to-RF device, either a Honeywell HGI80 (rare, expensive) or something running [evofw3](https://github.com/ghoti57/evofw3), such as the one from [here](https://indalo-tech.onlineweb.shop/).
See the [wiki](https://github.com/zxdavb/ramses_cc/wiki) for installation, configuration, troubleshooting, etc.