trash
-
last few days my gateway receive too much messages with non-existing node and sensor id, or with existing node/sensor id and malformed data or data from other nodes/sensors.
samples (from Raspberry PI MQTT gateway log)
Oct 21 08:27:20 pi mysGateway[30406]: TSF:MSG:READ,2-2-0,s=167,c=1,t=0,pt=7,l=5,sg=0:23.5 Oct 21 08:27:20 pi mysGateway[30406]: Sending message on topic: MyGW1-out/2/167/1/0/0 Oct 21 08:27:20 pi mysGateway[30406]: TSF:MSG:READ,2-10-0,s=251,c=1,t=1,pt=7,l=5,sg=0:23.4 Oct 21 08:27:20 pi mysGateway[30406]: Sending message on topic: MyGW1-out/2/251/1/0/1 Oct 21 08:27:20 pi mysGateway[30406]: TSF:MSG:READ,130-10-0,s=167,c=1,t=0,pt=7,l=5,sg=0:23.5 Oct 21 08:27:20 pi mysGateway[30406]: Sending message on topic: MyGW1-out/130/167/1/0/0
but I have not node with id 130!
Oct 21 12:06:02 pi mysGateway[30406]: TSF:MSG:READ,11-11-0,s=4,c=1,t=4,pt=7,l=5,sg=0:1013 Oct 21 12:06:02 pi mysGateway[30406]: Sending message on topic: MyGW1-out/11/4/1/0/4 Oct 21 12:06:02 pi mysGateway[30406]: TSF:MSG:READ,11-10-0,s=4,c=1,t=4,pt=7,l=5,sg=0:1013 Oct 21 12:06:02 pi mysGateway[30406]: Sending message on topic: MyGW1-out/11/4/1/0/4 Oct 21 12:06:02 pi mysGateway[30406]: TSF:MSG:READ,3-10-0,s=0,c=1,t=0,pt=7,l=5,sg=0:13.2 Oct 21 12:06:02 pi mysGateway[30406]: Sending message on topic: MyGW1-out/3/0/1/0/0 Oct 21 12:06:04 pi mysGateway[30406]: TSF:MSG:READ,3-3-0,s=3,c=1,t=23,pt=2,l=2,sg=0:98 Oct 21 12:06:04 pi mysGateway[30406]: Sending message on topic: MyGW1-out/3/3/1/0/23 Oct 21 12:06:04 pi mysGateway[30406]: TSF:MSG:READ,3-3-0,s=4,c=1,t=23,pt=2,l=2,sg=0:8 Oct 21 12:06:04 pi mysGateway[30406]: Sending message on topic: MyGW1-out/3/4/1/0/23 Oct 21 12:06:04 pi mysGateway[30406]: TSF:MSG:READ,11-11-0,s=0,c=1,t=0,pt=7,l=5,sg=0:12 Oct 21 12:06:04 pi mysGateway[30406]: Sending message on topic: MyGW1-out/11/0/1/0/0 Oct 21 12:06:04 pi mysGateway[30406]: TSF:MSG:READ,3-10-0,s=4,c=1,t=23,pt=2,l=2,sg=0:8 Oct 21 12:06:04 pi mysGateway[30406]: Sending message on topic: MyGW1-out/3/4/1/0/23 Oct 21 12:06:04 pi mysGateway[30406]: TSF:MSG:READ,11-10-0,s=4,c=1,t=4,pt=7,l=5,sg=0:13.3 Oct 21 12:06:04 pi mysGateway[30406]: Sending message on topic: MyGW1-out/11/4/1/0/4
sensor 11/4 is atmosferic pressure bmp180. 16:03:04 gateway receive message from this sensor and value from sensor 3/0 (ds18b20)
Oct 21 14:37:17 pi mysGateway[30406]: TSF:MSG:READ,2-2-0,s=251,c=1,t=0,pt=7,l=5,sg=0:23.8 Oct 21 14:37:17 pi mysGateway[30406]: Sending message on topic: MyGW1-out/2/251/1/0/0 Oct 21 14:37:17 pi mysGateway[30406]: TSF:MSG:READ,2-2-0,s=167,c=1,t=0,pt=7,l=5,sg=0:24.0 Oct 21 14:37:17 pi mysGateway[30406]: Sending message on topic: MyGW1-out/2/167/1/0/0 Oct 21 14:37:17 pi mysGateway[30406]: TSF:MSG:READ,2-10-0,s=250,c=1,t=0,pt=7,l=5,sg=0:23.8 Oct 21 14:37:17 pi mysGateway[30406]: TSF:MSG:ACK REQ
node 2 have not sensor 250. only 251
-
Any nerdy neighbour nearby that would use MySensors also ?
-
no. i have not any nerdy neighbourd
-
@b0rmann Sounds like power issue or bad/too long SPI wires.
-
gateway has 5-10cm. node - on pcb
p.s. after clearing repeater node (#10) eeprom it looks better