i’m completly new to the topic and thought i start with an easy topic…
I’ve been using wiring pi respectively raspberry-remote via ssh for a while and thought a nice OH1/2 setup would complement my needs.
I’m able to to switch my crappy lowcost 433 MHz outlets by using ./raspberry-remote/send 11011 3 1 and it works pretty good!
I configured my RaspberryPi3 setup as proposed by this guy: https://www.youtube.com/watch?v=VOEDntUZJoA
(i decided to got for OH1 because i was unable to find an example with OH2 and rpirc)
i added the line “rpircswitch:gpioPin=0” to my /etc/openhab/configurations/opnehab.cfg but upon triggeriung a Switch (configured in …/items/home.items : Switch Outlet1 {rpircswitch=“11011:1”}) the logfile outputs:
[ERROR] [.r.internal.RPiRcSwitchBinding] - Transmitter has not been initialized. Please configure it correctly in your OpenHAB configuration.
maybe it’s a stupid mistake but after hours i can’t figure out what to do…