Skip to content
/ lopy-proove Public template

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

License

Notifications You must be signed in to change notification settings

rpidanny/lopy-proove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages