Posts made by sveness
-
RE: Openhab2 disconnects from ethernet gateway.
Thanks, this seems to work!!! I've been struggling for days and its as simple as an incorrect label!
@Timo are you aware of this? Should say "Enable Network Sanity Check" not "Disable Network Sanity Check" -
Openhab2 disconnects from ethernet gateway.
Re: OpenHab don't want to reconnect after Gateway restart
@nofox
@TimO
First off, thanks for the great software @Timo!!
I have the same issue. Openhab2.1 running on a Rpi3 with openHAb 2.2.0 binding
I find if I reset my the gateway or even disconnect the ethernet cable for a few seconds, openHab loses connection with the gateway and I have to restart the controller. I have checked the network sanity settings and these all look in order. I have a default installation and find it strange that no-one else is experiencing the same problems. -
RE: Gateway seems to reset?
Found the answer after searching most of the day!!
Thanks
-
Gateway seems to reset?
Hi All
Just joined forum, trying to get my first project running. Have limited programming skills!
My setup:
Ethernet Gateway (Uno, WIZNet 5100 Shield, NRF24L01)
OpenHab 2.0
Using latest librariesI have set the node to send temp value every 10 seconds for testing, seems from the gateway log that the gateway is resetting every time a messaged is received. I have setup the sensors in openHab, they all online and seem fine, but I'm not getting any temperature reading, display says -NaN
Log from gateway below:
NRF24L010;255;3;0;9;MCO:BGN:INIT GW,CP=RNNGA--,VER=2.1.1
0;255;3;0;9;TSM:INIT
0;255;3;0;9;TSF:WUR:MS=0
0;255;3;0;9;TSM:INIT:TSP OK
0;255;3;0;9;TSM:INIT:GW MODE
0;255;3;0;9;TSM:READY:ID=0,PAR=0,DIS=0
0;255;3;0;9;MCO:REG:NOT NEEDED
IP: 192.168.0.160
0;255;3;0;9;MCO:BGN:STP
0;255;3;0;9;MCO:BGN:INIT OK,TSP=1
0;255;3;0;9;TSF:MSG:READ,24-24-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
0;255;3;0;9;TSF:MSG:BC
0;255;3;0;9;TSF:MSG:FPAR REQ,ID=24
0;255;3;0;9;TSF:CKU:OK,FCTRL
0;255;3;0;9;TSF:MSG:GWL OK
0;255;3;0;9;TSF:MSG:SEND,0-0-24-24,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0
0;255;3;0;9;TSF:MSG:READ,24-24-0,s=255,c=3,t=24,pt=1,l=1,sg=0:1
0;255;3;0;9;TSF:MSG:PINGED,ID=24,HP=1
0;255;3;0;9;!TSF:MSG:SEND,0-0-24-24,s=255,c=3,t=25,pt=1,l=1,sg=0,ft=0,st=NACK:1
0;255;3;0;9;MCO:BGN:INIT GW,CP=RNNGA--,VER=2.1.1
0;255;3;0;9;TSM:INIT
0;255;3;0;9;TSF:WUR:MS=0
0;255;3;0;9;TSM:INIT:TSP OK
0;255;3;0;9;TSM:INIT:GW MODE
0;255;3;0;9;TSM:READY:ID=0,PAR=0,DIS=0
0;255;3;0;9;MCO:REG:NOT NEEDED
IP: 192.168.0.160
0;255;3;0;9;MCO:BGN:STP
0;255;3;0;9;MCO:BGN:INIT OK,TSP=1
0;255;3;0;9;TSF:MSG:READ,24-24-0,s=0,c=1,t=0,pt=1,l=1,sg=0:131
0;255;3;0;9;MCO:BGN:INIT GW,CP=RNNGA--,VER=2.1.1
0;255;3;0;9;TSM:INIT
0;255;3;0;9;TSF:WUR:MS=0
0;255;3;0;9;TSM:INIT:TSP OK
0;255;3;0;9;TSM:INIT:GW MODE
0;255;3;0;9;TSM:READY:ID=0,PAR=0,DIS=0
0;255;3;0;9;MCO:REG:NOT NEEDED
IP: 192.168.0.160
0;255;3;0;9;MCO:BGN:STP
0;255;3;0;9;MCO:BGN:INIT OK,TSP=1
0;255;3;0;9;TSF:MSG:READ,24-24-0,s=0,c=1,t=0,pt=1,l=1,sg=0:131
0;255;3;0;9;MCO:BGN:INIT GW,CP=RNNGA--,VER=2.1.1
0;255;3;0;9;TSM:INIT
0;255;3;0;9;TSF:WUR:MS=0
0;255;3;0;9;TSM:INIT:TSP OK
0;255;3;0;9;TSM:INIT:GW MODE
0;255;3;0;9;TSM:READY:ID=0,PAR=0,DIS=0
0;255;3;0;9;MCO:REG:NOT NEEDED
IP: 192.168.0.160
0;255;3;0;9;MCO:BGN:STP
0;255;3;0;9;MCO:BGN:INIT OK,TSP=1Would appreciate some assistance.
Thanks