-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Hi !
First of all thank you very much for your module :)
I'm trying to control my RF 433 Power Plugs with a Raspberry Pi and a 433Mhz emitter. It work fine with rcswitchPi, ( with the send function here : https://github.com/r10r/rcswitch-pi/blob/master/send.cpp ) and I would like to do the same with your module.
Problem : I need to send :
./send <systemCode> <unitCode> <command>
it look like that in real life :
./send 01111 4 1
( 01111 is the code of the plug, 4 is a second code ( A, B, C, or D corresponding to 1, 2, 3, 4 ), and 1 is for "On" )
Do you know how can I send such a code like in rcswitch-pi with your module ? Maybe it's very simple.
Thank you very much for your answer,