bifravst/firmware

Movement reported below threshold (acct=5, v=[0, 0, 0])

Closed this issue ยท 1 comments

Version: 1.6.3

[00:00:33.626,770] <inf> cat_tracker: CLOUD_EVT_DATA_RECEIVED
Decoded message: {
        "cfg":  {
                "act":  false,
                "actwt":        300,
                "mvres":        60,
                "mvt":  3600,
                "gpst": 600,
                "acct": 5
        }
}
[00:00:33.646,331] <inf> cloud_codec: SETTING GPST TO: 600
[00:00:33.652,313] <inf> cloud_codec: SETTING ACTIVE TO: 0
[00:00:33.658,325] <inf> cloud_codec: SETTING ACTIVE WAIT TO: 300
[00:00:33.664,916] <inf> cloud_codec: SETTING PASSIVE_WAIT TO: 60
[00:00:33.671,508] <inf> cloud_codec: SETTING MOVEMENT TIMEOUT TO: 3600
[00:00:33.678,649] <inf> cloud_codec: SETTING ACCEL THRESHOLD TIMEOUT TO: 5
Encoded message: {
        "state":        {
                "reported":     {
                        "cfg":  {
                                "gpst": 600,
                                "act":  false,
                                "actwt":        300,
                                "mvres":        60,
                                "mvt":  3600,
                                "acct": 5
                        }
                }
        }
}
[00:00:33.703,979] <dbg> aws_iot.aws_iot_send: Publishing to topic: $aws/things/352656100248049/shadow/update
[00:00:33.777,160] <dbg> aws_iot.mqtt_evt_handler: MQTT_EVT_PUBACK: id = 35416 result = 0
[00:00:33.892,089] <dbg> aws_fota.on_publish_evt: Received topic: $aws/things/352656100248049/jobs/$next/get/accepted
[00:00:33.903,259] <inf> aws_fota: Checking for an available job
[00:00:33.909,942] <dbg> aws_fota.get_job_execution: Got only one field: {"clientToken":"","timestamp":1585061318}
[00:00:33.920,867] <inf> aws_fota: No queued jobs for this device
Encoded message: {
        "state":        {
                "reported":     {
                        "bat":  {
                                "v":    4363,
                                "ts":   1585061322463
                        },
                        "acc":  {
                                "v":    [0, 0, 0],
                                "ts":   1585061284559
                        }
                }
        }
}
[00:00:37.923,278] <dbg> aws_iot.aws_iot_send: Publishing to topic: $aws/things/352656100248049/shadow/update

๐ŸŽ‰ This issue has been resolved in version 1.6.4 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€