Ethernet gateway troubleshooting advice
-
Since it is a change to Mysensor.cpp, then I assume all sketches are the same but every sketch that uses Mysensor.cpp (which is all sensors and the gateway) need to be compiled/uploaded again after downloading the new library?
-
Gateway and sensors updated. Running fine.
-
I was able to get the GW up and added the temp sensors finally. Thanks for the help. :)
-
I was able to get the GW up and added the temp sensors finally. Thanks for the help. :)
@karenbobiv Congratulations!!!
-
@p0lar The 1.4 version at github contains the updates. I guess the version number was not incremented.
I would also like to see version number change if the code changed so it would be possible to know what version you are actually on. There might be a few different 1.4 versions in use at the moment and this is not good when it comes to supporting people when they have problems. -
-
@hek , ethernet gateway with relay actuator worked fine until today when I updated gateways and nodes to 1.4.1. I know this latest update was supposed to be just name change but now I cannot control actuator anymore. Ethernet gateway has amplified radio which is powered separately (common ground). On the other hand, usb gateway works fine. Ethernet gateway seems to be receiving ok but sending fails. Below is serial print
4;255;3;0;6;0
4;255;3;0;6;M
0;0;3;0;9;send: 0-0-4-4 s=255,c=3,t=6,pt=0,l=1,st=fail:M
0;0;3;0;9;read: 4-4-0 s=255,c=3,t=11,pt=0,l=14:Relay & Button
4;255;3;0;11;Relay & Button
0;0;3;0;9;read: 4-4-0 s=255,c=3,t=12,pt=0,l=3:1.0
4;255;3;0;12;1.0
0;0;3;0;9;read: 4-4-0 s=1,c=0,t=3,pt=0,l=5:1.4.1
4;1;0;0;3;1.4.1
0;0;3;0;9;read: 1-1-0 s=0,c=1,t=1,pt=7,l=5:55.6
1;0;1;0;1;55.6
0;0;3;0;9;read: 3-3-0 s=1,c=1,t=13,pt=2,l=2:18
3;1;1;0;13;18
0;0;3;0;9;read: 3-3-0 s=1,c=1,t=13,pt=2,l=2:19
3;1;1;0;13;19
4;1;1;1;2;1
0;0;3;0;9;send: 0-0-4-4 s=1,c=1,t=2,pt=0,l=1,st=fail:1
4;1;1;1;2;0
0;0;3;0;9;send: 0-0-4-4 s=1,c=1,t=2,pt=0,l=1,st=fail:0
4;1;1;1;2;1
0;0;3;0;9;send: 0-0-4-4 s=1,c=1,t=2,pt=0,l=1,st=fail:1
4;1;1;1;2;0
0;0;3;0;9;send: 0-0-4-4 s=1,c=1,t=2,pt=0,l=1,st=fail:0
4;1;1;1;2;1
0;0;3;0;9;send: 0-0-4-4 s=1,c=1,t=2,pt=0,l=1,st=fail:1
4;1;1;1;2;0
0;0;3;0;9;send: 0-0-4-4 s=1,c=1,t=2,pt=0,l=1,st=fail:0
0;0;3;0;9;read: 1-1-0 s=0,c=1,t=1,pt=7,l=5:55.0
1;0;1;0;1;55.0
4;1;1;1;2;1
0;0;3;0;9;send: 0-0-4-4 s=1,c=1,t=2,pt=0,l=1,st=fail:1
0;0;3;0;9;read: 1-1-0 s=0,c=1,t=1,pt=7,l=5:14105.6
1;0;1;0;1;14105.6
0;0;3;0;9;read: 1-1-64 s=2,c=1,t=11,pt=2,l=2:2
0;0;3;0;9;send: 1-0-0-64 s=2,c=1,t=11,pt=2,l=2,st=fail:2
0;0;3;0;9;read: 1-1-0 s=1,c=1,t=0,pt=7,l=5:32.6
-
-
-
@hek , ethernet gateway with relay actuator worked fine until today when I updated gateways and nodes to 1.4.1. I know this latest update was supposed to be just name change but now I cannot control actuator anymore. Ethernet gateway has amplified radio which is powered separately (common ground). On the other hand, usb gateway works fine. Ethernet gateway seems to be receiving ok but sending fails. Below is serial print
4;255;3;0;6;0
4;255;3;0;6;M
0;0;3;0;9;send: 0-0-4-4 s=255,c=3,t=6,pt=0,l=1,st=fail:M
0;0;3;0;9;read: 4-4-0 s=255,c=3,t=11,pt=0,l=14:Relay & Button
4;255;3;0;11;Relay & Button
0;0;3;0;9;read: 4-4-0 s=255,c=3,t=12,pt=0,l=3:1.0
4;255;3;0;12;1.0
0;0;3;0;9;read: 4-4-0 s=1,c=0,t=3,pt=0,l=5:1.4.1
4;1;0;0;3;1.4.1
0;0;3;0;9;read: 1-1-0 s=0,c=1,t=1,pt=7,l=5:55.6
1;0;1;0;1;55.6
0;0;3;0;9;read: 3-3-0 s=1,c=1,t=13,pt=2,l=2:18
3;1;1;0;13;18
0;0;3;0;9;read: 3-3-0 s=1,c=1,t=13,pt=2,l=2:19
3;1;1;0;13;19
4;1;1;1;2;1
0;0;3;0;9;send: 0-0-4-4 s=1,c=1,t=2,pt=0,l=1,st=fail:1
4;1;1;1;2;0
0;0;3;0;9;send: 0-0-4-4 s=1,c=1,t=2,pt=0,l=1,st=fail:0
4;1;1;1;2;1
0;0;3;0;9;send: 0-0-4-4 s=1,c=1,t=2,pt=0,l=1,st=fail:1
4;1;1;1;2;0
0;0;3;0;9;send: 0-0-4-4 s=1,c=1,t=2,pt=0,l=1,st=fail:0
4;1;1;1;2;1
0;0;3;0;9;send: 0-0-4-4 s=1,c=1,t=2,pt=0,l=1,st=fail:1
4;1;1;1;2;0
0;0;3;0;9;send: 0-0-4-4 s=1,c=1,t=2,pt=0,l=1,st=fail:0
0;0;3;0;9;read: 1-1-0 s=0,c=1,t=1,pt=7,l=5:55.0
1;0;1;0;1;55.0
4;1;1;1;2;1
0;0;3;0;9;send: 0-0-4-4 s=1,c=1,t=2,pt=0,l=1,st=fail:1
0;0;3;0;9;read: 1-1-0 s=0,c=1,t=1,pt=7,l=5:14105.6
1;0;1;0;1;14105.6
0;0;3;0;9;read: 1-1-64 s=2,c=1,t=11,pt=2,l=2:2
0;0;3;0;9;send: 1-0-0-64 s=2,c=1,t=11,pt=2,l=2,st=fail:2
0;0;3;0;9;read: 1-1-0 s=1,c=1,t=0,pt=7,l=5:32.6
@niccodemi maybe you should take a look at this thread -> http://forum.mysensors.org/topic/565/solved-problems-with-ethernet-gateway-arduino-ethernet-shield/18
-
-
have noticed the same here. Upgrading the Gateway to 1.4.1 would receive from Relay-actuator 1.4 fine but The relay-actuator wouldn't receive messages sent by gw.
Upgrading the actor to 1.4.1 MySensors lib did solve the issue. -
btw: I did improve reconnect of Ethernet-gw: http://forum.mysensors.org/topic/572/improved-ethernet-gateway
-
@ntruchsess are you using serial or ethernet gw? I still have issues with relays and ethernet gw (W5100). Have you tested ENC28J60 with new code and 1.4.1 library?
-
that test was using Ethernet-gw on wiz5100 shield. Enc28j60 not tested (yet)
-
Sorry for the huge kick.. But I seem to have the same ethernet gateway as TS. His his wire diagram valid?