An interface for the RAMSES RF protocol, as used by HVAC, CH/DHW.
Project description
ramses_rf
It does three things: a) convert the RF packets in useful JSON b) builds a picture (schema, config & state) of an evohome-compatible system - either passively (by eavesdropping), or actively (probing) c) allows you to send commands to evohome
It provides services to https://github.com/zxdavb/evohome_cc, a Home Assistant integration
It requires a USB-to-RF device, either a Honeywell HGI80 (rare, expensive) or something running evofw3, such as the one from here.
Installation
git clone https://github.com/zxdavb/ramses_rf
cd ramses_rf
pip install -r requirements.txt
You may want to clean up/create a virtual environment somewhere along the way, something like:
deactivate
rm -rf venv
python -m venv venv
. venv/bin/activate
pip install --upgrade pip
Instructions
python client.py monitor /dev/ttyUSB0
Be sure to have a look at -o packet_log.out
and -p
(probe).
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.9.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d94d1c9e2afc739b63338bddbdd226cc5698195306eea80c49b337c4da516b42 |
|
MD5 | 4da8d041724650413b47395cc90e6a8f |
|
BLAKE2b-256 | f2cb1779fdd94fbb01c707b2972043a6e2c356d903be85c5bbacb77b7b90eba8 |