flatsiedatsie / 433Switches

Clone 433Mhz signals - A python plugin for domoticz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

433Switches

Clone 433Mhz signals - A python plugin for Domoticz

This is a plugin for Domoticz, the open source home automation software. It allows you to clone 433 radio signals, and then retransmit them. Just connect a 433 receiver and transmitter directly to your Raspberry Pi's pins.

This works great with remote controlled power switches. These use very predictable signals that are always the same. This plugin can copy the signals form your remote control, and then transmit them when you use switches in Domoticz.

If you only use your RFXCom or RFLink to switch this type of device, then this plugin (and 1 euro worth of hardware) may be all you need.

Detailed installation and usage instruction can be found on the wiki: https://www.domoticz.com/wiki/Plugins/RFSwitches

Discussion can be found on the Domoticz forum: https://www.domoticz.com/forum/viewtopic.php?f=65&t=21567

Setup

sudo apt-get -y install git pigpio python-pigpio python3-pigpio

git clone https://github.com/8cH9azbsFifZ/433Switches.git

sudo pigpiod python ./433cloner.py record test

About

Clone 433Mhz signals - A python plugin for domoticz

License:GNU General Public License v3.0


Languages

Language:Python 100.0%