Help needed in getting Gateway and nodes working with Openhab on a Raspberry pi
-
This is a different image I recently renewed my entire openhab setup on a fresh image to try and get rid of all the problems I've had with openhab. This has worked for openhab and I'm happy with the setup finally. Its Rasbian Jessie, kernal: 4.9.13-v7+ .
For serial I did./configure --my-transport=nrf24 --my-gateway=serial --my-serial-is-pty --my-serial-pty=/dev/ttyAMA020For Ethernet I did
./configure --my-transport=nrf24 --my-gateway=ethernet --my-controller-ip-address=127.0.0.1 --my-port=5003Tim
-
Good news I deleted everything from the Mysensors gitclone including the file in /usr/local/bin/.
re-cloned the developement branch and ./configure for Ethernet without IP
address and after configuring the Ethernet gateway in paper UI its now showing as online
Thanks for your help @gohanalso I like the look of myscontroller but its only for windows I only have a linux machine.
Tim
-
@gohan brilliant ! Ive downloaded the app. Out of interest it asks for an IP address to set up.
When setting up the Ethernet gateway on the paper-UI I set the IP as local host 127.0.0.1 to make it work.Do I just put the IP for the raspberry pi on the LAN, for the android app ?