An interface for the RAMSES RF protocol, as used by Honeywell-compatible HVAC & CH/DHW systems.
Project description
Overview
ramses_rf is a client library/CLI utility used to interface with some Honeywell-compatible HVAC & CH/DHW systems that use 868MHz RF, such as evohome, Sundial, Hometronic, Chronotherm and many others.
It requires a USB-to-RF device, either a Honeywell HGI80 (somewhat rare, expensive) or something running the evofw3 firmware, such as the one from here.
It does three things:
- decodes RAMSES II-compatible packets and converts them into useful JSON
- builds a picture (schema, config & state) of an evohome-compatible system - either passively (by eavesdropping), or actively (probing)
- allows you to send commands to evohome, or monitor for state changes
- allows you to emulate some hardware devices
The simplest way to know if it will work with your system is to identify the box connected to your boiler/HVAC appliance as one of:
- R8810A: OpenTherm Bridge
- BDR91A: Wireless Relay (also BDR91T)
- HC60NG: Wireless Relay (older hardware)
Other systems may well work, such as some Itho Dallderop HVAC systems, use this protocol, YMMV.
It includes a CLI and can be used as a standalone tool, but also is used as a client library by:
- evohome_cc, a Home Assistant integration
- evohome-Listener, an MQTT gateway
Installation
git clone https://github.com/zxdavb/ramses_rf
cd ramses_rf
pip install -r requirements.txt
The CLI is called client.py:
python client.py monitor /dev/ttyUSB0 -o packet.log
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for ramses_rf-0.16.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dabb9e430391399953ef754880129dc418e7abc2bedf21a9e4ce3e60195e0228 |
|
MD5 | e1c35046d368e4952bd73664eef6386f |
|
BLAKE2b-256 | 26a311c7e76f4c842126806c63cfa8d3fa0d38c47086279846d05d219c74396b |