GATEWAYW5100 with 2.0 beta working?
-
Hi,
I'm experimenting with MySensors 2.0 beta and have reflashed my Ethernet gateway today.
Which doesn't seem to work: I can't ping it from my windows machine. The gateway receives
sensor data but the data doesn't get send to my Domoticz controller.The code I used is pure demo code (all Ichanged was the IP-address).
One thing I did notice when looking at the debug output in Arduino's serial monitor:
0;255;3;0;9;Starting gateway (RNNGA-, 2.0.0-beta)
0;255;3;0;9;Radio init successful.
IP: 0.0.0.0
0;255;3;0;9;Init complete, id=0, parent=0, distance=0
0;255;3;0;9;read: 11-11-0 s=255,c=3,t=0,pt=1,l=1,sg=0:86
0;255;3;0;9;read: 11-11-0 s=0,c=1,t=0,pt=7,l=5,sg=0:19.9
0;255;3;0;9;read: 11-11-0 s=1,c=1,t=38,pt=7,l=5,sg=0:5.8The IP address is given with 0.0.0.0 no matter what I enter.
Is this code example ( GatewayW5100.ino ) supposed to be working at this time?
Christoph