rpidanny / lopy-proove

Interface with Proove/Anslut/Nexa/Telldus Switches using LoPy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LoPy Proove

Interface with Proove/Anslut/Nexa/Telldus remote switches using LoPy and cheap 433Mhz RF Transmitter.

Usage

  • Make a copy of scripts/config_example.py and rename it to scripts/config.py
  • Fill in your WiFi credentials, MQTT Configs and GPIO Configs.
  • Upload the code to LoPy.

The device subscribes to a MQTT topic specified in scripts/config.py.

To control the switches, send JSON String as message to the topic with the following template:

{
  "on": true,
  "channel": 2,
  "deviceId": 1,
  "transmitter_id": 312312
}

Wiring

LoPy Transmitter
P9 (or any pin specified in config.py) Data
3.3V VCC
GND GND

About

Interface with Proove/Anslut/Nexa/Telldus Switches using LoPy

License:MIT License


Languages

Language:Python 100.0%