Skip to content

coap_mqtt_bridge Shadow Update Fail #29

@suyouxin

Description

@suyouxin

Overview

The Gateway's coap_mqtt_bridge application fails to update the AWS IoT Thing shadow.

Setup

The Degu sensor is setup to post 'reported' to gateway every minute. The coap operations seen are consistent with the request_post followed by request_get in the python code.

    while True:
        reported['state']['reported']['temp_outside'] = float(bmp.values[0])
        reported['state']['reported']['pres_outside'] = float(bmp.values[1])
        print(ujson.dumps(reported))
        cli.request_post(path, ujson.dumps(reported))

        received = cli.request_get(path)

        if received:
            led1.on()

        time.sleep(60)

Issue

  • The AWS IoT shadow is not always updated even if the log from coap_mqtt_bridge contains ‘$aws/things/+/shadow/update xxxxxxx’
  • ‘$aws/things/+/shadow/get message:’ sometimes is not followed by ‘shadow/get/accepted’ which seems to cause retry, then the retry seems cause more retries if failed again.

Gateway coap_mqtt_bridge log extract is below. See the attached file for the full log.
gateway.log

root@armadillo:~# coap_mqtt_bridge | ts
Generating a RSA private key
......................................................................++++
.................................................................................++++
writing new private key to '/tmp/coap-dtls/key.pem'
-----
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [AU]:State or Province Name (full name) [Some-State]:Locality Name (eg, city) []:Organization Name (eg, company) [Internet Widgits Pty Ltd]:Organizational Unit Name (eg, section) []:Common Name (e.g. server FQDN or YOUR name) []:Email Address []:Nov 06 11:05:37 dtls listening on4
Nov 06 11:05:50 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/update message: {"state": {"reported": {"pres_outside": 1010.01, "temp_outside": 14.47}}}
Nov 06 11:05:50 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/get message: 
Nov 06 11:05:50 subscriber.on.message topic: $aws/things/ACDB36AC41B404DA/shadow/get/accepted message: {"state":{"reported":{"pres_outside":1009.95,"temp_outside":14.55}},"metadata":{"reported":{"pres_outside":{"timestamp":1572991069},"temp_outside":{"timestamp":1572991069}}},"version":4108,"timestamp":1572}
Nov 06 11:06:04 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/update message: {"state": {"reported": {"moisture": 28, "temp": 20.99, "pres": 1008.61, "light": 2.03}}}
Nov 06 11:06:06 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:06:48 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/update message: {"state": {"reported": {"pres_outside": 1010.13, "temp_outside": 14.08}}}
Nov 06 11:06:49 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/get message: 
Nov 06 11:06:49 subscriber.on.message topic: $aws/things/ACDB36AC41B404DA/shadow/get/accepted message: {"state":{"reported":{"pres_outside":1009.95,"temp_outside":14.55}},"metadata":{"reported":{"pres_outside":{"timestamp":1572991069},"temp_outside":{"timestamp":1572991069}}},"version":4108,"timestamp":1572}
Nov 06 11:06:51 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:07:05 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/update message: {"state": {"reported": {"moisture": 19, "temp": 21.02, "pres": 1008.59, "light": 2.04}}}
Nov 06 11:07:06 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:07:06 subscriber.on.message topic: $aws/things/3F09B7EEE686BE42/shadow/get/accepted message: {"state":{"reported":{"moisture":28,"temp":20.99,"pres":1008.61,"light":2.03}},"metadata":{"reported":{"moisture":{"timestamp":1572991564},"temp":{"timestamp":1572991564},"pres":{"timestamp":1572991564},"l}
Nov 06 11:07:08 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:07:48 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/update message: {"state": {"reported": {"pres_outside": 1010.14, "temp_outside": 13.8}}}
Nov 06 11:07:49 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/get message: 
Nov 06 11:07:49 subscriber.on.message topic: $aws/things/ACDB36AC41B404DA/shadow/get/accepted message: {"state":{"reported":{"pres_outside":1009.95,"temp_outside":14.55}},"metadata":{"reported":{"pres_outside":{"timestamp":1572991069},"temp_outside":{"timestamp":1572991069}}},"version":4108,"timestamp":1572}
Nov 06 11:07:51 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message:                                                                                                     
Nov 06 11:08:07 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/update message: {"state": {"reported": {"moisture": 24, "temp": 21.01, "pres": 1008.54, "light": 2.04}}}         
Nov 06 11:08:09 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message:                                                                                                     
Nov 06 11:08:09 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message:                                                                                                     
Nov 06 11:08:12 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message:                                                                                                     
Nov 06 11:08:14 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message:                                                                                                     
Nov 06 11:08:19 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message:                                                                                                     
Nov 06 11:08:22 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message:                                                                                                     
Nov 06 11:08:24 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message:                                                                                                     
Nov 06 11:08:27 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message:                                                                                                     
Nov 06 11:08:29 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message:                                                                                                     
Nov 06 11:08:32 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message:                                                                                                     
Nov 06 11:08:34 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message:                                                                                                     
Nov 06 11:08:37 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message:                                                                                                     
Nov 06 11:08:39 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message:                                                                                                     
Nov 06 11:08:42 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message:                                                                                                     
Nov 06 11:08:44 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message:                                                                                                     
Nov 06 11:08:47 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message:                                                                                                     
Nov 06 11:08:48 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/update message: {"state": {"reported": {"pres_outside": 1010.18, "temp_outside": 13.47}}}                        
Nov 06 11:08:49 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/get message: 
Nov 06 11:08:49 subscriber.on.message topic: $aws/things/ACDB36AC41B404DA/shadow/get/accepted message: {"state":{"reported":{"pres_outside":1009.95,"temp_outside":14.55}},"metadata":{"reported":{"pres_outside":{"timestamp":1572991069},"temp_outside":{"timestamp":1572991069}}},"version":4108,"timestamp":1572}
Nov 06 11:08:49 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:08:51 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:08:51 subscriber.on.message topic: $aws/things/3F09B7EEE686BE42/shadow/get/accepted message: {"state":{"reported":{"moisture":24,"temp":21.01,"pres":1008.54,"light":2.04}},"metadata":{"reported":{"moisture":{"timestamp":1572991687},"temp":{"timestamp":1572991687},"pres":{"timestamp":1572991687},"l}
Nov 06 11:08:53 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:09:08 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/update message: {"state": {"reported": {"moisture": 29, "temp": 20.95, "pres": 1008.56, "light": 2.04}}}
Nov 06 11:09:09 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:09:09 subscriber.on.message topic: $aws/things/3F09B7EEE686BE42/shadow/get/accepted message: {"state":{"reported":{"moisture":24,"temp":21.01,"pres":1008.54,"light":2.04}},"metadata":{"reported":{"moisture":{"timestamp":1572991687},"temp":{"timestamp":1572991687},"pres":{"timestamp":1572991687},"l}
Nov 06 11:09:11 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:09:48 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/update message: {"state": {"reported": {"pres_outside": 1010.03, "temp_outside": 13.84}}}
Nov 06 11:09:49 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/get message: 
Nov 06 11:09:49 subscriber.on.message topic: $aws/things/ACDB36AC41B404DA/shadow/get/accepted message: {"state":{"reported":{"pres_outside":1009.95,"temp_outside":14.55}},"metadata":{"reported":{"pres_outside":{"timestamp":1572991069},"temp_outside":{"timestamp":1572991069}}},"version":4108,"timestamp":1572}
Nov 06 11:09:51 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:10:10 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/update message: {"state": {"reported": {"moisture": 24, "temp": 20.94, "pres": 1008.59, "light": 2.04}}}
Nov 06 11:10:10 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:10:11 subscriber.on.message topic: $aws/things/3F09B7EEE686BE42/shadow/get/accepted message: {"state":{"reported":{"moisture":24,"temp":21.01,"pres":1008.54,"light":2.04}},"metadata":{"reported":{"moisture":{"timestamp":1572991687},"temp":{"timestamp":1572991687},"pres":{"timestamp":1572991687},"l}
Nov 06 11:10:12 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:10:48 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/update message: {"state": {"reported": {"pres_outside": 1009.97, "temp_outside": 14.38}}}
Nov 06 11:10:49 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/get message: 
Nov 06 11:10:49 subscriber.on.message topic: $aws/things/ACDB36AC41B404DA/shadow/get/accepted message: {"state":{"reported":{"pres_outside":1009.95,"temp_outside":14.55}},"metadata":{"reported":{"pres_outside":{"timestamp":1572991069},"temp_outside":{"timestamp":1572991069}}},"version":4108,"timestamp":1572}
Nov 06 11:10:51 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:11:11 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/update message: {"state": {"reported": {"moisture": 24, "temp": 21.0, "pres": 1008.57, "light": 2.03}}}
Nov 06 11:11:12 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:11:12 subscriber.on.message topic: $aws/things/3F09B7EEE686BE42/shadow/get/accepted message: {"state":{"reported":{"moisture":24,"temp":21.01,"pres":1008.54,"light":2.04}},"metadata":{"reported":{"moisture":{"timestamp":1572991687},"temp":{"timestamp":1572991687},"pres":{"timestamp":1572991687},"l}
Nov 06 11:11:14 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:11:48 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/update message: {"state": {"reported": {"pres_outside": 1009.99, "temp_outside": 14.68}}}
Nov 06 11:11:49 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/get message: 
Nov 06 11:11:49 subscriber.on.message topic: $aws/things/ACDB36AC41B404DA/shadow/get/accepted message: {"state":{"reported":{"pres_outside":1009.95,"temp_outside":14.55}},"metadata":{"reported":{"pres_outside":{"timestamp":1572991069},"temp_outside":{"timestamp":1572991069}}},"version":4108,"timestamp":1572}
Nov 06 11:11:51 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:12:13 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/update message: {"state": {"reported": {"moisture": 26, "temp": 21.03, "pres": 1008.58, "light": 2.03}}}
Nov 06 11:12:13 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:12:14 subscriber.on.message topic: $aws/things/3F09B7EEE686BE42/shadow/get/accepted message: {"state":{"reported":{"moisture":24,"temp":21.01,"pres":1008.54,"light":2.04}},"metadata":{"reported":{"moisture":{"timestamp":1572991687},"temp":{"timestamp":1572991687},"pres":{"timestamp":1572991687},"l}
Nov 06 11:12:15 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:12:48 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/update message: {"state": {"reported": {"pres_outside": 1009.98, "temp_outside": 14.77}}}
Nov 06 11:12:48 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/get message: 
Nov 06 11:12:49 subscriber.on.message topic: $aws/things/ACDB36AC41B404DA/shadow/get/accepted message: {"state":{"reported":{"pres_outside":1009.95,"temp_outside":14.55}},"metadata":{"reported":{"pres_outside":{"timestamp":1572991069},"temp_outside":{"timestamp":1572991069}}},"version":4108,"timestamp":1572}
Nov 06 11:12:50 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:13:15 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/update message: {"state": {"reported": {"moisture": 23, "temp": 21.08, "pres": 1008.54, "light": 2.03}}}
Nov 06 11:13:15 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:13:15 subscriber.on.message topic: $aws/things/3F09B7EEE686BE42/shadow/get/accepted message: {"state":{"reported":{"moisture":24,"temp":21.01,"pres":1008.54,"light":2.04}},"metadata":{"reported":{"moisture":{"timestamp":1572991687},"temp":{"timestamp":1572991687},"pres":{"timestamp":1572991687},"l}
Nov 06 11:13:17 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:13:48 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/update message: {"state": {"reported": {"pres_outside": 1010.01, "temp_outside": 14.86}}}
Nov 06 11:13:50 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:13:51 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/get message: 
Nov 06 11:13:53 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:13:56 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/get message: 
Nov 06 11:13:58 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:14:00 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/get message: 
Nov 06 11:14:03 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:14:05 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/get message: 
Nov 06 11:14:08 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:14:10 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/get message: 
Nov 06 11:14:13 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:14:15 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/get message: 
Nov 06 11:14:16 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/update message: {"state": {"reported": {"moisture": 15, "temp": 21.1, "pres": 1008.5, "light": 2.03}}}
Nov 06 11:14:18 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:14:19 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/get message: 
Nov 06 11:14:21 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:14:21 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:14:23 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/get message: 
Nov 06 11:14:24 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:14:26 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:14:26 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/get message: 
Nov 06 11:14:28 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:14:29 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:14:31 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/get message: 
Nov 06 11:14:33 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:14:33 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:14:36 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/get message: 
Nov 06 11:14:36 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:14:38 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/get message: 
Nov 06 11:14:41 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:14:41 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 
Nov 06 11:14:43 publish message topic: $aws/things/ACDB36AC41B404DA/shadow/get message: 
Nov 06 11:14:43 publish message topic: $aws/things/3F09B7EEE686BE42/shadow/get message: 

The Degu side log shows that the Thread networking seems to be working fine - sending data to the Gateway every minute (see the attached file for the full log).
degu.log

[2019-11-06 11:04:02] 31
[2019-11-06 11:04:02] {"state": {"reported": {"moisture": 31, "temp": 21.0, "pres": 1008.58, "light": 2.04}}}
[2019-11-06 11:04:02] '2.05'
[2019-11-06 11:04:02] -MAC-----: Sent IPv6 UDP msg, len:186, chksum:15d6, to:0xa000, sec:yes, prio:normal
[2019-11-06 11:04:02] -MAC-----:        src:[fd41:8b08:c493:0:6116:bd8-MAC-----: Sent IPv6 UDP msg, len:100, chksum:1825, to:0xa000, sec:yes, prio:normal
[2019-11-06 11:04:04] -MAC-----: Received IPv6 UDP msg, len:60, chksum:5be2, from:0xa000, sec:yes, prio:normal, rss:-57.0
[2019-11-06 11:04:04] -MAC-----:        src:[fd41:8b08-MAC-----: Received IPv6 UDP msg, len:344, chksum:4b1c, from:0xa000, sec:yes, prio:normal, rss:-56.375
[2019-11-06 11:04:04] -MAC-----:        src:[fd41:8-MLE-----: Send Child Update Request to parent (fe80:0:0:0:9041:39b0:2c3e:9d13)
[2019-11-06 11:04:27] -MAC-----: Sent IPv6 UDP msg, len:98, chksum:c18b, to:924139b02c3e9d13-MAC-----: Received IPv6 UDP msg, l-MAC-----: Received IPv6 UDP msg, len:90, chksum:8050, from:924139b02c3e9d13, sec:no, prio:net, rss:-56.0
[2019-11-06 11:04:27] -MAC-----:        src:[fe82320
[2019-11-06 11:05:02] 28
[2019-11-06 11:05:02] {"state": {"reported": {"moisture": 28, "temp": 20.97, "pres": 1008.66, "light": 2.04}}}
[2019-11-06 11:05:02] '2.05'
[2019-11-06 11:05:02] -MAC-----: Sent IPv6 UDP msg, len:187, chksum:0075, to:0xa000, sec:yes, prio:normal
[2019-11-06 11:05:02] -MAC-----:        src:[fd41:8b08:c493:0:6116:bd8-MAC-----: Sent IPv6 UDP msg, len:100, chksum:2be1, to:0xa000, sec:yes, prio:normal
[2019-11-06 11:05:02] -MAC-----:        src:[fd41:8b08:c493:0:6116:bd8-MAC-----: Received IPv6 ICMP6 msg, len:235, chksum:00-MAC-----: Received IPv6 ICMP6 msg, len:148, chksum:0000, from:0xa00-MAC-----: Received IPv6 UDP msg, len:90, chksum:1592, from:924139b02c3e9d13, sec:no, prio:net, rss:-61.0
[2019-11-06 11:05:08] -MAC-----:        src:[fe8-MAC-----: Received IPv6 UDP msg, len:90, chksum:3077, from:924139b02c3e9d13, sec:no, prio:net, rss:-60.0
[2019-11-06 11:05:31] -MAC-----:        src:[fe82307
[2019-11-06 11:06:02] 28
[2019-11-06 11:06:02] {"state": {"reported": {"moisture": 28, "temp": 20.99, "pres": 1008.61, "light": 2.03}}}
[2019-11-06 11:06:02] '2.05'
[2019-11-06 11:06:02] -MAC-----: Sent IPv6 UDP msg, len:187, chksum:9e11, to:0xa000, sec:yes, prio:normal
[2019-11-06 11:06:02] -MAC-----:        src:[fd41:8b08:c493:0:6116:bd8-MAC-----: Sent IPv6 UDP msg, -MAC-----: Received IPv6 UDP msg, len:60, chksum:083c, from:0xa000, sec:yes, prio:normal, rss:-57.0
[2019-11-06 11:06:04] -MAC-----:        src:[fd41:8b08-MAC-----: Received IPv6 UDP msg, len:90, chksum:6390, from:924139b02c3e9d13, sec:no, prio:net, rss:-58.0
[2019-11-06 11:06:08] -MAC-----:        src:[fe8-MAC-----: Received IPv6 UDP msg, len:90, chksum:36ac, from:924139b02c3e9d13, sec:no, prio:net, rss:-56.0
[2019-11-06 11:06:44] -MAC-----:        src:[fe8-MAC-----: Received IPv6 UDP msg, len:52, chksum:02c0, from:0xa000, sec:yes, prio:normal, rss:-57.0
[2019-11-06 11:07:02] -MAC-----:        src:[fd41:8b082318
[2019-11-06 11:07:04] 19
[2019-11-06 11:07:04] {"state": {"reported": {"moisture": 19, "temp": 21.02, "pres": 1008.59, "light": 2.04}}}
[2019-11-06 11:07:04] -MAC-----: Sent IPv6 UDP msg, len:187, chksum:46b6, to:0xa000, sec:yes, prio:normal
[2019-11-06 11:07:04] -MAC-----:        src:[fd41:8b08:c493:0:6116:bd8-MAC-----: Sent IPv6 UDP msg, len:100, chksum:6e1b, to:0xa-MAC-----: Received IPv6 UDP msg, len:60, chksum:b1d8, from:0xa000, sec:yes, prio:normal, rss:-56.0
[2019-11-06 11:07:05] -MAC-----:        src:[fd41:8b08-MAC-----: Received IPv6 UDP msg, len:344, chksum:7cf4, from:0xa000, sec:yes, prio:normal, rss:-56.125
[2019-11-06 11:07:06] -MAC-----:        src:[fd41:8-MAC-----: Received IPv6 UDP msg, len:90, chksum:60e4, from:924139b02c3e9d13, sec:no, prio:net, rss:-56.0
[2019-11-06 11:07:15] -MAC-----:        src:[fe8-MAC-----: Received IPv6 UDP msg, len:90, chksum:7b8e, from:924139b02c3e9d13, sec:no, prio:net, rss:-56.0
[2019-11-06 11:07:43] -MAC-----:        src:[fe82316
[2019-11-06 11:08:05] 24
[2019-11-06 11:08:05] {"state": {"reported": {"moisture": 24, "temp": 21.01, "pres": 1008.54, "light": 2.04}}}
[2019-11-06 11:08:05] '2.05'
[2019-11-06 11:08:05] -MAC-----: Sent IPv6 UDP msg, len:187, chksum:ed52, to:0xa000, sec:yes, prio:normal
[2019-11-06 11:08:05] -MAC-----:        src:[fd41:8b08:c493:0:6116:bd8-MAC-----: Sent IPv6 UDP msg-MAC-----: Received IPv6 UDP msg, len:60, chksum:4e75, from:0xa000, sec:yes, prio:normal, rss:-55.0
[2019-11-06 11:08:07] -MAC-----:        src:[fd41:8b08-MAC-----: Received IPv6 UDP msg, len:90, chksum:6144, from:924139b02c3e9d13, sec:no, prio:net, rss:-56.0
[2019-11-06 11:08:08] -MAC-----:        src:[fe8-MLE-----: Send Child Update Request to parent (fe80:0:0:0:9041:39b0:2c3e:9d13)
[2019-11-06 11:08:22] -MAC-----: Sent IPv6 UDP msg, len:98, chksum:a7c8, to:924139b02c3e9d13, se-MAC-----: Received IPv6 UDP msg, len:87,-MAC-----: Received IPv6 UDP msg, len:90, chksum:ecc7, from:924139b02c3e9d13, sec:no, prio:net, rss:-56.0
[2019-11-06 11:08:46] -MAC-----:        src:[fe8-MAC-----: Frame rx failed, error:Duplicated, len:122, seqnum:64, type:Data, src:0xa000, dst:0xa011, sec:yes, ackreq:yes
[2019-11-06 11:08:51] -MAC-----: Frame rx failed, error:Duplicated, len:122, seqnum:65, type:Data, src:0xa000,-MAC-----: Received IPv6 UDP msg,2316
[2019-11-06 11:09:07] 29
[2019-11-06 11:09:07] {"state": {"reported": {"moisture": 29, "temp": 20.95, "pres": 1008.56, "light": 2.04}}}
[2019-11-06 11:09:07] '2.05'
[2019-11-06 11:09:07] -MAC-----: Sent IPv6 UDP msg, len:187, chksum:e2bd, to:0xa000, sec:yes, prio:normal
[2019-11-06 11:09:07] -MAC-----:        src:[fd41:8b08:c493:0:6116:bd8-MAC-----: Sent IPv6 UDP ms-MAC-----: Received IPv6 UDP msg, len:60, chksum:52e4, from:0xa000, sec:yes, prio:normal, rss:-63.0
[2019-11-06 11:09:08] -MAC-----:        src:[fd41:8b08-MAC-----: Received IPv6 UDP msg, len:344, chksum:1bf0, from:0xa000, sec:yes, prio:normal, rss:-63.625
[2019-11-06 11:09:09] -MAC-----:        src:[fd41:8-MAC-----: Received IPv6 UDP msg, len:90, chksum:21a6, from:924139b02c3e9d13, sec:no, prio:net, rss:-61.0
[2019-11-06 11:09:12] -MAC-----:        src:[fe8-MAC-----: Received IPv6 UDP msg, len:90, chksum:b78d, from:924139b02c3e9d13, sec:no, prio:net, rss:-61.0
[2019-11-06 11:09:55] -MAC-----:        src:[fe82318
[2019-11-06 11:10:08] 24
[2019-11-06 11:10:08] {"state": {"reported": {"moisture": 24, "temp": 20.94, "pres": 1008.59, "light": 2.04}}}
[2019-11-06 11:10:08] '2.05'
[2019-11-06 11:10:08] -MAC-----: Sent IPv6 UDP msg, len:187, chksum:26df, to:0xa000, sec:yes, prio:normal
[2019-11-06 11:10:08] -MAC-----:        src:[fd41:8b08:c493:0:6116:bd8-MAC-----: Sent IPv6 UDP msg, len:100, chksum:5147, to:0xa000, sec:yes, prio:normal
[2019-11-06 11:10:08] -MA-MAC-----: Received IPv6 UDP msg, len:60, chksum:9504, from:0xa000, sec:yes, prio:normal, rss:-61.0
[2019-11-06 11:10:10] -MAC-----:        src:[fd41:8b08-MAC-----: Frame rx failed, error:Duplicated, len:125, seqnum:79, type:Data, src:0xa000, dst:0xa011, sec:yes, ackreq:yes
[2019-11-06 11:10:11] -MAC-----: Received IPv6 UDP msg, len:344, chksum:680e, from:0xa000, sec:yes, prio:normal, rss:-59.625
[2019-11-06 11:10:11] -MAC-----:        -MAC-----: Received IPv6 UDP msg, len:90, chksum:64a5, from:924139b02c3e9d13, sec:no, prio:net, rss:-62.0
[2019-11-06 11:10:20] -MAC-----:        src:[fe8-MAC-----: Received IPv6 UDP msg, len:90, chksum:a9c4, from:924139b02c3e9d13, sec:no, prio:net, rss:-61.0
[2019-11-06 11:10:59] -MAC-----:        src:[fe82314
[2019-11-06 11:11:10] 24
[2019-11-06 11:11:10] {"state": {"reported": {"moisture": 24, "temp": 21.0, "pres": 1008.57, "light": 2.03}}}
[2019-11-06 11:11:10] '2.05'
[2019-11-06 11:11:10] -MAC-----: Sent IPv6 UDP msg, len:186, chksum:c416, to:0xa000, sec:yes, prio:normal
[2019-11-06 11:11:10] -MAC-----:        src:[fd41:8b08:c493:0:6116:bd8-MAC-----: Sent IPv6 UDP msg, len:100, chksum:c863, to:0xa000, sec:yes, prio:normal
[2019-11-06 11:11:11] -MAC-----: Received IPv6 UDP msg, len:60, chksum:0c21, from:0xa000, sec:yes, prio:normal, rss:-62.0
[2019-11-06 11:11:11] -MAC-----:        src:[fd41:8b08-MAC-----: Received IPv6 UDP msg, len:344, chksum:df2a, from:0xa000, sec:yes, prio:normal, rss:-61.625
[2019-11-06 11:11:12] -MAC-----:        src:[fd41:8-MAC-----: Received IPv6 UDP msg, len:90, chksum:e8ff, from:924139b02c3e9d13, sec:no, prio:net, rss:-60.0
[2019-11-06 11:11:28] -MAC-----:        src:[fe8-MAC-----: Received IPv6 UDP msg, len:90, chksum:8238, from:924139b02c3e9d13, sec:no, prio:net, rss:-60.0
[2019-11-06 11:11:56] -MAC-----:        src:[fe82312
[2019-11-06 11:12:11] 26
[2019-11-06 11:12:11] {"state": {"reported": {"moisture": 26, "temp": 21.03, "pres": 1008.58, "light": 2.03}}}
[2019-11-06 11:12:11] '2.05'
[2019-11-06 11:12:11] -MAC-----: Sent IPv6 UDP msg, len:187, chksum:cac3, to:0xa000, sec:yes, prio:normal
[2019-11-06 11:12:11] -MAC-----:        src:[fd41:8b08:c493:0:6116:bd8-MAC-----: Sent IPv6 UDP msg-MAC-----: Received IPv6 UDP msg, len:60, chksum:31e7, from:0xa000, sec:yes, prio:normal, rss:-60.0
[2019-11-06 11:12:13] -MAC-----:        src:[fd41:8b08-MAC-----: Frame rx failed, error:Duplicated, len:122, seqnum:104, type:Data, src:0xa000, dst:0xa011, sec:yes, ackreq:yes
[2019-11-06 11:12:14] -MAC-----: Received IPv6 UDP -MLE-----: Send Child Update Request to parent (fe80:0:0:0:9041:39b0:2c3e:9d13)
[2019-11-06 11:12:18] -MAC-----: Sent IPv6 UDP msg, len:98, chksum:be7c, to:924139b02c3e9d13, sec:no, prio:net                                                                              
[2019-11-06 11:12:18] -MAC-----:        src:[fe80:0:0:0:90cc:fd90-MAC-----: Received IPv6 UDP-MAC-----: Received IPv6 UDP msg, len:90, chksum:00d8, from:924139b02c3e9d13, sec:no, prio:net, rss:-58.0
[2019-11-06 11:12:33] -MAC-----:        src:[fe8-MAC-----: Received IPv6 UDP msg, len:90, chksum:d1cb, from:924139b02c3e9d13, sec:no, prio:net, rss:-60.0                                   
[2019-11-06 11:13:04] -MAC-----:        src:[fe82308                                                                                                                                        
[2019-11-06 11:13:13] 23                                                                                             

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions