Raspberry PI running openhab and using it as a Mysensor gateway
-
I am trying to set up openhab 1.8_ on a raspberry pi using the pi as an Arduino gateway (i.e. I wired the NRF24L01 to the pi pins). I do not understand what "configure" commands I need to execute to get it to work with the openhab binding? Any help work be appreciated.
-
@jmmorgan83 The good news is I was able to create a virtual serial port (tty64) using the pi as a gataway. It communicats with my node without problems. Unfortunely, when I add the line "mysensors:port=/dev/tty64" in the openhab.cfg file I get an error stating it can not find /dev/tty64 even though I can see it in the /dev directory. Any ideas?
Thanks
-
Take a look at this thread: https://community.openhab.org/t/serial-binding-port-could-not-be-found/1993
It is another binding, but both work similar, maybe this works for you.