I'm new here, and relatively new in the Raspiberry Pi world.
I have an universal 433Mhz Receptor board (a simple 2 relay board, used to control door garage etc etc...), and I'd like to control this from my Domoticz Server, but I don't want to use a 433 transmitter, because HT6p (or "Code Learning") is very insecure and can be easily cloned.
This relay board has a simple 433 receiver board (model XY-MK-5V)
, It has 4 pins (vcc, data, data, ground). I can use this same board, attached to my Rpi, and sniff the code from my remote. If I could send this same through a GPIO output straight to the data pin, then the IC on the relay board would react the same way as if I pressed the remote control button.
This way, I could generate my own code, set this code on the relay board (using the program/code learning button on the board) and then sending this code from Gpio/Domoticz.
But I haven't found a way of send a data string (an Integer, in fact) over a Gpio, since it just states 1/0 or high/low ...
Any ideas?
(sorry for my English)

