I’m trying to find a simple and cheap solution to control my 433 MHZ.
I would prefer to simply connect a receiver and transmitter to my RPi3 that also runs OH2.
Is there a recommendation of hardware and software which works well? Which binding is to be used?
Also you can use arduino mega based RFLink module http://www.nemcon.nl/blog2 - I think that it have biggest compatibility with 433Mhz devices. Integration with OH2 you can do with MQTT bridge https://github.com/enc-X/mqtt-rflink-bridge . There is also OH2 binding for RFLink - but it is on very early development stage.
I use a raspberry pi3 with an cheap 433MHZ-transmitter and six 433-wall-plugs.
I use a small node.js-script, which listens to MQTT-Messages (subscribe) and if it receives a message like “/steckdose///set ON or OFF” it starts an simple pillight-commandline.