nodecmu gateway every message sent in error
-
Hi,
I'm using a esp8266 with the Mysensors code to use it as a gateway.
It receives messages from a node, and is sending them to the controller.
so far it look ok.when logging the gateway I see the following:
0;255;3;0;9;Client 0: 0;0;3;0;18;PING
0;255;3;0;9;TSP:MSG:READ 4-4-0 s=3,c=1,t=0,pt=7,l=5,sg=0:20.0
0;255;3;0;9;TSP:MSG:ACK msg
0;255;3;0;9;!TSP:MSG:SEND 0-0-4-4 s=3,c=1,t=0,pt=7,l=5,sg=0,ft=0,st=fail:20.0
0;255;3;0;9;TSP:MSG:READ 4-4-0 s=2,c=1,t=1,pt=7,l=5,sg=0:44.0
0;255;3;0;9;TSP:MSG:ACK msg
0;255;3;0;9;!TSP:MSG:SEND 0-0-4-4 s=2,c=1,t=1,pt=7,l=5,sg=0,ft=0,st=fail:44.0
0;255;3;0;9;Client 0: 0;0;3;0;18;PING
0;255;3;0;9;Client 0: 0;0;3;0;18;PING
0;255;3;0;9;TSP:SANCHK:OK
0;255;3;0;9;Client 0: 0;0;3;0;18;PINGso, it looks that all the messages are sent in error?
What could be wrong?
Also on the node I don't see any ack messages.Regards,
Edward