diff --git a/docs/specs/sequences/generated.md b/docs/specs/sequences/generated.md index 355f76219b..088f0b6647 100644 --- a/docs/specs/sequences/generated.md +++ b/docs/specs/sequences/generated.md @@ -365,14 +365,14 @@ Check that the device correctly handles an extra out-of-schema field 1. Wait for last_config not null 1. Wait for system operational 1. Check that system status level is not >= `WARNING` (400) -1. Update config Before system logs level `DEBUG` category `system.config.receive` +1. Update config before system logs level `DEBUG` category `system.config.receive` 1. Wait until system logs level `DEBUG` category `system.config.receive` -1. Wait for last_config updated +1. Wait until last_config updated 1. Wait for system operational 1. Check that system status level is not >= `WARNING` (400) 1. Wait until system logs level `DEBUG` category `system.config.parse` 1. Wait until system logs level `NOTICE` category `system.config.apply` -1. Update config Before system logs level `DEBUG` category `system.config.receive` +1. Update config before system logs level `DEBUG` category `system.config.receive` 1. Wait until system logs level `DEBUG` category `system.config.receive` 1. Wait for last_config updated again 1. Wait for system operational @@ -462,7 +462,7 @@ Test passed. Check error when pointset configuration contains extraneous point -1. Update config Before pointset state matches config +1. Update config before pointset state matches config * Add `pointset.sample_rate_sec` = `10` 1. Wait until pointset state matches config 1. Wait until pointset event contains correct points @@ -505,7 +505,7 @@ Check results of a single scan scheduled soon 1. Wait for discovery families defined 1. Wait until discovery family keys match 1. Wait for no scans active -1. Update config Before scheduled scan pending +1. Update config before scheduled scan pending * Add `discovery.families.vendor` = { "generation": `family generation`, "scan_duration_sec": `10` } 1. Wait until scheduled scan pending 1. Wait until scheduled scan active @@ -529,7 +529,7 @@ Check results of a single scan scheduled in the recent past 1. Wait for discovery families defined 1. Wait until discovery family keys match 1. Wait for no scans active -1. Update config Before scheduled scan active +1. Update config before scheduled scan active * Add `discovery.families.vendor` = { "generation": `family generation`, "scan_duration_sec": `10` } 1. Wait until scheduled scan active 1. Check that scan started at time @@ -552,7 +552,7 @@ Check that a scan scheduled in the past never starts 1. Wait for discovery families defined 1. Wait until discovery family keys match 1. Wait for no scans active -1. Update config Before scan schedule initially not active +1. Update config before scan schedule initially not active * Add `discovery.families.vendor` = { "generation": `family generation`, "scan_duration_sec": `10` } 1. Wait until scan schedule initially not active 1. Wait until scan schedule still not active diff --git a/etc/schema_itemized.out b/etc/schema_itemized.out index 5a4b3710a4..cdc7cef61e 100644 --- a/etc/schema_itemized.out +++ b/etc/schema_itemized.out @@ -13,6 +13,7 @@ 1 writeback_success 1 writeback_success 1 pointset_publish_interval +1 system_min_loglevel 1 system_mode_restart 1 config_logging 1 broken_config RESULT fail schemas device_state_stable STABLE 10/10 Schema violations found diff --git a/etc/test_itemized.in b/etc/test_itemized.in index 3df4aa6586..5071c5de8a 100644 --- a/etc/test_itemized.in +++ b/etc/test_itemized.in @@ -10,6 +10,7 @@ TEST writeback_success extraPoint=filter_differential_pressure_setpoint TEST writeback_success noWriteback TEST writeback_success noPointState TEST pointset_publish_interval fixedSampleRate=10 +TEST system_min_loglevel fixedLogLevel=100 TEST system_mode_restart noPersist TEST config_logging badVersion TEST broken_config barfConfig diff --git a/etc/test_itemized.out b/etc/test_itemized.out index cd4b5d04ae..54f6b4987f 100644 --- a/etc/test_itemized.out +++ b/etc/test_itemized.out @@ -10,6 +10,7 @@ 1 RESULT fail writeback writeback_success ALPHA 0/10 Failed waiting until target point to have value_state applied 1 RESULT fail writeback writeback_success ALPHA 0/10 Failed waiting until target point to have value_state applied 1 RESULT fail pointset pointset_publish_interval STABLE 0/10 Failed check that time period between successive pointset events is between 5 and 8 seconds +1 RESULT fail system system_min_loglevel ALPHA 0/10 Failed check that log level `NOTICE` (or greater) category `system.config.apply` was not logged 1 RESULT fail system.mode system_mode_restart ALPHA 0/10 Failed check that restart count increased by one 1 RESULT fail system config_logging STABLE 0/10 Failed waiting until config update synchronized 1 CPBLTY fail system broken_config.logging ALPHA 0/1 Failed waiting until (logging) system logs level `DEBUG` category `system.config.receive` diff --git a/validator/sequences/extra_config/config_update.attr b/validator/sequences/extra_config/config_update.attr index c0ae89fba1..bb4e51b86e 100644 --- a/validator/sequences/extra_config/config_update.attr +++ b/validator/sequences/extra_config/config_update.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_9", "projectId" : "localhost", - "transactionId" : "RC:273b77.00000010", - "publishTime" : "2024-11-30T14:13:24Z", + "transactionId" : "RC:bc7efb.00000012", + "publishTime" : "2024-12-17T05:26:24Z", "subFolder" : "update", "subType" : "config" } \ No newline at end of file diff --git a/validator/sequences/extra_config/config_update.json b/validator/sequences/extra_config/config_update.json index cd368f251b..f32a63eef6 100644 --- a/validator/sequences/extra_config/config_update.json +++ b/validator/sequences/extra_config/config_update.json @@ -1,9 +1,14 @@ { + "discovery" : { + "families" : { + "vendor" : { } + } + }, "localnet" : { "families" : { + "bacnet" : { }, "ether" : { }, "ipv4" : { }, - "ipv6" : { }, "vendor" : { } } }, @@ -27,14 +32,14 @@ "metrics_rate_sec" : 10, "min_loglevel" : 100, "operation" : { - "last_start" : "2024-11-30T14:12:44Z" + "last_start" : "2024-12-17T05:25:35Z" }, "testing" : { - "config_base" : 13, + "config_base" : 14, "sequence_name" : "extra_config", - "transaction_id" : "RC:273b77.00000010" + "transaction_id" : "RC:bc7efb.00000012" } }, - "timestamp" : "2024-11-30T14:13:24Z", - "version" : "git-411dd5e" + "timestamp" : "2024-12-17T05:26:24Z", + "version" : "git-46fef59" } \ No newline at end of file diff --git a/validator/sequences/extra_config/device_system.log b/validator/sequences/extra_config/device_system.log index 48461a50db..18c02cc2f0 100644 --- a/validator/sequences/extra_config/device_system.log +++ b/validator/sequences/extra_config/device_system.log @@ -1,136 +1,174 @@ -2024-11-30T14:12:45Z WARNING device.log Starting AHU-1 Pubber sender with delay 10s -2024-11-30T14:12:45Z WARNING device.log Dropping state update until config received... -2024-11-30T14:12:45Z WARNING device.log Received config for config latch AHU-1 -2024-11-30T14:12:45Z NOTICE system.config.apply success -2024-11-30T14:12:45Z WARNING device.log Start waiting 10s for config latch for AHU-1 -2024-11-30T14:12:45Z WARNING device.log Ending connection 1732975964440 with 9 -2024-11-30T14:12:45Z NOTICE system.config.apply success -2024-11-30T14:12:57Z NOTICE system.config.apply success -2024-11-30T14:12:57Z DEBUG device.log State update defer 1995ms -2024-11-30T14:12:57Z DEBUG device.log State update defer 1995ms -2024-11-30T14:12:57Z DEBUG device.log State update defer 1994ms -2024-11-30T14:12:57Z DEBUG device.log State update defer 1994ms -2024-11-30T14:12:57Z DEBUG device.log State update defer 1994ms -2024-11-30T14:12:57Z DEBUG device.log State update defer 1994ms -2024-11-30T14:12:57Z DEBUG device.log State update defer 1993ms -2024-11-30T14:12:57Z DEBUG system.config.receive success -2024-11-30T14:12:57Z DEBUG system.config.parse success -2024-11-30T14:12:57Z INFO device.log Device AHU-1 config handler -2024-11-30T14:12:57Z DEBUG device.log State update defer 1929ms -2024-11-30T14:12:57Z DEBUG device.log State update defer 1928ms -2024-11-30T14:12:57Z DEBUG device.log Config update AHU-1 (extra_config) -2024-11-30T14:12:57Z INFO device.log 2024-11-30T14:12:57Z received config 2024-11-30T14:12:57Z -2024-11-30T14:12:57Z NOTICE system.config.apply success -2024-11-30T14:12:57Z DEBUG device.log State update defer 1926ms -2024-11-30T14:12:57Z DEBUG device.log State update defer 1926ms -2024-11-30T14:12:57Z DEBUG device.log State update defer 1925ms -2024-11-30T14:12:57Z DEBUG device.log State update defer 1925ms -2024-11-30T14:12:57Z DEBUG device.log State update defer 1925ms -2024-11-30T14:12:57Z DEBUG device.log State update defer 1925ms -2024-11-30T14:12:57Z DEBUG device.log State update defer 1924ms -2024-11-30T14:12:59Z DEBUG device.log State update defer 0ms -2024-11-30T14:12:59Z INFO device.log Update state 2024-11-30T14:12:59Z last_config 2024-11-30T14:12:57Z -2024-11-30T14:12:59Z DEBUG device.log State update AHU-1 (extra_config) -2024-11-30T14:13:00Z DEBUG system.config.receive success -2024-11-30T14:13:00Z DEBUG device.log State update defer 896ms -2024-11-30T14:13:00Z DEBUG system.config.parse success -2024-11-30T14:13:00Z INFO device.log Device AHU-1 config handler -2024-11-30T14:13:00Z DEBUG device.log State update defer 894ms -2024-11-30T14:13:00Z DEBUG device.log Config update AHU-1 (extra_config) -2024-11-30T14:13:00Z INFO device.log 2024-11-30T14:13:00Z received config 2024-11-30T14:13:00Z -2024-11-30T14:13:00Z NOTICE system.config.apply success -2024-11-30T14:13:00Z DEBUG device.log State update defer 893ms -2024-11-30T14:13:00Z DEBUG device.log State update defer 893ms -2024-11-30T14:13:00Z DEBUG device.log State update defer 893ms -2024-11-30T14:13:01Z DEBUG device.log State update defer 0ms -2024-11-30T14:13:01Z INFO device.log Update state 2024-11-30T14:13:01Z last_config 2024-11-30T14:13:00Z -2024-11-30T14:13:01Z DEBUG device.log State update AHU-1 (extra_config) -2024-11-30T14:13:02Z DEBUG system.config.receive success -2024-11-30T14:13:02Z DEBUG system.config.parse success -2024-11-30T14:13:02Z INFO device.log Device AHU-1 config handler -2024-11-30T14:13:02Z DEBUG device.log State update defer 791ms -2024-11-30T14:13:02Z DEBUG device.log Config update AHU-1 (extra_config) -2024-11-30T14:13:02Z INFO device.log 2024-11-30T14:13:02Z received config 2024-11-30T14:13:02Z -2024-11-30T14:13:02Z NOTICE system.config.apply success -2024-11-30T14:13:02Z DEBUG device.log State update defer 789ms -2024-11-30T14:13:03Z DEBUG device.log State update defer 0ms -2024-11-30T14:13:03Z INFO device.log Update state 2024-11-30T14:13:03Z last_config 2024-11-30T14:13:02Z -2024-11-30T14:13:03Z DEBUG device.log State update AHU-1 (extra_config) -2024-11-30T14:13:04Z DEBUG system.config.receive success -2024-11-30T14:13:04Z DEBUG device.log State update defer 837ms -2024-11-30T14:13:04Z DEBUG system.config.parse success -2024-11-30T14:13:04Z INFO device.log Device AHU-1 config handler -2024-11-30T14:13:04Z DEBUG device.log State update defer 836ms -2024-11-30T14:13:04Z DEBUG device.log Config update AHU-1 (extra_config) -2024-11-30T14:13:04Z INFO device.log 2024-11-30T14:13:04Z received config 2024-11-30T14:13:04Z -2024-11-30T14:13:04Z NOTICE system.config.apply success -2024-11-30T14:13:04Z DEBUG device.log State update defer 834ms -2024-11-30T14:13:04Z DEBUG device.log State update defer 831ms -2024-11-30T14:13:04Z DEBUG device.log State update defer 830ms -2024-11-30T14:13:04Z DEBUG device.log State update defer 830ms -2024-11-30T14:13:04Z DEBUG device.log State update defer 830ms -2024-11-30T14:13:04Z DEBUG device.log State update defer 830ms -2024-11-30T14:13:04Z DEBUG device.log State update defer 829ms -2024-11-30T14:13:05Z DEBUG device.log State update defer 0ms -2024-11-30T14:13:05Z INFO device.log Update state 2024-11-30T14:13:05Z last_config 2024-11-30T14:13:04Z -2024-11-30T14:13:05Z DEBUG device.log State update AHU-1 (extra_config) -2024-11-30T14:13:05Z DEBUG system.config.receive success -2024-11-30T14:13:05Z DEBUG device.log State update defer 1639ms -2024-11-30T14:13:05Z DEBUG system.config.parse success -2024-11-30T14:13:05Z INFO device.log Device AHU-1 config handler -2024-11-30T14:13:05Z DEBUG device.log State update defer 1638ms -2024-11-30T14:13:05Z DEBUG device.log Config update AHU-1 (extra_config) -2024-11-30T14:13:05Z INFO device.log 2024-11-30T14:13:05Z received config 2024-11-30T14:13:05Z -2024-11-30T14:13:05Z DEBUG device.log State update defer 1637ms -2024-11-30T14:13:05Z NOTICE system.config.apply success -2024-11-30T14:13:05Z DEBUG device.log State update defer 1637ms -2024-11-30T14:13:05Z DEBUG device.log State update defer 1636ms -2024-11-30T14:13:05Z DEBUG device.log State update defer 1636ms -2024-11-30T14:13:06Z DEBUG system.config.receive success -2024-11-30T14:13:06Z DEBUG device.log State update defer 527ms -2024-11-30T14:13:06Z DEBUG system.config.parse success -2024-11-30T14:13:06Z INFO device.log Device AHU-1 config handler -2024-11-30T14:13:06Z DEBUG device.log State update defer 527ms -2024-11-30T14:13:06Z DEBUG device.log Config update AHU-1 (extra_config) -2024-11-30T14:13:06Z INFO device.log 2024-11-30T14:13:06Z received config 2024-11-30T14:13:06Z -2024-11-30T14:13:06Z NOTICE system.config.apply success -2024-11-30T14:13:06Z DEBUG device.log State update defer 526ms -2024-11-30T14:13:07Z DEBUG device.log State update defer 0ms -2024-11-30T14:13:07Z INFO device.log Update state 2024-11-30T14:13:07Z last_config 2024-11-30T14:13:06Z -2024-11-30T14:13:07Z DEBUG device.log State update AHU-1 (extra_config) -2024-11-30T14:13:09Z DEBUG system.config.receive success -2024-11-30T14:13:09Z DEBUG device.log State update defer -109ms -2024-11-30T14:13:09Z DEBUG system.config.parse success -2024-11-30T14:13:09Z INFO device.log Update state 2024-11-30T14:13:09Z last_config 2024-11-30T14:13:06Z -2024-11-30T14:13:09Z INFO device.log Device AHU-1 config handler -2024-11-30T14:13:09Z DEBUG device.log State update AHU-1 (extra_config) -2024-11-30T14:13:09Z DEBUG device.log Config update AHU-1 (extra_config) -2024-11-30T14:13:09Z DEBUG device.log State update defer 1999ms -2024-11-30T14:13:09Z INFO device.log 2024-11-30T14:13:09Z received config 2024-11-30T14:13:09Z -2024-11-30T14:13:09Z NOTICE system.config.apply success -2024-11-30T14:13:09Z DEBUG device.log State update defer 1998ms -2024-11-30T14:13:09Z DEBUG device.log State update defer 1994ms -2024-11-30T14:13:09Z DEBUG device.log State update defer 1994ms -2024-11-30T14:13:09Z DEBUG device.log State update defer 1994ms -2024-11-30T14:13:09Z DEBUG device.log State update defer 1994ms -2024-11-30T14:13:09Z DEBUG device.log State update defer 1993ms -2024-11-30T14:13:09Z DEBUG device.log State update defer 1993ms -2024-11-30T14:13:11Z DEBUG device.log State update defer 0ms -2024-11-30T14:13:11Z INFO device.log Update state 2024-11-30T14:13:11Z last_config 2024-11-30T14:13:09Z -2024-11-30T14:13:11Z DEBUG device.log State update AHU-1 (extra_config) -2024-11-30T14:13:24Z DEBUG system.config.receive success -2024-11-30T14:13:24Z DEBUG system.config.parse success -2024-11-30T14:13:24Z INFO device.log Device AHU-1 config handler -2024-11-30T14:13:24Z DEBUG device.log State update defer -10933ms -2024-11-30T14:13:24Z INFO device.log Update state 2024-11-30T14:13:24Z last_config 2024-11-30T14:13:09Z -2024-11-30T14:13:24Z DEBUG device.log Config update AHU-1 (extra_config) -2024-11-30T14:13:24Z DEBUG device.log State update AHU-1 (extra_config) -2024-11-30T14:13:24Z INFO device.log 2024-11-30T14:13:24Z received config 2024-11-30T14:13:24Z -2024-11-30T14:13:24Z NOTICE system.config.apply success -2024-11-30T14:13:24Z DEBUG device.log State update defer 1999ms -2024-11-30T14:13:24Z DEBUG device.log State update defer 1999ms -2024-11-30T14:13:24Z DEBUG device.log State update defer 1999ms -2024-11-30T14:13:24Z DEBUG device.log State update defer 1999ms -2024-11-30T14:13:24Z DEBUG device.log State update defer 1999ms -2024-11-30T14:13:24Z DEBUG device.log State update defer 1998ms -2024-11-30T14:13:33Z NOTICE validation.feature.sequence Sequence complete +2024-12-17T05:25:35Z INFO device.log Configured with auth_type RS256 +2024-12-17T05:25:35Z INFO device.log Resetting persistent store /home/runner/work/udmi/udmi/sites/udmi_site_model/out/devices/AHU-1/persistent_data.json +2024-12-17T05:25:35Z INFO device.log Loading endpoint into persistent data from configuration +2024-12-17T05:25:35Z WARNING device.log Updating persistent store: +{ + "endpoint" : { + "protocol" : "mqtt", + "transport" : "ssl", + "hostname" : "localhost", + "client_id" : "/r/ZZ-TRI-FECTA_9/d/AHU-1", + "topic_prefix" : "/r/ZZ-TRI-FECTA_9/d/AHU-1", + "auth_provider" : { + "basic" : { + "username" : "/r/ZZ-TRI-FECTA_9/d/AHU-1", + "password" : "38269d11" + } + } + }, + "restart_count" : 1 +} +2024-12-17T05:25:35Z INFO device.log Starting pubber AHU-1, serial sequencer-27990, mac null, gateway null, options noPersist +2024-12-17T05:25:35Z INFO device.log Loading device key bytes from /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.pkcs8 +2024-12-17T05:25:35Z INFO device.log CA cert file: /home/runner/work/udmi/udmi/sites/udmi_site_model/reflector/ca.crt +2024-12-17T05:25:35Z INFO device.log Device cert file: /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.crt +2024-12-17T05:25:35Z INFO device.log Private key file: /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.pem +2024-12-17T05:25:35Z INFO device.log Password sha256 6b5344e1 +2024-12-17T05:25:35Z WARNING device.log Starting connection 1734413135454 with 10 +2024-12-17T05:25:35Z INFO device.log Update state 2024-12-17T05:25:35Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:25:35Z WARNING device.log Dropping state update until config received... +2024-12-17T05:25:35Z WARNING device.log Creating new config latch for AHU-1 +2024-12-17T05:25:36Z INFO device.log Update state 2024-12-17T05:25:36Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:25:36Z WARNING device.log Dropping state update until config received... +2024-12-17T05:25:36Z INFO device.log Update state 2024-12-17T05:25:36Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:25:36Z WARNING device.log Dropping state update until config received... +2024-12-17T05:25:36Z INFO device.log Device AHU-1 config handler +2024-12-17T05:25:36Z WARNING device.log Received config for config latch AHU-1 +2024-12-17T05:25:36Z WARNING device.log Starting AHU-1 Pubber sender with delay 10s +2024-12-17T05:25:36Z INFO device.log 2024-12-17T05:25:36Z received config 2024-12-17T05:25:20Z +2024-12-17T05:25:36Z WARNING device.log Starting AHU-1 PubberSystemManager sender with delay 10s +2024-12-17T05:25:36Z WARNING device.log Starting AHU-1 PubberPointsetManager sender with delay 10s +2024-12-17T05:25:36Z WARNING device.log Start waiting 10s for config latch for AHU-1 +2024-12-17T05:25:36Z WARNING device.log Ending connection 1734413135454 with 9 +2024-12-17T05:25:36Z NOTICE system.config.apply success +2024-12-17T05:25:36Z NOTICE system.config.apply success +2024-12-17T05:25:48Z DEBUG device.log State update defer 1999ms +2024-12-17T05:25:48Z DEBUG device.log State update defer 1999ms +2024-12-17T05:25:48Z DEBUG device.log State update defer 1998ms +2024-12-17T05:25:48Z DEBUG device.log State update defer 1998ms +2024-12-17T05:25:48Z DEBUG device.log State update defer 1998ms +2024-12-17T05:25:48Z NOTICE system.config.apply success +2024-12-17T05:25:48Z DEBUG device.log State update defer 1995ms +2024-12-17T05:25:48Z DEBUG device.log State update defer 1994ms +2024-12-17T05:25:48Z DEBUG system.config.receive success +2024-12-17T05:25:48Z DEBUG device.log State update defer 1932ms +2024-12-17T05:25:48Z DEBUG system.config.parse success +2024-12-17T05:25:48Z INFO device.log Device AHU-1 config handler +2024-12-17T05:25:48Z DEBUG device.log Config update AHU-1 (extra_config) +2024-12-17T05:25:48Z INFO device.log 2024-12-17T05:25:48Z received config 2024-12-17T05:25:48Z +2024-12-17T05:25:48Z DEBUG device.log State update defer 1929ms +2024-12-17T05:25:48Z NOTICE system.config.apply success +2024-12-17T05:25:48Z DEBUG device.log State update defer 1929ms +2024-12-17T05:25:50Z DEBUG device.log State update defer 0ms +2024-12-17T05:25:50Z INFO device.log Update state 2024-12-17T05:25:50Z last_config 2024-12-17T05:25:48Z +2024-12-17T05:25:50Z DEBUG device.log State update AHU-1 (extra_config) +2024-12-17T05:25:52Z DEBUG system.config.receive success +2024-12-17T05:25:52Z DEBUG device.log State update defer -103ms +2024-12-17T05:25:52Z INFO device.log Update state 2024-12-17T05:25:52Z last_config 2024-12-17T05:25:48Z +2024-12-17T05:25:52Z DEBUG system.config.parse success +2024-12-17T05:25:52Z INFO device.log Device AHU-1 config handler +2024-12-17T05:25:52Z DEBUG device.log State update AHU-1 (extra_config) +2024-12-17T05:25:52Z DEBUG device.log Config update AHU-1 (extra_config) +2024-12-17T05:25:52Z INFO device.log 2024-12-17T05:25:52Z received config 2024-12-17T05:25:52Z +2024-12-17T05:25:52Z NOTICE system.config.apply success +2024-12-17T05:25:52Z DEBUG device.log State update defer 1999ms +2024-12-17T05:25:52Z DEBUG device.log State update defer 1996ms +2024-12-17T05:25:52Z DEBUG device.log State update defer 1996ms +2024-12-17T05:25:52Z DEBUG device.log State update defer 1996ms +2024-12-17T05:25:52Z DEBUG device.log State update defer 1996ms +2024-12-17T05:25:52Z DEBUG device.log State update defer 1995ms +2024-12-17T05:25:52Z DEBUG device.log State update defer 1995ms +2024-12-17T05:25:54Z DEBUG device.log State update defer 0ms +2024-12-17T05:25:54Z INFO device.log Update state 2024-12-17T05:25:54Z last_config 2024-12-17T05:25:52Z +2024-12-17T05:25:54Z DEBUG device.log State update AHU-1 (extra_config) +2024-12-17T05:25:56Z DEBUG system.config.receive success +2024-12-17T05:25:56Z DEBUG device.log State update defer -64ms +2024-12-17T05:25:56Z INFO device.log Update state 2024-12-17T05:25:56Z last_config 2024-12-17T05:25:52Z +2024-12-17T05:25:56Z DEBUG system.config.parse success +2024-12-17T05:25:56Z DEBUG device.log State update AHU-1 (extra_config) +2024-12-17T05:25:56Z INFO device.log Device AHU-1 config handler +2024-12-17T05:25:56Z DEBUG device.log Config update AHU-1 (extra_config) +2024-12-17T05:25:56Z INFO device.log 2024-12-17T05:25:56Z received config 2024-12-17T05:25:56Z +2024-12-17T05:25:56Z NOTICE system.config.apply success +2024-12-17T05:25:56Z DEBUG device.log State update defer 1999ms +2024-12-17T05:25:58Z DEBUG device.log State update defer -2ms +2024-12-17T05:25:58Z INFO device.log Update state 2024-12-17T05:25:58Z last_config 2024-12-17T05:25:56Z +2024-12-17T05:25:58Z DEBUG device.log State update AHU-1 (extra_config) +2024-12-17T05:26:01Z DEBUG system.config.receive success +2024-12-17T05:26:01Z DEBUG device.log State update defer -152ms +2024-12-17T05:26:01Z INFO device.log Update state 2024-12-17T05:26:01Z last_config 2024-12-17T05:25:56Z +2024-12-17T05:26:01Z DEBUG device.log State update AHU-1 (extra_config) +2024-12-17T05:26:01Z DEBUG system.config.parse success +2024-12-17T05:26:01Z INFO device.log Device AHU-1 config handler +2024-12-17T05:26:01Z DEBUG device.log Config update AHU-1 (extra_config) +2024-12-17T05:26:01Z DEBUG device.log State update defer 2000ms +2024-12-17T05:26:01Z INFO device.log 2024-12-17T05:26:01Z received config 2024-12-17T05:26:00Z +2024-12-17T05:26:01Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:01Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:01Z NOTICE system.config.apply success +2024-12-17T05:26:01Z DEBUG device.log State update defer 1996ms +2024-12-17T05:26:01Z DEBUG device.log State update defer 1996ms +2024-12-17T05:26:01Z DEBUG device.log State update defer 1996ms +2024-12-17T05:26:01Z DEBUG device.log State update defer 1995ms +2024-12-17T05:26:02Z DEBUG system.config.receive success +2024-12-17T05:26:02Z DEBUG device.log State update defer 888ms +2024-12-17T05:26:02Z DEBUG system.config.parse success +2024-12-17T05:26:02Z INFO device.log Device AHU-1 config handler +2024-12-17T05:26:02Z DEBUG device.log Config update AHU-1 (extra_config) +2024-12-17T05:26:02Z INFO device.log 2024-12-17T05:26:02Z received config 2024-12-17T05:26:02Z +2024-12-17T05:26:02Z NOTICE system.config.apply success +2024-12-17T05:26:02Z DEBUG device.log State update defer 886ms +2024-12-17T05:26:02Z DEBUG device.log State update defer 886ms +2024-12-17T05:26:03Z DEBUG device.log State update defer 0ms +2024-12-17T05:26:03Z INFO device.log Update state 2024-12-17T05:26:03Z last_config 2024-12-17T05:26:02Z +2024-12-17T05:26:03Z DEBUG device.log State update AHU-1 (extra_config) +2024-12-17T05:26:03Z DEBUG system.config.receive success +2024-12-17T05:26:03Z DEBUG device.log State update defer 1687ms +2024-12-17T05:26:03Z DEBUG system.config.parse success +2024-12-17T05:26:03Z INFO device.log Device AHU-1 config handler +2024-12-17T05:26:03Z DEBUG device.log Config update AHU-1 (extra_config) +2024-12-17T05:26:03Z INFO device.log 2024-12-17T05:26:03Z received config 2024-12-17T05:26:03Z +2024-12-17T05:26:03Z DEBUG device.log State update defer 1685ms +2024-12-17T05:26:03Z DEBUG device.log State update defer 1685ms +2024-12-17T05:26:03Z NOTICE system.config.apply success +2024-12-17T05:26:03Z DEBUG device.log State update defer 1684ms +2024-12-17T05:26:03Z DEBUG device.log State update defer 1684ms +2024-12-17T05:26:04Z DEBUG system.config.receive success +2024-12-17T05:26:04Z DEBUG device.log State update defer 579ms +2024-12-17T05:26:04Z DEBUG system.config.parse success +2024-12-17T05:26:04Z INFO device.log Device AHU-1 config handler +2024-12-17T05:26:04Z DEBUG device.log Config update AHU-1 (extra_config) +2024-12-17T05:26:04Z INFO device.log 2024-12-17T05:26:04Z received config 2024-12-17T05:26:04Z +2024-12-17T05:26:04Z NOTICE system.config.apply success +2024-12-17T05:26:04Z DEBUG device.log State update defer 577ms +2024-12-17T05:26:04Z DEBUG device.log State update defer 576ms +2024-12-17T05:26:04Z DEBUG device.log State update defer 576ms +2024-12-17T05:26:05Z DEBUG device.log State update defer 0ms +2024-12-17T05:26:05Z INFO device.log Update state 2024-12-17T05:26:05Z last_config 2024-12-17T05:26:04Z +2024-12-17T05:26:05Z DEBUG device.log State update AHU-1 (extra_config) +2024-12-17T05:26:09Z DEBUG system.config.receive success +2024-12-17T05:26:09Z DEBUG system.config.parse success +2024-12-17T05:26:09Z INFO device.log Device AHU-1 config handler +2024-12-17T05:26:09Z DEBUG device.log Config update AHU-1 (extra_config) +2024-12-17T05:26:09Z INFO device.log 2024-12-17T05:26:09Z received config 2024-12-17T05:26:09Z +2024-12-17T05:26:09Z NOTICE system.config.apply success +2024-12-17T05:26:09Z DEBUG device.log State update defer -2102ms +2024-12-17T05:26:09Z INFO device.log Update state 2024-12-17T05:26:09Z last_config 2024-12-17T05:26:09Z +2024-12-17T05:26:09Z DEBUG device.log State update AHU-1 (extra_config) +2024-12-17T05:26:24Z DEBUG system.config.receive success +2024-12-17T05:26:24Z DEBUG device.log State update defer -13072ms +2024-12-17T05:26:24Z INFO device.log Update state 2024-12-17T05:26:24Z last_config 2024-12-17T05:26:09Z +2024-12-17T05:26:24Z DEBUG system.config.parse success +2024-12-17T05:26:24Z INFO device.log Device AHU-1 config handler +2024-12-17T05:26:24Z DEBUG device.log Config update AHU-1 (extra_config) +2024-12-17T05:26:24Z DEBUG device.log State update defer 2000ms +2024-12-17T05:26:24Z INFO device.log 2024-12-17T05:26:24Z received config 2024-12-17T05:26:24Z +2024-12-17T05:26:24Z NOTICE system.config.apply success +2024-12-17T05:26:24Z DEBUG device.log State update defer 2000ms +2024-12-17T05:26:24Z DEBUG device.log State update defer 1999ms +2024-12-17T05:26:24Z DEBUG device.log State update defer 1999ms +2024-12-17T05:26:24Z DEBUG device.log State update defer 1999ms +2024-12-17T05:26:24Z DEBUG device.log State update defer 1999ms +2024-12-17T05:26:24Z DEBUG device.log State update defer 1999ms +2024-12-17T05:26:26Z DEBUG device.log State update defer 65ms +2024-12-17T05:26:34Z NOTICE validation.feature.sequence Sequence complete diff --git a/validator/sequences/extra_config/events_pointset.attr b/validator/sequences/extra_config/events_pointset.attr index 6f5794155c..18c60f4a8f 100644 --- a/validator/sequences/extra_config/events_pointset.attr +++ b/validator/sequences/extra_config/events_pointset.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_9", "projectId" : "localhost", - "transactionId" : "MP:b38ad6fc", - "publishTime" : "2024-11-30T14:13:25Z", + "transactionId" : "MP:90b3ae28", + "publishTime" : "2024-12-17T05:26:26Z", "subFolder" : "pointset", "subType" : "events" } \ No newline at end of file diff --git a/validator/sequences/extra_config/events_pointset.json b/validator/sequences/extra_config/events_pointset.json index 873ecf2652..6b463d1df7 100644 --- a/validator/sequences/extra_config/events_pointset.json +++ b/validator/sequences/extra_config/events_pointset.json @@ -1,15 +1,15 @@ { "points" : { "filter_alarm_pressure_status" : { - "present_value" : false + "present_value" : true }, "filter_differential_pressure_setpoint" : { "present_value" : 98 }, "filter_differential_pressure_sensor" : { - "present_value" : 11 + "present_value" : 10 } }, - "timestamp" : "2024-11-30T14:13:25Z", + "timestamp" : "2024-12-17T05:26:26Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/extra_config/events_system.attr b/validator/sequences/extra_config/events_system.attr index 45835b84f6..99df4307f5 100644 --- a/validator/sequences/extra_config/events_system.attr +++ b/validator/sequences/extra_config/events_system.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_9", "projectId" : "localhost", - "transactionId" : "MP:fbffff5a", - "publishTime" : "2024-11-30T14:13:25Z", + "transactionId" : "MP:088e9aa1", + "publishTime" : "2024-12-17T05:26:26Z", "subFolder" : "system", "subType" : "events" } \ No newline at end of file diff --git a/validator/sequences/extra_config/events_system.json b/validator/sequences/extra_config/events_system.json index a4267b66b1..50fbae28af 100644 --- a/validator/sequences/extra_config/events_system.json +++ b/validator/sequences/extra_config/events_system.json @@ -1,88 +1,92 @@ { - "event_no" : 5, - "last_config" : "2024-11-30T14:13:24Z", + "event_no" : 6, + "last_config" : "2024-12-17T05:26:24Z", "logentries" : [ { "message" : "success", "category" : "system.config.receive", - "timestamp" : "2024-11-30T14:13:24Z", + "timestamp" : "2024-12-17T05:26:24Z", "level" : 100 }, { - "message" : "success", - "category" : "system.config.parse", - "timestamp" : "2024-11-30T14:13:24Z", + "message" : "State update defer -13072ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:26:24Z", "level" : 100 }, { - "message" : "Device AHU-1 config handler", + "message" : "Update state 2024-12-17T05:26:24Z last_config 2024-12-17T05:26:09Z", "category" : "device.log", - "timestamp" : "2024-11-30T14:13:24Z", + "timestamp" : "2024-12-17T05:26:24Z", "level" : 200 }, { - "message" : "State update defer -10933ms", - "category" : "device.log", - "timestamp" : "2024-11-30T14:13:24Z", + "message" : "success", + "category" : "system.config.parse", + "timestamp" : "2024-12-17T05:26:24Z", "level" : 100 }, { - "message" : "Update state 2024-11-30T14:13:24Z last_config 2024-11-30T14:13:09Z", + "message" : "Device AHU-1 config handler", "category" : "device.log", - "timestamp" : "2024-11-30T14:13:24Z", + "timestamp" : "2024-12-17T05:26:24Z", "level" : 200 }, { "message" : "Config update AHU-1 (extra_config)", - "detail" : "{\n \"timestamp\" : \"2024-11-30T14:13:24Z\",\n \"version\" : \"git-411dd5e\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-11-30T14:12:44Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"extra_config\",\n \"transaction_id\" : \"RC:273b77.00000010\",\n \"config_base\" : 13\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"ipv6\" : { },\n \"vendor\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:26:24Z\",\n \"version\" : \"git-46fef59\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-17T05:25:35Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"extra_config\",\n \"transaction_id\" : \"RC:bc7efb.00000012\",\n \"config_base\" : 14\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : { }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", "category" : "device.log", - "timestamp" : "2024-11-30T14:13:24Z", + "timestamp" : "2024-12-17T05:26:24Z", "level" : 100 }, { - "message" : "State update AHU-1 (extra_config)", - "detail" : "{\n \"timestamp\" : \"2024-11-30T14:13:24Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-11-30T14:13:09Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-11-30T14:12:44Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-21679\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.parse\",\n \"timestamp\" : \"2024-11-30T14:13:24Z\",\n \"level\" : 100\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"00:0d:3a:5b:f7:5f\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.56\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::20d:3aff:fe5b:f75f\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "message" : "State update defer 2000ms", "category" : "device.log", - "timestamp" : "2024-11-30T14:13:24Z", + "timestamp" : "2024-12-17T05:26:24Z", "level" : 100 }, { - "message" : "2024-11-30T14:13:24Z received config 2024-11-30T14:13:24Z", + "message" : "2024-12-17T05:26:24Z received config 2024-12-17T05:26:24Z", "category" : "device.log", - "timestamp" : "2024-11-30T14:13:24Z", + "timestamp" : "2024-12-17T05:26:24Z", "level" : 200 }, { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-11-30T14:13:24Z", + "timestamp" : "2024-12-17T05:26:24Z", "level" : 300 + }, { + "message" : "State update defer 2000ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:26:24Z", + "level" : 100 }, { "message" : "State update defer 1999ms", "category" : "device.log", - "timestamp" : "2024-11-30T14:13:24Z", + "timestamp" : "2024-12-17T05:26:24Z", "level" : 100 }, { "message" : "State update defer 1999ms", "category" : "device.log", - "timestamp" : "2024-11-30T14:13:24Z", + "timestamp" : "2024-12-17T05:26:24Z", "level" : 100 }, { "message" : "State update defer 1999ms", "category" : "device.log", - "timestamp" : "2024-11-30T14:13:24Z", + "timestamp" : "2024-12-17T05:26:24Z", "level" : 100 }, { "message" : "State update defer 1999ms", "category" : "device.log", - "timestamp" : "2024-11-30T14:13:24Z", + "timestamp" : "2024-12-17T05:26:24Z", "level" : 100 }, { "message" : "State update defer 1999ms", "category" : "device.log", - "timestamp" : "2024-11-30T14:13:24Z", + "timestamp" : "2024-12-17T05:26:24Z", "level" : 100 }, { - "message" : "State update defer 1998ms", + "message" : "State update defer 65ms", "category" : "device.log", - "timestamp" : "2024-11-30T14:13:24Z", + "timestamp" : "2024-12-17T05:26:26Z", "level" : 100 } ], "metrics" : { "mem_total_mb" : 254.0, - "mem_free_mb" : 213.79254913330078 + "mem_free_mb" : 209.7373046875 }, - "timestamp" : "2024-11-30T14:13:25Z", + "timestamp" : "2024-12-17T05:26:26Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/extra_config/local_discovery.json b/validator/sequences/extra_config/local_discovery.json new file mode 100644 index 0000000000..4c564e79f0 --- /dev/null +++ b/validator/sequences/extra_config/local_discovery.json @@ -0,0 +1,5 @@ +{ + "families" : { + "vendor" : { } + } +} \ No newline at end of file diff --git a/validator/sequences/extra_config/local_localnet.json b/validator/sequences/extra_config/local_localnet.json index 97598c144b..4b6e825e32 100644 --- a/validator/sequences/extra_config/local_localnet.json +++ b/validator/sequences/extra_config/local_localnet.json @@ -3,6 +3,6 @@ "ether" : { }, "ipv4" : { }, "vendor" : { }, - "ipv6" : { } + "bacnet" : { } } } \ No newline at end of file diff --git a/validator/sequences/extra_config/local_system.json b/validator/sequences/extra_config/local_system.json index aac008f42b..4c8052ae8a 100644 --- a/validator/sequences/extra_config/local_system.json +++ b/validator/sequences/extra_config/local_system.json @@ -2,7 +2,7 @@ "min_loglevel" : 100, "metrics_rate_sec" : 10, "operation" : { - "last_start" : "2024-11-30T14:12:44Z" + "last_start" : "2024-12-17T05:25:35Z" }, "testing" : { "sequence_name" : "extra_config" diff --git a/validator/sequences/extra_config/local_update.json b/validator/sequences/extra_config/local_update.json index 6d894fa7fb..6d22f34b62 100644 --- a/validator/sequences/extra_config/local_update.json +++ b/validator/sequences/extra_config/local_update.json @@ -1,22 +1,27 @@ { - "timestamp" : "2024-11-30T14:13:24Z", - "version" : "@@@cloud udmi version###git-411dd5e", + "timestamp" : "2024-12-17T05:26:24Z", + "version" : "@@@cloud udmi version###git-46fef59", "system" : { "min_loglevel" : 100, "metrics_rate_sec" : 10, "operation" : { - "last_start" : "2024-11-30T14:12:44Z" + "last_start" : "2024-12-17T05:25:35Z" }, "testing" : { "sequence_name" : "extra_config" } }, + "discovery" : { + "families" : { + "vendor" : { } + } + }, "localnet" : { "families" : { "ether" : { }, "ipv4" : { }, "vendor" : { }, - "ipv6" : { } + "bacnet" : { } } }, "pointset" : { diff --git a/validator/sequences/extra_config/sequence.md b/validator/sequences/extra_config/sequence.md index cf35c6bca8..2c7119bf11 100644 --- a/validator/sequences/extra_config/sequence.md +++ b/validator/sequences/extra_config/sequence.md @@ -6,14 +6,14 @@ Check that the device correctly handles an extra out-of-schema field 1. Wait for last_config not null 1. Wait for system operational 1. Check that system status level is not >= `WARNING` (400) -1. Update config Before system logs level `DEBUG` category `system.config.receive` +1. Update config before system logs level `DEBUG` category `system.config.receive` 1. Wait until system logs level `DEBUG` category `system.config.receive` -1. Wait for last_config updated +1. Wait until last_config updated 1. Wait for system operational 1. Check that system status level is not >= `WARNING` (400) 1. Wait until system logs level `DEBUG` category `system.config.parse` 1. Wait until system logs level `NOTICE` category `system.config.apply` -1. Update config Before system logs level `DEBUG` category `system.config.receive` +1. Update config before system logs level `DEBUG` category `system.config.receive` 1. Wait until system logs level `DEBUG` category `system.config.receive` 1. Wait for last_config updated again 1. Wait for system operational diff --git a/validator/sequences/extra_config/sequencer.log b/validator/sequences/extra_config/sequencer.log index 68d36881a3..1e1eb4bcea 100644 --- a/validator/sequences/extra_config/sequencer.log +++ b/validator/sequences/extra_config/sequencer.log @@ -1,2416 +1,2855 @@ -2024-11-30T14:12:46Z NOTICE starting test extra_config ################################ -2024-11-30T14:12:46Z INFO Stage start waiting for starting test wrapper at 0s -2024-11-30T14:12:54Z DEBUG Clear configTransactions and reset device config -2024-11-30T14:12:54Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-30T14:12:54Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z -2024-11-30T14:12:54Z DEBUG last_start changed true, last_start 1970-01-01T00:01:13Z -2024-11-30T14:12:54Z DEBUG extraFieldChanged false because extra_field null -2024-11-30T14:12:54Z WARNING Now using alternate connection client! -2024-11-30T14:12:54Z TRACE Stage suspend waiting for starting test wrapper at 8s -2024-11-30T14:12:54Z INFO Stage start waiting for using alternate client at 8s -2024-11-30T14:12:55Z DEBUG Forcing config update -2024-11-30T14:12:55Z TRACE updated check config_update: true -2024-11-30T14:12:55Z DEBUG update config_update, adding configTransaction RC:273b77.00000005 -2024-11-30T14:12:55Z TRACE local local_update: { -2024-11-30T14:12:55Z TRACE local local_update: "version" : "@@@cloud udmi version###null", -2024-11-30T14:12:55Z TRACE local local_update: "system" : { -2024-11-30T14:12:55Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:12:55Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:12:55Z TRACE local local_update: "operation" : { -2024-11-30T14:12:55Z TRACE local local_update: "last_start" : "1970-01-01T00:01:13Z" -2024-11-30T14:12:55Z TRACE local local_update: }, -2024-11-30T14:12:55Z TRACE local local_update: "testing" : { -2024-11-30T14:12:55Z TRACE local local_update: "sequence_name" : "extra_config", -2024-11-30T14:12:55Z TRACE local local_update: "endpoint_type" : "alternate" -2024-11-30T14:12:56Z TRACE local local_update: } -2024-11-30T14:12:56Z TRACE local local_update: }, -2024-11-30T14:12:56Z TRACE local local_update: "blobset" : { -2024-11-30T14:12:56Z TRACE local local_update: "blobs" : { -2024-11-30T14:12:56Z TRACE local local_update: "_iot_endpoint_config" : { -2024-11-30T14:12:56Z TRACE local local_update: "phase" : "final", -2024-11-30T14:12:56Z TRACE local local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzkvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzkvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfOS9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", -2024-11-30T14:12:56Z TRACE local local_update: "sha256" : "@@@blob data hash###ec720a4c8e972373c4a3ff69e0dacd49dce2688174a99864ae02ed7fa1ae3bff", -2024-11-30T14:12:56Z TRACE local local_update: "generation" : "2024-11-30T14:12:54Z" -2024-11-30T14:12:56Z TRACE local local_update: } -2024-11-30T14:12:56Z TRACE local local_update: } -2024-11-30T14:12:56Z TRACE local local_update: } -2024-11-30T14:12:56Z TRACE local local_update: } -2024-11-30T14:12:56Z DEBUG Detail pending config transaction is now: RC:273b77.00000005 -2024-11-30T14:12:56Z TRACE received command AHU-1/config/update -2024-11-30T14:12:56Z DEBUG received config_update -2024-11-30T14:12:56Z DEBUG Handling update message config_update RC:273b77.00000005 -2024-11-30T14:12:56Z DEBUG Removed configTransaction RC:273b77.00000005 -2024-11-30T14:12:56Z DEBUG last_start changed false, last_start 1970-01-01T00:01:13Z -2024-11-30T14:12:56Z DEBUG Updated config 2024-11-30T14:12:56Z RC:273b77.00000005 -2024-11-30T14:12:56Z INFO Updated config #001: { -2024-11-30T14:12:56Z INFO Updated config #001: "timestamp" : "2024-11-30T14:12:56Z", -2024-11-30T14:12:56Z INFO Updated config #001: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:12:56Z INFO Updated config #001: "system" : { -2024-11-30T14:12:56Z INFO Updated config #001: "min_loglevel" : 100, -2024-11-30T14:12:56Z INFO Updated config #001: "metrics_rate_sec" : 10, -2024-11-30T14:12:56Z INFO Updated config #001: "operation" : { -2024-11-30T14:12:56Z INFO Updated config #001: "last_start" : "1970-01-01T00:01:13Z" -2024-11-30T14:12:56Z INFO Updated config #001: }, -2024-11-30T14:12:56Z INFO Updated config #001: "testing" : { -2024-11-30T14:12:56Z INFO Updated config #001: "sequence_name" : "extra_config", -2024-11-30T14:12:56Z INFO Updated config #001: "endpoint_type" : "alternate" -2024-11-30T14:12:56Z INFO Updated config #001: } -2024-11-30T14:12:56Z INFO Updated config #001: }, -2024-11-30T14:12:56Z INFO Updated config #001: "blobset" : { -2024-11-30T14:12:56Z INFO Updated config #001: "blobs" : { -2024-11-30T14:12:56Z INFO Updated config #001: "_iot_endpoint_config" : { -2024-11-30T14:12:56Z INFO Updated config #001: "phase" : "final", -2024-11-30T14:12:56Z INFO Updated config #001: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzkvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzkvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfOS9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", -2024-11-30T14:12:56Z INFO Updated config #001: "sha256" : "@@@blob data hash###ec720a4c8e972373c4a3ff69e0dacd49dce2688174a99864ae02ed7fa1ae3bff", -2024-11-30T14:12:56Z INFO Updated config #001: "generation" : "2024-11-30T14:12:54Z" -2024-11-30T14:12:56Z INFO Updated config #001: } -2024-11-30T14:12:56Z INFO Updated config #001: } -2024-11-30T14:12:56Z INFO Updated config #001: } -2024-11-30T14:12:56Z INFO Updated config #001: } -2024-11-30T14:12:56Z DEBUG Detail pending config transaction is now: null -2024-11-30T14:12:56Z DEBUG Update config reset alternate registry timestamp 2024-11-30T14:12:56Z -2024-11-30T14:12:56Z TRACE local local_update: { -2024-11-30T14:12:56Z TRACE local local_update: "timestamp" : "2024-11-30T14:12:56Z", -2024-11-30T14:12:56Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:12:56Z TRACE local local_update: "system" : { -2024-11-30T14:12:56Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:12:56Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:12:56Z TRACE local local_update: "operation" : { -2024-11-30T14:12:56Z TRACE local local_update: "last_start" : "1970-01-01T00:01:13Z" -2024-11-30T14:12:56Z TRACE local local_update: }, -2024-11-30T14:12:56Z TRACE local local_update: "testing" : { -2024-11-30T14:12:56Z TRACE local local_update: "sequence_name" : "extra_config", -2024-11-30T14:12:56Z TRACE local local_update: "endpoint_type" : "alternate" -2024-11-30T14:12:56Z TRACE local local_update: } -2024-11-30T14:12:56Z TRACE local local_update: }, -2024-11-30T14:12:56Z TRACE local local_update: "blobset" : { -2024-11-30T14:12:56Z TRACE local local_update: "blobs" : { -2024-11-30T14:12:56Z TRACE local local_update: "_iot_endpoint_config" : { -2024-11-30T14:12:56Z TRACE local local_update: "phase" : "final", -2024-11-30T14:12:56Z TRACE local local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzkvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzkvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfOS9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", -2024-11-30T14:12:56Z TRACE local local_update: "sha256" : "@@@blob data hash###ec720a4c8e972373c4a3ff69e0dacd49dce2688174a99864ae02ed7fa1ae3bff", -2024-11-30T14:12:56Z TRACE local local_update: "generation" : "2024-11-30T14:12:54Z" -2024-11-30T14:12:56Z TRACE local local_update: } -2024-11-30T14:12:56Z TRACE local local_update: } -2024-11-30T14:12:56Z TRACE local local_update: } -2024-11-30T14:12:56Z TRACE local local_update: } -2024-11-30T14:12:56Z TRACE Update config reset alternate registry: Add `system` = { "min_loglevel": `100`, "testing": { "endpoint_type": `alternate`, "sequence_name": `extra_config` }, "metrics_rate_sec": `10`, "operation": { "last_start": `device reported` } } -2024-11-30T14:12:56Z TRACE Update config reset alternate registry: Add `version` = `cloud udmi version` -2024-11-30T14:12:56Z TRACE Update config reset alternate registry: Add `blobset` = { "blobs": { "_iot_endpoint_config": { "phase": `final`, "generation": `blob generation`, "sha256": `blob data hash`, "url": `endpoint data` } } } -2024-11-30T14:12:56Z TRACE Update config reset alternate registry: Add `timestamp` = `generated timestamp` -2024-11-30T14:12:56Z DEBUG Stage finished waiting for using alternate client at 9s after 1s -2024-11-30T14:12:56Z TRACE Stage resume waiting for starting test wrapper at 9s -2024-11-30T14:12:56Z WARNING Done with alternate connection client! -2024-11-30T14:12:56Z DEBUG Allowing device state change (everything) -2024-11-30T14:12:56Z DEBUG Starting reset_config full reset true -2024-11-30T14:12:56Z DEBUG Clear configTransactions and reset device config -2024-11-30T14:12:56Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-30T14:12:56Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z -2024-11-30T14:12:56Z DEBUG last_start changed true, last_start 1970-01-01T00:01:13Z -2024-11-30T14:12:56Z DEBUG extraFieldChanged false because extra_field null -2024-11-30T14:12:56Z DEBUG extraFieldChanged true because extra_field reset_config -2024-11-30T14:12:56Z DEBUG Clear configTransactions and reset device config -2024-11-30T14:12:56Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-30T14:12:56Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z -2024-11-30T14:12:56Z DEBUG last_start changed true, last_start 1970-01-01T00:01:13Z -2024-11-30T14:12:56Z DEBUG extraFieldChanged true because extra_field null -2024-11-30T14:12:57Z TRACE updated check config_update: true -2024-11-30T14:12:57Z DEBUG update config_update, adding configTransaction RC:273b77.00000006 -2024-11-30T14:12:57Z TRACE local local_update: { -2024-11-30T14:12:57Z TRACE local local_update: "version" : "@@@cloud udmi version###1.5.2", -2024-11-30T14:12:57Z TRACE local local_update: "system" : { -2024-11-30T14:12:57Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:12:57Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:12:57Z TRACE local local_update: "operation" : { -2024-11-30T14:12:57Z TRACE local local_update: "last_start" : "1970-01-01T00:01:13Z" -2024-11-30T14:12:57Z TRACE local local_update: }, -2024-11-30T14:12:57Z TRACE local local_update: "testing" : { -2024-11-30T14:12:57Z TRACE local local_update: "sequence_name" : "extra_config" -2024-11-30T14:12:57Z TRACE local local_update: } -2024-11-30T14:12:57Z TRACE local local_update: }, -2024-11-30T14:12:57Z TRACE local local_update: "localnet" : { -2024-11-30T14:12:57Z TRACE local local_update: "families" : { -2024-11-30T14:12:57Z TRACE local local_update: "ether" : { }, -2024-11-30T14:12:57Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:12:57Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:12:57Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:12:57Z TRACE local local_update: } -2024-11-30T14:12:57Z TRACE local local_update: }, -2024-11-30T14:12:57Z TRACE local local_update: "pointset" : { -2024-11-30T14:12:57Z TRACE local local_update: "points" : { -2024-11-30T14:12:57Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:12:57Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:12:57Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:12:57Z TRACE local local_update: }, -2024-11-30T14:12:57Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:12:57Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:12:57Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:12:57Z TRACE local local_update: }, -2024-11-30T14:12:57Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:12:57Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:12:57Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:12:57Z TRACE local local_update: } -2024-11-30T14:12:57Z TRACE local local_update: } -2024-11-30T14:12:57Z TRACE local local_update: } -2024-11-30T14:12:57Z TRACE local local_update: } -2024-11-30T14:12:57Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-30T14:12:57Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-11-30T14:12:57Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-30T14:12:57Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-11-30T14:12:57Z DEBUG Saving pre-config state timestamp null -2024-11-30T14:12:57Z DEBUG Update lastConfigUpdate 2024-11-30T14:12:57Z, because soft reset -2024-11-30T14:12:57Z TRACE Stage suspend waiting for starting test wrapper at 10s -2024-11-30T14:12:57Z INFO Stage start waiting for config update synchronized at 10s -2024-11-30T14:12:57Z TRACE received command AHU-1/state/update -2024-11-30T14:12:57Z DEBUG received state_update -2024-11-30T14:12:57Z DEBUG Handling update message state_update MP:2ac9568b -2024-11-30T14:12:57Z DEBUG Updated state after 10s 2024-11-30T14:12:47Z MP:2ac9568b -2024-11-30T14:12:57Z INFO Initial state #001: { -2024-11-30T14:12:57Z INFO Initial state #001: "timestamp" : "2024-11-30T14:12:47Z", -2024-11-30T14:12:57Z INFO Initial state #001: "version" : "1.5.2", -2024-11-30T14:12:57Z INFO Initial state #001: "system" : { -2024-11-30T14:12:57Z INFO Initial state #001: "last_config" : "2024-11-30T14:12:28Z", -2024-11-30T14:12:57Z INFO Initial state #001: "operation" : { -2024-11-30T14:12:57Z INFO Initial state #001: "operational" : true, -2024-11-30T14:12:57Z INFO Initial state #001: "last_start" : "2024-11-30T14:12:44Z", -2024-11-30T14:12:57Z INFO Initial state #001: "restart_count" : 1, -2024-11-30T14:12:57Z INFO Initial state #001: "mode" : "initial" -2024-11-30T14:12:57Z INFO Initial state #001: }, -2024-11-30T14:12:57Z INFO Initial state #001: "serial_no" : "sequencer-21679", -2024-11-30T14:12:57Z INFO Initial state #001: "hardware" : { -2024-11-30T14:12:57Z INFO Initial state #001: "make" : "BOS", -2024-11-30T14:12:57Z INFO Initial state #001: "model" : "pubber" -2024-11-30T14:12:57Z INFO Initial state #001: }, -2024-11-30T14:12:57Z INFO Initial state #001: "software" : { -2024-11-30T14:12:57Z INFO Initial state #001: "firmware" : "v1" -2024-11-30T14:12:57Z INFO Initial state #001: }, -2024-11-30T14:12:57Z INFO Initial state #001: "status" : { -2024-11-30T14:12:57Z INFO Initial state #001: "message" : "success", -2024-11-30T14:12:57Z INFO Initial state #001: "category" : "system.config.apply", -2024-11-30T14:12:57Z INFO Initial state #001: "timestamp" : "2024-11-30T14:12:45Z", -2024-11-30T14:12:57Z INFO Initial state #001: "level" : 300 -2024-11-30T14:12:57Z INFO Initial state #001: } -2024-11-30T14:12:57Z INFO Initial state #001: }, -2024-11-30T14:12:57Z INFO Initial state #001: "localnet" : { -2024-11-30T14:12:57Z INFO Initial state #001: "families" : { -2024-11-30T14:12:57Z INFO Initial state #001: "ether" : { -2024-11-30T14:12:57Z INFO Initial state #001: "addr" : "00:0d:3a:5b:f7:5f" -2024-11-30T14:12:57Z INFO Initial state #001: }, -2024-11-30T14:12:57Z INFO Initial state #001: "ipv4" : { -2024-11-30T14:12:57Z INFO Initial state #001: "addr" : "10.1.0.56" -2024-11-30T14:12:57Z INFO Initial state #001: }, -2024-11-30T14:12:57Z INFO Initial state #001: "ipv6" : { -2024-11-30T14:12:57Z INFO Initial state #001: "addr" : "fe80::20d:3aff:fe5b:f75f" -2024-11-30T14:12:57Z INFO Initial state #001: }, -2024-11-30T14:12:57Z INFO Initial state #001: "vendor" : { -2024-11-30T14:12:57Z INFO Initial state #001: "addr" : "28179023" -2024-11-30T14:12:57Z INFO Initial state #001: } -2024-11-30T14:12:57Z INFO Initial state #001: } -2024-11-30T14:12:57Z INFO Initial state #001: }, -2024-11-30T14:12:57Z INFO Initial state #001: "pointset" : { -2024-11-30T14:12:57Z INFO Initial state #001: "points" : { -2024-11-30T14:12:57Z INFO Initial state #001: "filter_alarm_pressure_status" : { -2024-11-30T14:12:57Z INFO Initial state #001: "units" : "No-units" -2024-11-30T14:12:57Z INFO Initial state #001: }, -2024-11-30T14:12:57Z INFO Initial state #001: "filter_differential_pressure_setpoint" : { -2024-11-30T14:12:57Z INFO Initial state #001: "units" : "Bars", -2024-11-30T14:12:57Z INFO Initial state #001: "value_state" : "applied" -2024-11-30T14:12:57Z INFO Initial state #001: }, -2024-11-30T14:12:57Z INFO Initial state #001: "filter_differential_pressure_sensor" : { -2024-11-30T14:12:57Z INFO Initial state #001: "units" : "Degrees-Celsius" -2024-11-30T14:12:57Z INFO Initial state #001: } -2024-11-30T14:12:57Z INFO Initial state #001: } -2024-11-30T14:12:57Z INFO Initial state #001: } -2024-11-30T14:12:57Z INFO Initial state #001: } -2024-11-30T14:12:57Z NOTICE Received serial number sequencer-21679 -2024-11-30T14:12:57Z DEBUG Updated state has last_config 2024-11-30T14:12:28Z (expecting null) -2024-11-30T14:12:57Z DEBUG Detail config update synchronized is now: last_start not synced in config, config transactions not cleared, last_config not synced in state -2024-11-30T14:12:57Z TRACE received command AHU-1/state/system -2024-11-30T14:12:57Z TRACE received state_system: { -2024-11-30T14:12:57Z TRACE received state_system: "hardware" : { -2024-11-30T14:12:57Z TRACE received state_system: "make" : "BOS", -2024-11-30T14:12:57Z TRACE received state_system: "model" : "pubber" -2024-11-30T14:12:57Z TRACE received state_system: }, -2024-11-30T14:12:57Z TRACE received state_system: "last_config" : "2024-11-30T14:12:28Z", -2024-11-30T14:12:57Z TRACE received state_system: "operation" : { -2024-11-30T14:12:57Z TRACE received state_system: "operational" : true, -2024-11-30T14:12:57Z TRACE received state_system: "last_start" : "2024-11-30T14:12:44Z", -2024-11-30T14:12:57Z TRACE received state_system: "restart_count" : 1, -2024-11-30T14:12:57Z TRACE received state_system: "mode" : "initial" -2024-11-30T14:12:57Z TRACE received state_system: }, -2024-11-30T14:12:57Z TRACE received state_system: "serial_no" : "sequencer-21679", -2024-11-30T14:12:57Z TRACE received state_system: "software" : { -2024-11-30T14:12:57Z TRACE received state_system: "firmware" : "v1" -2024-11-30T14:12:57Z TRACE received state_system: }, -2024-11-30T14:12:57Z TRACE received state_system: "status" : { -2024-11-30T14:12:57Z TRACE received state_system: "message" : "success", -2024-11-30T14:12:57Z TRACE received state_system: "category" : "system.config.apply", -2024-11-30T14:12:57Z TRACE received state_system: "timestamp" : "2024-11-30T14:12:45Z", -2024-11-30T14:12:57Z TRACE received state_system: "level" : 300 -2024-11-30T14:12:57Z TRACE received state_system: }, -2024-11-30T14:12:57Z TRACE received state_system: "timestamp" : "2024-11-30T14:12:47Z", -2024-11-30T14:12:57Z TRACE received state_system: "version" : "1.5.2" -2024-11-30T14:12:57Z TRACE received state_system: } -2024-11-30T14:12:57Z DEBUG Handling device message state_system MP:2ac9568b-0 -2024-11-30T14:12:57Z TRACE Ignoring partial state update -2024-11-30T14:12:57Z TRACE received command AHU-1/state/localnet -2024-11-30T14:12:57Z TRACE received state_localnet: { -2024-11-30T14:12:57Z TRACE received state_localnet: "families" : { -2024-11-30T14:12:57Z TRACE received state_localnet: "ether" : { -2024-11-30T14:12:57Z TRACE received state_localnet: "addr" : "00:0d:3a:5b:f7:5f" -2024-11-30T14:12:57Z TRACE received state_localnet: }, -2024-11-30T14:12:57Z TRACE received state_localnet: "ipv4" : { -2024-11-30T14:12:57Z TRACE received state_localnet: "addr" : "10.1.0.56" -2024-11-30T14:12:57Z TRACE received state_localnet: }, -2024-11-30T14:12:57Z TRACE received state_localnet: "ipv6" : { -2024-11-30T14:12:57Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe5b:f75f" -2024-11-30T14:12:57Z TRACE received state_localnet: }, -2024-11-30T14:12:57Z TRACE received state_localnet: "vendor" : { -2024-11-30T14:12:57Z TRACE received state_localnet: "addr" : "28179023" -2024-11-30T14:12:57Z TRACE received state_localnet: } -2024-11-30T14:12:57Z TRACE received state_localnet: }, -2024-11-30T14:12:57Z TRACE received state_localnet: "timestamp" : "2024-11-30T14:12:47Z", -2024-11-30T14:12:57Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-30T14:12:57Z TRACE received state_localnet: } -2024-11-30T14:12:57Z DEBUG Handling device message state_localnet MP:2ac9568b-1 -2024-11-30T14:12:57Z TRACE Ignoring partial state update -2024-11-30T14:12:57Z TRACE received command AHU-1/state/pointset -2024-11-30T14:12:57Z TRACE received state_pointset: { -2024-11-30T14:12:57Z TRACE received state_pointset: "points" : { -2024-11-30T14:12:57Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:12:57Z TRACE received state_pointset: "units" : "No-units" -2024-11-30T14:12:57Z TRACE received state_pointset: }, -2024-11-30T14:12:57Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:12:57Z TRACE received state_pointset: "units" : "Bars", -2024-11-30T14:12:57Z TRACE received state_pointset: "value_state" : "applied" -2024-11-30T14:12:57Z TRACE received state_pointset: }, -2024-11-30T14:12:57Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:12:57Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-30T14:12:57Z TRACE received state_pointset: } -2024-11-30T14:12:57Z TRACE received state_pointset: }, -2024-11-30T14:12:57Z TRACE received state_pointset: "timestamp" : "2024-11-30T14:12:47Z", -2024-11-30T14:12:57Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-30T14:12:57Z TRACE received state_pointset: } -2024-11-30T14:12:57Z DEBUG Handling device message state_pointset MP:2ac9568b-2 -2024-11-30T14:12:57Z TRACE Ignoring partial state update -2024-11-30T14:12:57Z TRACE received command AHU-1/events/pointset -2024-11-30T14:12:57Z TRACE received events_pointset: { -2024-11-30T14:12:57Z TRACE received events_pointset: "points" : { -2024-11-30T14:12:57Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:12:57Z TRACE received events_pointset: "present_value" : true -2024-11-30T14:12:57Z TRACE received events_pointset: }, -2024-11-30T14:12:57Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:12:57Z TRACE received events_pointset: "present_value" : 98 -2024-11-30T14:12:57Z TRACE received events_pointset: }, -2024-11-30T14:12:57Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:12:57Z TRACE received events_pointset: "present_value" : 8 -2024-11-30T14:12:57Z TRACE received events_pointset: } -2024-11-30T14:12:57Z TRACE received events_pointset: }, -2024-11-30T14:12:57Z TRACE received events_pointset: "timestamp" : "2024-11-30T14:12:55Z", -2024-11-30T14:12:57Z TRACE received events_pointset: "version" : "1.5.2" -2024-11-30T14:12:57Z TRACE received events_pointset: } -2024-11-30T14:12:57Z DEBUG Handling device message events_pointset MP:8a2d4abd -2024-11-30T14:12:57Z TRACE received command AHU-1/events/system -2024-11-30T14:12:57Z DEBUG received events_system 2024-11-30T14:12:45Z WARNING device.log: Starting AHU-1 Pubber sender with delay 10s -2024-11-30T14:12:57Z DEBUG received events_system 2024-11-30T14:12:45Z WARNING device.log: Dropping state update until config received... -2024-11-30T14:12:57Z DEBUG received events_system 2024-11-30T14:12:45Z WARNING device.log: Received config for config latch AHU-1 -2024-11-30T14:12:57Z DEBUG received events_system 2024-11-30T14:12:45Z NOTICE system.config.apply: success -2024-11-30T14:12:57Z DEBUG received events_system 2024-11-30T14:12:45Z WARNING device.log: Start waiting 10s for config latch for AHU-1 -2024-11-30T14:12:57Z DEBUG received events_system 2024-11-30T14:12:45Z WARNING device.log: Ending connection 1732975964440 with 9 -2024-11-30T14:12:57Z DEBUG received events_system 2024-11-30T14:12:45Z NOTICE system.config.apply: success -2024-11-30T14:12:57Z DEBUG Handling device message events_system MP:2ebed12f -2024-11-30T14:12:57Z TRACE received command AHU-1/config/update -2024-11-30T14:12:57Z DEBUG received config_update -2024-11-30T14:12:57Z DEBUG Handling update message config_update RC:273b77.00000006 -2024-11-30T14:12:57Z DEBUG Removed configTransaction RC:273b77.00000006 -2024-11-30T14:12:57Z DEBUG last_start changed false, last_start 1970-01-01T00:01:13Z -2024-11-30T14:12:57Z DEBUG Updated config 2024-11-30T14:12:57Z RC:273b77.00000006 -2024-11-30T14:12:57Z INFO Updated config #002: Changed 4 fields: -2024-11-30T14:12:57Z INFO Updated config #002: Remove `system.testing.endpoint_type` -2024-11-30T14:12:57Z INFO Updated config #002: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } -2024-11-30T14:12:57Z INFO Updated config #002: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "ipv6": { } } } -2024-11-30T14:12:57Z INFO Updated config #002: Remove `blobset` -2024-11-30T14:12:57Z DEBUG Detail config update synchronized is now: last_start not synced in config, last_config not synced in state -2024-11-30T14:12:57Z TRACE received command AHU-1/state/update -2024-11-30T14:12:57Z DEBUG received state_update -2024-11-30T14:12:57Z DEBUG Handling update message state_update MP:864119d3 -2024-11-30T14:12:57Z DEBUG Updated state after 0s 2024-11-30T14:12:57Z MP:864119d3 -2024-11-30T14:12:57Z INFO Updated state #002: Changed 4 fields: -2024-11-30T14:12:57Z INFO Updated state #002: Set `system.status.level` = `100` -2024-11-30T14:12:57Z INFO Updated state #002: Set `system.status.category` = `system.config.parse` -2024-11-30T14:12:57Z INFO Updated state #002: Set `system.status.timestamp` = `2024-11-30T14:12:57Z` -2024-11-30T14:12:57Z INFO Updated state #002: Set `timestamp` = `2024-11-30T14:12:57Z` -2024-11-30T14:12:57Z DEBUG Updated state has last_config 2024-11-30T14:12:28Z (expecting 2024-11-30T14:12:57Z) -2024-11-30T14:12:57Z TRACE received command AHU-1/state/system -2024-11-30T14:12:57Z TRACE received state_system: { -2024-11-30T14:12:57Z TRACE received state_system: "hardware" : { -2024-11-30T14:12:57Z TRACE received state_system: "make" : "BOS", -2024-11-30T14:12:57Z TRACE received state_system: "model" : "pubber" -2024-11-30T14:12:57Z TRACE received state_system: }, -2024-11-30T14:12:57Z TRACE received state_system: "last_config" : "2024-11-30T14:12:28Z", -2024-11-30T14:12:57Z TRACE received state_system: "operation" : { -2024-11-30T14:12:57Z TRACE received state_system: "operational" : true, -2024-11-30T14:12:57Z TRACE received state_system: "last_start" : "2024-11-30T14:12:44Z", -2024-11-30T14:12:57Z TRACE received state_system: "restart_count" : 1, -2024-11-30T14:12:57Z TRACE received state_system: "mode" : "initial" -2024-11-30T14:12:57Z TRACE received state_system: }, -2024-11-30T14:12:57Z TRACE received state_system: "serial_no" : "sequencer-21679", -2024-11-30T14:12:57Z TRACE received state_system: "software" : { -2024-11-30T14:12:57Z TRACE received state_system: "firmware" : "v1" -2024-11-30T14:12:57Z TRACE received state_system: }, -2024-11-30T14:12:57Z TRACE received state_system: "status" : { -2024-11-30T14:12:57Z TRACE received state_system: "message" : "success", -2024-11-30T14:12:57Z TRACE received state_system: "category" : "system.config.parse", -2024-11-30T14:12:57Z TRACE received state_system: "timestamp" : "2024-11-30T14:12:57Z", -2024-11-30T14:12:57Z TRACE received state_system: "level" : 100 -2024-11-30T14:12:57Z TRACE received state_system: }, -2024-11-30T14:12:57Z TRACE received state_system: "timestamp" : "2024-11-30T14:12:57Z", -2024-11-30T14:12:57Z TRACE received state_system: "version" : "1.5.2" -2024-11-30T14:12:57Z TRACE received state_system: } -2024-11-30T14:12:57Z DEBUG Handling device message state_system MP:864119d3-0 -2024-11-30T14:12:57Z TRACE Ignoring partial state update -2024-11-30T14:12:57Z TRACE received command AHU-1/state/localnet -2024-11-30T14:12:57Z TRACE received state_localnet: { -2024-11-30T14:12:57Z TRACE received state_localnet: "families" : { -2024-11-30T14:12:57Z TRACE received state_localnet: "ether" : { -2024-11-30T14:12:57Z TRACE received state_localnet: "addr" : "00:0d:3a:5b:f7:5f" -2024-11-30T14:12:57Z TRACE received state_localnet: }, -2024-11-30T14:12:57Z TRACE received state_localnet: "ipv4" : { -2024-11-30T14:12:57Z TRACE received state_localnet: "addr" : "10.1.0.56" -2024-11-30T14:12:57Z TRACE received state_localnet: }, -2024-11-30T14:12:57Z TRACE received state_localnet: "ipv6" : { -2024-11-30T14:12:57Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe5b:f75f" -2024-11-30T14:12:57Z TRACE received state_localnet: }, -2024-11-30T14:12:57Z TRACE received state_localnet: "vendor" : { -2024-11-30T14:12:57Z TRACE received state_localnet: "addr" : "28179023" -2024-11-30T14:12:57Z TRACE received state_localnet: } -2024-11-30T14:12:57Z TRACE received state_localnet: }, -2024-11-30T14:12:57Z TRACE received state_localnet: "timestamp" : "2024-11-30T14:12:57Z", -2024-11-30T14:12:57Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-30T14:12:57Z TRACE received state_localnet: } -2024-11-30T14:12:57Z DEBUG Handling device message state_localnet MP:864119d3-1 -2024-11-30T14:12:57Z TRACE Ignoring partial state update -2024-11-30T14:12:57Z TRACE received command AHU-1/state/pointset -2024-11-30T14:12:57Z TRACE received state_pointset: { -2024-11-30T14:12:57Z TRACE received state_pointset: "points" : { -2024-11-30T14:12:57Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:12:57Z TRACE received state_pointset: "units" : "No-units" -2024-11-30T14:12:57Z TRACE received state_pointset: }, -2024-11-30T14:12:57Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:12:57Z TRACE received state_pointset: "units" : "Bars", -2024-11-30T14:12:57Z TRACE received state_pointset: "value_state" : "applied" -2024-11-30T14:12:57Z TRACE received state_pointset: }, -2024-11-30T14:12:57Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:12:57Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-30T14:12:57Z TRACE received state_pointset: } -2024-11-30T14:12:57Z TRACE received state_pointset: }, -2024-11-30T14:12:57Z TRACE received state_pointset: "timestamp" : "2024-11-30T14:12:57Z", -2024-11-30T14:12:57Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-30T14:12:57Z TRACE received state_pointset: } -2024-11-30T14:12:57Z DEBUG Handling device message state_pointset MP:864119d3-2 -2024-11-30T14:12:57Z TRACE Ignoring partial state update -2024-11-30T14:12:57Z TRACE received command AHU-1/config/update -2024-11-30T14:12:57Z DEBUG received config_update -2024-11-30T14:12:57Z DEBUG Handling update message config_update MP:864119d3 -2024-11-30T14:12:57Z DEBUG last_start changed true, last_start 2024-11-30T14:12:44Z -2024-11-30T14:12:57Z DEBUG Updated config 2024-11-30T14:12:57Z MP:864119d3 -2024-11-30T14:12:57Z INFO Updated config #003: Changed 0 fields. -2024-11-30T14:12:59Z TRACE received command AHU-1/state/update -2024-11-30T14:12:59Z DEBUG received state_update -2024-11-30T14:12:59Z DEBUG Handling update message state_update MP:499bd143 -2024-11-30T14:12:59Z DEBUG Updated state after 0s 2024-11-30T14:12:59Z MP:499bd143 -2024-11-30T14:12:59Z INFO Updated state #003: Changed 4 fields: -2024-11-30T14:12:59Z INFO Updated state #003: Set `system.last_config` = `2024-11-30T14:12:57Z` -2024-11-30T14:12:59Z INFO Updated state #003: Set `system.status.level` = `300` -2024-11-30T14:12:59Z INFO Updated state #003: Set `system.status.category` = `system.config.apply` -2024-11-30T14:12:59Z INFO Updated state #003: Set `timestamp` = `2024-11-30T14:12:59Z` -2024-11-30T14:12:59Z DEBUG Updated state has last_config 2024-11-30T14:12:57Z (expecting 2024-11-30T14:12:57Z) -2024-11-30T14:12:59Z DEBUG Detail config update synchronized is now: null -2024-11-30T14:12:59Z DEBUG Stage finished waiting for config update synchronized at 12s after 2s -2024-11-30T14:12:59Z TRACE Stage resume waiting for starting test wrapper at 12s -2024-11-30T14:12:59Z DEBUG Config sync took 2s -2024-11-30T14:12:59Z DEBUG Finished wait for config sync pending: null -2024-11-30T14:12:59Z DEBUG Update config soft reset timestamp 2024-11-30T14:12:57Z -2024-11-30T14:12:59Z TRACE local local_update: { -2024-11-30T14:12:59Z TRACE local local_update: "timestamp" : "2024-11-30T14:12:57Z", -2024-11-30T14:12:59Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:12:59Z TRACE local local_update: "system" : { -2024-11-30T14:12:59Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:12:59Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:12:59Z TRACE local local_update: "operation" : { -2024-11-30T14:12:59Z TRACE local local_update: "last_start" : "2024-11-30T14:12:44Z" -2024-11-30T14:12:59Z TRACE local local_update: }, -2024-11-30T14:12:59Z TRACE local local_update: "testing" : { -2024-11-30T14:12:59Z TRACE local local_update: "sequence_name" : "extra_config" -2024-11-30T14:12:59Z TRACE local local_update: } -2024-11-30T14:12:59Z TRACE local local_update: }, -2024-11-30T14:12:59Z TRACE local local_update: "localnet" : { -2024-11-30T14:12:59Z TRACE local local_update: "families" : { -2024-11-30T14:12:59Z TRACE local local_update: "ether" : { }, -2024-11-30T14:12:59Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:12:59Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:12:59Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:12:59Z TRACE local local_update: } -2024-11-30T14:12:59Z TRACE local local_update: }, -2024-11-30T14:12:59Z TRACE local local_update: "pointset" : { -2024-11-30T14:12:59Z TRACE local local_update: "points" : { -2024-11-30T14:12:59Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:12:59Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:12:59Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:12:59Z TRACE local local_update: }, -2024-11-30T14:12:59Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:12:59Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:12:59Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:12:59Z TRACE local local_update: }, -2024-11-30T14:12:59Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:12:59Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:12:59Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:12:59Z TRACE local local_update: } -2024-11-30T14:12:59Z TRACE local local_update: } -2024-11-30T14:12:59Z TRACE local local_update: } -2024-11-30T14:12:59Z TRACE local local_update: } -2024-11-30T14:12:59Z TRACE Update config soft reset: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } -2024-11-30T14:12:59Z TRACE Update config soft reset: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "ipv6": { } } } -2024-11-30T14:12:59Z TRACE Update config soft reset: Add `timestamp` = `generated timestamp` -2024-11-30T14:12:59Z DEBUG Done with reset_config -2024-11-30T14:12:59Z TRACE Stage suspend waiting for starting test wrapper at 12s -2024-11-30T14:12:59Z INFO Stage start waiting for config update synchronized at 12s -2024-11-30T14:12:59Z TRACE received command AHU-1/state/system -2024-11-30T14:12:59Z TRACE received state_system: { -2024-11-30T14:12:59Z TRACE received state_system: "hardware" : { -2024-11-30T14:12:59Z TRACE received state_system: "make" : "BOS", -2024-11-30T14:12:59Z TRACE received state_system: "model" : "pubber" -2024-11-30T14:12:59Z TRACE received state_system: }, -2024-11-30T14:12:59Z TRACE received state_system: "last_config" : "2024-11-30T14:12:57Z", -2024-11-30T14:12:59Z TRACE received state_system: "operation" : { -2024-11-30T14:12:59Z TRACE received state_system: "operational" : true, -2024-11-30T14:12:59Z TRACE received state_system: "last_start" : "2024-11-30T14:12:44Z", -2024-11-30T14:12:59Z TRACE received state_system: "restart_count" : 1, -2024-11-30T14:12:59Z TRACE received state_system: "mode" : "initial" -2024-11-30T14:12:59Z TRACE received state_system: }, -2024-11-30T14:12:59Z TRACE received state_system: "serial_no" : "sequencer-21679", -2024-11-30T14:12:59Z TRACE received state_system: "software" : { -2024-11-30T14:12:59Z TRACE received state_system: "firmware" : "v1" -2024-11-30T14:12:59Z TRACE received state_system: }, -2024-11-30T14:12:59Z TRACE received state_system: "status" : { -2024-11-30T14:12:59Z TRACE received state_system: "message" : "success", -2024-11-30T14:12:59Z TRACE received state_system: "category" : "system.config.apply", -2024-11-30T14:12:59Z TRACE received state_system: "timestamp" : "2024-11-30T14:12:57Z", -2024-11-30T14:12:59Z TRACE received state_system: "level" : 300 -2024-11-30T14:12:59Z TRACE received state_system: }, -2024-11-30T14:12:59Z TRACE received state_system: "timestamp" : "2024-11-30T14:12:59Z", -2024-11-30T14:12:59Z TRACE received state_system: "version" : "1.5.2" -2024-11-30T14:12:59Z TRACE received state_system: } -2024-11-30T14:12:59Z DEBUG Handling device message state_system MP:499bd143-0 -2024-11-30T14:12:59Z TRACE Ignoring partial state update -2024-11-30T14:12:59Z DEBUG Stage finished waiting for config update synchronized at 12s after 0s -2024-11-30T14:12:59Z TRACE Stage resume waiting for starting test wrapper at 12s -2024-11-30T14:12:59Z DEBUG Config sync took 2s -2024-11-30T14:12:59Z DEBUG Finished wait for config sync pending: null -2024-11-30T14:12:59Z DEBUG Disallowing device state change (everything) -2024-11-30T14:13:00Z TRACE updated check config_update: true -2024-11-30T14:13:00Z DEBUG update config_update, adding configTransaction RC:273b77.00000007 -2024-11-30T14:13:00Z TRACE local local_update: { -2024-11-30T14:13:00Z TRACE local local_update: "timestamp" : "2024-11-30T14:12:57Z", -2024-11-30T14:13:00Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:13:00Z TRACE local local_update: "system" : { -2024-11-30T14:13:00Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:13:00Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:13:00Z TRACE local local_update: "operation" : { -2024-11-30T14:13:00Z TRACE local local_update: "last_start" : "2024-11-30T14:12:44Z" -2024-11-30T14:13:00Z TRACE local local_update: }, -2024-11-30T14:13:00Z TRACE local local_update: "testing" : { -2024-11-30T14:13:00Z TRACE local local_update: "sequence_name" : "extra_config" -2024-11-30T14:13:00Z TRACE local local_update: } -2024-11-30T14:13:00Z TRACE local local_update: }, -2024-11-30T14:13:00Z TRACE local local_update: "localnet" : { -2024-11-30T14:13:00Z TRACE local local_update: "families" : { -2024-11-30T14:13:00Z TRACE local local_update: "ether" : { }, -2024-11-30T14:13:00Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:13:00Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:13:00Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:13:00Z TRACE local local_update: } -2024-11-30T14:13:00Z TRACE local local_update: }, -2024-11-30T14:13:00Z TRACE local local_update: "pointset" : { -2024-11-30T14:13:00Z TRACE local local_update: "points" : { -2024-11-30T14:13:00Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:00Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:13:00Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:13:00Z TRACE local local_update: }, -2024-11-30T14:13:00Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:13:00Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:13:00Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:13:00Z TRACE local local_update: }, -2024-11-30T14:13:00Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:00Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:13:00Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:13:00Z TRACE local local_update: } -2024-11-30T14:13:00Z TRACE local local_update: } -2024-11-30T14:13:00Z TRACE local local_update: } -2024-11-30T14:13:00Z TRACE local local_update: } -2024-11-30T14:13:00Z DEBUG Saving pre-config state timestamp 2024-11-30T14:12:59Z -2024-11-30T14:13:00Z DEBUG Update lastConfigUpdate 2024-11-30T14:13:00Z, because initial setup -2024-11-30T14:13:00Z TRACE Stage suspend waiting for starting test wrapper at 13s -2024-11-30T14:13:00Z INFO Stage start waiting for config update synchronized at 13s -2024-11-30T14:13:00Z TRACE received command AHU-1/state/localnet -2024-11-30T14:13:00Z TRACE received state_localnet: { -2024-11-30T14:13:00Z TRACE received state_localnet: "families" : { -2024-11-30T14:13:00Z TRACE received state_localnet: "ether" : { -2024-11-30T14:13:00Z TRACE received state_localnet: "addr" : "00:0d:3a:5b:f7:5f" -2024-11-30T14:13:00Z TRACE received state_localnet: }, -2024-11-30T14:13:00Z TRACE received state_localnet: "ipv4" : { -2024-11-30T14:13:00Z TRACE received state_localnet: "addr" : "10.1.0.56" -2024-11-30T14:13:00Z TRACE received state_localnet: }, -2024-11-30T14:13:00Z TRACE received state_localnet: "ipv6" : { -2024-11-30T14:13:00Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe5b:f75f" -2024-11-30T14:13:00Z TRACE received state_localnet: }, -2024-11-30T14:13:00Z TRACE received state_localnet: "vendor" : { -2024-11-30T14:13:00Z TRACE received state_localnet: "addr" : "28179023" -2024-11-30T14:13:00Z TRACE received state_localnet: } -2024-11-30T14:13:00Z TRACE received state_localnet: }, -2024-11-30T14:13:00Z TRACE received state_localnet: "timestamp" : "2024-11-30T14:12:59Z", -2024-11-30T14:13:00Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-30T14:13:00Z TRACE received state_localnet: } -2024-11-30T14:13:00Z DEBUG Handling device message state_localnet MP:499bd143-1 -2024-11-30T14:13:00Z TRACE Ignoring partial state update -2024-11-30T14:13:00Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-30T14:13:00Z TRACE received command AHU-1/state/pointset -2024-11-30T14:13:00Z TRACE received state_pointset: { -2024-11-30T14:13:00Z TRACE received state_pointset: "points" : { -2024-11-30T14:13:00Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:13:00Z TRACE received state_pointset: "units" : "No-units" -2024-11-30T14:13:00Z TRACE received state_pointset: }, -2024-11-30T14:13:00Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:00Z TRACE received state_pointset: "units" : "Bars", -2024-11-30T14:13:00Z TRACE received state_pointset: "value_state" : "applied" -2024-11-30T14:13:00Z TRACE received state_pointset: }, -2024-11-30T14:13:00Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:00Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-30T14:13:00Z TRACE received state_pointset: } -2024-11-30T14:13:00Z TRACE received state_pointset: }, -2024-11-30T14:13:00Z TRACE received state_pointset: "timestamp" : "2024-11-30T14:12:59Z", -2024-11-30T14:13:00Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-30T14:13:00Z TRACE received state_pointset: } -2024-11-30T14:13:00Z DEBUG Handling device message state_pointset MP:499bd143-2 -2024-11-30T14:13:00Z TRACE Ignoring partial state update -2024-11-30T14:13:00Z TRACE received command AHU-1/config/update -2024-11-30T14:13:00Z DEBUG received config_update -2024-11-30T14:13:00Z DEBUG Handling update message config_update RC:273b77.00000007 -2024-11-30T14:13:00Z DEBUG Removed configTransaction RC:273b77.00000007 -2024-11-30T14:13:00Z DEBUG last_start changed false, last_start 2024-11-30T14:12:44Z -2024-11-30T14:13:00Z DEBUG Updated config 2024-11-30T14:13:00Z RC:273b77.00000007 -2024-11-30T14:13:00Z INFO Updated config #004: Changed 0 fields. -2024-11-30T14:13:00Z DEBUG Detail config update synchronized is now: device state not updated since config issued, last_config not synced in state -2024-11-30T14:13:01Z TRACE received command AHU-1/state/update -2024-11-30T14:13:01Z DEBUG received state_update -2024-11-30T14:13:01Z DEBUG Handling update message state_update MP:d9076987 -2024-11-30T14:13:01Z DEBUG Updated state after 0s 2024-11-30T14:13:01Z MP:d9076987 -2024-11-30T14:13:01Z INFO Updated state #004: Changed 3 fields: -2024-11-30T14:13:01Z INFO Updated state #004: Set `system.last_config` = `2024-11-30T14:13:00Z` -2024-11-30T14:13:01Z INFO Updated state #004: Set `system.status.timestamp` = `2024-11-30T14:13:00Z` -2024-11-30T14:13:01Z INFO Updated state #004: Set `timestamp` = `2024-11-30T14:13:01Z` -2024-11-30T14:13:01Z DEBUG Updated state has last_config 2024-11-30T14:13:00Z (expecting 2024-11-30T14:13:00Z) -2024-11-30T14:13:01Z TRACE received command AHU-1/state/system -2024-11-30T14:13:01Z TRACE received state_system: { -2024-11-30T14:13:01Z TRACE received state_system: "hardware" : { -2024-11-30T14:13:01Z TRACE received state_system: "make" : "BOS", -2024-11-30T14:13:01Z TRACE received state_system: "model" : "pubber" -2024-11-30T14:13:01Z TRACE received state_system: }, -2024-11-30T14:13:01Z TRACE received state_system: "last_config" : "2024-11-30T14:13:00Z", -2024-11-30T14:13:01Z TRACE received state_system: "operation" : { -2024-11-30T14:13:01Z TRACE received state_system: "operational" : true, -2024-11-30T14:13:01Z TRACE received state_system: "last_start" : "2024-11-30T14:12:44Z", -2024-11-30T14:13:01Z TRACE received state_system: "restart_count" : 1, -2024-11-30T14:13:01Z TRACE received state_system: "mode" : "initial" -2024-11-30T14:13:01Z TRACE received state_system: }, -2024-11-30T14:13:01Z TRACE received state_system: "serial_no" : "sequencer-21679", -2024-11-30T14:13:01Z TRACE received state_system: "software" : { -2024-11-30T14:13:01Z TRACE received state_system: "firmware" : "v1" -2024-11-30T14:13:01Z TRACE received state_system: }, -2024-11-30T14:13:01Z TRACE received state_system: "status" : { -2024-11-30T14:13:01Z TRACE received state_system: "message" : "success", -2024-11-30T14:13:01Z TRACE received state_system: "category" : "system.config.apply", -2024-11-30T14:13:01Z TRACE received state_system: "timestamp" : "2024-11-30T14:13:00Z", -2024-11-30T14:13:01Z TRACE received state_system: "level" : 300 -2024-11-30T14:13:01Z TRACE received state_system: }, -2024-11-30T14:13:01Z TRACE received state_system: "timestamp" : "2024-11-30T14:13:01Z", -2024-11-30T14:13:01Z TRACE received state_system: "version" : "1.5.2" -2024-11-30T14:13:01Z TRACE received state_system: } -2024-11-30T14:13:01Z DEBUG Handling device message state_system MP:d9076987-0 -2024-11-30T14:13:01Z TRACE Ignoring partial state update -2024-11-30T14:13:01Z DEBUG Detail config update synchronized is now: null -2024-11-30T14:13:01Z DEBUG Stage finished waiting for config update synchronized at 14s after 0s -2024-11-30T14:13:01Z TRACE Stage resume waiting for starting test wrapper at 14s -2024-11-30T14:13:01Z DEBUG Config sync took 1s -2024-11-30T14:13:01Z DEBUG Finished wait for config sync pending: null -2024-11-30T14:13:01Z DEBUG Update config initial setup timestamp 2024-11-30T14:13:00Z -2024-11-30T14:13:01Z TRACE local local_update: { -2024-11-30T14:13:01Z TRACE local local_update: "timestamp" : "2024-11-30T14:13:00Z", -2024-11-30T14:13:01Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:13:01Z TRACE local local_update: "system" : { -2024-11-30T14:13:01Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:13:01Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:13:01Z TRACE local local_update: "operation" : { -2024-11-30T14:13:01Z TRACE local local_update: "last_start" : "2024-11-30T14:12:44Z" -2024-11-30T14:13:01Z TRACE local local_update: }, -2024-11-30T14:13:01Z TRACE local local_update: "testing" : { -2024-11-30T14:13:01Z TRACE local local_update: "sequence_name" : "extra_config" -2024-11-30T14:13:01Z TRACE local local_update: } -2024-11-30T14:13:01Z TRACE local local_update: }, -2024-11-30T14:13:01Z TRACE local local_update: "localnet" : { -2024-11-30T14:13:01Z TRACE local local_update: "families" : { -2024-11-30T14:13:01Z TRACE local local_update: "ether" : { }, -2024-11-30T14:13:01Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:13:01Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:13:01Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:13:01Z TRACE local local_update: } -2024-11-30T14:13:01Z TRACE local local_update: }, -2024-11-30T14:13:01Z TRACE local local_update: "pointset" : { -2024-11-30T14:13:01Z TRACE local local_update: "points" : { -2024-11-30T14:13:01Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:01Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:13:01Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:13:01Z TRACE local local_update: }, -2024-11-30T14:13:01Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:13:01Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:13:01Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:13:01Z TRACE local local_update: }, -2024-11-30T14:13:01Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:01Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:13:01Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:13:01Z TRACE local local_update: } -2024-11-30T14:13:01Z TRACE local local_update: } -2024-11-30T14:13:01Z TRACE local local_update: } -2024-11-30T14:13:01Z TRACE local local_update: } -2024-11-30T14:13:01Z DEBUG Stale state cutoff threshold is 2024-11-30T14:12:45Z -2024-11-30T14:13:01Z DEBUG Waiting for device stateTransaction RC:273b77.00000008 (was null) -2024-11-30T14:13:01Z TRACE Stage suspend waiting for starting test wrapper at 14s -2024-11-30T14:13:01Z INFO Stage start waiting for state query at 14s -2024-11-30T14:13:01Z TRACE received command AHU-1/state/localnet -2024-11-30T14:13:01Z TRACE received state_localnet: { -2024-11-30T14:13:01Z TRACE received state_localnet: "families" : { -2024-11-30T14:13:01Z TRACE received state_localnet: "ether" : { -2024-11-30T14:13:01Z TRACE received state_localnet: "addr" : "00:0d:3a:5b:f7:5f" -2024-11-30T14:13:01Z TRACE received state_localnet: }, -2024-11-30T14:13:01Z TRACE received state_localnet: "ipv4" : { -2024-11-30T14:13:01Z TRACE received state_localnet: "addr" : "10.1.0.56" -2024-11-30T14:13:01Z TRACE received state_localnet: }, -2024-11-30T14:13:01Z TRACE received state_localnet: "ipv6" : { -2024-11-30T14:13:01Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe5b:f75f" -2024-11-30T14:13:01Z TRACE received state_localnet: }, -2024-11-30T14:13:01Z TRACE received state_localnet: "vendor" : { -2024-11-30T14:13:01Z TRACE received state_localnet: "addr" : "28179023" -2024-11-30T14:13:01Z TRACE received state_localnet: } -2024-11-30T14:13:01Z TRACE received state_localnet: }, -2024-11-30T14:13:01Z TRACE received state_localnet: "timestamp" : "2024-11-30T14:13:01Z", -2024-11-30T14:13:01Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-30T14:13:01Z TRACE received state_localnet: } -2024-11-30T14:13:01Z DEBUG Handling device message state_localnet MP:d9076987-1 -2024-11-30T14:13:01Z TRACE Ignoring partial state update -2024-11-30T14:13:01Z TRACE received command AHU-1/state/pointset -2024-11-30T14:13:01Z TRACE received state_pointset: { -2024-11-30T14:13:01Z TRACE received state_pointset: "points" : { -2024-11-30T14:13:01Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:13:01Z TRACE received state_pointset: "units" : "No-units" -2024-11-30T14:13:01Z TRACE received state_pointset: }, -2024-11-30T14:13:01Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:01Z TRACE received state_pointset: "units" : "Bars", -2024-11-30T14:13:01Z TRACE received state_pointset: "value_state" : "applied" -2024-11-30T14:13:01Z TRACE received state_pointset: }, -2024-11-30T14:13:01Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:01Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-30T14:13:01Z TRACE received state_pointset: } -2024-11-30T14:13:01Z TRACE received state_pointset: }, -2024-11-30T14:13:01Z TRACE received state_pointset: "timestamp" : "2024-11-30T14:13:01Z", -2024-11-30T14:13:01Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-30T14:13:01Z TRACE received state_pointset: } -2024-11-30T14:13:01Z DEBUG Handling device message state_pointset MP:d9076987-2 -2024-11-30T14:13:01Z TRACE Ignoring partial state update -2024-11-30T14:13:01Z TRACE received command AHU-1/state/update -2024-11-30T14:13:01Z DEBUG received state_update -2024-11-30T14:13:01Z INFO Received device configAcked -2024-11-30T14:13:01Z DEBUG Handling update message state_update RC:273b77.00000008 -2024-11-30T14:13:01Z DEBUG Removed stateTransaction RC:273b77.00000008 -2024-11-30T14:13:01Z DEBUG Updated state after 0s 2024-11-30T14:13:01Z RC:273b77.00000008 -2024-11-30T14:13:01Z INFO Updated state #005: Changed 0 fields. -2024-11-30T14:13:01Z DEBUG Updated state has last_config 2024-11-30T14:13:00Z (expecting 2024-11-30T14:13:00Z) -2024-11-30T14:13:01Z DEBUG Stage finished waiting for state query at 14s after 0s -2024-11-30T14:13:01Z TRACE Stage resume waiting for starting test wrapper at 14s -2024-11-30T14:13:01Z TRACE Stage suspend waiting for starting test wrapper at 14s -2024-11-30T14:13:01Z INFO Stage start waiting for initial device state at 14s -2024-11-30T14:13:02Z TRACE updated check config_update: true -2024-11-30T14:13:02Z DEBUG update config_update, adding configTransaction RC:273b77.00000009 -2024-11-30T14:13:02Z TRACE local local_update: { -2024-11-30T14:13:02Z TRACE local local_update: "timestamp" : "2024-11-30T14:13:00Z", -2024-11-30T14:13:02Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:13:02Z TRACE local local_update: "system" : { -2024-11-30T14:13:02Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:13:02Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:13:02Z TRACE local local_update: "operation" : { -2024-11-30T14:13:02Z TRACE local local_update: "last_start" : "2024-11-30T14:12:44Z" -2024-11-30T14:13:02Z TRACE local local_update: }, -2024-11-30T14:13:02Z TRACE local local_update: "testing" : { -2024-11-30T14:13:02Z TRACE local local_update: "sequence_name" : "extra_config" -2024-11-30T14:13:02Z TRACE local local_update: } -2024-11-30T14:13:02Z TRACE local local_update: }, -2024-11-30T14:13:02Z TRACE local local_update: "localnet" : { -2024-11-30T14:13:02Z TRACE local local_update: "families" : { -2024-11-30T14:13:02Z TRACE local local_update: "ether" : { }, -2024-11-30T14:13:02Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:13:02Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:13:02Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:13:02Z TRACE local local_update: } -2024-11-30T14:13:02Z TRACE local local_update: }, -2024-11-30T14:13:02Z TRACE local local_update: "pointset" : { -2024-11-30T14:13:02Z TRACE local local_update: "points" : { -2024-11-30T14:13:02Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:02Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:13:02Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:13:02Z TRACE local local_update: }, -2024-11-30T14:13:02Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:13:02Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:13:02Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:13:02Z TRACE local local_update: }, -2024-11-30T14:13:02Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:02Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:13:02Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:13:02Z TRACE local local_update: } -2024-11-30T14:13:02Z TRACE local local_update: } -2024-11-30T14:13:02Z TRACE local local_update: } -2024-11-30T14:13:02Z TRACE local local_update: } -2024-11-30T14:13:02Z DEBUG Saving pre-config state timestamp 2024-11-30T14:13:01Z -2024-11-30T14:13:02Z DEBUG Update lastConfigUpdate 2024-11-30T14:13:02Z, because before initial device state -2024-11-30T14:13:02Z TRACE Stage suspend waiting for initial device state at 15s -2024-11-30T14:13:02Z INFO Stage start waiting for config update synchronized at 15s -2024-11-30T14:13:02Z TRACE received command AHU-1/reply/update -2024-11-30T14:13:02Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-30T14:13:02Z TRACE received command AHU-1/config/update -2024-11-30T14:13:02Z DEBUG received config_update -2024-11-30T14:13:02Z DEBUG Handling update message config_update RC:273b77.00000009 -2024-11-30T14:13:02Z DEBUG Removed configTransaction RC:273b77.00000009 -2024-11-30T14:13:02Z DEBUG last_start changed false, last_start 2024-11-30T14:12:44Z -2024-11-30T14:13:02Z DEBUG Updated config 2024-11-30T14:13:02Z RC:273b77.00000009 -2024-11-30T14:13:02Z INFO Updated config #005: Changed 0 fields. -2024-11-30T14:13:03Z TRACE received command AHU-1/state/update -2024-11-30T14:13:03Z DEBUG received state_update -2024-11-30T14:13:03Z DEBUG Handling update message state_update MP:e292f765 -2024-11-30T14:13:03Z DEBUG Updated state after 0s 2024-11-30T14:13:03Z MP:e292f765 -2024-11-30T14:13:03Z INFO Updated state #006: Changed 3 fields: -2024-11-30T14:13:03Z INFO Updated state #006: Set `system.last_config` = `2024-11-30T14:13:02Z` -2024-11-30T14:13:03Z INFO Updated state #006: Set `system.status.timestamp` = `2024-11-30T14:13:02Z` -2024-11-30T14:13:03Z INFO Updated state #006: Set `timestamp` = `2024-11-30T14:13:03Z` -2024-11-30T14:13:03Z DEBUG Updated state has last_config 2024-11-30T14:13:02Z (expecting 2024-11-30T14:13:02Z) -2024-11-30T14:13:03Z DEBUG Detail config update synchronized is now: null -2024-11-30T14:13:03Z DEBUG Stage finished waiting for config update synchronized at 16s after 0s -2024-11-30T14:13:03Z TRACE Stage resume waiting for initial device state at 16s -2024-11-30T14:13:03Z DEBUG Config sync took 1s -2024-11-30T14:13:03Z DEBUG Finished wait for config sync pending: null -2024-11-30T14:13:03Z DEBUG Update config before initial device state timestamp 2024-11-30T14:13:02Z -2024-11-30T14:13:03Z TRACE local local_update: { -2024-11-30T14:13:03Z TRACE local local_update: "timestamp" : "2024-11-30T14:13:02Z", -2024-11-30T14:13:03Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:13:03Z TRACE local local_update: "system" : { -2024-11-30T14:13:03Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:13:03Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:13:03Z TRACE local local_update: "operation" : { -2024-11-30T14:13:03Z TRACE local local_update: "last_start" : "2024-11-30T14:12:44Z" -2024-11-30T14:13:03Z TRACE local local_update: }, -2024-11-30T14:13:03Z TRACE local local_update: "testing" : { -2024-11-30T14:13:03Z TRACE local local_update: "sequence_name" : "extra_config" -2024-11-30T14:13:03Z TRACE local local_update: } -2024-11-30T14:13:03Z TRACE local local_update: }, -2024-11-30T14:13:03Z TRACE local local_update: "localnet" : { -2024-11-30T14:13:03Z TRACE local local_update: "families" : { -2024-11-30T14:13:03Z TRACE local local_update: "ether" : { }, -2024-11-30T14:13:03Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:13:03Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:13:03Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:13:03Z TRACE local local_update: } -2024-11-30T14:13:03Z TRACE local local_update: }, -2024-11-30T14:13:03Z TRACE local local_update: "pointset" : { -2024-11-30T14:13:03Z TRACE local local_update: "points" : { -2024-11-30T14:13:03Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:03Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:13:03Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:13:03Z TRACE local local_update: }, -2024-11-30T14:13:03Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:13:03Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:13:03Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:13:03Z TRACE local local_update: }, -2024-11-30T14:13:03Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:03Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:13:03Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:13:03Z TRACE local local_update: } -2024-11-30T14:13:03Z TRACE local local_update: } -2024-11-30T14:13:03Z TRACE local local_update: } -2024-11-30T14:13:03Z TRACE local local_update: } -2024-11-30T14:13:03Z DEBUG Stage finished waiting for initial device state at 16s after 1s -2024-11-30T14:13:03Z TRACE Stage resume waiting for starting test wrapper at 16s -2024-11-30T14:13:03Z DEBUG Device state system status level is now 300 -2024-11-30T14:13:03Z TRACE Stage suspend waiting for starting test wrapper at 16s -2024-11-30T14:13:03Z INFO Stage start waiting for config update synchronized at 16s -2024-11-30T14:13:03Z TRACE received command AHU-1/state/system -2024-11-30T14:13:03Z TRACE received state_system: { -2024-11-30T14:13:03Z TRACE received state_system: "hardware" : { -2024-11-30T14:13:03Z TRACE received state_system: "make" : "BOS", -2024-11-30T14:13:03Z TRACE received state_system: "model" : "pubber" -2024-11-30T14:13:03Z TRACE received state_system: }, -2024-11-30T14:13:03Z TRACE received state_system: "last_config" : "2024-11-30T14:13:02Z", -2024-11-30T14:13:03Z TRACE received state_system: "operation" : { -2024-11-30T14:13:03Z TRACE received state_system: "operational" : true, -2024-11-30T14:13:03Z TRACE received state_system: "last_start" : "2024-11-30T14:12:44Z", -2024-11-30T14:13:03Z TRACE received state_system: "restart_count" : 1, -2024-11-30T14:13:03Z TRACE received state_system: "mode" : "initial" -2024-11-30T14:13:03Z TRACE received state_system: }, -2024-11-30T14:13:03Z TRACE received state_system: "serial_no" : "sequencer-21679", -2024-11-30T14:13:03Z TRACE received state_system: "software" : { -2024-11-30T14:13:03Z TRACE received state_system: "firmware" : "v1" -2024-11-30T14:13:03Z TRACE received state_system: }, -2024-11-30T14:13:03Z TRACE received state_system: "status" : { -2024-11-30T14:13:03Z TRACE received state_system: "message" : "success", -2024-11-30T14:13:03Z TRACE received state_system: "category" : "system.config.apply", -2024-11-30T14:13:03Z TRACE received state_system: "timestamp" : "2024-11-30T14:13:02Z", -2024-11-30T14:13:03Z TRACE received state_system: "level" : 300 -2024-11-30T14:13:03Z TRACE received state_system: }, -2024-11-30T14:13:03Z TRACE received state_system: "timestamp" : "2024-11-30T14:13:03Z", -2024-11-30T14:13:03Z TRACE received state_system: "version" : "1.5.2" -2024-11-30T14:13:03Z TRACE received state_system: } -2024-11-30T14:13:03Z DEBUG Handling device message state_system MP:e292f765-0 -2024-11-30T14:13:03Z TRACE Ignoring partial state update -2024-11-30T14:13:03Z DEBUG Stage finished waiting for config update synchronized at 16s after 0s -2024-11-30T14:13:03Z TRACE Stage resume waiting for starting test wrapper at 16s -2024-11-30T14:13:03Z DEBUG Config sync took 1s -2024-11-30T14:13:03Z DEBUG Finished wait for config sync pending: null -2024-11-30T14:13:03Z TRACE Stage suspend waiting for starting test wrapper at 16s -2024-11-30T14:13:03Z INFO Stage start waiting for executing test at 16s -2024-11-30T14:13:03Z DEBUG stage begin waiting for executing test at 16s -2024-11-30T14:13:03Z TRACE Stage suspend waiting for executing test at 16s -2024-11-30T14:13:03Z INFO Stage start waiting for last_config not null at 16s -2024-11-30T14:13:04Z DEBUG system config extra field null -2024-11-30T14:13:04Z TRACE updated check config_system: true -2024-11-30T14:13:04Z DEBUG update config_system, adding configTransaction RC:273b77.0000000a -2024-11-30T14:13:04Z TRACE local local_system: { -2024-11-30T14:13:04Z TRACE local local_system: "min_loglevel" : 100, -2024-11-30T14:13:04Z TRACE local local_system: "metrics_rate_sec" : 10, -2024-11-30T14:13:04Z TRACE local local_system: "operation" : { -2024-11-30T14:13:04Z TRACE local local_system: "last_start" : "2024-11-30T14:12:44Z" -2024-11-30T14:13:04Z TRACE local local_system: }, -2024-11-30T14:13:04Z TRACE local local_system: "testing" : { -2024-11-30T14:13:04Z TRACE local local_system: "sequence_name" : "extra_config" -2024-11-30T14:13:04Z TRACE local local_system: } -2024-11-30T14:13:04Z TRACE local local_system: } -2024-11-30T14:13:04Z TRACE updated check config_pointset: true -2024-11-30T14:13:04Z DEBUG update config_pointset, adding configTransaction RC:273b77.0000000b -2024-11-30T14:13:04Z TRACE local local_pointset: { -2024-11-30T14:13:04Z TRACE local local_pointset: "points" : { -2024-11-30T14:13:04Z TRACE local local_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:04Z TRACE local local_pointset: "units" : "Bars", -2024-11-30T14:13:04Z TRACE local local_pointset: "set_value" : 98 -2024-11-30T14:13:04Z TRACE local local_pointset: }, -2024-11-30T14:13:04Z TRACE local local_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:13:04Z TRACE local local_pointset: "ref" : "BV11.present_value", -2024-11-30T14:13:04Z TRACE local local_pointset: "units" : "No-units" -2024-11-30T14:13:04Z TRACE local local_pointset: }, -2024-11-30T14:13:04Z TRACE local local_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:04Z TRACE local local_pointset: "ref" : "AV12.present_value", -2024-11-30T14:13:04Z TRACE local local_pointset: "units" : "Degrees-Celsius" -2024-11-30T14:13:04Z TRACE local local_pointset: } -2024-11-30T14:13:04Z TRACE local local_pointset: } -2024-11-30T14:13:04Z TRACE local local_pointset: } -2024-11-30T14:13:04Z TRACE updated check config_gateway: false -2024-11-30T14:13:04Z TRACE updated check config_localnet: true -2024-11-30T14:13:04Z DEBUG update config_localnet, adding configTransaction RC:273b77.0000000c -2024-11-30T14:13:04Z TRACE local local_localnet: { -2024-11-30T14:13:04Z TRACE local local_localnet: "families" : { -2024-11-30T14:13:04Z TRACE local local_localnet: "ether" : { }, -2024-11-30T14:13:04Z TRACE local local_localnet: "ipv4" : { }, -2024-11-30T14:13:04Z TRACE local local_localnet: "vendor" : { }, -2024-11-30T14:13:04Z TRACE local local_localnet: "ipv6" : { } -2024-11-30T14:13:04Z TRACE local local_localnet: } -2024-11-30T14:13:04Z TRACE local local_localnet: } -2024-11-30T14:13:04Z TRACE updated check config_blobset: false -2024-11-30T14:13:04Z TRACE updated check config_discovery: false -2024-11-30T14:13:04Z DEBUG Saving pre-config state timestamp 2024-11-30T14:13:03Z -2024-11-30T14:13:04Z DEBUG Update lastConfigUpdate 2024-11-30T14:13:04Z, because before last_config not null -2024-11-30T14:13:04Z TRACE Stage suspend waiting for last_config not null at 17s -2024-11-30T14:13:04Z INFO Stage start waiting for config update synchronized at 17s -2024-11-30T14:13:04Z TRACE received command AHU-1/state/localnet -2024-11-30T14:13:04Z TRACE received state_localnet: { -2024-11-30T14:13:04Z TRACE received state_localnet: "families" : { -2024-11-30T14:13:04Z TRACE received state_localnet: "ether" : { -2024-11-30T14:13:04Z TRACE received state_localnet: "addr" : "00:0d:3a:5b:f7:5f" -2024-11-30T14:13:04Z TRACE received state_localnet: }, -2024-11-30T14:13:04Z TRACE received state_localnet: "ipv4" : { -2024-11-30T14:13:04Z TRACE received state_localnet: "addr" : "10.1.0.56" -2024-11-30T14:13:04Z TRACE received state_localnet: }, -2024-11-30T14:13:04Z TRACE received state_localnet: "ipv6" : { -2024-11-30T14:13:04Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe5b:f75f" -2024-11-30T14:13:04Z TRACE received state_localnet: }, -2024-11-30T14:13:04Z TRACE received state_localnet: "vendor" : { -2024-11-30T14:13:04Z TRACE received state_localnet: "addr" : "28179023" -2024-11-30T14:13:04Z TRACE received state_localnet: } -2024-11-30T14:13:04Z TRACE received state_localnet: }, -2024-11-30T14:13:04Z TRACE received state_localnet: "timestamp" : "2024-11-30T14:13:03Z", -2024-11-30T14:13:04Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-30T14:13:04Z TRACE received state_localnet: } -2024-11-30T14:13:04Z DEBUG Handling device message state_localnet MP:e292f765-1 -2024-11-30T14:13:04Z TRACE Ignoring partial state update -2024-11-30T14:13:04Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-30T14:13:04Z TRACE received command AHU-1/state/pointset -2024-11-30T14:13:04Z TRACE received state_pointset: { -2024-11-30T14:13:04Z TRACE received state_pointset: "points" : { -2024-11-30T14:13:04Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:13:04Z TRACE received state_pointset: "units" : "No-units" -2024-11-30T14:13:04Z TRACE received state_pointset: }, -2024-11-30T14:13:04Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:04Z TRACE received state_pointset: "units" : "Bars", -2024-11-30T14:13:04Z TRACE received state_pointset: "value_state" : "applied" -2024-11-30T14:13:04Z TRACE received state_pointset: }, -2024-11-30T14:13:04Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:04Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-30T14:13:04Z TRACE received state_pointset: } -2024-11-30T14:13:04Z TRACE received state_pointset: }, -2024-11-30T14:13:04Z TRACE received state_pointset: "timestamp" : "2024-11-30T14:13:03Z", -2024-11-30T14:13:04Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-30T14:13:04Z TRACE received state_pointset: } -2024-11-30T14:13:04Z DEBUG Handling device message state_pointset MP:e292f765-2 -2024-11-30T14:13:04Z TRACE Ignoring partial state update -2024-11-30T14:13:04Z TRACE received command AHU-1/config/update -2024-11-30T14:13:04Z DEBUG received config_update -2024-11-30T14:13:04Z DEBUG Handling update message config_update RC:273b77.0000000b -2024-11-30T14:13:04Z DEBUG Removed configTransaction RC:273b77.0000000b -2024-11-30T14:13:04Z DEBUG last_start changed false, last_start 2024-11-30T14:12:44Z -2024-11-30T14:13:04Z DEBUG Updated config 2024-11-30T14:13:04Z RC:273b77.0000000b -2024-11-30T14:13:04Z INFO Updated config #006: Changed 0 fields. -2024-11-30T14:13:04Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared, last_config not synced in state -2024-11-30T14:13:05Z TRACE received command AHU-1/events/pointset -2024-11-30T14:13:05Z TRACE received events_pointset: { -2024-11-30T14:13:05Z TRACE received events_pointset: "points" : { -2024-11-30T14:13:05Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:13:05Z TRACE received events_pointset: "present_value" : true -2024-11-30T14:13:05Z TRACE received events_pointset: }, -2024-11-30T14:13:05Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:05Z TRACE received events_pointset: "present_value" : 98 -2024-11-30T14:13:05Z TRACE received events_pointset: }, -2024-11-30T14:13:05Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:05Z TRACE received events_pointset: "present_value" : 8 -2024-11-30T14:13:05Z TRACE received events_pointset: } -2024-11-30T14:13:05Z TRACE received events_pointset: }, -2024-11-30T14:13:05Z TRACE received events_pointset: "timestamp" : "2024-11-30T14:13:05Z", -2024-11-30T14:13:05Z TRACE received events_pointset: "version" : "1.5.2" -2024-11-30T14:13:05Z TRACE received events_pointset: } -2024-11-30T14:13:05Z DEBUG Handling device message events_pointset MP:38d60577 -2024-11-30T14:13:05Z TRACE received command AHU-1/state/update -2024-11-30T14:13:05Z DEBUG received state_update -2024-11-30T14:13:05Z DEBUG Handling update message state_update MP:ef1ab284 -2024-11-30T14:13:05Z DEBUG Updated state after 0s 2024-11-30T14:13:05Z MP:ef1ab284 -2024-11-30T14:13:05Z INFO Updated state #007: Changed 3 fields: -2024-11-30T14:13:05Z INFO Updated state #007: Set `system.last_config` = `2024-11-30T14:13:04Z` -2024-11-30T14:13:05Z INFO Updated state #007: Set `system.status.timestamp` = `2024-11-30T14:13:04Z` -2024-11-30T14:13:05Z INFO Updated state #007: Set `timestamp` = `2024-11-30T14:13:05Z` -2024-11-30T14:13:05Z DEBUG Updated state has last_config 2024-11-30T14:13:04Z (expecting 2024-11-30T14:13:04Z) -2024-11-30T14:13:05Z DEBUG Detail config update synchronized is now: config transactions not cleared -2024-11-30T14:13:05Z TRACE received command AHU-1/state/system -2024-11-30T14:13:05Z TRACE received state_system: { -2024-11-30T14:13:05Z TRACE received state_system: "hardware" : { -2024-11-30T14:13:05Z TRACE received state_system: "make" : "BOS", -2024-11-30T14:13:05Z TRACE received state_system: "model" : "pubber" -2024-11-30T14:13:05Z TRACE received state_system: }, -2024-11-30T14:13:05Z TRACE received state_system: "last_config" : "2024-11-30T14:13:04Z", -2024-11-30T14:13:05Z TRACE received state_system: "operation" : { -2024-11-30T14:13:05Z TRACE received state_system: "operational" : true, -2024-11-30T14:13:05Z TRACE received state_system: "last_start" : "2024-11-30T14:12:44Z", -2024-11-30T14:13:05Z TRACE received state_system: "restart_count" : 1, -2024-11-30T14:13:05Z TRACE received state_system: "mode" : "initial" -2024-11-30T14:13:05Z TRACE received state_system: }, -2024-11-30T14:13:05Z TRACE received state_system: "serial_no" : "sequencer-21679", -2024-11-30T14:13:05Z TRACE received state_system: "software" : { -2024-11-30T14:13:05Z TRACE received state_system: "firmware" : "v1" -2024-11-30T14:13:05Z TRACE received state_system: }, -2024-11-30T14:13:05Z TRACE received state_system: "status" : { -2024-11-30T14:13:05Z TRACE received state_system: "message" : "success", -2024-11-30T14:13:05Z TRACE received state_system: "category" : "system.config.apply", -2024-11-30T14:13:05Z TRACE received state_system: "timestamp" : "2024-11-30T14:13:04Z", -2024-11-30T14:13:05Z TRACE received state_system: "level" : 300 -2024-11-30T14:13:05Z TRACE received state_system: }, -2024-11-30T14:13:05Z TRACE received state_system: "timestamp" : "2024-11-30T14:13:05Z", -2024-11-30T14:13:05Z TRACE received state_system: "version" : "1.5.2" -2024-11-30T14:13:05Z TRACE received state_system: } -2024-11-30T14:13:05Z DEBUG Handling device message state_system MP:ef1ab284-0 -2024-11-30T14:13:05Z TRACE Ignoring partial state update -2024-11-30T14:13:05Z TRACE received command AHU-1/state/localnet -2024-11-30T14:13:05Z TRACE received state_localnet: { -2024-11-30T14:13:05Z TRACE received state_localnet: "families" : { -2024-11-30T14:13:05Z TRACE received state_localnet: "ether" : { -2024-11-30T14:13:05Z TRACE received state_localnet: "addr" : "00:0d:3a:5b:f7:5f" -2024-11-30T14:13:05Z TRACE received state_localnet: }, -2024-11-30T14:13:05Z TRACE received state_localnet: "ipv4" : { -2024-11-30T14:13:05Z TRACE received state_localnet: "addr" : "10.1.0.56" -2024-11-30T14:13:05Z TRACE received state_localnet: }, -2024-11-30T14:13:05Z TRACE received state_localnet: "ipv6" : { -2024-11-30T14:13:05Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe5b:f75f" -2024-11-30T14:13:05Z TRACE received state_localnet: }, -2024-11-30T14:13:05Z TRACE received state_localnet: "vendor" : { -2024-11-30T14:13:05Z TRACE received state_localnet: "addr" : "28179023" -2024-11-30T14:13:05Z TRACE received state_localnet: } -2024-11-30T14:13:05Z TRACE received state_localnet: }, -2024-11-30T14:13:05Z TRACE received state_localnet: "timestamp" : "2024-11-30T14:13:05Z", -2024-11-30T14:13:05Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-30T14:13:05Z TRACE received state_localnet: } -2024-11-30T14:13:05Z DEBUG Handling device message state_localnet MP:ef1ab284-1 -2024-11-30T14:13:05Z TRACE Ignoring partial state update -2024-11-30T14:13:05Z TRACE received command AHU-1/state/pointset -2024-11-30T14:13:05Z TRACE received state_pointset: { -2024-11-30T14:13:05Z TRACE received state_pointset: "points" : { -2024-11-30T14:13:05Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:13:05Z TRACE received state_pointset: "units" : "No-units" -2024-11-30T14:13:05Z TRACE received state_pointset: }, -2024-11-30T14:13:05Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:05Z TRACE received state_pointset: "units" : "Bars", -2024-11-30T14:13:05Z TRACE received state_pointset: "value_state" : "applied" -2024-11-30T14:13:05Z TRACE received state_pointset: }, -2024-11-30T14:13:05Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:05Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-30T14:13:05Z TRACE received state_pointset: } -2024-11-30T14:13:05Z TRACE received state_pointset: }, -2024-11-30T14:13:05Z TRACE received state_pointset: "timestamp" : "2024-11-30T14:13:05Z", -2024-11-30T14:13:05Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-30T14:13:05Z TRACE received state_pointset: } -2024-11-30T14:13:05Z DEBUG Handling device message state_pointset MP:ef1ab284-2 -2024-11-30T14:13:05Z TRACE Ignoring partial state update -2024-11-30T14:13:05Z TRACE received command AHU-1/events/system -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:57Z NOTICE system.config.apply: success -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1995ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1995ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1994ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1994ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1994ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1994ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1993ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:57Z DEBUG system.config.receive: success -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:57Z DEBUG system.config.parse: success -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:57Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1929ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1928ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:57Z DEBUG device.log: Config update AHU-1 (extra_config) -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:57Z INFO device.log: 2024-11-30T14:12:57Z received config 2024-11-30T14:12:57Z -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:57Z NOTICE system.config.apply: success -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1926ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1926ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1925ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1925ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1925ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1925ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1924ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:59Z DEBUG device.log: State update defer 0ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:59Z INFO device.log: Update state 2024-11-30T14:12:59Z last_config 2024-11-30T14:12:57Z -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:12:59Z DEBUG device.log: State update AHU-1 (extra_config) -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:00Z DEBUG system.config.receive: success -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:00Z DEBUG device.log: State update defer 896ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:00Z DEBUG system.config.parse: success -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:00Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:00Z DEBUG device.log: State update defer 894ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:00Z DEBUG device.log: Config update AHU-1 (extra_config) -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:00Z INFO device.log: 2024-11-30T14:13:00Z received config 2024-11-30T14:13:00Z -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:00Z NOTICE system.config.apply: success -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:00Z DEBUG device.log: State update defer 893ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:00Z DEBUG device.log: State update defer 893ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:00Z DEBUG device.log: State update defer 893ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:01Z DEBUG device.log: State update defer 0ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:01Z INFO device.log: Update state 2024-11-30T14:13:01Z last_config 2024-11-30T14:13:00Z -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:01Z DEBUG device.log: State update AHU-1 (extra_config) -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:02Z DEBUG system.config.receive: success -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:02Z DEBUG system.config.parse: success -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:02Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:02Z DEBUG device.log: State update defer 791ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:02Z DEBUG device.log: Config update AHU-1 (extra_config) -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:02Z INFO device.log: 2024-11-30T14:13:02Z received config 2024-11-30T14:13:02Z -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:02Z NOTICE system.config.apply: success -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:02Z DEBUG device.log: State update defer 789ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:03Z DEBUG device.log: State update defer 0ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:03Z INFO device.log: Update state 2024-11-30T14:13:03Z last_config 2024-11-30T14:13:02Z -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:03Z DEBUG device.log: State update AHU-1 (extra_config) -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:04Z DEBUG system.config.receive: success -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:04Z DEBUG device.log: State update defer 837ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:04Z DEBUG system.config.parse: success -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:04Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:04Z DEBUG device.log: State update defer 836ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:04Z DEBUG device.log: Config update AHU-1 (extra_config) -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:04Z INFO device.log: 2024-11-30T14:13:04Z received config 2024-11-30T14:13:04Z -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:04Z NOTICE system.config.apply: success -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:04Z DEBUG device.log: State update defer 834ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:04Z DEBUG device.log: State update defer 831ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:04Z DEBUG device.log: State update defer 830ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:04Z DEBUG device.log: State update defer 830ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:04Z DEBUG device.log: State update defer 830ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:04Z DEBUG device.log: State update defer 830ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:04Z DEBUG device.log: State update defer 829ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:05Z DEBUG device.log: State update defer 0ms -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:05Z INFO device.log: Update state 2024-11-30T14:13:05Z last_config 2024-11-30T14:13:04Z -2024-11-30T14:13:05Z DEBUG received events_system 2024-11-30T14:13:05Z DEBUG device.log: State update AHU-1 (extra_config) -2024-11-30T14:13:05Z DEBUG Handling device message events_system MP:fb8c87b4 -2024-11-30T14:13:05Z TRACE received command AHU-1/config/update -2024-11-30T14:13:05Z DEBUG received config_update -2024-11-30T14:13:05Z DEBUG Handling update message config_update RC:273b77.0000000a -2024-11-30T14:13:05Z DEBUG Removed configTransaction RC:273b77.0000000a -2024-11-30T14:13:05Z DEBUG last_start changed false, last_start 2024-11-30T14:12:44Z -2024-11-30T14:13:05Z DEBUG Updated config 2024-11-30T14:13:05Z RC:273b77.0000000a -2024-11-30T14:13:05Z INFO Updated config #007: Changed 0 fields. -2024-11-30T14:13:06Z TRACE received command AHU-1/config/update -2024-11-30T14:13:06Z DEBUG received config_update -2024-11-30T14:13:06Z DEBUG Handling update message config_update RC:273b77.0000000c -2024-11-30T14:13:06Z DEBUG Removed configTransaction RC:273b77.0000000c -2024-11-30T14:13:06Z DEBUG last_start changed false, last_start 2024-11-30T14:12:44Z -2024-11-30T14:13:06Z DEBUG Updated config 2024-11-30T14:13:06Z RC:273b77.0000000c -2024-11-30T14:13:06Z INFO Updated config #008: Changed 0 fields. -2024-11-30T14:13:06Z DEBUG Detail config update synchronized is now: last_config not synced in state -2024-11-30T14:13:07Z TRACE received command AHU-1/state/update -2024-11-30T14:13:07Z DEBUG received state_update -2024-11-30T14:13:07Z DEBUG Handling update message state_update MP:87af6ab6 -2024-11-30T14:13:07Z DEBUG Updated state after 0s 2024-11-30T14:13:07Z MP:87af6ab6 -2024-11-30T14:13:07Z INFO Updated state #008: Changed 3 fields: -2024-11-30T14:13:07Z INFO Updated state #008: Set `system.last_config` = `2024-11-30T14:13:06Z` -2024-11-30T14:13:07Z INFO Updated state #008: Set `system.status.timestamp` = `2024-11-30T14:13:06Z` -2024-11-30T14:13:07Z INFO Updated state #008: Set `timestamp` = `2024-11-30T14:13:07Z` -2024-11-30T14:13:07Z DEBUG Updated state has last_config 2024-11-30T14:13:06Z (expecting 2024-11-30T14:13:06Z) -2024-11-30T14:13:07Z TRACE received command AHU-1/state/system -2024-11-30T14:13:07Z TRACE received state_system: { -2024-11-30T14:13:07Z TRACE received state_system: "hardware" : { -2024-11-30T14:13:07Z TRACE received state_system: "make" : "BOS", -2024-11-30T14:13:07Z TRACE received state_system: "model" : "pubber" -2024-11-30T14:13:07Z TRACE received state_system: }, -2024-11-30T14:13:07Z TRACE received state_system: "last_config" : "2024-11-30T14:13:06Z", -2024-11-30T14:13:07Z TRACE received state_system: "operation" : { -2024-11-30T14:13:07Z TRACE received state_system: "operational" : true, -2024-11-30T14:13:07Z TRACE received state_system: "last_start" : "2024-11-30T14:12:44Z", -2024-11-30T14:13:07Z TRACE received state_system: "restart_count" : 1, -2024-11-30T14:13:07Z TRACE received state_system: "mode" : "initial" -2024-11-30T14:13:07Z TRACE received state_system: }, -2024-11-30T14:13:07Z TRACE received state_system: "serial_no" : "sequencer-21679", -2024-11-30T14:13:07Z TRACE received state_system: "software" : { -2024-11-30T14:13:07Z TRACE received state_system: "firmware" : "v1" -2024-11-30T14:13:07Z TRACE received state_system: }, -2024-11-30T14:13:07Z TRACE received state_system: "status" : { -2024-11-30T14:13:07Z TRACE received state_system: "message" : "success", -2024-11-30T14:13:07Z TRACE received state_system: "category" : "system.config.apply", -2024-11-30T14:13:07Z TRACE received state_system: "timestamp" : "2024-11-30T14:13:06Z", -2024-11-30T14:13:07Z TRACE received state_system: "level" : 300 -2024-11-30T14:13:07Z TRACE received state_system: }, -2024-11-30T14:13:07Z TRACE received state_system: "timestamp" : "2024-11-30T14:13:07Z", -2024-11-30T14:13:07Z TRACE received state_system: "version" : "1.5.2" -2024-11-30T14:13:07Z TRACE received state_system: } -2024-11-30T14:13:07Z DEBUG Handling device message state_system MP:87af6ab6-0 -2024-11-30T14:13:07Z TRACE Ignoring partial state update -2024-11-30T14:13:07Z DEBUG Detail config update synchronized is now: null -2024-11-30T14:13:07Z DEBUG Stage finished waiting for config update synchronized at 20s after 3s -2024-11-30T14:13:07Z TRACE Stage resume waiting for last_config not null at 20s -2024-11-30T14:13:07Z DEBUG Config sync took 3s -2024-11-30T14:13:07Z DEBUG Finished wait for config sync pending: null -2024-11-30T14:13:07Z DEBUG Update config before last_config not null timestamp 2024-11-30T14:13:06Z -2024-11-30T14:13:07Z TRACE local local_update: { -2024-11-30T14:13:07Z TRACE local local_update: "timestamp" : "2024-11-30T14:13:06Z", -2024-11-30T14:13:07Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:13:07Z TRACE local local_update: "system" : { -2024-11-30T14:13:07Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:13:07Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:13:07Z TRACE local local_update: "operation" : { -2024-11-30T14:13:07Z TRACE local local_update: "last_start" : "2024-11-30T14:12:44Z" -2024-11-30T14:13:07Z TRACE local local_update: }, -2024-11-30T14:13:07Z TRACE local local_update: "testing" : { -2024-11-30T14:13:07Z TRACE local local_update: "sequence_name" : "extra_config" -2024-11-30T14:13:07Z TRACE local local_update: } -2024-11-30T14:13:07Z TRACE local local_update: }, -2024-11-30T14:13:07Z TRACE local local_update: "localnet" : { -2024-11-30T14:13:07Z TRACE local local_update: "families" : { -2024-11-30T14:13:07Z TRACE local local_update: "ether" : { }, -2024-11-30T14:13:07Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:13:07Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:13:07Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:13:07Z TRACE local local_update: } -2024-11-30T14:13:07Z TRACE local local_update: }, -2024-11-30T14:13:07Z TRACE local local_update: "pointset" : { -2024-11-30T14:13:07Z TRACE local local_update: "points" : { -2024-11-30T14:13:07Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:07Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:13:07Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:13:07Z TRACE local local_update: }, -2024-11-30T14:13:07Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:13:07Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:13:07Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:13:07Z TRACE local local_update: }, -2024-11-30T14:13:07Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:07Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:13:07Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:13:07Z TRACE local local_update: } -2024-11-30T14:13:07Z TRACE local local_update: } -2024-11-30T14:13:07Z TRACE local local_update: } -2024-11-30T14:13:07Z TRACE local local_update: } -2024-11-30T14:13:07Z DEBUG Recorded sequence: 1. Wait for last_config not null -2024-11-30T14:13:07Z DEBUG Stage finished waiting for last_config not null at 20s after 4s -2024-11-30T14:13:07Z TRACE Stage resume waiting for executing test at 20s -2024-11-30T14:13:07Z TRACE Stage suspend waiting for executing test at 20s -2024-11-30T14:13:07Z INFO Stage start waiting for system operational at 20s -2024-11-30T14:13:08Z DEBUG system config extra field null -2024-11-30T14:13:08Z TRACE updated check config_system: false -2024-11-30T14:13:08Z TRACE updated check config_pointset: false -2024-11-30T14:13:08Z TRACE updated check config_gateway: false -2024-11-30T14:13:08Z TRACE updated check config_localnet: false -2024-11-30T14:13:08Z TRACE updated check config_blobset: false -2024-11-30T14:13:08Z TRACE updated check config_discovery: false -2024-11-30T14:13:08Z DEBUG Update config before system operational timestamp 2024-11-30T14:13:06Z -2024-11-30T14:13:08Z TRACE local local_update: { -2024-11-30T14:13:08Z TRACE local local_update: "timestamp" : "2024-11-30T14:13:06Z", -2024-11-30T14:13:08Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:13:08Z TRACE local local_update: "system" : { -2024-11-30T14:13:08Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:13:08Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:13:08Z TRACE local local_update: "operation" : { -2024-11-30T14:13:08Z TRACE local local_update: "last_start" : "2024-11-30T14:12:44Z" -2024-11-30T14:13:08Z TRACE local local_update: }, -2024-11-30T14:13:08Z TRACE local local_update: "testing" : { -2024-11-30T14:13:08Z TRACE local local_update: "sequence_name" : "extra_config" -2024-11-30T14:13:08Z TRACE local local_update: } -2024-11-30T14:13:08Z TRACE local local_update: }, -2024-11-30T14:13:08Z TRACE local local_update: "localnet" : { -2024-11-30T14:13:08Z TRACE local local_update: "families" : { -2024-11-30T14:13:08Z TRACE local local_update: "ether" : { }, -2024-11-30T14:13:08Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:13:08Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:13:08Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:13:08Z TRACE local local_update: } -2024-11-30T14:13:08Z TRACE local local_update: }, -2024-11-30T14:13:08Z TRACE local local_update: "pointset" : { -2024-11-30T14:13:08Z TRACE local local_update: "points" : { -2024-11-30T14:13:08Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:08Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:13:08Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:13:08Z TRACE local local_update: }, -2024-11-30T14:13:08Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:13:08Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:13:08Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:13:08Z TRACE local local_update: }, -2024-11-30T14:13:08Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:08Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:13:08Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:13:08Z TRACE local local_update: } -2024-11-30T14:13:08Z TRACE local local_update: } -2024-11-30T14:13:08Z TRACE local local_update: } -2024-11-30T14:13:08Z TRACE local local_update: } -2024-11-30T14:13:08Z DEBUG Recorded sequence: 1. Wait for system operational -2024-11-30T14:13:08Z DEBUG Stage finished waiting for system operational at 21s after 1s -2024-11-30T14:13:08Z TRACE Stage resume waiting for executing test at 21s -2024-11-30T14:13:08Z DEBUG Recorded sequence: 1. Check that system status level is not >= `WARNING` (400) -2024-11-30T14:13:08Z DEBUG extraFieldChanged true because extra_field Flabberguilstadt -2024-11-30T14:13:08Z TRACE Stage suspend waiting for executing test at 21s -2024-11-30T14:13:08Z INFO Stage start waiting for system logs level `DEBUG` category `system.config.receive` at 21s -2024-11-30T14:13:09Z DEBUG system config extra field Flabberguilstadt -2024-11-30T14:13:09Z TRACE updated check config_system: true -2024-11-30T14:13:09Z DEBUG update config_system, adding configTransaction RC:273b77.0000000d -2024-11-30T14:13:09Z TRACE local local_system: { -2024-11-30T14:13:09Z TRACE local local_system: "min_loglevel" : 100, -2024-11-30T14:13:09Z TRACE local local_system: "metrics_rate_sec" : 10, -2024-11-30T14:13:09Z TRACE local local_system: "operation" : { -2024-11-30T14:13:09Z TRACE local local_system: "last_start" : "2024-11-30T14:12:44Z" -2024-11-30T14:13:09Z TRACE local local_system: }, -2024-11-30T14:13:09Z TRACE local local_system: "testing" : { -2024-11-30T14:13:09Z TRACE local local_system: "sequence_name" : "extra_config" -2024-11-30T14:13:09Z TRACE local local_system: }, -2024-11-30T14:13:09Z TRACE local local_system: "extra_field" : "Flabberguilstadt" -2024-11-30T14:13:09Z TRACE local local_system: } -2024-11-30T14:13:09Z TRACE updated check config_pointset: false -2024-11-30T14:13:09Z TRACE updated check config_gateway: false -2024-11-30T14:13:09Z TRACE updated check config_localnet: false -2024-11-30T14:13:09Z TRACE updated check config_blobset: false -2024-11-30T14:13:09Z TRACE updated check config_discovery: false -2024-11-30T14:13:09Z DEBUG Saving pre-config state timestamp 2024-11-30T14:13:07Z -2024-11-30T14:13:09Z DEBUG Update lastConfigUpdate 2024-11-30T14:13:09Z, because Before system logs level `DEBUG` category `system.config.receive` -2024-11-30T14:13:09Z TRACE Stage suspend waiting for system logs level `DEBUG` category `system.config.receive` at 22s -2024-11-30T14:13:09Z INFO Stage start waiting for config update synchronized at 22s -2024-11-30T14:13:09Z TRACE received command AHU-1/state/localnet -2024-11-30T14:13:09Z TRACE received state_localnet: { -2024-11-30T14:13:09Z TRACE received state_localnet: "families" : { -2024-11-30T14:13:09Z TRACE received state_localnet: "ether" : { -2024-11-30T14:13:09Z TRACE received state_localnet: "addr" : "00:0d:3a:5b:f7:5f" -2024-11-30T14:13:09Z TRACE received state_localnet: }, -2024-11-30T14:13:09Z TRACE received state_localnet: "ipv4" : { -2024-11-30T14:13:09Z TRACE received state_localnet: "addr" : "10.1.0.56" -2024-11-30T14:13:09Z TRACE received state_localnet: }, -2024-11-30T14:13:09Z TRACE received state_localnet: "ipv6" : { -2024-11-30T14:13:09Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe5b:f75f" -2024-11-30T14:13:09Z TRACE received state_localnet: }, -2024-11-30T14:13:09Z TRACE received state_localnet: "vendor" : { -2024-11-30T14:13:09Z TRACE received state_localnet: "addr" : "28179023" -2024-11-30T14:13:09Z TRACE received state_localnet: } -2024-11-30T14:13:09Z TRACE received state_localnet: }, -2024-11-30T14:13:09Z TRACE received state_localnet: "timestamp" : "2024-11-30T14:13:07Z", -2024-11-30T14:13:09Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-30T14:13:09Z TRACE received state_localnet: } -2024-11-30T14:13:09Z DEBUG Handling device message state_localnet MP:87af6ab6-1 -2024-11-30T14:13:09Z TRACE Ignoring partial state update -2024-11-30T14:13:09Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-30T14:13:09Z TRACE received command AHU-1/state/pointset -2024-11-30T14:13:09Z TRACE received state_pointset: { -2024-11-30T14:13:09Z TRACE received state_pointset: "points" : { -2024-11-30T14:13:09Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:13:09Z TRACE received state_pointset: "units" : "No-units" -2024-11-30T14:13:09Z TRACE received state_pointset: }, -2024-11-30T14:13:09Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:09Z TRACE received state_pointset: "units" : "Bars", -2024-11-30T14:13:09Z TRACE received state_pointset: "value_state" : "applied" -2024-11-30T14:13:09Z TRACE received state_pointset: }, -2024-11-30T14:13:09Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:09Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-30T14:13:09Z TRACE received state_pointset: } -2024-11-30T14:13:09Z TRACE received state_pointset: }, -2024-11-30T14:13:09Z TRACE received state_pointset: "timestamp" : "2024-11-30T14:13:07Z", -2024-11-30T14:13:09Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-30T14:13:09Z TRACE received state_pointset: } -2024-11-30T14:13:09Z DEBUG Handling device message state_pointset MP:87af6ab6-2 -2024-11-30T14:13:09Z TRACE Ignoring partial state update -2024-11-30T14:13:09Z TRACE received command AHU-1/config/update -2024-11-30T14:13:09Z DEBUG received config_update -2024-11-30T14:13:09Z DEBUG Handling update message config_update RC:273b77.0000000d -2024-11-30T14:13:09Z DEBUG Removed configTransaction RC:273b77.0000000d -2024-11-30T14:13:09Z DEBUG last_start changed false, last_start 2024-11-30T14:12:44Z -2024-11-30T14:13:09Z DEBUG Updated config 2024-11-30T14:13:09Z RC:273b77.0000000d -2024-11-30T14:13:09Z INFO Updated config #009: Changed 0 fields. -2024-11-30T14:13:09Z DEBUG Detail config update synchronized is now: device state not updated since config issued, last_config not synced in state -2024-11-30T14:13:09Z TRACE received command AHU-1/state/update -2024-11-30T14:13:09Z DEBUG received state_update -2024-11-30T14:13:09Z DEBUG Handling update message state_update MP:b451c6e4 -2024-11-30T14:13:09Z DEBUG Updated state after 0s 2024-11-30T14:13:09Z MP:b451c6e4 -2024-11-30T14:13:09Z INFO Updated state #009: Changed 4 fields: -2024-11-30T14:13:09Z INFO Updated state #009: Set `system.status.level` = `100` -2024-11-30T14:13:09Z INFO Updated state #009: Set `system.status.category` = `system.config.parse` -2024-11-30T14:13:09Z INFO Updated state #009: Set `system.status.timestamp` = `2024-11-30T14:13:09Z` -2024-11-30T14:13:09Z INFO Updated state #009: Set `timestamp` = `2024-11-30T14:13:09Z` -2024-11-30T14:13:09Z DEBUG Updated state has last_config 2024-11-30T14:13:06Z (expecting 2024-11-30T14:13:09Z) -2024-11-30T14:13:09Z TRACE received command AHU-1/state/system -2024-11-30T14:13:09Z TRACE received state_system: { -2024-11-30T14:13:09Z TRACE received state_system: "hardware" : { -2024-11-30T14:13:09Z TRACE received state_system: "make" : "BOS", -2024-11-30T14:13:09Z TRACE received state_system: "model" : "pubber" -2024-11-30T14:13:09Z TRACE received state_system: }, -2024-11-30T14:13:09Z TRACE received state_system: "last_config" : "2024-11-30T14:13:06Z", -2024-11-30T14:13:09Z TRACE received state_system: "operation" : { -2024-11-30T14:13:09Z TRACE received state_system: "operational" : true, -2024-11-30T14:13:09Z TRACE received state_system: "last_start" : "2024-11-30T14:12:44Z", -2024-11-30T14:13:09Z TRACE received state_system: "restart_count" : 1, -2024-11-30T14:13:09Z TRACE received state_system: "mode" : "initial" -2024-11-30T14:13:09Z TRACE received state_system: }, -2024-11-30T14:13:09Z TRACE received state_system: "serial_no" : "sequencer-21679", -2024-11-30T14:13:09Z TRACE received state_system: "software" : { -2024-11-30T14:13:09Z TRACE received state_system: "firmware" : "v1" -2024-11-30T14:13:09Z TRACE received state_system: }, -2024-11-30T14:13:09Z TRACE received state_system: "status" : { -2024-11-30T14:13:09Z TRACE received state_system: "message" : "success", -2024-11-30T14:13:09Z TRACE received state_system: "category" : "system.config.parse", -2024-11-30T14:13:09Z TRACE received state_system: "timestamp" : "2024-11-30T14:13:09Z", -2024-11-30T14:13:09Z TRACE received state_system: "level" : 100 -2024-11-30T14:13:09Z TRACE received state_system: }, -2024-11-30T14:13:09Z TRACE received state_system: "timestamp" : "2024-11-30T14:13:09Z", -2024-11-30T14:13:09Z TRACE received state_system: "version" : "1.5.2" -2024-11-30T14:13:09Z TRACE received state_system: } -2024-11-30T14:13:09Z DEBUG Handling device message state_system MP:b451c6e4-0 -2024-11-30T14:13:09Z TRACE Ignoring partial state update -2024-11-30T14:13:09Z DEBUG Detail config update synchronized is now: last_config not synced in state -2024-11-30T14:13:09Z TRACE received command AHU-1/state/localnet -2024-11-30T14:13:09Z TRACE received state_localnet: { -2024-11-30T14:13:09Z TRACE received state_localnet: "families" : { -2024-11-30T14:13:09Z TRACE received state_localnet: "ether" : { -2024-11-30T14:13:09Z TRACE received state_localnet: "addr" : "00:0d:3a:5b:f7:5f" -2024-11-30T14:13:09Z TRACE received state_localnet: }, -2024-11-30T14:13:09Z TRACE received state_localnet: "ipv4" : { -2024-11-30T14:13:09Z TRACE received state_localnet: "addr" : "10.1.0.56" -2024-11-30T14:13:09Z TRACE received state_localnet: }, -2024-11-30T14:13:09Z TRACE received state_localnet: "ipv6" : { -2024-11-30T14:13:09Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe5b:f75f" -2024-11-30T14:13:09Z TRACE received state_localnet: }, -2024-11-30T14:13:09Z TRACE received state_localnet: "vendor" : { -2024-11-30T14:13:09Z TRACE received state_localnet: "addr" : "28179023" -2024-11-30T14:13:09Z TRACE received state_localnet: } -2024-11-30T14:13:09Z TRACE received state_localnet: }, -2024-11-30T14:13:09Z TRACE received state_localnet: "timestamp" : "2024-11-30T14:13:09Z", -2024-11-30T14:13:09Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-30T14:13:09Z TRACE received state_localnet: } -2024-11-30T14:13:09Z DEBUG Handling device message state_localnet MP:b451c6e4-1 -2024-11-30T14:13:09Z TRACE Ignoring partial state update -2024-11-30T14:13:09Z TRACE received command AHU-1/state/pointset -2024-11-30T14:13:09Z TRACE received state_pointset: { -2024-11-30T14:13:09Z TRACE received state_pointset: "points" : { -2024-11-30T14:13:09Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:13:09Z TRACE received state_pointset: "units" : "No-units" -2024-11-30T14:13:09Z TRACE received state_pointset: }, -2024-11-30T14:13:09Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:09Z TRACE received state_pointset: "units" : "Bars", -2024-11-30T14:13:09Z TRACE received state_pointset: "value_state" : "applied" -2024-11-30T14:13:09Z TRACE received state_pointset: }, -2024-11-30T14:13:09Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:09Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-30T14:13:09Z TRACE received state_pointset: } -2024-11-30T14:13:09Z TRACE received state_pointset: }, -2024-11-30T14:13:09Z TRACE received state_pointset: "timestamp" : "2024-11-30T14:13:09Z", -2024-11-30T14:13:09Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-30T14:13:09Z TRACE received state_pointset: } -2024-11-30T14:13:09Z DEBUG Handling device message state_pointset MP:b451c6e4-2 -2024-11-30T14:13:09Z TRACE Ignoring partial state update -2024-11-30T14:13:11Z TRACE received command AHU-1/state/update -2024-11-30T14:13:11Z DEBUG received state_update -2024-11-30T14:13:11Z DEBUG Handling update message state_update MP:1c25d655 -2024-11-30T14:13:11Z DEBUG Updated state after 0s 2024-11-30T14:13:11Z MP:1c25d655 -2024-11-30T14:13:11Z INFO Updated state #010: Changed 4 fields: -2024-11-30T14:13:11Z INFO Updated state #010: Set `system.last_config` = `2024-11-30T14:13:09Z` -2024-11-30T14:13:11Z INFO Updated state #010: Set `system.status.level` = `300` -2024-11-30T14:13:11Z INFO Updated state #010: Set `system.status.category` = `system.config.apply` -2024-11-30T14:13:11Z INFO Updated state #010: Set `timestamp` = `2024-11-30T14:13:11Z` -2024-11-30T14:13:11Z DEBUG Updated state has last_config 2024-11-30T14:13:09Z (expecting 2024-11-30T14:13:09Z) -2024-11-30T14:13:11Z TRACE received command AHU-1/state/system -2024-11-30T14:13:11Z TRACE received state_system: { -2024-11-30T14:13:11Z TRACE received state_system: "hardware" : { -2024-11-30T14:13:11Z TRACE received state_system: "make" : "BOS", -2024-11-30T14:13:11Z TRACE received state_system: "model" : "pubber" -2024-11-30T14:13:11Z TRACE received state_system: }, -2024-11-30T14:13:11Z TRACE received state_system: "last_config" : "2024-11-30T14:13:09Z", -2024-11-30T14:13:11Z TRACE received state_system: "operation" : { -2024-11-30T14:13:11Z TRACE received state_system: "operational" : true, -2024-11-30T14:13:11Z TRACE received state_system: "last_start" : "2024-11-30T14:12:44Z", -2024-11-30T14:13:11Z TRACE received state_system: "restart_count" : 1, -2024-11-30T14:13:11Z TRACE received state_system: "mode" : "initial" -2024-11-30T14:13:11Z TRACE received state_system: }, -2024-11-30T14:13:11Z TRACE received state_system: "serial_no" : "sequencer-21679", -2024-11-30T14:13:11Z TRACE received state_system: "software" : { -2024-11-30T14:13:11Z TRACE received state_system: "firmware" : "v1" -2024-11-30T14:13:11Z TRACE received state_system: }, -2024-11-30T14:13:11Z TRACE received state_system: "status" : { -2024-11-30T14:13:11Z TRACE received state_system: "message" : "success", -2024-11-30T14:13:11Z TRACE received state_system: "category" : "system.config.apply", -2024-11-30T14:13:11Z TRACE received state_system: "timestamp" : "2024-11-30T14:13:09Z", -2024-11-30T14:13:11Z TRACE received state_system: "level" : 300 -2024-11-30T14:13:11Z TRACE received state_system: }, -2024-11-30T14:13:11Z TRACE received state_system: "timestamp" : "2024-11-30T14:13:11Z", -2024-11-30T14:13:11Z TRACE received state_system: "version" : "1.5.2" -2024-11-30T14:13:11Z TRACE received state_system: } -2024-11-30T14:13:11Z DEBUG Handling device message state_system MP:1c25d655-0 -2024-11-30T14:13:11Z TRACE Ignoring partial state update -2024-11-30T14:13:11Z DEBUG Detail config update synchronized is now: null -2024-11-30T14:13:11Z DEBUG Stage finished waiting for config update synchronized at 24s after 2s -2024-11-30T14:13:11Z TRACE Stage resume waiting for system logs level `DEBUG` category `system.config.receive` at 24s -2024-11-30T14:13:11Z DEBUG Config sync took 2s -2024-11-30T14:13:11Z DEBUG Finished wait for config sync pending: null -2024-11-30T14:13:11Z DEBUG Update config Before system logs level `DEBUG` category `system.config.receive` timestamp 2024-11-30T14:13:09Z -2024-11-30T14:13:11Z TRACE local local_update: { -2024-11-30T14:13:11Z TRACE local local_update: "timestamp" : "2024-11-30T14:13:09Z", -2024-11-30T14:13:11Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:13:11Z TRACE local local_update: "system" : { -2024-11-30T14:13:11Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:13:11Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:13:11Z TRACE local local_update: "operation" : { -2024-11-30T14:13:11Z TRACE local local_update: "last_start" : "2024-11-30T14:12:44Z" -2024-11-30T14:13:11Z TRACE local local_update: }, -2024-11-30T14:13:11Z TRACE local local_update: "testing" : { -2024-11-30T14:13:11Z TRACE local local_update: "sequence_name" : "extra_config" -2024-11-30T14:13:11Z TRACE local local_update: } -2024-11-30T14:13:11Z TRACE local local_update: }, -2024-11-30T14:13:11Z TRACE local local_update: "localnet" : { -2024-11-30T14:13:11Z TRACE local local_update: "families" : { -2024-11-30T14:13:11Z TRACE local local_update: "ether" : { }, -2024-11-30T14:13:11Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:13:11Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:13:11Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:13:11Z TRACE local local_update: } -2024-11-30T14:13:11Z TRACE local local_update: }, -2024-11-30T14:13:11Z TRACE local local_update: "pointset" : { -2024-11-30T14:13:11Z TRACE local local_update: "points" : { -2024-11-30T14:13:11Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:11Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:13:11Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:13:11Z TRACE local local_update: }, -2024-11-30T14:13:11Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:13:11Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:13:11Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:13:11Z TRACE local local_update: }, -2024-11-30T14:13:11Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:11Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:13:11Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:13:11Z TRACE local local_update: } -2024-11-30T14:13:11Z TRACE local local_update: } -2024-11-30T14:13:11Z TRACE local local_update: } -2024-11-30T14:13:11Z TRACE local local_update: } -2024-11-30T14:13:11Z DEBUG Recorded sequence: 1. Update config Before system logs level `DEBUG` category `system.config.receive` -2024-11-30T14:13:12Z DEBUG Missing system events 0 -> 3 -2024-11-30T14:13:12Z DEBUG ignoring log entries before lastConfigUpdate 2024-11-30T14:13:09Z -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:57Z NOTICE system.config.apply: success -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1995ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1995ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1994ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1994ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1994ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1994ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1993ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:57Z DEBUG system.config.receive: success -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:57Z DEBUG system.config.parse: success -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:57Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1929ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1928ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:57Z DEBUG device.log: Config update AHU-1 (extra_config) -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:57Z INFO device.log: 2024-11-30T14:12:57Z received config 2024-11-30T14:12:57Z -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:57Z NOTICE system.config.apply: success -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1926ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1926ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1925ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1925ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1925ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1925ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:57Z DEBUG device.log: State update defer 1924ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:59Z DEBUG device.log: State update defer 0ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:59Z INFO device.log: Update state 2024-11-30T14:12:59Z last_config 2024-11-30T14:12:57Z -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:12:59Z DEBUG device.log: State update AHU-1 (extra_config) -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:00Z DEBUG system.config.receive: success -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:00Z DEBUG device.log: State update defer 896ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:00Z DEBUG system.config.parse: success -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:00Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:00Z DEBUG device.log: State update defer 894ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:00Z DEBUG device.log: Config update AHU-1 (extra_config) -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:00Z INFO device.log: 2024-11-30T14:13:00Z received config 2024-11-30T14:13:00Z -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:00Z NOTICE system.config.apply: success -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:00Z DEBUG device.log: State update defer 893ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:00Z DEBUG device.log: State update defer 893ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:00Z DEBUG device.log: State update defer 893ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:01Z DEBUG device.log: State update defer 0ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:01Z INFO device.log: Update state 2024-11-30T14:13:01Z last_config 2024-11-30T14:13:00Z -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:01Z DEBUG device.log: State update AHU-1 (extra_config) -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:02Z DEBUG system.config.receive: success -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:02Z DEBUG system.config.parse: success -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:02Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:02Z DEBUG device.log: State update defer 791ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:02Z DEBUG device.log: Config update AHU-1 (extra_config) -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:02Z INFO device.log: 2024-11-30T14:13:02Z received config 2024-11-30T14:13:02Z -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:02Z NOTICE system.config.apply: success -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:02Z DEBUG device.log: State update defer 789ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:03Z DEBUG device.log: State update defer 0ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:03Z INFO device.log: Update state 2024-11-30T14:13:03Z last_config 2024-11-30T14:13:02Z -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:03Z DEBUG device.log: State update AHU-1 (extra_config) -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:04Z DEBUG system.config.receive: success -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:04Z DEBUG device.log: State update defer 837ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:04Z DEBUG system.config.parse: success -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:04Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:04Z DEBUG device.log: State update defer 836ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:04Z DEBUG device.log: Config update AHU-1 (extra_config) -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:04Z INFO device.log: 2024-11-30T14:13:04Z received config 2024-11-30T14:13:04Z -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:04Z NOTICE system.config.apply: success -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:04Z DEBUG device.log: State update defer 834ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:04Z DEBUG device.log: State update defer 831ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:04Z DEBUG device.log: State update defer 830ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:04Z DEBUG device.log: State update defer 830ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:04Z DEBUG device.log: State update defer 830ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:04Z DEBUG device.log: State update defer 830ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:04Z DEBUG device.log: State update defer 829ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:05Z DEBUG device.log: State update defer 0ms -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:05Z INFO device.log: Update state 2024-11-30T14:13:05Z last_config 2024-11-30T14:13:04Z -2024-11-30T14:13:12Z DEBUG x 2024-11-30T14:13:05Z DEBUG device.log: State update AHU-1 (extra_config) -2024-11-30T14:13:12Z DEBUG Detail system logs level `DEBUG` category `system.config.receive` is now: no logs -2024-11-30T14:13:12Z TRACE received command AHU-1/state/localnet -2024-11-30T14:13:12Z TRACE received state_localnet: { -2024-11-30T14:13:12Z TRACE received state_localnet: "families" : { -2024-11-30T14:13:12Z TRACE received state_localnet: "ether" : { -2024-11-30T14:13:12Z TRACE received state_localnet: "addr" : "00:0d:3a:5b:f7:5f" -2024-11-30T14:13:12Z TRACE received state_localnet: }, -2024-11-30T14:13:12Z TRACE received state_localnet: "ipv4" : { -2024-11-30T14:13:12Z TRACE received state_localnet: "addr" : "10.1.0.56" -2024-11-30T14:13:12Z TRACE received state_localnet: }, -2024-11-30T14:13:12Z TRACE received state_localnet: "ipv6" : { -2024-11-30T14:13:12Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe5b:f75f" -2024-11-30T14:13:12Z TRACE received state_localnet: }, -2024-11-30T14:13:12Z TRACE received state_localnet: "vendor" : { -2024-11-30T14:13:12Z TRACE received state_localnet: "addr" : "28179023" -2024-11-30T14:13:12Z TRACE received state_localnet: } -2024-11-30T14:13:12Z TRACE received state_localnet: }, -2024-11-30T14:13:12Z TRACE received state_localnet: "timestamp" : "2024-11-30T14:13:11Z", -2024-11-30T14:13:12Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-30T14:13:12Z TRACE received state_localnet: } -2024-11-30T14:13:12Z DEBUG Handling device message state_localnet MP:1c25d655-1 -2024-11-30T14:13:12Z TRACE Ignoring partial state update -2024-11-30T14:13:13Z TRACE received command AHU-1/state/pointset -2024-11-30T14:13:13Z TRACE received state_pointset: { -2024-11-30T14:13:13Z TRACE received state_pointset: "points" : { -2024-11-30T14:13:13Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:13:13Z TRACE received state_pointset: "units" : "No-units" -2024-11-30T14:13:13Z TRACE received state_pointset: }, -2024-11-30T14:13:13Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:13Z TRACE received state_pointset: "units" : "Bars", -2024-11-30T14:13:13Z TRACE received state_pointset: "value_state" : "applied" -2024-11-30T14:13:13Z TRACE received state_pointset: }, -2024-11-30T14:13:13Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:13Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-30T14:13:13Z TRACE received state_pointset: } -2024-11-30T14:13:13Z TRACE received state_pointset: }, -2024-11-30T14:13:13Z TRACE received state_pointset: "timestamp" : "2024-11-30T14:13:11Z", -2024-11-30T14:13:13Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-30T14:13:13Z TRACE received state_pointset: } -2024-11-30T14:13:13Z DEBUG Handling device message state_pointset MP:1c25d655-2 -2024-11-30T14:13:13Z TRACE Ignoring partial state update -2024-11-30T14:13:15Z TRACE received command AHU-1/events/pointset -2024-11-30T14:13:15Z TRACE received events_pointset: { -2024-11-30T14:13:15Z TRACE received events_pointset: "points" : { -2024-11-30T14:13:15Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:13:15Z TRACE received events_pointset: "present_value" : false -2024-11-30T14:13:15Z TRACE received events_pointset: }, -2024-11-30T14:13:15Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:15Z TRACE received events_pointset: "present_value" : 98 -2024-11-30T14:13:15Z TRACE received events_pointset: }, -2024-11-30T14:13:15Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:15Z TRACE received events_pointset: "present_value" : 11 -2024-11-30T14:13:15Z TRACE received events_pointset: } -2024-11-30T14:13:15Z TRACE received events_pointset: }, -2024-11-30T14:13:15Z TRACE received events_pointset: "timestamp" : "2024-11-30T14:13:15Z", -2024-11-30T14:13:15Z TRACE received events_pointset: "version" : "1.5.2" -2024-11-30T14:13:15Z TRACE received events_pointset: } -2024-11-30T14:13:15Z DEBUG Handling device message events_pointset MP:5daa4a83 -2024-11-30T14:13:16Z TRACE received command AHU-1/events/system -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:05Z DEBUG system.config.receive: success -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:05Z DEBUG device.log: State update defer 1639ms -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:05Z DEBUG system.config.parse: success -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:05Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:05Z DEBUG device.log: State update defer 1638ms -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:05Z DEBUG device.log: Config update AHU-1 (extra_config) -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:05Z INFO device.log: 2024-11-30T14:13:05Z received config 2024-11-30T14:13:05Z -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:05Z DEBUG device.log: State update defer 1637ms -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:05Z NOTICE system.config.apply: success -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:05Z DEBUG device.log: State update defer 1637ms -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:05Z DEBUG device.log: State update defer 1636ms -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:05Z DEBUG device.log: State update defer 1636ms -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:06Z DEBUG system.config.receive: success -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:06Z DEBUG device.log: State update defer 527ms -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:06Z DEBUG system.config.parse: success -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:06Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:06Z DEBUG device.log: State update defer 527ms -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:06Z DEBUG device.log: Config update AHU-1 (extra_config) -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:06Z INFO device.log: 2024-11-30T14:13:06Z received config 2024-11-30T14:13:06Z -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:06Z NOTICE system.config.apply: success -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:06Z DEBUG device.log: State update defer 526ms -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:07Z DEBUG device.log: State update defer 0ms -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:07Z INFO device.log: Update state 2024-11-30T14:13:07Z last_config 2024-11-30T14:13:06Z -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:07Z DEBUG device.log: State update AHU-1 (extra_config) -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:09Z DEBUG system.config.receive: success -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:09Z DEBUG device.log: State update defer -109ms -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:09Z DEBUG system.config.parse: success -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:09Z INFO device.log: Update state 2024-11-30T14:13:09Z last_config 2024-11-30T14:13:06Z -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:09Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:09Z DEBUG device.log: State update AHU-1 (extra_config) -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:09Z DEBUG device.log: Config update AHU-1 (extra_config) -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:09Z DEBUG device.log: State update defer 1999ms -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:09Z INFO device.log: 2024-11-30T14:13:09Z received config 2024-11-30T14:13:09Z -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:09Z NOTICE system.config.apply: success -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:09Z DEBUG device.log: State update defer 1998ms -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:09Z DEBUG device.log: State update defer 1994ms -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:09Z DEBUG device.log: State update defer 1994ms -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:09Z DEBUG device.log: State update defer 1994ms -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:09Z DEBUG device.log: State update defer 1994ms -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:09Z DEBUG device.log: State update defer 1993ms -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:09Z DEBUG device.log: State update defer 1993ms -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:11Z DEBUG device.log: State update defer 0ms -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:11Z INFO device.log: Update state 2024-11-30T14:13:11Z last_config 2024-11-30T14:13:09Z -2024-11-30T14:13:16Z DEBUG received events_system 2024-11-30T14:13:11Z DEBUG device.log: State update AHU-1 (extra_config) -2024-11-30T14:13:16Z DEBUG Handling device message events_system MP:ddd32925 -2024-11-30T14:13:17Z DEBUG ignoring log entries before lastConfigUpdate 2024-11-30T14:13:09Z -2024-11-30T14:13:17Z DEBUG x 2024-11-30T14:13:05Z DEBUG system.config.receive: success -2024-11-30T14:13:17Z DEBUG x 2024-11-30T14:13:05Z DEBUG device.log: State update defer 1639ms -2024-11-30T14:13:17Z DEBUG x 2024-11-30T14:13:05Z DEBUG system.config.parse: success -2024-11-30T14:13:17Z DEBUG x 2024-11-30T14:13:05Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:13:17Z DEBUG x 2024-11-30T14:13:05Z DEBUG device.log: State update defer 1638ms -2024-11-30T14:13:17Z DEBUG x 2024-11-30T14:13:05Z DEBUG device.log: Config update AHU-1 (extra_config) -2024-11-30T14:13:17Z DEBUG x 2024-11-30T14:13:05Z INFO device.log: 2024-11-30T14:13:05Z received config 2024-11-30T14:13:05Z -2024-11-30T14:13:17Z DEBUG x 2024-11-30T14:13:05Z DEBUG device.log: State update defer 1637ms -2024-11-30T14:13:17Z DEBUG x 2024-11-30T14:13:05Z NOTICE system.config.apply: success -2024-11-30T14:13:17Z DEBUG x 2024-11-30T14:13:05Z DEBUG device.log: State update defer 1637ms -2024-11-30T14:13:17Z DEBUG x 2024-11-30T14:13:05Z DEBUG device.log: State update defer 1636ms -2024-11-30T14:13:17Z DEBUG x 2024-11-30T14:13:05Z DEBUG device.log: State update defer 1636ms -2024-11-30T14:13:17Z DEBUG x 2024-11-30T14:13:06Z DEBUG system.config.receive: success -2024-11-30T14:13:17Z DEBUG x 2024-11-30T14:13:06Z DEBUG device.log: State update defer 527ms -2024-11-30T14:13:17Z DEBUG x 2024-11-30T14:13:06Z DEBUG system.config.parse: success -2024-11-30T14:13:17Z DEBUG x 2024-11-30T14:13:06Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:13:17Z DEBUG x 2024-11-30T14:13:06Z DEBUG device.log: State update defer 527ms -2024-11-30T14:13:17Z DEBUG x 2024-11-30T14:13:06Z DEBUG device.log: Config update AHU-1 (extra_config) -2024-11-30T14:13:17Z DEBUG x 2024-11-30T14:13:06Z INFO device.log: 2024-11-30T14:13:06Z received config 2024-11-30T14:13:06Z -2024-11-30T14:13:17Z DEBUG x 2024-11-30T14:13:06Z NOTICE system.config.apply: success -2024-11-30T14:13:17Z DEBUG x 2024-11-30T14:13:06Z DEBUG device.log: State update defer 526ms -2024-11-30T14:13:17Z DEBUG x 2024-11-30T14:13:07Z DEBUG device.log: State update defer 0ms -2024-11-30T14:13:17Z DEBUG x 2024-11-30T14:13:07Z INFO device.log: Update state 2024-11-30T14:13:07Z last_config 2024-11-30T14:13:06Z -2024-11-30T14:13:17Z DEBUG x 2024-11-30T14:13:07Z DEBUG device.log: State update AHU-1 (extra_config) -2024-11-30T14:13:17Z DEBUG Matched entry 2024-11-30T14:13:09Z DEBUG system.config.receive: success -2024-11-30T14:13:17Z DEBUG Detail system logs level `DEBUG` category `system.config.receive` is now: null -2024-11-30T14:13:17Z DEBUG Recorded sequence: 1. Wait until system logs level `DEBUG` category `system.config.receive` -2024-11-30T14:13:17Z DEBUG Stage finished waiting for system logs level `DEBUG` category `system.config.receive` at 30s after 8s -2024-11-30T14:13:17Z TRACE Stage resume waiting for executing test at 30s -2024-11-30T14:13:17Z TRACE Stage suspend waiting for executing test at 30s -2024-11-30T14:13:17Z INFO Stage start waiting for last_config updated at 30s -2024-11-30T14:13:18Z DEBUG system config extra field Flabberguilstadt -2024-11-30T14:13:18Z TRACE updated check config_system: false -2024-11-30T14:13:18Z TRACE updated check config_pointset: false -2024-11-30T14:13:18Z TRACE updated check config_gateway: false -2024-11-30T14:13:18Z TRACE updated check config_localnet: false -2024-11-30T14:13:18Z TRACE updated check config_blobset: false -2024-11-30T14:13:18Z TRACE updated check config_discovery: false -2024-11-30T14:13:18Z DEBUG Update config before last_config updated timestamp 2024-11-30T14:13:09Z -2024-11-30T14:13:18Z TRACE local local_update: { -2024-11-30T14:13:18Z TRACE local local_update: "timestamp" : "2024-11-30T14:13:09Z", -2024-11-30T14:13:18Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:13:18Z TRACE local local_update: "system" : { -2024-11-30T14:13:18Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:13:18Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:13:18Z TRACE local local_update: "operation" : { -2024-11-30T14:13:18Z TRACE local local_update: "last_start" : "2024-11-30T14:12:44Z" -2024-11-30T14:13:18Z TRACE local local_update: }, -2024-11-30T14:13:18Z TRACE local local_update: "testing" : { -2024-11-30T14:13:18Z TRACE local local_update: "sequence_name" : "extra_config" -2024-11-30T14:13:18Z TRACE local local_update: } -2024-11-30T14:13:18Z TRACE local local_update: }, -2024-11-30T14:13:18Z TRACE local local_update: "localnet" : { -2024-11-30T14:13:18Z TRACE local local_update: "families" : { -2024-11-30T14:13:18Z TRACE local local_update: "ether" : { }, -2024-11-30T14:13:18Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:13:18Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:13:18Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:13:18Z TRACE local local_update: } -2024-11-30T14:13:18Z TRACE local local_update: }, -2024-11-30T14:13:18Z TRACE local local_update: "pointset" : { -2024-11-30T14:13:18Z TRACE local local_update: "points" : { -2024-11-30T14:13:18Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:18Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:13:18Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:13:18Z TRACE local local_update: }, -2024-11-30T14:13:18Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:13:18Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:13:18Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:13:18Z TRACE local local_update: }, -2024-11-30T14:13:18Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:18Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:13:18Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:13:18Z TRACE local local_update: } -2024-11-30T14:13:18Z TRACE local local_update: } -2024-11-30T14:13:18Z TRACE local local_update: } -2024-11-30T14:13:18Z TRACE local local_update: } -2024-11-30T14:13:18Z DEBUG Recorded sequence: 1. Wait for last_config updated -2024-11-30T14:13:18Z DEBUG Stage finished waiting for last_config updated at 31s after 1s -2024-11-30T14:13:18Z TRACE Stage resume waiting for executing test at 31s -2024-11-30T14:13:18Z TRACE Stage suspend waiting for executing test at 31s -2024-11-30T14:13:18Z INFO Stage start waiting for system operational at 31s -2024-11-30T14:13:19Z DEBUG system config extra field Flabberguilstadt -2024-11-30T14:13:19Z TRACE updated check config_system: false -2024-11-30T14:13:19Z TRACE updated check config_pointset: false -2024-11-30T14:13:19Z TRACE updated check config_gateway: false -2024-11-30T14:13:19Z TRACE updated check config_localnet: false -2024-11-30T14:13:19Z TRACE updated check config_blobset: false -2024-11-30T14:13:19Z TRACE updated check config_discovery: false -2024-11-30T14:13:19Z DEBUG Update config before system operational timestamp 2024-11-30T14:13:09Z -2024-11-30T14:13:19Z TRACE local local_update: { -2024-11-30T14:13:19Z TRACE local local_update: "timestamp" : "2024-11-30T14:13:09Z", -2024-11-30T14:13:19Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:13:19Z TRACE local local_update: "system" : { -2024-11-30T14:13:19Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:13:19Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:13:19Z TRACE local local_update: "operation" : { -2024-11-30T14:13:19Z TRACE local local_update: "last_start" : "2024-11-30T14:12:44Z" -2024-11-30T14:13:19Z TRACE local local_update: }, -2024-11-30T14:13:19Z TRACE local local_update: "testing" : { -2024-11-30T14:13:19Z TRACE local local_update: "sequence_name" : "extra_config" -2024-11-30T14:13:19Z TRACE local local_update: } -2024-11-30T14:13:19Z TRACE local local_update: }, -2024-11-30T14:13:19Z TRACE local local_update: "localnet" : { -2024-11-30T14:13:19Z TRACE local local_update: "families" : { -2024-11-30T14:13:19Z TRACE local local_update: "ether" : { }, -2024-11-30T14:13:19Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:13:19Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:13:19Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:13:19Z TRACE local local_update: } -2024-11-30T14:13:19Z TRACE local local_update: }, -2024-11-30T14:13:19Z TRACE local local_update: "pointset" : { -2024-11-30T14:13:19Z TRACE local local_update: "points" : { -2024-11-30T14:13:19Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:19Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:13:19Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:13:19Z TRACE local local_update: }, -2024-11-30T14:13:19Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:13:19Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:13:19Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:13:19Z TRACE local local_update: }, -2024-11-30T14:13:19Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:19Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:13:19Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:13:19Z TRACE local local_update: } -2024-11-30T14:13:19Z TRACE local local_update: } -2024-11-30T14:13:19Z TRACE local local_update: } -2024-11-30T14:13:19Z TRACE local local_update: } -2024-11-30T14:13:19Z DEBUG Recorded sequence: 1. Wait for system operational -2024-11-30T14:13:19Z DEBUG Stage finished waiting for system operational at 32s after 1s -2024-11-30T14:13:19Z TRACE Stage resume waiting for executing test at 32s -2024-11-30T14:13:19Z DEBUG Recorded sequence: 1. Check that system status level is not >= `WARNING` (400) -2024-11-30T14:13:19Z TRACE Stage suspend waiting for executing test at 32s -2024-11-30T14:13:19Z INFO Stage start waiting for system logs level `DEBUG` category `system.config.parse` at 32s -2024-11-30T14:13:20Z DEBUG system config extra field Flabberguilstadt -2024-11-30T14:13:20Z TRACE updated check config_system: false -2024-11-30T14:13:20Z TRACE updated check config_pointset: false -2024-11-30T14:13:20Z TRACE updated check config_gateway: false -2024-11-30T14:13:20Z TRACE updated check config_localnet: false -2024-11-30T14:13:20Z TRACE updated check config_blobset: false -2024-11-30T14:13:20Z TRACE updated check config_discovery: false -2024-11-30T14:13:20Z DEBUG Update config Before system logs level `DEBUG` category `system.config.parse` timestamp 2024-11-30T14:13:09Z -2024-11-30T14:13:20Z TRACE local local_update: { -2024-11-30T14:13:20Z TRACE local local_update: "timestamp" : "2024-11-30T14:13:09Z", -2024-11-30T14:13:20Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:13:20Z TRACE local local_update: "system" : { -2024-11-30T14:13:20Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:13:20Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:13:20Z TRACE local local_update: "operation" : { -2024-11-30T14:13:20Z TRACE local local_update: "last_start" : "2024-11-30T14:12:44Z" -2024-11-30T14:13:20Z TRACE local local_update: }, -2024-11-30T14:13:20Z TRACE local local_update: "testing" : { -2024-11-30T14:13:20Z TRACE local local_update: "sequence_name" : "extra_config" -2024-11-30T14:13:20Z TRACE local local_update: } -2024-11-30T14:13:20Z TRACE local local_update: }, -2024-11-30T14:13:20Z TRACE local local_update: "localnet" : { -2024-11-30T14:13:20Z TRACE local local_update: "families" : { -2024-11-30T14:13:20Z TRACE local local_update: "ether" : { }, -2024-11-30T14:13:20Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:13:20Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:13:20Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:13:20Z TRACE local local_update: } -2024-11-30T14:13:20Z TRACE local local_update: }, -2024-11-30T14:13:20Z TRACE local local_update: "pointset" : { -2024-11-30T14:13:20Z TRACE local local_update: "points" : { -2024-11-30T14:13:20Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:20Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:13:20Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:13:20Z TRACE local local_update: }, -2024-11-30T14:13:20Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:13:20Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:13:20Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:13:20Z TRACE local local_update: }, -2024-11-30T14:13:20Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:20Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:13:20Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:13:20Z TRACE local local_update: } -2024-11-30T14:13:20Z TRACE local local_update: } -2024-11-30T14:13:20Z TRACE local local_update: } -2024-11-30T14:13:20Z TRACE local local_update: } -2024-11-30T14:13:21Z DEBUG Matched entry 2024-11-30T14:13:09Z DEBUG system.config.parse: success -2024-11-30T14:13:21Z DEBUG Recorded sequence: 1. Wait until system logs level `DEBUG` category `system.config.parse` -2024-11-30T14:13:21Z DEBUG Stage finished waiting for system logs level `DEBUG` category `system.config.parse` at 34s after 2s -2024-11-30T14:13:21Z TRACE Stage resume waiting for executing test at 34s -2024-11-30T14:13:21Z TRACE Stage suspend waiting for executing test at 34s -2024-11-30T14:13:21Z INFO Stage start waiting for system logs level `NOTICE` category `system.config.apply` at 34s -2024-11-30T14:13:22Z DEBUG system config extra field Flabberguilstadt -2024-11-30T14:13:22Z TRACE updated check config_system: false -2024-11-30T14:13:22Z TRACE updated check config_pointset: false -2024-11-30T14:13:22Z TRACE updated check config_gateway: false -2024-11-30T14:13:22Z TRACE updated check config_localnet: false -2024-11-30T14:13:22Z TRACE updated check config_blobset: false -2024-11-30T14:13:22Z TRACE updated check config_discovery: false -2024-11-30T14:13:22Z DEBUG Update config Before system logs level `NOTICE` category `system.config.apply` timestamp 2024-11-30T14:13:09Z -2024-11-30T14:13:22Z TRACE local local_update: { -2024-11-30T14:13:22Z TRACE local local_update: "timestamp" : "2024-11-30T14:13:09Z", -2024-11-30T14:13:22Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:13:22Z TRACE local local_update: "system" : { -2024-11-30T14:13:22Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:13:22Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:13:22Z TRACE local local_update: "operation" : { -2024-11-30T14:13:22Z TRACE local local_update: "last_start" : "2024-11-30T14:12:44Z" -2024-11-30T14:13:22Z TRACE local local_update: }, -2024-11-30T14:13:22Z TRACE local local_update: "testing" : { -2024-11-30T14:13:22Z TRACE local local_update: "sequence_name" : "extra_config" -2024-11-30T14:13:22Z TRACE local local_update: } -2024-11-30T14:13:22Z TRACE local local_update: }, -2024-11-30T14:13:22Z TRACE local local_update: "localnet" : { -2024-11-30T14:13:22Z TRACE local local_update: "families" : { -2024-11-30T14:13:22Z TRACE local local_update: "ether" : { }, -2024-11-30T14:13:22Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:13:22Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:13:22Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:13:22Z TRACE local local_update: } -2024-11-30T14:13:22Z TRACE local local_update: }, -2024-11-30T14:13:22Z TRACE local local_update: "pointset" : { -2024-11-30T14:13:22Z TRACE local local_update: "points" : { -2024-11-30T14:13:22Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:22Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:13:22Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:13:22Z TRACE local local_update: }, -2024-11-30T14:13:22Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:13:22Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:13:22Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:13:22Z TRACE local local_update: }, -2024-11-30T14:13:22Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:22Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:13:22Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:13:22Z TRACE local local_update: } -2024-11-30T14:13:22Z TRACE local local_update: } -2024-11-30T14:13:22Z TRACE local local_update: } -2024-11-30T14:13:22Z TRACE local local_update: } -2024-11-30T14:13:23Z DEBUG Matched entry 2024-11-30T14:13:09Z NOTICE system.config.apply: success -2024-11-30T14:13:23Z DEBUG Recorded sequence: 1. Wait until system logs level `NOTICE` category `system.config.apply` -2024-11-30T14:13:23Z DEBUG Stage finished waiting for system logs level `NOTICE` category `system.config.apply` at 36s after 2s -2024-11-30T14:13:23Z TRACE Stage resume waiting for executing test at 36s -2024-11-30T14:13:23Z DEBUG extraFieldChanged true because extra_field null -2024-11-30T14:13:23Z TRACE Stage suspend waiting for executing test at 36s -2024-11-30T14:13:23Z INFO Stage start waiting for system logs level `DEBUG` category `system.config.receive` at 36s -2024-11-30T14:13:24Z DEBUG system config extra field null -2024-11-30T14:13:24Z TRACE updated check config_system: true -2024-11-30T14:13:24Z DEBUG update config_system, adding configTransaction RC:273b77.00000010 -2024-11-30T14:13:24Z TRACE local local_system: { -2024-11-30T14:13:24Z TRACE local local_system: "min_loglevel" : 100, -2024-11-30T14:13:24Z TRACE local local_system: "metrics_rate_sec" : 10, -2024-11-30T14:13:24Z TRACE local local_system: "operation" : { -2024-11-30T14:13:24Z TRACE local local_system: "last_start" : "2024-11-30T14:12:44Z" -2024-11-30T14:13:24Z TRACE local local_system: }, -2024-11-30T14:13:24Z TRACE local local_system: "testing" : { -2024-11-30T14:13:24Z TRACE local local_system: "sequence_name" : "extra_config" -2024-11-30T14:13:24Z TRACE local local_system: } -2024-11-30T14:13:24Z TRACE local local_system: } -2024-11-30T14:13:24Z TRACE updated check config_pointset: false -2024-11-30T14:13:24Z TRACE updated check config_gateway: false -2024-11-30T14:13:24Z TRACE updated check config_localnet: false -2024-11-30T14:13:24Z TRACE updated check config_blobset: false -2024-11-30T14:13:24Z TRACE updated check config_discovery: false -2024-11-30T14:13:24Z DEBUG Saving pre-config state timestamp 2024-11-30T14:13:11Z -2024-11-30T14:13:24Z DEBUG Update lastConfigUpdate 2024-11-30T14:13:24Z, because Before system logs level `DEBUG` category `system.config.receive` -2024-11-30T14:13:24Z TRACE Stage suspend waiting for system logs level `DEBUG` category `system.config.receive` at 37s -2024-11-30T14:13:24Z INFO Stage start waiting for config update synchronized at 37s -2024-11-30T14:13:24Z TRACE received command AHU-1/config/update -2024-11-30T14:13:24Z DEBUG received config_update -2024-11-30T14:13:24Z DEBUG Handling update message config_update RC:273b77.00000010 -2024-11-30T14:13:24Z DEBUG Removed configTransaction RC:273b77.00000010 -2024-11-30T14:13:24Z DEBUG last_start changed false, last_start 2024-11-30T14:12:44Z -2024-11-30T14:13:24Z DEBUG Updated config 2024-11-30T14:13:24Z RC:273b77.00000010 -2024-11-30T14:13:24Z INFO Updated config #010: Changed 0 fields. -2024-11-30T14:13:24Z DEBUG Detail config update synchronized is now: device state not updated since config issued, last_config not synced in state -2024-11-30T14:13:24Z TRACE received command AHU-1/state/update -2024-11-30T14:13:24Z DEBUG received state_update -2024-11-30T14:13:24Z DEBUG Handling update message state_update MP:e87aaabe -2024-11-30T14:13:24Z DEBUG Updated state after 0s 2024-11-30T14:13:24Z MP:e87aaabe -2024-11-30T14:13:24Z INFO Updated state #011: Changed 4 fields: -2024-11-30T14:13:24Z INFO Updated state #011: Set `system.status.level` = `100` -2024-11-30T14:13:24Z INFO Updated state #011: Set `system.status.category` = `system.config.parse` -2024-11-30T14:13:24Z INFO Updated state #011: Set `system.status.timestamp` = `2024-11-30T14:13:24Z` -2024-11-30T14:13:24Z INFO Updated state #011: Set `timestamp` = `2024-11-30T14:13:24Z` -2024-11-30T14:13:24Z DEBUG Updated state has last_config 2024-11-30T14:13:09Z (expecting 2024-11-30T14:13:24Z) -2024-11-30T14:13:24Z TRACE received command AHU-1/state/system -2024-11-30T14:13:24Z TRACE received state_system: { -2024-11-30T14:13:24Z TRACE received state_system: "hardware" : { -2024-11-30T14:13:24Z TRACE received state_system: "make" : "BOS", -2024-11-30T14:13:24Z TRACE received state_system: "model" : "pubber" -2024-11-30T14:13:24Z TRACE received state_system: }, -2024-11-30T14:13:24Z TRACE received state_system: "last_config" : "2024-11-30T14:13:09Z", -2024-11-30T14:13:24Z TRACE received state_system: "operation" : { -2024-11-30T14:13:24Z TRACE received state_system: "operational" : true, -2024-11-30T14:13:24Z TRACE received state_system: "last_start" : "2024-11-30T14:12:44Z", -2024-11-30T14:13:24Z TRACE received state_system: "restart_count" : 1, -2024-11-30T14:13:24Z TRACE received state_system: "mode" : "initial" -2024-11-30T14:13:24Z TRACE received state_system: }, -2024-11-30T14:13:24Z TRACE received state_system: "serial_no" : "sequencer-21679", -2024-11-30T14:13:24Z TRACE received state_system: "software" : { -2024-11-30T14:13:24Z TRACE received state_system: "firmware" : "v1" -2024-11-30T14:13:24Z TRACE received state_system: }, -2024-11-30T14:13:24Z TRACE received state_system: "status" : { -2024-11-30T14:13:24Z TRACE received state_system: "message" : "success", -2024-11-30T14:13:24Z TRACE received state_system: "category" : "system.config.parse", -2024-11-30T14:13:24Z TRACE received state_system: "timestamp" : "2024-11-30T14:13:24Z", -2024-11-30T14:13:24Z TRACE received state_system: "level" : 100 -2024-11-30T14:13:24Z TRACE received state_system: }, -2024-11-30T14:13:24Z TRACE received state_system: "timestamp" : "2024-11-30T14:13:24Z", -2024-11-30T14:13:24Z TRACE received state_system: "version" : "1.5.2" -2024-11-30T14:13:24Z TRACE received state_system: } -2024-11-30T14:13:24Z DEBUG Handling device message state_system MP:e87aaabe-0 -2024-11-30T14:13:24Z TRACE Ignoring partial state update -2024-11-30T14:13:24Z DEBUG Detail config update synchronized is now: last_config not synced in state -2024-11-30T14:13:24Z TRACE received command AHU-1/state/localnet -2024-11-30T14:13:24Z TRACE received state_localnet: { -2024-11-30T14:13:24Z TRACE received state_localnet: "families" : { -2024-11-30T14:13:24Z TRACE received state_localnet: "ether" : { -2024-11-30T14:13:24Z TRACE received state_localnet: "addr" : "00:0d:3a:5b:f7:5f" -2024-11-30T14:13:24Z TRACE received state_localnet: }, -2024-11-30T14:13:24Z TRACE received state_localnet: "ipv4" : { -2024-11-30T14:13:24Z TRACE received state_localnet: "addr" : "10.1.0.56" -2024-11-30T14:13:24Z TRACE received state_localnet: }, -2024-11-30T14:13:24Z TRACE received state_localnet: "ipv6" : { -2024-11-30T14:13:24Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe5b:f75f" -2024-11-30T14:13:24Z TRACE received state_localnet: }, -2024-11-30T14:13:24Z TRACE received state_localnet: "vendor" : { -2024-11-30T14:13:24Z TRACE received state_localnet: "addr" : "28179023" -2024-11-30T14:13:24Z TRACE received state_localnet: } -2024-11-30T14:13:24Z TRACE received state_localnet: }, -2024-11-30T14:13:24Z TRACE received state_localnet: "timestamp" : "2024-11-30T14:13:24Z", -2024-11-30T14:13:24Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-30T14:13:24Z TRACE received state_localnet: } -2024-11-30T14:13:24Z DEBUG Handling device message state_localnet MP:e87aaabe-1 -2024-11-30T14:13:24Z TRACE Ignoring partial state update -2024-11-30T14:13:24Z TRACE received command AHU-1/state/pointset -2024-11-30T14:13:24Z TRACE received state_pointset: { -2024-11-30T14:13:24Z TRACE received state_pointset: "points" : { -2024-11-30T14:13:24Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:13:24Z TRACE received state_pointset: "units" : "No-units" -2024-11-30T14:13:24Z TRACE received state_pointset: }, -2024-11-30T14:13:24Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:24Z TRACE received state_pointset: "units" : "Bars", -2024-11-30T14:13:24Z TRACE received state_pointset: "value_state" : "applied" -2024-11-30T14:13:24Z TRACE received state_pointset: }, -2024-11-30T14:13:24Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:24Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-30T14:13:24Z TRACE received state_pointset: } -2024-11-30T14:13:24Z TRACE received state_pointset: }, -2024-11-30T14:13:24Z TRACE received state_pointset: "timestamp" : "2024-11-30T14:13:24Z", -2024-11-30T14:13:24Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-30T14:13:24Z TRACE received state_pointset: } -2024-11-30T14:13:24Z DEBUG Handling device message state_pointset MP:e87aaabe-2 -2024-11-30T14:13:24Z TRACE Ignoring partial state update -2024-11-30T14:13:25Z TRACE received command AHU-1/events/pointset -2024-11-30T14:13:25Z TRACE received events_pointset: { -2024-11-30T14:13:25Z TRACE received events_pointset: "points" : { -2024-11-30T14:13:25Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:13:25Z TRACE received events_pointset: "present_value" : false -2024-11-30T14:13:25Z TRACE received events_pointset: }, -2024-11-30T14:13:25Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:25Z TRACE received events_pointset: "present_value" : 98 -2024-11-30T14:13:25Z TRACE received events_pointset: }, -2024-11-30T14:13:25Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:25Z TRACE received events_pointset: "present_value" : 11 -2024-11-30T14:13:25Z TRACE received events_pointset: } -2024-11-30T14:13:25Z TRACE received events_pointset: }, -2024-11-30T14:13:25Z TRACE received events_pointset: "timestamp" : "2024-11-30T14:13:25Z", -2024-11-30T14:13:25Z TRACE received events_pointset: "version" : "1.5.2" -2024-11-30T14:13:25Z TRACE received events_pointset: } -2024-11-30T14:13:25Z DEBUG Handling device message events_pointset MP:b38ad6fc -2024-11-30T14:13:25Z TRACE received command AHU-1/events/system -2024-11-30T14:13:25Z DEBUG received events_system 2024-11-30T14:13:24Z DEBUG system.config.receive: success -2024-11-30T14:13:25Z DEBUG received events_system 2024-11-30T14:13:24Z DEBUG system.config.parse: success -2024-11-30T14:13:25Z DEBUG received events_system 2024-11-30T14:13:24Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:13:25Z DEBUG received events_system 2024-11-30T14:13:24Z DEBUG device.log: State update defer -10933ms -2024-11-30T14:13:25Z DEBUG received events_system 2024-11-30T14:13:24Z INFO device.log: Update state 2024-11-30T14:13:24Z last_config 2024-11-30T14:13:09Z -2024-11-30T14:13:25Z DEBUG received events_system 2024-11-30T14:13:24Z DEBUG device.log: Config update AHU-1 (extra_config) -2024-11-30T14:13:25Z DEBUG received events_system 2024-11-30T14:13:24Z DEBUG device.log: State update AHU-1 (extra_config) -2024-11-30T14:13:25Z DEBUG received events_system 2024-11-30T14:13:24Z INFO device.log: 2024-11-30T14:13:24Z received config 2024-11-30T14:13:24Z -2024-11-30T14:13:25Z DEBUG received events_system 2024-11-30T14:13:24Z NOTICE system.config.apply: success -2024-11-30T14:13:25Z DEBUG received events_system 2024-11-30T14:13:24Z DEBUG device.log: State update defer 1999ms -2024-11-30T14:13:25Z DEBUG received events_system 2024-11-30T14:13:24Z DEBUG device.log: State update defer 1999ms -2024-11-30T14:13:25Z DEBUG received events_system 2024-11-30T14:13:24Z DEBUG device.log: State update defer 1999ms -2024-11-30T14:13:25Z DEBUG received events_system 2024-11-30T14:13:24Z DEBUG device.log: State update defer 1999ms -2024-11-30T14:13:25Z DEBUG received events_system 2024-11-30T14:13:24Z DEBUG device.log: State update defer 1999ms -2024-11-30T14:13:25Z DEBUG received events_system 2024-11-30T14:13:24Z DEBUG device.log: State update defer 1998ms -2024-11-30T14:13:25Z DEBUG Handling device message events_system MP:fbffff5a -2024-11-30T14:13:26Z TRACE received command AHU-1/state/update -2024-11-30T14:13:26Z DEBUG received state_update -2024-11-30T14:13:26Z DEBUG Handling update message state_update MP:2bee9fd8 -2024-11-30T14:13:26Z DEBUG Updated state after 0s 2024-11-30T14:13:26Z MP:2bee9fd8 -2024-11-30T14:13:26Z INFO Updated state #012: Changed 4 fields: -2024-11-30T14:13:26Z INFO Updated state #012: Set `system.last_config` = `2024-11-30T14:13:24Z` -2024-11-30T14:13:26Z INFO Updated state #012: Set `system.status.level` = `300` -2024-11-30T14:13:26Z INFO Updated state #012: Set `system.status.category` = `system.config.apply` -2024-11-30T14:13:26Z INFO Updated state #012: Set `timestamp` = `2024-11-30T14:13:26Z` -2024-11-30T14:13:26Z DEBUG Updated state has last_config 2024-11-30T14:13:24Z (expecting 2024-11-30T14:13:24Z) -2024-11-30T14:13:26Z TRACE received command AHU-1/state/system -2024-11-30T14:13:26Z TRACE received state_system: { -2024-11-30T14:13:26Z TRACE received state_system: "hardware" : { -2024-11-30T14:13:26Z TRACE received state_system: "make" : "BOS", -2024-11-30T14:13:26Z TRACE received state_system: "model" : "pubber" -2024-11-30T14:13:26Z TRACE received state_system: }, -2024-11-30T14:13:26Z TRACE received state_system: "last_config" : "2024-11-30T14:13:24Z", -2024-11-30T14:13:26Z TRACE received state_system: "operation" : { -2024-11-30T14:13:26Z TRACE received state_system: "operational" : true, -2024-11-30T14:13:26Z TRACE received state_system: "last_start" : "2024-11-30T14:12:44Z", -2024-11-30T14:13:26Z TRACE received state_system: "restart_count" : 1, -2024-11-30T14:13:26Z TRACE received state_system: "mode" : "initial" -2024-11-30T14:13:26Z TRACE received state_system: }, -2024-11-30T14:13:26Z TRACE received state_system: "serial_no" : "sequencer-21679", -2024-11-30T14:13:26Z TRACE received state_system: "software" : { -2024-11-30T14:13:26Z TRACE received state_system: "firmware" : "v1" -2024-11-30T14:13:26Z TRACE received state_system: }, -2024-11-30T14:13:26Z TRACE received state_system: "status" : { -2024-11-30T14:13:26Z TRACE received state_system: "message" : "success", -2024-11-30T14:13:26Z TRACE received state_system: "category" : "system.config.apply", -2024-11-30T14:13:26Z TRACE received state_system: "timestamp" : "2024-11-30T14:13:24Z", -2024-11-30T14:13:26Z TRACE received state_system: "level" : 300 -2024-11-30T14:13:26Z TRACE received state_system: }, -2024-11-30T14:13:26Z TRACE received state_system: "timestamp" : "2024-11-30T14:13:26Z", -2024-11-30T14:13:26Z TRACE received state_system: "version" : "1.5.2" -2024-11-30T14:13:26Z TRACE received state_system: } -2024-11-30T14:13:26Z DEBUG Handling device message state_system MP:2bee9fd8-0 -2024-11-30T14:13:26Z TRACE Ignoring partial state update -2024-11-30T14:13:26Z DEBUG Detail config update synchronized is now: null -2024-11-30T14:13:26Z DEBUG Stage finished waiting for config update synchronized at 39s after 2s -2024-11-30T14:13:26Z TRACE Stage resume waiting for system logs level `DEBUG` category `system.config.receive` at 39s -2024-11-30T14:13:26Z DEBUG Config sync took 2s -2024-11-30T14:13:26Z DEBUG Finished wait for config sync pending: null -2024-11-30T14:13:26Z DEBUG Update config Before system logs level `DEBUG` category `system.config.receive` timestamp 2024-11-30T14:13:24Z -2024-11-30T14:13:26Z TRACE local local_update: { -2024-11-30T14:13:26Z TRACE local local_update: "timestamp" : "2024-11-30T14:13:24Z", -2024-11-30T14:13:26Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:13:26Z TRACE local local_update: "system" : { -2024-11-30T14:13:26Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:13:26Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:13:26Z TRACE local local_update: "operation" : { -2024-11-30T14:13:26Z TRACE local local_update: "last_start" : "2024-11-30T14:12:44Z" -2024-11-30T14:13:26Z TRACE local local_update: }, -2024-11-30T14:13:26Z TRACE local local_update: "testing" : { -2024-11-30T14:13:26Z TRACE local local_update: "sequence_name" : "extra_config" -2024-11-30T14:13:26Z TRACE local local_update: } -2024-11-30T14:13:26Z TRACE local local_update: }, -2024-11-30T14:13:26Z TRACE local local_update: "localnet" : { -2024-11-30T14:13:26Z TRACE local local_update: "families" : { -2024-11-30T14:13:26Z TRACE local local_update: "ether" : { }, -2024-11-30T14:13:26Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:13:26Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:13:26Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:13:26Z TRACE local local_update: } -2024-11-30T14:13:26Z TRACE local local_update: }, -2024-11-30T14:13:26Z TRACE local local_update: "pointset" : { -2024-11-30T14:13:26Z TRACE local local_update: "points" : { -2024-11-30T14:13:26Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:26Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:13:26Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:13:26Z TRACE local local_update: }, -2024-11-30T14:13:26Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:13:26Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:13:26Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:13:26Z TRACE local local_update: }, -2024-11-30T14:13:26Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:26Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:13:26Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:13:26Z TRACE local local_update: } -2024-11-30T14:13:26Z TRACE local local_update: } -2024-11-30T14:13:26Z TRACE local local_update: } -2024-11-30T14:13:26Z TRACE local local_update: } -2024-11-30T14:13:26Z DEBUG Recorded sequence: 1. Update config Before system logs level `DEBUG` category `system.config.receive` -2024-11-30T14:13:27Z DEBUG ignoring log entries before lastConfigUpdate 2024-11-30T14:13:24Z -2024-11-30T14:13:27Z DEBUG x 2024-11-30T14:13:09Z DEBUG system.config.receive: success -2024-11-30T14:13:27Z DEBUG x 2024-11-30T14:13:09Z DEBUG device.log: State update defer -109ms -2024-11-30T14:13:27Z DEBUG x 2024-11-30T14:13:09Z DEBUG system.config.parse: success -2024-11-30T14:13:27Z DEBUG x 2024-11-30T14:13:09Z INFO device.log: Update state 2024-11-30T14:13:09Z last_config 2024-11-30T14:13:06Z -2024-11-30T14:13:27Z DEBUG x 2024-11-30T14:13:09Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:13:27Z DEBUG x 2024-11-30T14:13:09Z DEBUG device.log: State update AHU-1 (extra_config) -2024-11-30T14:13:27Z DEBUG x 2024-11-30T14:13:09Z DEBUG device.log: Config update AHU-1 (extra_config) -2024-11-30T14:13:27Z DEBUG x 2024-11-30T14:13:09Z DEBUG device.log: State update defer 1999ms -2024-11-30T14:13:27Z DEBUG x 2024-11-30T14:13:09Z INFO device.log: 2024-11-30T14:13:09Z received config 2024-11-30T14:13:09Z -2024-11-30T14:13:27Z DEBUG x 2024-11-30T14:13:09Z NOTICE system.config.apply: success -2024-11-30T14:13:27Z DEBUG x 2024-11-30T14:13:09Z DEBUG device.log: State update defer 1998ms -2024-11-30T14:13:27Z DEBUG x 2024-11-30T14:13:09Z DEBUG device.log: State update defer 1994ms -2024-11-30T14:13:27Z DEBUG x 2024-11-30T14:13:09Z DEBUG device.log: State update defer 1994ms -2024-11-30T14:13:27Z DEBUG x 2024-11-30T14:13:09Z DEBUG device.log: State update defer 1994ms -2024-11-30T14:13:27Z DEBUG x 2024-11-30T14:13:09Z DEBUG device.log: State update defer 1994ms -2024-11-30T14:13:27Z DEBUG x 2024-11-30T14:13:09Z DEBUG device.log: State update defer 1993ms -2024-11-30T14:13:27Z DEBUG x 2024-11-30T14:13:09Z DEBUG device.log: State update defer 1993ms -2024-11-30T14:13:27Z DEBUG x 2024-11-30T14:13:11Z DEBUG device.log: State update defer 0ms -2024-11-30T14:13:27Z DEBUG x 2024-11-30T14:13:11Z INFO device.log: Update state 2024-11-30T14:13:11Z last_config 2024-11-30T14:13:09Z -2024-11-30T14:13:27Z DEBUG x 2024-11-30T14:13:11Z DEBUG device.log: State update AHU-1 (extra_config) -2024-11-30T14:13:27Z DEBUG Matched entry 2024-11-30T14:13:24Z DEBUG system.config.receive: success -2024-11-30T14:13:27Z DEBUG Recorded sequence: 1. Wait until system logs level `DEBUG` category `system.config.receive` -2024-11-30T14:13:27Z DEBUG Stage finished waiting for system logs level `DEBUG` category `system.config.receive` at 40s after 4s -2024-11-30T14:13:27Z TRACE Stage resume waiting for executing test at 40s -2024-11-30T14:13:27Z TRACE Stage suspend waiting for executing test at 40s -2024-11-30T14:13:27Z INFO Stage start waiting for last_config updated again at 40s -2024-11-30T14:13:28Z DEBUG system config extra field null -2024-11-30T14:13:28Z TRACE updated check config_system: false -2024-11-30T14:13:28Z TRACE updated check config_pointset: false -2024-11-30T14:13:28Z TRACE updated check config_gateway: false -2024-11-30T14:13:28Z TRACE updated check config_localnet: false -2024-11-30T14:13:28Z TRACE updated check config_blobset: false -2024-11-30T14:13:28Z TRACE updated check config_discovery: false -2024-11-30T14:13:28Z DEBUG Update config before last_config updated again timestamp 2024-11-30T14:13:24Z -2024-11-30T14:13:28Z TRACE local local_update: { -2024-11-30T14:13:28Z TRACE local local_update: "timestamp" : "2024-11-30T14:13:24Z", -2024-11-30T14:13:28Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:13:28Z TRACE local local_update: "system" : { -2024-11-30T14:13:28Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:13:28Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:13:28Z TRACE local local_update: "operation" : { -2024-11-30T14:13:28Z TRACE local local_update: "last_start" : "2024-11-30T14:12:44Z" -2024-11-30T14:13:28Z TRACE local local_update: }, -2024-11-30T14:13:28Z TRACE local local_update: "testing" : { -2024-11-30T14:13:28Z TRACE local local_update: "sequence_name" : "extra_config" -2024-11-30T14:13:28Z TRACE local local_update: } -2024-11-30T14:13:28Z TRACE local local_update: }, -2024-11-30T14:13:28Z TRACE local local_update: "localnet" : { -2024-11-30T14:13:28Z TRACE local local_update: "families" : { -2024-11-30T14:13:28Z TRACE local local_update: "ether" : { }, -2024-11-30T14:13:28Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:13:28Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:13:28Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:13:28Z TRACE local local_update: } -2024-11-30T14:13:28Z TRACE local local_update: }, -2024-11-30T14:13:28Z TRACE local local_update: "pointset" : { -2024-11-30T14:13:28Z TRACE local local_update: "points" : { -2024-11-30T14:13:28Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:28Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:13:28Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:13:28Z TRACE local local_update: }, -2024-11-30T14:13:28Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:13:28Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:13:28Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:13:28Z TRACE local local_update: }, -2024-11-30T14:13:28Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:28Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:13:28Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:13:28Z TRACE local local_update: } -2024-11-30T14:13:28Z TRACE local local_update: } -2024-11-30T14:13:28Z TRACE local local_update: } -2024-11-30T14:13:28Z TRACE local local_update: } -2024-11-30T14:13:28Z DEBUG Recorded sequence: 1. Wait for last_config updated again -2024-11-30T14:13:28Z DEBUG Stage finished waiting for last_config updated again at 41s after 1s -2024-11-30T14:13:28Z TRACE Stage resume waiting for executing test at 41s -2024-11-30T14:13:28Z TRACE Stage suspend waiting for executing test at 41s -2024-11-30T14:13:28Z INFO Stage start waiting for system operational at 41s -2024-11-30T14:13:29Z DEBUG system config extra field null -2024-11-30T14:13:29Z TRACE updated check config_system: false -2024-11-30T14:13:29Z TRACE updated check config_pointset: false -2024-11-30T14:13:29Z TRACE updated check config_gateway: false -2024-11-30T14:13:29Z TRACE updated check config_localnet: false -2024-11-30T14:13:29Z TRACE updated check config_blobset: false -2024-11-30T14:13:29Z TRACE updated check config_discovery: false -2024-11-30T14:13:29Z DEBUG Update config before system operational timestamp 2024-11-30T14:13:24Z -2024-11-30T14:13:29Z TRACE local local_update: { -2024-11-30T14:13:29Z TRACE local local_update: "timestamp" : "2024-11-30T14:13:24Z", -2024-11-30T14:13:29Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:13:29Z TRACE local local_update: "system" : { -2024-11-30T14:13:29Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:13:29Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:13:29Z TRACE local local_update: "operation" : { -2024-11-30T14:13:29Z TRACE local local_update: "last_start" : "2024-11-30T14:12:44Z" -2024-11-30T14:13:29Z TRACE local local_update: }, -2024-11-30T14:13:29Z TRACE local local_update: "testing" : { -2024-11-30T14:13:29Z TRACE local local_update: "sequence_name" : "extra_config" -2024-11-30T14:13:29Z TRACE local local_update: } -2024-11-30T14:13:29Z TRACE local local_update: }, -2024-11-30T14:13:29Z TRACE local local_update: "localnet" : { -2024-11-30T14:13:29Z TRACE local local_update: "families" : { -2024-11-30T14:13:29Z TRACE local local_update: "ether" : { }, -2024-11-30T14:13:29Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:13:29Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:13:29Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:13:29Z TRACE local local_update: } -2024-11-30T14:13:29Z TRACE local local_update: }, -2024-11-30T14:13:29Z TRACE local local_update: "pointset" : { -2024-11-30T14:13:29Z TRACE local local_update: "points" : { -2024-11-30T14:13:29Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:29Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:13:29Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:13:29Z TRACE local local_update: }, -2024-11-30T14:13:29Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:13:29Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:13:29Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:13:29Z TRACE local local_update: }, -2024-11-30T14:13:29Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:29Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:13:29Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:13:29Z TRACE local local_update: } -2024-11-30T14:13:29Z TRACE local local_update: } -2024-11-30T14:13:29Z TRACE local local_update: } -2024-11-30T14:13:29Z TRACE local local_update: } -2024-11-30T14:13:29Z DEBUG Recorded sequence: 1. Wait for system operational -2024-11-30T14:13:29Z DEBUG Stage finished waiting for system operational at 42s after 1s -2024-11-30T14:13:29Z TRACE Stage resume waiting for executing test at 42s -2024-11-30T14:13:29Z TRACE Stage suspend waiting for executing test at 42s -2024-11-30T14:13:29Z INFO Stage start waiting for system logs level `DEBUG` category `system.config.parse` at 42s -2024-11-30T14:13:30Z DEBUG system config extra field null -2024-11-30T14:13:30Z TRACE updated check config_system: false -2024-11-30T14:13:30Z TRACE updated check config_pointset: false -2024-11-30T14:13:30Z TRACE updated check config_gateway: false -2024-11-30T14:13:30Z TRACE updated check config_localnet: false -2024-11-30T14:13:30Z TRACE updated check config_blobset: false -2024-11-30T14:13:30Z TRACE updated check config_discovery: false -2024-11-30T14:13:30Z DEBUG Update config Before system logs level `DEBUG` category `system.config.parse` timestamp 2024-11-30T14:13:24Z -2024-11-30T14:13:30Z TRACE local local_update: { -2024-11-30T14:13:30Z TRACE local local_update: "timestamp" : "2024-11-30T14:13:24Z", -2024-11-30T14:13:30Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:13:30Z TRACE local local_update: "system" : { -2024-11-30T14:13:30Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:13:30Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:13:30Z TRACE local local_update: "operation" : { -2024-11-30T14:13:30Z TRACE local local_update: "last_start" : "2024-11-30T14:12:44Z" -2024-11-30T14:13:30Z TRACE local local_update: }, -2024-11-30T14:13:30Z TRACE local local_update: "testing" : { -2024-11-30T14:13:30Z TRACE local local_update: "sequence_name" : "extra_config" -2024-11-30T14:13:30Z TRACE local local_update: } -2024-11-30T14:13:30Z TRACE local local_update: }, -2024-11-30T14:13:30Z TRACE local local_update: "localnet" : { -2024-11-30T14:13:30Z TRACE local local_update: "families" : { -2024-11-30T14:13:30Z TRACE local local_update: "ether" : { }, -2024-11-30T14:13:30Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:13:30Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:13:30Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:13:30Z TRACE local local_update: } -2024-11-30T14:13:30Z TRACE local local_update: }, -2024-11-30T14:13:30Z TRACE local local_update: "pointset" : { -2024-11-30T14:13:30Z TRACE local local_update: "points" : { -2024-11-30T14:13:30Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:30Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:13:30Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:13:30Z TRACE local local_update: }, -2024-11-30T14:13:30Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:13:30Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:13:30Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:13:30Z TRACE local local_update: }, -2024-11-30T14:13:30Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:30Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:13:30Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:13:30Z TRACE local local_update: } -2024-11-30T14:13:30Z TRACE local local_update: } -2024-11-30T14:13:30Z TRACE local local_update: } -2024-11-30T14:13:30Z TRACE local local_update: } -2024-11-30T14:13:31Z DEBUG Matched entry 2024-11-30T14:13:24Z DEBUG system.config.parse: success -2024-11-30T14:13:31Z DEBUG Recorded sequence: 1. Wait until system logs level `DEBUG` category `system.config.parse` -2024-11-30T14:13:31Z DEBUG Stage finished waiting for system logs level `DEBUG` category `system.config.parse` at 44s after 2s -2024-11-30T14:13:31Z TRACE Stage resume waiting for executing test at 44s -2024-11-30T14:13:31Z TRACE Stage suspend waiting for executing test at 44s -2024-11-30T14:13:31Z INFO Stage start waiting for system logs level `NOTICE` category `system.config.apply` at 44s -2024-11-30T14:13:32Z DEBUG system config extra field null -2024-11-30T14:13:32Z TRACE updated check config_system: false -2024-11-30T14:13:32Z TRACE updated check config_pointset: false -2024-11-30T14:13:32Z TRACE updated check config_gateway: false -2024-11-30T14:13:32Z TRACE updated check config_localnet: false -2024-11-30T14:13:32Z TRACE updated check config_blobset: false -2024-11-30T14:13:32Z TRACE updated check config_discovery: false -2024-11-30T14:13:32Z DEBUG Update config Before system logs level `NOTICE` category `system.config.apply` timestamp 2024-11-30T14:13:24Z -2024-11-30T14:13:32Z TRACE local local_update: { -2024-11-30T14:13:32Z TRACE local local_update: "timestamp" : "2024-11-30T14:13:24Z", -2024-11-30T14:13:32Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:13:32Z TRACE local local_update: "system" : { -2024-11-30T14:13:32Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:13:32Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:13:32Z TRACE local local_update: "operation" : { -2024-11-30T14:13:32Z TRACE local local_update: "last_start" : "2024-11-30T14:12:44Z" -2024-11-30T14:13:32Z TRACE local local_update: }, -2024-11-30T14:13:32Z TRACE local local_update: "testing" : { -2024-11-30T14:13:32Z TRACE local local_update: "sequence_name" : "extra_config" -2024-11-30T14:13:32Z TRACE local local_update: } -2024-11-30T14:13:32Z TRACE local local_update: }, -2024-11-30T14:13:32Z TRACE local local_update: "localnet" : { -2024-11-30T14:13:32Z TRACE local local_update: "families" : { -2024-11-30T14:13:32Z TRACE local local_update: "ether" : { }, -2024-11-30T14:13:32Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:13:32Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:13:32Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:13:32Z TRACE local local_update: } -2024-11-30T14:13:32Z TRACE local local_update: }, -2024-11-30T14:13:32Z TRACE local local_update: "pointset" : { -2024-11-30T14:13:32Z TRACE local local_update: "points" : { -2024-11-30T14:13:32Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:13:32Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:13:32Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:13:32Z TRACE local local_update: }, -2024-11-30T14:13:32Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:13:32Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:13:32Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:13:32Z TRACE local local_update: }, -2024-11-30T14:13:32Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:13:32Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:13:32Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:13:32Z TRACE local local_update: } -2024-11-30T14:13:32Z TRACE local local_update: } -2024-11-30T14:13:32Z TRACE local local_update: } -2024-11-30T14:13:32Z TRACE local local_update: } -2024-11-30T14:13:33Z DEBUG Matched entry 2024-11-30T14:13:24Z NOTICE system.config.apply: success -2024-11-30T14:13:33Z DEBUG Recorded sequence: 1. Wait until system logs level `NOTICE` category `system.config.apply` -2024-11-30T14:13:33Z DEBUG Stage finished waiting for system logs level `NOTICE` category `system.config.apply` at 46s after 2s -2024-11-30T14:13:33Z TRACE Stage resume waiting for executing test at 46s -2024-11-30T14:13:33Z DEBUG stage done waiting for executing test at 46s -2024-11-30T14:13:33Z DEBUG Removing implicit system capability LAST_CONFIG -2024-11-30T14:13:33Z NOTICE RESULT pass system extra_config STABLE 10/10 Sequence complete -2024-11-30T14:13:33Z NOTICE Sequence complete -2024-11-30T14:13:33Z NOTICE ending test extra_config after 46s ################################ +2024-12-17T05:25:38Z NOTICE starting test extra_config ################################ +2024-12-17T05:25:38Z INFO Stage start waiting for starting test wrapper at 0s +2024-12-17T05:25:46Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:25:46Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:25:46Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:25:46Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:25:46Z DEBUG Set extraFieldChanged false because extra_field null +2024-12-17T05:25:46Z WARNING Now using alternate connection client! +2024-12-17T05:25:46Z TRACE Stage suspend waiting for starting test wrapper at 8s +2024-12-17T05:25:46Z INFO Stage start waiting for using alternate client at 8s +2024-12-17T05:25:46Z DEBUG Delay from lastConfigMark 2024-12-17T05:25:38.508564195Z is -6047ms +2024-12-17T05:25:46Z DEBUG Forcing config update +2024-12-17T05:25:46Z TRACE Updated check config_update: true +2024-12-17T05:25:46Z DEBUG Update config_update, adding configTransaction RC:bc7efb.00000006 +2024-12-17T05:25:46Z TRACE Outgoing local_update: { +2024-12-17T05:25:46Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###null", +2024-12-17T05:25:46Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:25:46Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:25:46Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:25:46Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:25:46Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:25:46Z TRACE Outgoing local_update: }, +2024-12-17T05:25:46Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:25:46Z TRACE Outgoing local_update: "sequence_name" : "extra_config", +2024-12-17T05:25:46Z TRACE Outgoing local_update: "endpoint_type" : "alternate" +2024-12-17T05:25:46Z TRACE Outgoing local_update: } +2024-12-17T05:25:46Z TRACE Outgoing local_update: }, +2024-12-17T05:25:46Z TRACE Outgoing local_update: "blobset" : { +2024-12-17T05:25:46Z TRACE Outgoing local_update: "blobs" : { +2024-12-17T05:25:46Z TRACE Outgoing local_update: "_iot_endpoint_config" : { +2024-12-17T05:25:46Z TRACE Outgoing local_update: "phase" : "final", +2024-12-17T05:25:46Z TRACE Outgoing local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzkvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzkvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfOS9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", +2024-12-17T05:25:46Z TRACE Outgoing local_update: "sha256" : "@@@blob data hash###ec720a4c8e972373c4a3ff69e0dacd49dce2688174a99864ae02ed7fa1ae3bff", +2024-12-17T05:25:46Z TRACE Outgoing local_update: "generation" : "2024-12-17T05:25:46Z" +2024-12-17T05:25:46Z TRACE Outgoing local_update: } +2024-12-17T05:25:46Z TRACE Outgoing local_update: } +2024-12-17T05:25:46Z TRACE Outgoing local_update: } +2024-12-17T05:25:46Z TRACE Outgoing local_update: } +2024-12-17T05:25:46Z DEBUG Detail pending config transaction is now: RC:bc7efb.00000006 +2024-12-17T05:25:46Z TRACE received command AHU-1/config/update +2024-12-17T05:25:46Z DEBUG Received config_update +2024-12-17T05:25:46Z DEBUG Handling update message config_update RC:bc7efb.00000006 +2024-12-17T05:25:46Z DEBUG Removed configTransaction RC:bc7efb.00000006 +2024-12-17T05:25:46Z DEBUG Set last_start changed false, last_start 1970-01-01T00:01:13Z +2024-12-17T05:25:46Z DEBUG Updated config 2024-12-17T05:25:46Z RC:bc7efb.00000006 +2024-12-17T05:25:46Z INFO Updated config #001: { +2024-12-17T05:25:46Z INFO Updated config #001: "timestamp" : "2024-12-17T05:25:46Z", +2024-12-17T05:25:46Z INFO Updated config #001: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:25:46Z INFO Updated config #001: "system" : { +2024-12-17T05:25:46Z INFO Updated config #001: "min_loglevel" : 100, +2024-12-17T05:25:46Z INFO Updated config #001: "metrics_rate_sec" : 10, +2024-12-17T05:25:46Z INFO Updated config #001: "operation" : { +2024-12-17T05:25:46Z INFO Updated config #001: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:25:46Z INFO Updated config #001: }, +2024-12-17T05:25:46Z INFO Updated config #001: "testing" : { +2024-12-17T05:25:46Z INFO Updated config #001: "sequence_name" : "extra_config", +2024-12-17T05:25:46Z INFO Updated config #001: "endpoint_type" : "alternate" +2024-12-17T05:25:46Z INFO Updated config #001: } +2024-12-17T05:25:46Z INFO Updated config #001: }, +2024-12-17T05:25:46Z INFO Updated config #001: "blobset" : { +2024-12-17T05:25:46Z INFO Updated config #001: "blobs" : { +2024-12-17T05:25:46Z INFO Updated config #001: "_iot_endpoint_config" : { +2024-12-17T05:25:46Z INFO Updated config #001: "phase" : "final", +2024-12-17T05:25:46Z INFO Updated config #001: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzkvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzkvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfOS9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", +2024-12-17T05:25:46Z INFO Updated config #001: "sha256" : "@@@blob data hash###ec720a4c8e972373c4a3ff69e0dacd49dce2688174a99864ae02ed7fa1ae3bff", +2024-12-17T05:25:46Z INFO Updated config #001: "generation" : "2024-12-17T05:25:46Z" +2024-12-17T05:25:46Z INFO Updated config #001: } +2024-12-17T05:25:46Z INFO Updated config #001: } +2024-12-17T05:25:46Z INFO Updated config #001: } +2024-12-17T05:25:46Z INFO Updated config #001: } +2024-12-17T05:25:46Z DEBUG Expected last_config now 2024-12-17T05:25:46Z +2024-12-17T05:25:46Z DEBUG Detail pending config transaction is now: null +2024-12-17T05:25:46Z DEBUG New lastConfigMark at 2024-12-17T05:25:46Z +2024-12-17T05:25:46Z DEBUG Update config reset alternate registry timestamp 2024-12-17T05:25:46Z +2024-12-17T05:25:46Z TRACE Outgoing local_update: { +2024-12-17T05:25:46Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:25:46Z", +2024-12-17T05:25:46Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:25:46Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:25:46Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:25:46Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:25:46Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:25:46Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:25:46Z TRACE Outgoing local_update: }, +2024-12-17T05:25:46Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:25:46Z TRACE Outgoing local_update: "sequence_name" : "extra_config", +2024-12-17T05:25:46Z TRACE Outgoing local_update: "endpoint_type" : "alternate" +2024-12-17T05:25:46Z TRACE Outgoing local_update: } +2024-12-17T05:25:46Z TRACE Outgoing local_update: }, +2024-12-17T05:25:46Z TRACE Outgoing local_update: "blobset" : { +2024-12-17T05:25:46Z TRACE Outgoing local_update: "blobs" : { +2024-12-17T05:25:46Z TRACE Outgoing local_update: "_iot_endpoint_config" : { +2024-12-17T05:25:46Z TRACE Outgoing local_update: "phase" : "final", +2024-12-17T05:25:46Z TRACE Outgoing local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzkvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzkvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfOS9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", +2024-12-17T05:25:46Z TRACE Outgoing local_update: "sha256" : "@@@blob data hash###ec720a4c8e972373c4a3ff69e0dacd49dce2688174a99864ae02ed7fa1ae3bff", +2024-12-17T05:25:46Z TRACE Outgoing local_update: "generation" : "2024-12-17T05:25:46Z" +2024-12-17T05:25:46Z TRACE Outgoing local_update: } +2024-12-17T05:25:46Z TRACE Outgoing local_update: } +2024-12-17T05:25:46Z TRACE Outgoing local_update: } +2024-12-17T05:25:46Z TRACE Outgoing local_update: } +2024-12-17T05:25:46Z TRACE Update config reset alternate registry: Add `system` = { "min_loglevel": `100`, "testing": { "endpoint_type": `alternate`, "sequence_name": `extra_config` }, "metrics_rate_sec": `10`, "operation": { "last_start": `device reported` } } +2024-12-17T05:25:46Z TRACE Update config reset alternate registry: Add `version` = `cloud udmi version` +2024-12-17T05:25:46Z TRACE Update config reset alternate registry: Add `blobset` = { "blobs": { "_iot_endpoint_config": { "phase": `final`, "generation": `blob generation`, "sha256": `blob data hash`, "url": `endpoint data` } } } +2024-12-17T05:25:46Z TRACE Update config reset alternate registry: Add `timestamp` = `generated timestamp` +2024-12-17T05:25:46Z DEBUG Stage finished waiting for using alternate client at 8s after 0s +2024-12-17T05:25:46Z TRACE Stage resume waiting for starting test wrapper at 8s +2024-12-17T05:25:46Z WARNING Done with alternate connection client! +2024-12-17T05:25:46Z DEBUG Allowing device state change (everything) +2024-12-17T05:25:46Z DEBUG Starting reset_config full reset true +2024-12-17T05:25:46Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:25:46Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:25:46Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:25:46Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:25:46Z DEBUG Set extraFieldChanged false because extra_field null +2024-12-17T05:25:46Z DEBUG Set extraFieldChanged true because extra_field reset_config +2024-12-17T05:25:46Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:25:46Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:25:46Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:25:46Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:25:46Z DEBUG Set extraFieldChanged true because extra_field null +2024-12-17T05:25:46Z DEBUG Delay from lastConfigMark 2024-12-17T05:25:46.634667722Z is 1983ms +2024-12-17T05:25:46Z DEBUG Rate-limiting config by 1983ms +2024-12-17T05:25:48Z TRACE Updated check config_update: true +2024-12-17T05:25:48Z DEBUG Update config_update, adding configTransaction RC:bc7efb.00000007 +2024-12-17T05:25:48Z TRACE Outgoing local_update: { +2024-12-17T05:25:48Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###1.5.2", +2024-12-17T05:25:48Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:25:48Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:25:48Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:25:48Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:25:48Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:25:48Z TRACE Outgoing local_update: }, +2024-12-17T05:25:48Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:25:48Z TRACE Outgoing local_update: "sequence_name" : "extra_config" +2024-12-17T05:25:48Z TRACE Outgoing local_update: } +2024-12-17T05:25:48Z TRACE Outgoing local_update: }, +2024-12-17T05:25:48Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:25:48Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:25:48Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:25:48Z TRACE Outgoing local_update: } +2024-12-17T05:25:48Z TRACE Outgoing local_update: }, +2024-12-17T05:25:48Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:25:48Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:25:48Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:25:48Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:25:48Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:25:48Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:25:48Z TRACE Outgoing local_update: } +2024-12-17T05:25:48Z TRACE Outgoing local_update: }, +2024-12-17T05:25:48Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:25:48Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:25:48Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:25:48Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:25:48Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:25:48Z TRACE Outgoing local_update: }, +2024-12-17T05:25:48Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:25:48Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:25:48Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:25:48Z TRACE Outgoing local_update: }, +2024-12-17T05:25:48Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:25:48Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:25:48Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:25:48Z TRACE Outgoing local_update: } +2024-12-17T05:25:48Z TRACE Outgoing local_update: } +2024-12-17T05:25:48Z TRACE Outgoing local_update: } +2024-12-17T05:25:48Z TRACE Outgoing local_update: } +2024-12-17T05:25:48Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:25:48Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:25:48Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:25:48Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:25:48Z DEBUG Saving pre-config state timestamp null +2024-12-17T05:25:48Z DEBUG Update lastConfigUpdate 2024-12-17T05:25:48Z, because soft reset +2024-12-17T05:25:48Z TRACE Stage suspend waiting for starting test wrapper at 10s +2024-12-17T05:25:48Z INFO Stage start waiting for config update synchronized at 10s +2024-12-17T05:25:48Z TRACE received command AHU-1/state/system +2024-12-17T05:25:48Z TRACE Received state_system: { +2024-12-17T05:25:48Z TRACE Received state_system: "hardware" : { +2024-12-17T05:25:48Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:25:48Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:25:48Z TRACE Received state_system: }, +2024-12-17T05:25:48Z TRACE Received state_system: "last_config" : "2024-12-17T05:25:20Z", +2024-12-17T05:25:48Z TRACE Received state_system: "operation" : { +2024-12-17T05:25:48Z TRACE Received state_system: "operational" : true, +2024-12-17T05:25:48Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:25:48Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:25:48Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:25:48Z TRACE Received state_system: }, +2024-12-17T05:25:48Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:25:48Z TRACE Received state_system: "software" : { +2024-12-17T05:25:48Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:25:48Z TRACE Received state_system: }, +2024-12-17T05:25:48Z TRACE Received state_system: "status" : { +2024-12-17T05:25:48Z TRACE Received state_system: "message" : "success", +2024-12-17T05:25:48Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:25:48Z TRACE Received state_system: "timestamp" : "2024-12-17T05:25:36Z", +2024-12-17T05:25:48Z TRACE Received state_system: "level" : 300 +2024-12-17T05:25:48Z TRACE Received state_system: }, +2024-12-17T05:25:48Z TRACE Received state_system: "timestamp" : "2024-12-17T05:25:38Z", +2024-12-17T05:25:48Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:25:48Z TRACE Received state_system: } +2024-12-17T05:25:48Z DEBUG Handling device message state_system MP:12ea7b3d-0 +2024-12-17T05:25:48Z TRACE Ignoring partial state update +2024-12-17T05:25:48Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:25:48Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:25:48Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:25:48Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:25:48Z TRACE received command AHU-1/state/discovery +2024-12-17T05:25:48Z TRACE Received state_discovery: { +2024-12-17T05:25:48Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:25:48Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:25:38Z", +2024-12-17T05:25:48Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:25:48Z TRACE Received state_discovery: } +2024-12-17T05:25:48Z DEBUG Handling device message state_discovery MP:12ea7b3d-1 +2024-12-17T05:25:48Z TRACE Ignoring partial state update +2024-12-17T05:25:48Z TRACE received command AHU-1/state/localnet +2024-12-17T05:25:48Z TRACE Received state_localnet: { +2024-12-17T05:25:48Z TRACE Received state_localnet: "families" : { +2024-12-17T05:25:48Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:25:48Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:25:48Z TRACE Received state_localnet: }, +2024-12-17T05:25:48Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:25:48Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:25:48Z TRACE Received state_localnet: }, +2024-12-17T05:25:48Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:25:48Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:25:48Z TRACE Received state_localnet: }, +2024-12-17T05:25:48Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:25:48Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:25:48Z TRACE Received state_localnet: } +2024-12-17T05:25:48Z TRACE Received state_localnet: }, +2024-12-17T05:25:48Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:25:38Z", +2024-12-17T05:25:48Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:25:48Z TRACE Received state_localnet: } +2024-12-17T05:25:48Z DEBUG Handling device message state_localnet MP:12ea7b3d-2 +2024-12-17T05:25:48Z TRACE Ignoring partial state update +2024-12-17T05:25:48Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:25:48Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:25:48Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:25:48Z TRACE received command AHU-1/state/pointset +2024-12-17T05:25:48Z TRACE Received state_pointset: { +2024-12-17T05:25:48Z TRACE Received state_pointset: "points" : { +2024-12-17T05:25:48Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:25:48Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:25:48Z TRACE Received state_pointset: }, +2024-12-17T05:25:48Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:25:48Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:25:48Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:25:48Z TRACE Received state_pointset: }, +2024-12-17T05:25:48Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:25:48Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:25:48Z TRACE Received state_pointset: } +2024-12-17T05:25:48Z TRACE Received state_pointset: }, +2024-12-17T05:25:48Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:25:38Z", +2024-12-17T05:25:48Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:25:48Z TRACE Received state_pointset: } +2024-12-17T05:25:48Z DEBUG Handling device message state_pointset MP:12ea7b3d-3 +2024-12-17T05:25:48Z TRACE Ignoring partial state update +2024-12-17T05:25:48Z TRACE received command AHU-1/events/pointset +2024-12-17T05:25:48Z TRACE Received events_pointset: { +2024-12-17T05:25:48Z TRACE Received events_pointset: "points" : { +2024-12-17T05:25:48Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:25:48Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:25:48Z TRACE Received events_pointset: }, +2024-12-17T05:25:48Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:25:48Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:25:48Z TRACE Received events_pointset: }, +2024-12-17T05:25:48Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:25:48Z TRACE Received events_pointset: "present_value" : 11 +2024-12-17T05:25:48Z TRACE Received events_pointset: } +2024-12-17T05:25:48Z TRACE Received events_pointset: }, +2024-12-17T05:25:48Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:25:41Z", +2024-12-17T05:25:48Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:25:48Z TRACE Received events_pointset: } +2024-12-17T05:25:48Z DEBUG Handling device message events_pointset MP:85f76089 +2024-12-17T05:25:48Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:25:48Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:25:48Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:25:48Z TRACE received command AHU-1/events/system +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:35Z INFO device.log: Configured with auth_type RS256 +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:35Z INFO device.log: Resetting persistent store /home/runner/work/udmi/udmi/sites/udmi_site_model/out/devices/AHU-1/persistent_data.json +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:35Z INFO device.log: Loading endpoint into persistent data from configuration +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:35Z WARNING device.log: Updating persistent store: +{ + "endpoint" : { + "protocol" : "mqtt", + "transport" : "ssl", + "hostname" : "localhost", + "client_id" : "/r/ZZ-TRI-FECTA_9/d/AHU-1", + "topic_prefix" : "/r/ZZ-TRI-FECTA_9/d/AHU-1", + "auth_provider" : { + "basic" : { + "username" : "/r/ZZ-TRI-FECTA_9/d/AHU-1", + "password" : "38269d11" + } + } + }, + "restart_count" : 1 +} +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:35Z INFO device.log: Starting pubber AHU-1, serial sequencer-27990, mac null, gateway null, options noPersist +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:35Z INFO device.log: Loading device key bytes from /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.pkcs8 +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:35Z INFO device.log: CA cert file: /home/runner/work/udmi/udmi/sites/udmi_site_model/reflector/ca.crt +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:35Z INFO device.log: Device cert file: /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.crt +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:35Z INFO device.log: Private key file: /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.pem +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:35Z INFO device.log: Password sha256 6b5344e1 +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:35Z WARNING device.log: Starting connection 1734413135454 with 10 +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:35Z INFO device.log: Update state 2024-12-17T05:25:35Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:35Z WARNING device.log: Dropping state update until config received... +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:35Z WARNING device.log: Creating new config latch for AHU-1 +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:36Z INFO device.log: Update state 2024-12-17T05:25:36Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:36Z WARNING device.log: Dropping state update until config received... +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:36Z INFO device.log: Update state 2024-12-17T05:25:36Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:36Z WARNING device.log: Dropping state update until config received... +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:36Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:36Z WARNING device.log: Received config for config latch AHU-1 +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:36Z WARNING device.log: Starting AHU-1 Pubber sender with delay 10s +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:36Z INFO device.log: 2024-12-17T05:25:36Z received config 2024-12-17T05:25:20Z +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:36Z WARNING device.log: Starting AHU-1 PubberSystemManager sender with delay 10s +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:36Z WARNING device.log: Starting AHU-1 PubberPointsetManager sender with delay 10s +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:36Z WARNING device.log: Start waiting 10s for config latch for AHU-1 +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:36Z WARNING device.log: Ending connection 1734413135454 with 9 +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:36Z NOTICE system.config.apply: success +2024-12-17T05:25:48Z DEBUG Received events_system 2024-12-17T05:25:36Z NOTICE system.config.apply: success +2024-12-17T05:25:48Z DEBUG Handling device message events_system MP:2d2690f7 +2024-12-17T05:25:48Z TRACE received command AHU-1/events/system +2024-12-17T05:25:48Z DEBUG Received events_system (no logs) +2024-12-17T05:25:48Z DEBUG Handling device message events_system MP:bdf090e1 +2024-12-17T05:25:48Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:25:48Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:25:48Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:25:48Z TRACE received command AHU-1/events/pointset +2024-12-17T05:25:48Z TRACE Received events_pointset: { +2024-12-17T05:25:48Z TRACE Received events_pointset: "points" : { +2024-12-17T05:25:48Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:25:48Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:25:48Z TRACE Received events_pointset: }, +2024-12-17T05:25:48Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:25:48Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:25:48Z TRACE Received events_pointset: }, +2024-12-17T05:25:48Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:25:48Z TRACE Received events_pointset: "present_value" : 12 +2024-12-17T05:25:48Z TRACE Received events_pointset: } +2024-12-17T05:25:48Z TRACE Received events_pointset: }, +2024-12-17T05:25:48Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:25:46Z", +2024-12-17T05:25:48Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:25:48Z TRACE Received events_pointset: } +2024-12-17T05:25:48Z DEBUG Handling device message events_pointset MP:1a14ac8c +2024-12-17T05:25:48Z TRACE received command AHU-1/config/update +2024-12-17T05:25:48Z DEBUG Received config_update +2024-12-17T05:25:48Z DEBUG Handling update message config_update RC:bc7efb.00000007 +2024-12-17T05:25:48Z DEBUG Removed configTransaction RC:bc7efb.00000007 +2024-12-17T05:25:48Z DEBUG Set last_start changed false, last_start 1970-01-01T00:01:13Z +2024-12-17T05:25:48Z DEBUG Updated config 2024-12-17T05:25:48Z RC:bc7efb.00000007 +2024-12-17T05:25:48Z INFO Updated config #002: Changed 5 fields: +2024-12-17T05:25:48Z INFO Updated config #002: Remove `system.testing.endpoint_type` +2024-12-17T05:25:48Z INFO Updated config #002: Add `discovery` = { "families": { "vendor": { } } } +2024-12-17T05:25:48Z INFO Updated config #002: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } +2024-12-17T05:25:48Z INFO Updated config #002: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "bacnet": { } } } +2024-12-17T05:25:48Z INFO Updated config #002: Remove `blobset` +2024-12-17T05:25:48Z DEBUG Expected last_config now 2024-12-17T05:25:48Z +2024-12-17T05:25:48Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:25:48Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:25:48Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:25:48Z DEBUG Detail config update synchronized is now: device state not updated since config issued +2024-12-17T05:25:48Z TRACE received command AHU-1/state/update +2024-12-17T05:25:48Z DEBUG Received state_update +2024-12-17T05:25:48Z DEBUG Handling update message state_update MP:1256a28c +2024-12-17T05:25:48Z DEBUG Updated state after 0s 2024-12-17T05:25:48Z MP:1256a28c +2024-12-17T05:25:48Z INFO Initial state #001: { +2024-12-17T05:25:48Z INFO Initial state #001: "timestamp" : "2024-12-17T05:25:48Z", +2024-12-17T05:25:48Z INFO Initial state #001: "version" : "1.5.2", +2024-12-17T05:25:48Z INFO Initial state #001: "system" : { +2024-12-17T05:25:48Z INFO Initial state #001: "last_config" : "2024-12-17T05:25:20Z", +2024-12-17T05:25:48Z INFO Initial state #001: "operation" : { +2024-12-17T05:25:48Z INFO Initial state #001: "operational" : true, +2024-12-17T05:25:48Z INFO Initial state #001: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:25:48Z INFO Initial state #001: "restart_count" : 1, +2024-12-17T05:25:48Z INFO Initial state #001: "mode" : "initial" +2024-12-17T05:25:48Z INFO Initial state #001: }, +2024-12-17T05:25:48Z INFO Initial state #001: "serial_no" : "sequencer-27990", +2024-12-17T05:25:48Z INFO Initial state #001: "hardware" : { +2024-12-17T05:25:48Z INFO Initial state #001: "make" : "BOS", +2024-12-17T05:25:48Z INFO Initial state #001: "model" : "pubber" +2024-12-17T05:25:48Z INFO Initial state #001: }, +2024-12-17T05:25:48Z INFO Initial state #001: "software" : { +2024-12-17T05:25:48Z INFO Initial state #001: "firmware" : "v1" +2024-12-17T05:25:48Z INFO Initial state #001: }, +2024-12-17T05:25:48Z INFO Initial state #001: "status" : { +2024-12-17T05:25:48Z INFO Initial state #001: "message" : "success", +2024-12-17T05:25:48Z INFO Initial state #001: "category" : "system.config.parse", +2024-12-17T05:25:48Z INFO Initial state #001: "timestamp" : "2024-12-17T05:25:48Z", +2024-12-17T05:25:48Z INFO Initial state #001: "level" : 100 +2024-12-17T05:25:48Z INFO Initial state #001: } +2024-12-17T05:25:48Z INFO Initial state #001: }, +2024-12-17T05:25:48Z INFO Initial state #001: "discovery" : { +2024-12-17T05:25:48Z INFO Initial state #001: "families" : { } +2024-12-17T05:25:48Z INFO Initial state #001: }, +2024-12-17T05:25:48Z INFO Initial state #001: "localnet" : { +2024-12-17T05:25:48Z INFO Initial state #001: "families" : { +2024-12-17T05:25:48Z INFO Initial state #001: "ether" : { +2024-12-17T05:25:48Z INFO Initial state #001: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:25:48Z INFO Initial state #001: }, +2024-12-17T05:25:48Z INFO Initial state #001: "ipv4" : { +2024-12-17T05:25:48Z INFO Initial state #001: "addr" : "10.1.0.90" +2024-12-17T05:25:48Z INFO Initial state #001: }, +2024-12-17T05:25:48Z INFO Initial state #001: "ipv6" : { +2024-12-17T05:25:48Z INFO Initial state #001: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:25:48Z INFO Initial state #001: }, +2024-12-17T05:25:48Z INFO Initial state #001: "vendor" : { +2024-12-17T05:25:48Z INFO Initial state #001: "addr" : "28179023" +2024-12-17T05:25:48Z INFO Initial state #001: } +2024-12-17T05:25:48Z INFO Initial state #001: } +2024-12-17T05:25:48Z INFO Initial state #001: }, +2024-12-17T05:25:48Z INFO Initial state #001: "pointset" : { +2024-12-17T05:25:48Z INFO Initial state #001: "points" : { +2024-12-17T05:25:48Z INFO Initial state #001: "filter_alarm_pressure_status" : { +2024-12-17T05:25:48Z INFO Initial state #001: "units" : "No-units" +2024-12-17T05:25:48Z INFO Initial state #001: }, +2024-12-17T05:25:48Z INFO Initial state #001: "filter_differential_pressure_setpoint" : { +2024-12-17T05:25:48Z INFO Initial state #001: "units" : "Bars", +2024-12-17T05:25:48Z INFO Initial state #001: "value_state" : "applied" +2024-12-17T05:25:48Z INFO Initial state #001: }, +2024-12-17T05:25:48Z INFO Initial state #001: "filter_differential_pressure_sensor" : { +2024-12-17T05:25:48Z INFO Initial state #001: "units" : "Degrees-Celsius" +2024-12-17T05:25:48Z INFO Initial state #001: } +2024-12-17T05:25:48Z INFO Initial state #001: } +2024-12-17T05:25:48Z INFO Initial state #001: } +2024-12-17T05:25:48Z INFO Initial state #001: } +2024-12-17T05:25:48Z NOTICE Received serial number sequencer-27990 +2024-12-17T05:25:48Z DEBUG Updated state has last_config 2024-12-17T05:25:20Z (expecting 2024-12-17T05:25:48Z) +2024-12-17T05:25:48Z TRACE received command AHU-1/state/system +2024-12-17T05:25:48Z TRACE Received state_system: { +2024-12-17T05:25:48Z TRACE Received state_system: "hardware" : { +2024-12-17T05:25:48Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:25:48Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:25:48Z TRACE Received state_system: }, +2024-12-17T05:25:48Z TRACE Received state_system: "last_config" : "2024-12-17T05:25:20Z", +2024-12-17T05:25:48Z TRACE Received state_system: "operation" : { +2024-12-17T05:25:48Z TRACE Received state_system: "operational" : true, +2024-12-17T05:25:48Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:25:48Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:25:48Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:25:48Z TRACE Received state_system: }, +2024-12-17T05:25:48Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:25:48Z TRACE Received state_system: "software" : { +2024-12-17T05:25:48Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:25:48Z TRACE Received state_system: }, +2024-12-17T05:25:48Z TRACE Received state_system: "status" : { +2024-12-17T05:25:48Z TRACE Received state_system: "message" : "success", +2024-12-17T05:25:48Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:25:48Z TRACE Received state_system: "timestamp" : "2024-12-17T05:25:48Z", +2024-12-17T05:25:48Z TRACE Received state_system: "level" : 100 +2024-12-17T05:25:48Z TRACE Received state_system: }, +2024-12-17T05:25:48Z TRACE Received state_system: "timestamp" : "2024-12-17T05:25:48Z", +2024-12-17T05:25:48Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:25:48Z TRACE Received state_system: } +2024-12-17T05:25:48Z DEBUG Handling device message state_system MP:1256a28c-0 +2024-12-17T05:25:48Z TRACE Ignoring partial state update +2024-12-17T05:25:48Z DEBUG Detail config update synchronized is now: last_start not synced in config, last_config not synced in state +2024-12-17T05:25:48Z TRACE received command AHU-1/state/discovery +2024-12-17T05:25:48Z TRACE Received state_discovery: { +2024-12-17T05:25:48Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:25:48Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:25:48Z", +2024-12-17T05:25:48Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:25:48Z TRACE Received state_discovery: } +2024-12-17T05:25:48Z DEBUG Handling device message state_discovery MP:1256a28c-1 +2024-12-17T05:25:48Z TRACE Ignoring partial state update +2024-12-17T05:25:48Z TRACE received command AHU-1/state/localnet +2024-12-17T05:25:48Z TRACE Received state_localnet: { +2024-12-17T05:25:48Z TRACE Received state_localnet: "families" : { +2024-12-17T05:25:48Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:25:48Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:25:48Z TRACE Received state_localnet: }, +2024-12-17T05:25:48Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:25:48Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:25:48Z TRACE Received state_localnet: }, +2024-12-17T05:25:48Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:25:48Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:25:48Z TRACE Received state_localnet: }, +2024-12-17T05:25:48Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:25:48Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:25:48Z TRACE Received state_localnet: } +2024-12-17T05:25:48Z TRACE Received state_localnet: }, +2024-12-17T05:25:48Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:25:48Z", +2024-12-17T05:25:48Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:25:48Z TRACE Received state_localnet: } +2024-12-17T05:25:48Z DEBUG Handling device message state_localnet MP:1256a28c-2 +2024-12-17T05:25:48Z TRACE Ignoring partial state update +2024-12-17T05:25:48Z TRACE received command AHU-1/state/pointset +2024-12-17T05:25:48Z TRACE Received state_pointset: { +2024-12-17T05:25:48Z TRACE Received state_pointset: "points" : { +2024-12-17T05:25:48Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:25:48Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:25:48Z TRACE Received state_pointset: }, +2024-12-17T05:25:48Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:25:48Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:25:48Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:25:48Z TRACE Received state_pointset: }, +2024-12-17T05:25:48Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:25:48Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:25:48Z TRACE Received state_pointset: } +2024-12-17T05:25:48Z TRACE Received state_pointset: }, +2024-12-17T05:25:48Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:25:48Z", +2024-12-17T05:25:48Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:25:48Z TRACE Received state_pointset: } +2024-12-17T05:25:48Z DEBUG Handling device message state_pointset MP:1256a28c-3 +2024-12-17T05:25:48Z TRACE Ignoring partial state update +2024-12-17T05:25:48Z TRACE received command AHU-1/config/update +2024-12-17T05:25:48Z DEBUG Received config_update +2024-12-17T05:25:48Z DEBUG Handling update message config_update MP:1256a28c +2024-12-17T05:25:48Z DEBUG Set last_start changed true, last_start 2024-12-17T05:25:35Z +2024-12-17T05:25:48Z DEBUG Updated config 2024-12-17T05:25:48Z MP:1256a28c +2024-12-17T05:25:48Z INFO Updated config #003: Changed 0 fields. +2024-12-17T05:25:48Z DEBUG Expected last_config now 2024-12-17T05:25:48Z +2024-12-17T05:25:48Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:25:50Z TRACE received command AHU-1/state/update +2024-12-17T05:25:50Z DEBUG Received state_update +2024-12-17T05:25:50Z DEBUG Handling update message state_update MP:912fea38 +2024-12-17T05:25:50Z DEBUG Updated state after 0s 2024-12-17T05:25:50Z MP:912fea38 +2024-12-17T05:25:50Z INFO Updated state #002: Changed 4 fields: +2024-12-17T05:25:50Z INFO Updated state #002: Set `system.last_config` = `2024-12-17T05:25:48Z` +2024-12-17T05:25:50Z INFO Updated state #002: Set `system.status.level` = `300` +2024-12-17T05:25:50Z INFO Updated state #002: Set `system.status.category` = `system.config.apply` +2024-12-17T05:25:50Z INFO Updated state #002: Set `timestamp` = `2024-12-17T05:25:50Z` +2024-12-17T05:25:50Z DEBUG Updated state has last_config 2024-12-17T05:25:48Z (expecting 2024-12-17T05:25:48Z) +2024-12-17T05:25:50Z TRACE received command AHU-1/state/system +2024-12-17T05:25:50Z TRACE Received state_system: { +2024-12-17T05:25:50Z TRACE Received state_system: "hardware" : { +2024-12-17T05:25:50Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:25:50Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:25:50Z TRACE Received state_system: }, +2024-12-17T05:25:50Z TRACE Received state_system: "last_config" : "2024-12-17T05:25:48Z", +2024-12-17T05:25:50Z TRACE Received state_system: "operation" : { +2024-12-17T05:25:50Z TRACE Received state_system: "operational" : true, +2024-12-17T05:25:50Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:25:50Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:25:50Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:25:50Z TRACE Received state_system: }, +2024-12-17T05:25:50Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:25:50Z TRACE Received state_system: "software" : { +2024-12-17T05:25:50Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:25:50Z TRACE Received state_system: }, +2024-12-17T05:25:50Z TRACE Received state_system: "status" : { +2024-12-17T05:25:50Z TRACE Received state_system: "message" : "success", +2024-12-17T05:25:50Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:25:50Z TRACE Received state_system: "timestamp" : "2024-12-17T05:25:48Z", +2024-12-17T05:25:50Z TRACE Received state_system: "level" : 300 +2024-12-17T05:25:50Z TRACE Received state_system: }, +2024-12-17T05:25:50Z TRACE Received state_system: "timestamp" : "2024-12-17T05:25:50Z", +2024-12-17T05:25:50Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:25:50Z TRACE Received state_system: } +2024-12-17T05:25:50Z DEBUG Handling device message state_system MP:912fea38-0 +2024-12-17T05:25:50Z TRACE Ignoring partial state update +2024-12-17T05:25:50Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:25:50Z DEBUG Stage finished waiting for config update synchronized at 12s after 2s +2024-12-17T05:25:50Z TRACE Stage resume waiting for starting test wrapper at 12s +2024-12-17T05:25:50Z DEBUG Config sync took 2s +2024-12-17T05:25:50Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:25:50Z DEBUG New lastConfigMark at 2024-12-17T05:25:50Z +2024-12-17T05:25:50Z DEBUG Update config soft reset timestamp 2024-12-17T05:25:48Z +2024-12-17T05:25:50Z TRACE Outgoing local_update: { +2024-12-17T05:25:50Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:25:48Z", +2024-12-17T05:25:50Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:25:50Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:25:50Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:25:50Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:25:50Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:25:50Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:25:50Z TRACE Outgoing local_update: }, +2024-12-17T05:25:50Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:25:50Z TRACE Outgoing local_update: "sequence_name" : "extra_config" +2024-12-17T05:25:50Z TRACE Outgoing local_update: } +2024-12-17T05:25:50Z TRACE Outgoing local_update: }, +2024-12-17T05:25:50Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:25:50Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:25:50Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:25:50Z TRACE Outgoing local_update: } +2024-12-17T05:25:50Z TRACE Outgoing local_update: }, +2024-12-17T05:25:50Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:25:50Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:25:50Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:25:50Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:25:50Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:25:50Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:25:50Z TRACE Outgoing local_update: } +2024-12-17T05:25:50Z TRACE Outgoing local_update: }, +2024-12-17T05:25:50Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:25:50Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:25:50Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:25:50Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:25:50Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:25:50Z TRACE Outgoing local_update: }, +2024-12-17T05:25:50Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:25:50Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:25:50Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:25:50Z TRACE Outgoing local_update: }, +2024-12-17T05:25:50Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:25:50Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:25:50Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:25:50Z TRACE Outgoing local_update: } +2024-12-17T05:25:50Z TRACE Outgoing local_update: } +2024-12-17T05:25:50Z TRACE Outgoing local_update: } +2024-12-17T05:25:50Z TRACE Outgoing local_update: } +2024-12-17T05:25:50Z TRACE Update config soft reset: Add `discovery` = { "families": { "vendor": { } } } +2024-12-17T05:25:50Z TRACE Update config soft reset: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } +2024-12-17T05:25:50Z TRACE Update config soft reset: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "bacnet": { } } } +2024-12-17T05:25:50Z TRACE Update config soft reset: Add `timestamp` = `generated timestamp` +2024-12-17T05:25:50Z DEBUG Done with reset_config +2024-12-17T05:25:50Z TRACE Stage suspend waiting for starting test wrapper at 12s +2024-12-17T05:25:50Z INFO Stage start waiting for config update synchronized at 12s +2024-12-17T05:25:50Z TRACE received command AHU-1/state/discovery +2024-12-17T05:25:50Z TRACE Received state_discovery: { +2024-12-17T05:25:50Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:25:50Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:25:50Z", +2024-12-17T05:25:50Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:25:50Z TRACE Received state_discovery: } +2024-12-17T05:25:50Z DEBUG Handling device message state_discovery MP:912fea38-1 +2024-12-17T05:25:50Z TRACE Ignoring partial state update +2024-12-17T05:25:50Z DEBUG Stage finished waiting for config update synchronized at 12s after 0s +2024-12-17T05:25:50Z TRACE Stage resume waiting for starting test wrapper at 12s +2024-12-17T05:25:50Z DEBUG Config sync took 2s +2024-12-17T05:25:50Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:25:50Z DEBUG Disallowing device state change (everything) +2024-12-17T05:25:50Z DEBUG Delay from lastConfigMark 2024-12-17T05:25:50.758294644Z is 1977ms +2024-12-17T05:25:50Z DEBUG Rate-limiting config by 1977ms +2024-12-17T05:25:52Z TRACE Updated check config_update: true +2024-12-17T05:25:52Z DEBUG Update config_update, adding configTransaction RC:bc7efb.00000008 +2024-12-17T05:25:52Z TRACE Outgoing local_update: { +2024-12-17T05:25:52Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:25:48Z", +2024-12-17T05:25:52Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:25:52Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:25:52Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:25:52Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:25:52Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:25:52Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:25:52Z TRACE Outgoing local_update: }, +2024-12-17T05:25:52Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:25:52Z TRACE Outgoing local_update: "sequence_name" : "extra_config" +2024-12-17T05:25:52Z TRACE Outgoing local_update: } +2024-12-17T05:25:52Z TRACE Outgoing local_update: }, +2024-12-17T05:25:52Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:25:52Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:25:52Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:25:52Z TRACE Outgoing local_update: } +2024-12-17T05:25:52Z TRACE Outgoing local_update: }, +2024-12-17T05:25:52Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:25:52Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:25:52Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:25:52Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:25:52Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:25:52Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:25:52Z TRACE Outgoing local_update: } +2024-12-17T05:25:52Z TRACE Outgoing local_update: }, +2024-12-17T05:25:52Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:25:52Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:25:52Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:25:52Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:25:52Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:25:52Z TRACE Outgoing local_update: }, +2024-12-17T05:25:52Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:25:52Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:25:52Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:25:52Z TRACE Outgoing local_update: }, +2024-12-17T05:25:52Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:25:52Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:25:52Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:25:52Z TRACE Outgoing local_update: } +2024-12-17T05:25:52Z TRACE Outgoing local_update: } +2024-12-17T05:25:52Z TRACE Outgoing local_update: } +2024-12-17T05:25:52Z TRACE Outgoing local_update: } +2024-12-17T05:25:52Z DEBUG Saving pre-config state timestamp 2024-12-17T05:25:50Z +2024-12-17T05:25:52Z DEBUG Update lastConfigUpdate 2024-12-17T05:25:52Z, because initial setup +2024-12-17T05:25:52Z TRACE Stage suspend waiting for starting test wrapper at 14s +2024-12-17T05:25:52Z INFO Stage start waiting for config update synchronized at 14s +2024-12-17T05:25:52Z TRACE received command AHU-1/state/localnet +2024-12-17T05:25:52Z TRACE Received state_localnet: { +2024-12-17T05:25:52Z TRACE Received state_localnet: "families" : { +2024-12-17T05:25:52Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:25:52Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:25:52Z TRACE Received state_localnet: }, +2024-12-17T05:25:52Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:25:52Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:25:52Z TRACE Received state_localnet: }, +2024-12-17T05:25:52Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:25:52Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:25:52Z TRACE Received state_localnet: }, +2024-12-17T05:25:52Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:25:52Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:25:52Z TRACE Received state_localnet: } +2024-12-17T05:25:52Z TRACE Received state_localnet: }, +2024-12-17T05:25:52Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:25:50Z", +2024-12-17T05:25:52Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:25:52Z TRACE Received state_localnet: } +2024-12-17T05:25:52Z DEBUG Handling device message state_localnet MP:912fea38-2 +2024-12-17T05:25:52Z TRACE Ignoring partial state update +2024-12-17T05:25:52Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:25:52Z TRACE received command AHU-1/state/pointset +2024-12-17T05:25:52Z TRACE Received state_pointset: { +2024-12-17T05:25:52Z TRACE Received state_pointset: "points" : { +2024-12-17T05:25:52Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:25:52Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:25:52Z TRACE Received state_pointset: }, +2024-12-17T05:25:52Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:25:52Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:25:52Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:25:52Z TRACE Received state_pointset: }, +2024-12-17T05:25:52Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:25:52Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:25:52Z TRACE Received state_pointset: } +2024-12-17T05:25:52Z TRACE Received state_pointset: }, +2024-12-17T05:25:52Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:25:50Z", +2024-12-17T05:25:52Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:25:52Z TRACE Received state_pointset: } +2024-12-17T05:25:52Z DEBUG Handling device message state_pointset MP:912fea38-3 +2024-12-17T05:25:52Z TRACE Ignoring partial state update +2024-12-17T05:25:52Z TRACE received command AHU-1/config/update +2024-12-17T05:25:52Z DEBUG Received config_update +2024-12-17T05:25:52Z DEBUG Handling update message config_update RC:bc7efb.00000008 +2024-12-17T05:25:52Z DEBUG Removed configTransaction RC:bc7efb.00000008 +2024-12-17T05:25:52Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:35Z +2024-12-17T05:25:52Z DEBUG Updated config 2024-12-17T05:25:52Z RC:bc7efb.00000008 +2024-12-17T05:25:52Z INFO Updated config #004: Changed 0 fields. +2024-12-17T05:25:52Z DEBUG Expected last_config now 2024-12-17T05:25:52Z +2024-12-17T05:25:52Z DEBUG Detail config update synchronized is now: device state not updated since config issued, last_config not synced in state +2024-12-17T05:25:52Z TRACE received command AHU-1/state/update +2024-12-17T05:25:52Z DEBUG Received state_update +2024-12-17T05:25:52Z DEBUG Handling update message state_update MP:6d963702 +2024-12-17T05:25:52Z DEBUG Updated state after 0s 2024-12-17T05:25:52Z MP:6d963702 +2024-12-17T05:25:52Z INFO Updated state #003: Changed 4 fields: +2024-12-17T05:25:52Z INFO Updated state #003: Set `system.status.level` = `100` +2024-12-17T05:25:52Z INFO Updated state #003: Set `system.status.category` = `system.config.parse` +2024-12-17T05:25:52Z INFO Updated state #003: Set `system.status.timestamp` = `2024-12-17T05:25:52Z` +2024-12-17T05:25:52Z INFO Updated state #003: Set `timestamp` = `2024-12-17T05:25:52Z` +2024-12-17T05:25:52Z DEBUG Updated state has last_config 2024-12-17T05:25:48Z (expecting 2024-12-17T05:25:52Z) +2024-12-17T05:25:52Z TRACE received command AHU-1/state/system +2024-12-17T05:25:52Z TRACE Received state_system: { +2024-12-17T05:25:52Z TRACE Received state_system: "hardware" : { +2024-12-17T05:25:52Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:25:52Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:25:52Z TRACE Received state_system: }, +2024-12-17T05:25:52Z TRACE Received state_system: "last_config" : "2024-12-17T05:25:48Z", +2024-12-17T05:25:52Z TRACE Received state_system: "operation" : { +2024-12-17T05:25:52Z TRACE Received state_system: "operational" : true, +2024-12-17T05:25:52Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:25:52Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:25:52Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:25:52Z TRACE Received state_system: }, +2024-12-17T05:25:52Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:25:52Z TRACE Received state_system: "software" : { +2024-12-17T05:25:52Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:25:52Z TRACE Received state_system: }, +2024-12-17T05:25:52Z TRACE Received state_system: "status" : { +2024-12-17T05:25:52Z TRACE Received state_system: "message" : "success", +2024-12-17T05:25:52Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:25:52Z TRACE Received state_system: "timestamp" : "2024-12-17T05:25:52Z", +2024-12-17T05:25:52Z TRACE Received state_system: "level" : 100 +2024-12-17T05:25:52Z TRACE Received state_system: }, +2024-12-17T05:25:52Z TRACE Received state_system: "timestamp" : "2024-12-17T05:25:52Z", +2024-12-17T05:25:52Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:25:52Z TRACE Received state_system: } +2024-12-17T05:25:52Z DEBUG Handling device message state_system MP:6d963702-0 +2024-12-17T05:25:52Z TRACE Ignoring partial state update +2024-12-17T05:25:52Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:25:52Z TRACE received command AHU-1/state/discovery +2024-12-17T05:25:52Z TRACE Received state_discovery: { +2024-12-17T05:25:52Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:25:52Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:25:52Z", +2024-12-17T05:25:52Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:25:52Z TRACE Received state_discovery: } +2024-12-17T05:25:52Z DEBUG Handling device message state_discovery MP:6d963702-1 +2024-12-17T05:25:52Z TRACE Ignoring partial state update +2024-12-17T05:25:52Z TRACE received command AHU-1/state/localnet +2024-12-17T05:25:52Z TRACE Received state_localnet: { +2024-12-17T05:25:52Z TRACE Received state_localnet: "families" : { +2024-12-17T05:25:52Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:25:52Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:25:52Z TRACE Received state_localnet: }, +2024-12-17T05:25:52Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:25:52Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:25:52Z TRACE Received state_localnet: }, +2024-12-17T05:25:52Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:25:52Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:25:52Z TRACE Received state_localnet: }, +2024-12-17T05:25:52Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:25:52Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:25:52Z TRACE Received state_localnet: } +2024-12-17T05:25:52Z TRACE Received state_localnet: }, +2024-12-17T05:25:52Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:25:52Z", +2024-12-17T05:25:52Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:25:52Z TRACE Received state_localnet: } +2024-12-17T05:25:52Z DEBUG Handling device message state_localnet MP:6d963702-2 +2024-12-17T05:25:52Z TRACE Ignoring partial state update +2024-12-17T05:25:52Z TRACE received command AHU-1/state/pointset +2024-12-17T05:25:52Z TRACE Received state_pointset: { +2024-12-17T05:25:52Z TRACE Received state_pointset: "points" : { +2024-12-17T05:25:52Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:25:52Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:25:52Z TRACE Received state_pointset: }, +2024-12-17T05:25:52Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:25:52Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:25:52Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:25:52Z TRACE Received state_pointset: }, +2024-12-17T05:25:52Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:25:52Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:25:52Z TRACE Received state_pointset: } +2024-12-17T05:25:52Z TRACE Received state_pointset: }, +2024-12-17T05:25:52Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:25:52Z", +2024-12-17T05:25:52Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:25:52Z TRACE Received state_pointset: } +2024-12-17T05:25:52Z DEBUG Handling device message state_pointset MP:6d963702-3 +2024-12-17T05:25:52Z TRACE Ignoring partial state update +2024-12-17T05:25:54Z TRACE received command AHU-1/state/update +2024-12-17T05:25:54Z DEBUG Received state_update +2024-12-17T05:25:54Z DEBUG Handling update message state_update MP:f123cc76 +2024-12-17T05:25:54Z DEBUG Updated state after 0s 2024-12-17T05:25:54Z MP:f123cc76 +2024-12-17T05:25:54Z INFO Updated state #004: Changed 4 fields: +2024-12-17T05:25:54Z INFO Updated state #004: Set `system.last_config` = `2024-12-17T05:25:52Z` +2024-12-17T05:25:54Z INFO Updated state #004: Set `system.status.level` = `300` +2024-12-17T05:25:54Z INFO Updated state #004: Set `system.status.category` = `system.config.apply` +2024-12-17T05:25:54Z INFO Updated state #004: Set `timestamp` = `2024-12-17T05:25:54Z` +2024-12-17T05:25:54Z DEBUG Updated state has last_config 2024-12-17T05:25:52Z (expecting 2024-12-17T05:25:52Z) +2024-12-17T05:25:54Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:25:54Z DEBUG Stage finished waiting for config update synchronized at 16s after 2s +2024-12-17T05:25:54Z TRACE Stage resume waiting for starting test wrapper at 16s +2024-12-17T05:25:54Z DEBUG Config sync took 2s +2024-12-17T05:25:54Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:25:54Z DEBUG New lastConfigMark at 2024-12-17T05:25:54Z +2024-12-17T05:25:54Z DEBUG Update config initial setup timestamp 2024-12-17T05:25:52Z +2024-12-17T05:25:54Z TRACE Outgoing local_update: { +2024-12-17T05:25:54Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:25:52Z", +2024-12-17T05:25:54Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:25:54Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:25:54Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:25:54Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:25:54Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:25:54Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:25:54Z TRACE Outgoing local_update: }, +2024-12-17T05:25:54Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:25:54Z TRACE Outgoing local_update: "sequence_name" : "extra_config" +2024-12-17T05:25:54Z TRACE Outgoing local_update: } +2024-12-17T05:25:54Z TRACE Outgoing local_update: }, +2024-12-17T05:25:54Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:25:54Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:25:54Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:25:54Z TRACE Outgoing local_update: } +2024-12-17T05:25:54Z TRACE Outgoing local_update: }, +2024-12-17T05:25:54Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:25:54Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:25:54Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:25:54Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:25:54Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:25:54Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:25:54Z TRACE Outgoing local_update: } +2024-12-17T05:25:54Z TRACE Outgoing local_update: }, +2024-12-17T05:25:54Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:25:54Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:25:54Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:25:54Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:25:54Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:25:54Z TRACE Outgoing local_update: }, +2024-12-17T05:25:54Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:25:54Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:25:54Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:25:54Z TRACE Outgoing local_update: }, +2024-12-17T05:25:54Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:25:54Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:25:54Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:25:54Z TRACE Outgoing local_update: } +2024-12-17T05:25:54Z TRACE Outgoing local_update: } +2024-12-17T05:25:54Z TRACE Outgoing local_update: } +2024-12-17T05:25:54Z TRACE Outgoing local_update: } +2024-12-17T05:25:54Z DEBUG Stale state cutoff threshold is 2024-12-17T05:25:37Z +2024-12-17T05:25:54Z DEBUG Waiting for device stateTransaction RC:bc7efb.00000009 (was null) +2024-12-17T05:25:54Z TRACE Stage suspend waiting for starting test wrapper at 16s +2024-12-17T05:25:54Z INFO Stage start waiting for state query at 16s +2024-12-17T05:25:54Z TRACE received command AHU-1/state/system +2024-12-17T05:25:54Z TRACE Received state_system: { +2024-12-17T05:25:54Z TRACE Received state_system: "hardware" : { +2024-12-17T05:25:54Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:25:54Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:25:54Z TRACE Received state_system: }, +2024-12-17T05:25:54Z TRACE Received state_system: "last_config" : "2024-12-17T05:25:52Z", +2024-12-17T05:25:54Z TRACE Received state_system: "operation" : { +2024-12-17T05:25:54Z TRACE Received state_system: "operational" : true, +2024-12-17T05:25:54Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:25:54Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:25:54Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:25:54Z TRACE Received state_system: }, +2024-12-17T05:25:54Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:25:54Z TRACE Received state_system: "software" : { +2024-12-17T05:25:54Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:25:54Z TRACE Received state_system: }, +2024-12-17T05:25:54Z TRACE Received state_system: "status" : { +2024-12-17T05:25:54Z TRACE Received state_system: "message" : "success", +2024-12-17T05:25:54Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:25:54Z TRACE Received state_system: "timestamp" : "2024-12-17T05:25:52Z", +2024-12-17T05:25:54Z TRACE Received state_system: "level" : 300 +2024-12-17T05:25:54Z TRACE Received state_system: }, +2024-12-17T05:25:54Z TRACE Received state_system: "timestamp" : "2024-12-17T05:25:54Z", +2024-12-17T05:25:54Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:25:54Z TRACE Received state_system: } +2024-12-17T05:25:54Z DEBUG Handling device message state_system MP:f123cc76-0 +2024-12-17T05:25:54Z TRACE Ignoring partial state update +2024-12-17T05:25:54Z TRACE received command AHU-1/state/update +2024-12-17T05:25:54Z DEBUG Received state_update +2024-12-17T05:25:54Z INFO Received device configAcked +2024-12-17T05:25:54Z DEBUG Handling update message state_update RC:bc7efb.00000009 +2024-12-17T05:25:54Z DEBUG Removed stateTransaction RC:bc7efb.00000009 +2024-12-17T05:25:54Z DEBUG Updated state after 0s 2024-12-17T05:25:54Z RC:bc7efb.00000009 +2024-12-17T05:25:54Z INFO Updated state #005: Changed 0 fields. +2024-12-17T05:25:54Z DEBUG Updated state has last_config 2024-12-17T05:25:52Z (expecting 2024-12-17T05:25:52Z) +2024-12-17T05:25:54Z DEBUG Stage finished waiting for state query at 16s after 0s +2024-12-17T05:25:54Z TRACE Stage resume waiting for starting test wrapper at 16s +2024-12-17T05:25:54Z TRACE Stage suspend waiting for starting test wrapper at 16s +2024-12-17T05:25:54Z INFO Stage start waiting for initial device state at 16s +2024-12-17T05:25:54Z DEBUG Delay from lastConfigMark 2024-12-17T05:25:54.833638967Z is 1936ms +2024-12-17T05:25:54Z DEBUG Rate-limiting config by 1936ms +2024-12-17T05:25:56Z TRACE Updated check config_update: true +2024-12-17T05:25:56Z DEBUG Update config_update, adding configTransaction RC:bc7efb.0000000a +2024-12-17T05:25:56Z TRACE Outgoing local_update: { +2024-12-17T05:25:56Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:25:52Z", +2024-12-17T05:25:56Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:25:56Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:25:56Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:25:56Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:25:56Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:25:56Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:25:56Z TRACE Outgoing local_update: }, +2024-12-17T05:25:56Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:25:56Z TRACE Outgoing local_update: "sequence_name" : "extra_config" +2024-12-17T05:25:56Z TRACE Outgoing local_update: } +2024-12-17T05:25:56Z TRACE Outgoing local_update: }, +2024-12-17T05:25:56Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:25:56Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:25:56Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:25:56Z TRACE Outgoing local_update: } +2024-12-17T05:25:56Z TRACE Outgoing local_update: }, +2024-12-17T05:25:56Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:25:56Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:25:56Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:25:56Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:25:56Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:25:56Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:25:56Z TRACE Outgoing local_update: } +2024-12-17T05:25:56Z TRACE Outgoing local_update: }, +2024-12-17T05:25:56Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:25:56Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:25:56Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:25:56Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:25:56Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:25:56Z TRACE Outgoing local_update: }, +2024-12-17T05:25:56Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:25:56Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:25:56Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:25:56Z TRACE Outgoing local_update: }, +2024-12-17T05:25:56Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:25:56Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:25:56Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:25:56Z TRACE Outgoing local_update: } +2024-12-17T05:25:56Z TRACE Outgoing local_update: } +2024-12-17T05:25:56Z TRACE Outgoing local_update: } +2024-12-17T05:25:56Z TRACE Outgoing local_update: } +2024-12-17T05:25:56Z DEBUG Saving pre-config state timestamp 2024-12-17T05:25:54Z +2024-12-17T05:25:56Z DEBUG Update lastConfigUpdate 2024-12-17T05:25:56Z, because before initial device state +2024-12-17T05:25:56Z TRACE Stage suspend waiting for initial device state at 18s +2024-12-17T05:25:56Z INFO Stage start waiting for config update synchronized at 18s +2024-12-17T05:25:56Z TRACE received command AHU-1/state/discovery +2024-12-17T05:25:56Z TRACE Received state_discovery: { +2024-12-17T05:25:56Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:25:56Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:25:54Z", +2024-12-17T05:25:56Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:25:56Z TRACE Received state_discovery: } +2024-12-17T05:25:56Z DEBUG Handling device message state_discovery MP:f123cc76-1 +2024-12-17T05:25:56Z TRACE Ignoring partial state update +2024-12-17T05:25:56Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:25:56Z TRACE received command AHU-1/reply/update +2024-12-17T05:25:56Z TRACE received command AHU-1/state/localnet +2024-12-17T05:25:56Z TRACE Received state_localnet: { +2024-12-17T05:25:56Z TRACE Received state_localnet: "families" : { +2024-12-17T05:25:56Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:25:56Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:25:56Z TRACE Received state_localnet: }, +2024-12-17T05:25:56Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:25:56Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:25:56Z TRACE Received state_localnet: }, +2024-12-17T05:25:56Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:25:56Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:25:56Z TRACE Received state_localnet: }, +2024-12-17T05:25:56Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:25:56Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:25:56Z TRACE Received state_localnet: } +2024-12-17T05:25:56Z TRACE Received state_localnet: }, +2024-12-17T05:25:56Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:25:54Z", +2024-12-17T05:25:56Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:25:56Z TRACE Received state_localnet: } +2024-12-17T05:25:56Z DEBUG Handling device message state_localnet MP:f123cc76-2 +2024-12-17T05:25:56Z TRACE Ignoring partial state update +2024-12-17T05:25:56Z TRACE received command AHU-1/state/pointset +2024-12-17T05:25:56Z TRACE Received state_pointset: { +2024-12-17T05:25:56Z TRACE Received state_pointset: "points" : { +2024-12-17T05:25:56Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:25:56Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:25:56Z TRACE Received state_pointset: }, +2024-12-17T05:25:56Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:25:56Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:25:56Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:25:56Z TRACE Received state_pointset: }, +2024-12-17T05:25:56Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:25:56Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:25:56Z TRACE Received state_pointset: } +2024-12-17T05:25:56Z TRACE Received state_pointset: }, +2024-12-17T05:25:56Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:25:54Z", +2024-12-17T05:25:56Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:25:56Z TRACE Received state_pointset: } +2024-12-17T05:25:56Z DEBUG Handling device message state_pointset MP:f123cc76-3 +2024-12-17T05:25:56Z TRACE Ignoring partial state update +2024-12-17T05:25:56Z TRACE received command AHU-1/events/pointset +2024-12-17T05:25:56Z TRACE Received events_pointset: { +2024-12-17T05:25:56Z TRACE Received events_pointset: "points" : { +2024-12-17T05:25:56Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:25:56Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:25:56Z TRACE Received events_pointset: }, +2024-12-17T05:25:56Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:25:56Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:25:56Z TRACE Received events_pointset: }, +2024-12-17T05:25:56Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:25:56Z TRACE Received events_pointset: "present_value" : 9 +2024-12-17T05:25:56Z TRACE Received events_pointset: } +2024-12-17T05:25:56Z TRACE Received events_pointset: }, +2024-12-17T05:25:56Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:25:56Z", +2024-12-17T05:25:56Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:25:56Z TRACE Received events_pointset: } +2024-12-17T05:25:56Z DEBUG Handling device message events_pointset MP:18ca613f +2024-12-17T05:25:56Z TRACE received command AHU-1/events/system +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:48Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:48Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:48Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:48Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:48Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:48Z NOTICE system.config.apply: success +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:48Z DEBUG device.log: State update defer 1995ms +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:48Z DEBUG device.log: State update defer 1994ms +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:48Z DEBUG system.config.receive: success +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:48Z DEBUG device.log: State update defer 1932ms +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:48Z DEBUG system.config.parse: success +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:48Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:48Z DEBUG device.log: Config update AHU-1 (extra_config) +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:48Z INFO device.log: 2024-12-17T05:25:48Z received config 2024-12-17T05:25:48Z +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:48Z DEBUG device.log: State update defer 1929ms +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:48Z NOTICE system.config.apply: success +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:48Z DEBUG device.log: State update defer 1929ms +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:50Z DEBUG device.log: State update defer 0ms +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:50Z INFO device.log: Update state 2024-12-17T05:25:50Z last_config 2024-12-17T05:25:48Z +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:50Z DEBUG device.log: State update AHU-1 (extra_config) +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:52Z DEBUG system.config.receive: success +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:52Z DEBUG device.log: State update defer -103ms +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:52Z INFO device.log: Update state 2024-12-17T05:25:52Z last_config 2024-12-17T05:25:48Z +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:52Z DEBUG system.config.parse: success +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:52Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:52Z DEBUG device.log: State update AHU-1 (extra_config) +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:52Z DEBUG device.log: Config update AHU-1 (extra_config) +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:52Z INFO device.log: 2024-12-17T05:25:52Z received config 2024-12-17T05:25:52Z +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:52Z NOTICE system.config.apply: success +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:52Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:52Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:52Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:52Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:52Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:52Z DEBUG device.log: State update defer 1995ms +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:52Z DEBUG device.log: State update defer 1995ms +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:54Z DEBUG device.log: State update defer 0ms +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:54Z INFO device.log: Update state 2024-12-17T05:25:54Z last_config 2024-12-17T05:25:52Z +2024-12-17T05:25:56Z DEBUG Received events_system 2024-12-17T05:25:54Z DEBUG device.log: State update AHU-1 (extra_config) +2024-12-17T05:25:56Z DEBUG Handling device message events_system MP:1e8955b4 +2024-12-17T05:25:56Z TRACE received command AHU-1/config/update +2024-12-17T05:25:56Z DEBUG Received config_update +2024-12-17T05:25:56Z DEBUG Handling update message config_update RC:bc7efb.0000000a +2024-12-17T05:25:56Z DEBUG Removed configTransaction RC:bc7efb.0000000a +2024-12-17T05:25:56Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:35Z +2024-12-17T05:25:56Z DEBUG Updated config 2024-12-17T05:25:56Z RC:bc7efb.0000000a +2024-12-17T05:25:56Z INFO Updated config #005: Changed 0 fields. +2024-12-17T05:25:56Z DEBUG Expected last_config now 2024-12-17T05:25:56Z +2024-12-17T05:25:56Z DEBUG Detail config update synchronized is now: device state not updated since config issued, last_config not synced in state +2024-12-17T05:25:56Z TRACE received command AHU-1/state/update +2024-12-17T05:25:56Z DEBUG Received state_update +2024-12-17T05:25:56Z DEBUG Handling update message state_update MP:9336a5cc +2024-12-17T05:25:56Z DEBUG Updated state after 0s 2024-12-17T05:25:56Z MP:9336a5cc +2024-12-17T05:25:56Z INFO Updated state #006: Changed 4 fields: +2024-12-17T05:25:56Z INFO Updated state #006: Set `system.status.level` = `100` +2024-12-17T05:25:56Z INFO Updated state #006: Set `system.status.category` = `system.config.parse` +2024-12-17T05:25:56Z INFO Updated state #006: Set `system.status.timestamp` = `2024-12-17T05:25:56Z` +2024-12-17T05:25:56Z INFO Updated state #006: Set `timestamp` = `2024-12-17T05:25:56Z` +2024-12-17T05:25:56Z DEBUG Updated state has last_config 2024-12-17T05:25:52Z (expecting 2024-12-17T05:25:56Z) +2024-12-17T05:25:56Z TRACE received command AHU-1/state/system +2024-12-17T05:25:56Z TRACE Received state_system: { +2024-12-17T05:25:56Z TRACE Received state_system: "hardware" : { +2024-12-17T05:25:56Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:25:56Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:25:56Z TRACE Received state_system: }, +2024-12-17T05:25:56Z TRACE Received state_system: "last_config" : "2024-12-17T05:25:52Z", +2024-12-17T05:25:56Z TRACE Received state_system: "operation" : { +2024-12-17T05:25:56Z TRACE Received state_system: "operational" : true, +2024-12-17T05:25:56Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:25:56Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:25:56Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:25:56Z TRACE Received state_system: }, +2024-12-17T05:25:56Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:25:56Z TRACE Received state_system: "software" : { +2024-12-17T05:25:56Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:25:56Z TRACE Received state_system: }, +2024-12-17T05:25:56Z TRACE Received state_system: "status" : { +2024-12-17T05:25:56Z TRACE Received state_system: "message" : "success", +2024-12-17T05:25:56Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:25:56Z TRACE Received state_system: "timestamp" : "2024-12-17T05:25:56Z", +2024-12-17T05:25:56Z TRACE Received state_system: "level" : 100 +2024-12-17T05:25:56Z TRACE Received state_system: }, +2024-12-17T05:25:56Z TRACE Received state_system: "timestamp" : "2024-12-17T05:25:56Z", +2024-12-17T05:25:56Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:25:56Z TRACE Received state_system: } +2024-12-17T05:25:56Z DEBUG Handling device message state_system MP:9336a5cc-0 +2024-12-17T05:25:56Z TRACE Ignoring partial state update +2024-12-17T05:25:56Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:25:56Z TRACE received command AHU-1/state/discovery +2024-12-17T05:25:56Z TRACE Received state_discovery: { +2024-12-17T05:25:56Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:25:56Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:25:56Z", +2024-12-17T05:25:56Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:25:56Z TRACE Received state_discovery: } +2024-12-17T05:25:56Z DEBUG Handling device message state_discovery MP:9336a5cc-1 +2024-12-17T05:25:56Z TRACE Ignoring partial state update +2024-12-17T05:25:56Z TRACE received command AHU-1/state/localnet +2024-12-17T05:25:56Z TRACE Received state_localnet: { +2024-12-17T05:25:56Z TRACE Received state_localnet: "families" : { +2024-12-17T05:25:56Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:25:56Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:25:56Z TRACE Received state_localnet: }, +2024-12-17T05:25:56Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:25:56Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:25:56Z TRACE Received state_localnet: }, +2024-12-17T05:25:56Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:25:56Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:25:56Z TRACE Received state_localnet: }, +2024-12-17T05:25:56Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:25:56Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:25:56Z TRACE Received state_localnet: } +2024-12-17T05:25:56Z TRACE Received state_localnet: }, +2024-12-17T05:25:56Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:25:56Z", +2024-12-17T05:25:56Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:25:56Z TRACE Received state_localnet: } +2024-12-17T05:25:56Z DEBUG Handling device message state_localnet MP:9336a5cc-2 +2024-12-17T05:25:56Z TRACE Ignoring partial state update +2024-12-17T05:25:56Z TRACE received command AHU-1/state/pointset +2024-12-17T05:25:56Z TRACE Received state_pointset: { +2024-12-17T05:25:56Z TRACE Received state_pointset: "points" : { +2024-12-17T05:25:56Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:25:56Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:25:56Z TRACE Received state_pointset: }, +2024-12-17T05:25:56Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:25:56Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:25:56Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:25:56Z TRACE Received state_pointset: }, +2024-12-17T05:25:56Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:25:56Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:25:56Z TRACE Received state_pointset: } +2024-12-17T05:25:56Z TRACE Received state_pointset: }, +2024-12-17T05:25:56Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:25:56Z", +2024-12-17T05:25:56Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:25:56Z TRACE Received state_pointset: } +2024-12-17T05:25:56Z DEBUG Handling device message state_pointset MP:9336a5cc-3 +2024-12-17T05:25:56Z TRACE Ignoring partial state update +2024-12-17T05:25:58Z TRACE received command AHU-1/state/update +2024-12-17T05:25:58Z DEBUG Received state_update +2024-12-17T05:25:58Z DEBUG Handling update message state_update MP:3fb3e631 +2024-12-17T05:25:58Z DEBUG Updated state after 0s 2024-12-17T05:25:58Z MP:3fb3e631 +2024-12-17T05:25:58Z INFO Updated state #007: Changed 4 fields: +2024-12-17T05:25:58Z INFO Updated state #007: Set `system.last_config` = `2024-12-17T05:25:56Z` +2024-12-17T05:25:58Z INFO Updated state #007: Set `system.status.level` = `300` +2024-12-17T05:25:58Z INFO Updated state #007: Set `system.status.category` = `system.config.apply` +2024-12-17T05:25:58Z INFO Updated state #007: Set `timestamp` = `2024-12-17T05:25:58Z` +2024-12-17T05:25:58Z DEBUG Updated state has last_config 2024-12-17T05:25:56Z (expecting 2024-12-17T05:25:56Z) +2024-12-17T05:25:58Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:25:58Z DEBUG Stage finished waiting for config update synchronized at 20s after 2s +2024-12-17T05:25:58Z TRACE Stage resume waiting for initial device state at 20s +2024-12-17T05:25:58Z DEBUG Config sync took 2s +2024-12-17T05:25:58Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:25:58Z DEBUG New lastConfigMark at 2024-12-17T05:25:58Z +2024-12-17T05:25:58Z DEBUG Update config before initial device state timestamp 2024-12-17T05:25:56Z +2024-12-17T05:25:58Z TRACE Outgoing local_update: { +2024-12-17T05:25:58Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:25:56Z", +2024-12-17T05:25:58Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:25:58Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:25:58Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:25:58Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:25:58Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:25:58Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:25:58Z TRACE Outgoing local_update: }, +2024-12-17T05:25:58Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:25:58Z TRACE Outgoing local_update: "sequence_name" : "extra_config" +2024-12-17T05:25:58Z TRACE Outgoing local_update: } +2024-12-17T05:25:58Z TRACE Outgoing local_update: }, +2024-12-17T05:25:58Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:25:58Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:25:58Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:25:58Z TRACE Outgoing local_update: } +2024-12-17T05:25:58Z TRACE Outgoing local_update: }, +2024-12-17T05:25:58Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:25:58Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:25:58Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:25:58Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:25:58Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:25:58Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:25:58Z TRACE Outgoing local_update: } +2024-12-17T05:25:58Z TRACE Outgoing local_update: }, +2024-12-17T05:25:58Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:25:58Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:25:58Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:25:58Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:25:58Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:25:58Z TRACE Outgoing local_update: }, +2024-12-17T05:25:58Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:25:58Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:25:58Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:25:58Z TRACE Outgoing local_update: }, +2024-12-17T05:25:58Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:25:58Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:25:58Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:25:58Z TRACE Outgoing local_update: } +2024-12-17T05:25:58Z TRACE Outgoing local_update: } +2024-12-17T05:25:58Z TRACE Outgoing local_update: } +2024-12-17T05:25:58Z TRACE Outgoing local_update: } +2024-12-17T05:25:58Z DEBUG Stage finished waiting for initial device state at 20s after 4s +2024-12-17T05:25:58Z TRACE Stage resume waiting for starting test wrapper at 20s +2024-12-17T05:25:58Z DEBUG Device state system status level is now 300 +2024-12-17T05:25:58Z TRACE Stage suspend waiting for starting test wrapper at 20s +2024-12-17T05:25:58Z INFO Stage start waiting for config update synchronized at 20s +2024-12-17T05:25:58Z TRACE received command AHU-1/state/system +2024-12-17T05:25:58Z TRACE Received state_system: { +2024-12-17T05:25:58Z TRACE Received state_system: "hardware" : { +2024-12-17T05:25:58Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:25:58Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:25:58Z TRACE Received state_system: }, +2024-12-17T05:25:58Z TRACE Received state_system: "last_config" : "2024-12-17T05:25:56Z", +2024-12-17T05:25:58Z TRACE Received state_system: "operation" : { +2024-12-17T05:25:58Z TRACE Received state_system: "operational" : true, +2024-12-17T05:25:58Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:25:58Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:25:58Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:25:58Z TRACE Received state_system: }, +2024-12-17T05:25:58Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:25:58Z TRACE Received state_system: "software" : { +2024-12-17T05:25:58Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:25:58Z TRACE Received state_system: }, +2024-12-17T05:25:58Z TRACE Received state_system: "status" : { +2024-12-17T05:25:58Z TRACE Received state_system: "message" : "success", +2024-12-17T05:25:58Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:25:58Z TRACE Received state_system: "timestamp" : "2024-12-17T05:25:56Z", +2024-12-17T05:25:58Z TRACE Received state_system: "level" : 300 +2024-12-17T05:25:58Z TRACE Received state_system: }, +2024-12-17T05:25:58Z TRACE Received state_system: "timestamp" : "2024-12-17T05:25:58Z", +2024-12-17T05:25:58Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:25:58Z TRACE Received state_system: } +2024-12-17T05:25:58Z DEBUG Handling device message state_system MP:3fb3e631-0 +2024-12-17T05:25:58Z TRACE Ignoring partial state update +2024-12-17T05:25:58Z DEBUG Stage finished waiting for config update synchronized at 20s after 0s +2024-12-17T05:25:58Z TRACE Stage resume waiting for starting test wrapper at 20s +2024-12-17T05:25:58Z DEBUG Config sync took 2s +2024-12-17T05:25:58Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:25:58Z TRACE Stage suspend waiting for starting test wrapper at 20s +2024-12-17T05:25:58Z INFO Stage start waiting for executing test at 20s +2024-12-17T05:25:58Z DEBUG stage begin waiting for executing test at 20s +2024-12-17T05:25:58Z TRACE Stage suspend waiting for executing test at 20s +2024-12-17T05:25:58Z INFO Stage start waiting for last_config not null at 20s +2024-12-17T05:25:58Z DEBUG Delay from lastConfigMark 2024-12-17T05:25:58.908503634Z is 1966ms +2024-12-17T05:25:58Z DEBUG Rate-limiting config by 1966ms +2024-12-17T05:26:00Z DEBUG System config extra field null +2024-12-17T05:26:00Z TRACE Updated check config_system: true +2024-12-17T05:26:00Z DEBUG Update config_system, adding configTransaction RC:bc7efb.0000000b +2024-12-17T05:26:00Z TRACE Outgoing local_system: { +2024-12-17T05:26:00Z TRACE Outgoing local_system: "min_loglevel" : 100, +2024-12-17T05:26:00Z TRACE Outgoing local_system: "metrics_rate_sec" : 10, +2024-12-17T05:26:00Z TRACE Outgoing local_system: "operation" : { +2024-12-17T05:26:00Z TRACE Outgoing local_system: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:26:00Z TRACE Outgoing local_system: }, +2024-12-17T05:26:00Z TRACE Outgoing local_system: "testing" : { +2024-12-17T05:26:00Z TRACE Outgoing local_system: "sequence_name" : "extra_config" +2024-12-17T05:26:00Z TRACE Outgoing local_system: } +2024-12-17T05:26:00Z TRACE Outgoing local_system: } +2024-12-17T05:26:00Z TRACE Updated check config_pointset: true +2024-12-17T05:26:00Z DEBUG Update config_pointset, adding configTransaction RC:bc7efb.0000000c +2024-12-17T05:26:00Z TRACE Outgoing local_pointset: { +2024-12-17T05:26:00Z TRACE Outgoing local_pointset: "points" : { +2024-12-17T05:26:00Z TRACE Outgoing local_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:00Z TRACE Outgoing local_pointset: "units" : "Bars", +2024-12-17T05:26:00Z TRACE Outgoing local_pointset: "set_value" : 98 +2024-12-17T05:26:00Z TRACE Outgoing local_pointset: }, +2024-12-17T05:26:00Z TRACE Outgoing local_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:00Z TRACE Outgoing local_pointset: "ref" : "BV11.present_value", +2024-12-17T05:26:00Z TRACE Outgoing local_pointset: "units" : "No-units" +2024-12-17T05:26:00Z TRACE Outgoing local_pointset: }, +2024-12-17T05:26:00Z TRACE Outgoing local_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:00Z TRACE Outgoing local_pointset: "ref" : "AV12.present_value", +2024-12-17T05:26:00Z TRACE Outgoing local_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:00Z TRACE Outgoing local_pointset: } +2024-12-17T05:26:00Z TRACE Outgoing local_pointset: } +2024-12-17T05:26:00Z TRACE Outgoing local_pointset: } +2024-12-17T05:26:00Z TRACE Updated check config_gateway: false +2024-12-17T05:26:00Z TRACE Updated check config_localnet: true +2024-12-17T05:26:00Z DEBUG Update config_localnet, adding configTransaction RC:bc7efb.0000000d +2024-12-17T05:26:00Z TRACE Outgoing local_localnet: { +2024-12-17T05:26:00Z TRACE Outgoing local_localnet: "families" : { +2024-12-17T05:26:00Z TRACE Outgoing local_localnet: "ether" : { }, +2024-12-17T05:26:00Z TRACE Outgoing local_localnet: "ipv4" : { }, +2024-12-17T05:26:00Z TRACE Outgoing local_localnet: "vendor" : { }, +2024-12-17T05:26:00Z TRACE Outgoing local_localnet: "bacnet" : { } +2024-12-17T05:26:00Z TRACE Outgoing local_localnet: } +2024-12-17T05:26:00Z TRACE Outgoing local_localnet: } +2024-12-17T05:26:00Z TRACE Updated check config_blobset: false +2024-12-17T05:26:00Z TRACE Updated check config_discovery: true +2024-12-17T05:26:00Z DEBUG Update config_discovery, adding configTransaction RC:bc7efb.0000000e +2024-12-17T05:26:00Z TRACE Outgoing local_discovery: { +2024-12-17T05:26:00Z TRACE Outgoing local_discovery: "families" : { +2024-12-17T05:26:00Z TRACE Outgoing local_discovery: "vendor" : { } +2024-12-17T05:26:00Z TRACE Outgoing local_discovery: } +2024-12-17T05:26:00Z TRACE Outgoing local_discovery: } +2024-12-17T05:26:00Z DEBUG Saving pre-config state timestamp 2024-12-17T05:25:58Z +2024-12-17T05:26:00Z DEBUG Update lastConfigUpdate 2024-12-17T05:26:00Z, because before last_config not null +2024-12-17T05:26:00Z TRACE Stage suspend waiting for last_config not null at 22s +2024-12-17T05:26:00Z INFO Stage start waiting for config update synchronized at 22s +2024-12-17T05:26:00Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:00Z TRACE Received state_discovery: { +2024-12-17T05:26:00Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:00Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:25:58Z", +2024-12-17T05:26:00Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:00Z TRACE Received state_discovery: } +2024-12-17T05:26:00Z DEBUG Handling device message state_discovery MP:3fb3e631-1 +2024-12-17T05:26:00Z TRACE Ignoring partial state update +2024-12-17T05:26:00Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:26:00Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:00Z TRACE Received state_localnet: { +2024-12-17T05:26:00Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:00Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:00Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:26:00Z TRACE Received state_localnet: }, +2024-12-17T05:26:00Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:00Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:26:00Z TRACE Received state_localnet: }, +2024-12-17T05:26:00Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:00Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:26:00Z TRACE Received state_localnet: }, +2024-12-17T05:26:00Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:00Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:00Z TRACE Received state_localnet: } +2024-12-17T05:26:00Z TRACE Received state_localnet: }, +2024-12-17T05:26:00Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:25:58Z", +2024-12-17T05:26:00Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:00Z TRACE Received state_localnet: } +2024-12-17T05:26:00Z DEBUG Handling device message state_localnet MP:3fb3e631-2 +2024-12-17T05:26:00Z TRACE Ignoring partial state update +2024-12-17T05:26:00Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:00Z TRACE Received state_pointset: { +2024-12-17T05:26:00Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:00Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:00Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:00Z TRACE Received state_pointset: }, +2024-12-17T05:26:00Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:00Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:00Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:00Z TRACE Received state_pointset: }, +2024-12-17T05:26:00Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:00Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:00Z TRACE Received state_pointset: } +2024-12-17T05:26:00Z TRACE Received state_pointset: }, +2024-12-17T05:26:00Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:25:58Z", +2024-12-17T05:26:00Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:00Z TRACE Received state_pointset: } +2024-12-17T05:26:00Z DEBUG Handling device message state_pointset MP:3fb3e631-3 +2024-12-17T05:26:00Z TRACE Ignoring partial state update +2024-12-17T05:26:01Z TRACE received command AHU-1/state/update +2024-12-17T05:26:01Z DEBUG Received state_update +2024-12-17T05:26:01Z DEBUG Handling update message state_update MP:5cfcf514 +2024-12-17T05:26:01Z DEBUG Updated state after 0s 2024-12-17T05:26:01Z MP:5cfcf514 +2024-12-17T05:26:01Z INFO Updated state #008: Changed 4 fields: +2024-12-17T05:26:01Z INFO Updated state #008: Set `system.status.level` = `100` +2024-12-17T05:26:01Z INFO Updated state #008: Set `system.status.category` = `system.config.parse` +2024-12-17T05:26:01Z INFO Updated state #008: Set `system.status.timestamp` = `2024-12-17T05:26:01Z` +2024-12-17T05:26:01Z INFO Updated state #008: Set `timestamp` = `2024-12-17T05:26:01Z` +2024-12-17T05:26:01Z DEBUG Updated state has last_config 2024-12-17T05:25:56Z (expecting 2024-12-17T05:25:56Z) +2024-12-17T05:26:01Z TRACE received command AHU-1/config/update +2024-12-17T05:26:01Z DEBUG Received config_update +2024-12-17T05:26:01Z DEBUG Handling update message config_update RC:bc7efb.0000000b +2024-12-17T05:26:01Z DEBUG Removed configTransaction RC:bc7efb.0000000b +2024-12-17T05:26:01Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:35Z +2024-12-17T05:26:01Z DEBUG Updated config 2024-12-17T05:26:00Z RC:bc7efb.0000000b +2024-12-17T05:26:01Z INFO Updated config #006: Changed 0 fields. +2024-12-17T05:26:01Z DEBUG Expected last_config now 2024-12-17T05:26:00Z +2024-12-17T05:26:01Z DEBUG Detail config update synchronized is now: config transactions not cleared, last_config not synced in state +2024-12-17T05:26:01Z TRACE received command AHU-1/state/system +2024-12-17T05:26:01Z TRACE Received state_system: { +2024-12-17T05:26:01Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:01Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:01Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:01Z TRACE Received state_system: }, +2024-12-17T05:26:01Z TRACE Received state_system: "last_config" : "2024-12-17T05:25:56Z", +2024-12-17T05:26:01Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:01Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:01Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:26:01Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:01Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:01Z TRACE Received state_system: }, +2024-12-17T05:26:01Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:26:01Z TRACE Received state_system: "software" : { +2024-12-17T05:26:01Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:01Z TRACE Received state_system: }, +2024-12-17T05:26:01Z TRACE Received state_system: "status" : { +2024-12-17T05:26:01Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:01Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:26:01Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:01Z", +2024-12-17T05:26:01Z TRACE Received state_system: "level" : 100 +2024-12-17T05:26:01Z TRACE Received state_system: }, +2024-12-17T05:26:01Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:01Z", +2024-12-17T05:26:01Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:01Z TRACE Received state_system: } +2024-12-17T05:26:01Z DEBUG Handling device message state_system MP:5cfcf514-0 +2024-12-17T05:26:01Z TRACE Ignoring partial state update +2024-12-17T05:26:01Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:01Z TRACE Received state_discovery: { +2024-12-17T05:26:01Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:01Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:01Z", +2024-12-17T05:26:01Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:01Z TRACE Received state_discovery: } +2024-12-17T05:26:01Z DEBUG Handling device message state_discovery MP:5cfcf514-1 +2024-12-17T05:26:01Z TRACE Ignoring partial state update +2024-12-17T05:26:01Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:01Z TRACE Received state_localnet: { +2024-12-17T05:26:01Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:01Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:01Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:26:01Z TRACE Received state_localnet: }, +2024-12-17T05:26:01Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:01Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:26:01Z TRACE Received state_localnet: }, +2024-12-17T05:26:01Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:01Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:26:01Z TRACE Received state_localnet: }, +2024-12-17T05:26:01Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:01Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:01Z TRACE Received state_localnet: } +2024-12-17T05:26:01Z TRACE Received state_localnet: }, +2024-12-17T05:26:01Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:01Z", +2024-12-17T05:26:01Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:01Z TRACE Received state_localnet: } +2024-12-17T05:26:01Z DEBUG Handling device message state_localnet MP:5cfcf514-2 +2024-12-17T05:26:01Z TRACE Ignoring partial state update +2024-12-17T05:26:01Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:01Z TRACE Received state_pointset: { +2024-12-17T05:26:01Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:01Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:01Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:01Z TRACE Received state_pointset: }, +2024-12-17T05:26:01Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:01Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:01Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:01Z TRACE Received state_pointset: }, +2024-12-17T05:26:01Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:01Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:01Z TRACE Received state_pointset: } +2024-12-17T05:26:01Z TRACE Received state_pointset: }, +2024-12-17T05:26:01Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:01Z", +2024-12-17T05:26:01Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:01Z TRACE Received state_pointset: } +2024-12-17T05:26:01Z DEBUG Handling device message state_pointset MP:5cfcf514-3 +2024-12-17T05:26:01Z TRACE Ignoring partial state update +2024-12-17T05:26:02Z TRACE received command AHU-1/config/update +2024-12-17T05:26:02Z DEBUG Received config_update +2024-12-17T05:26:02Z DEBUG Handling update message config_update RC:bc7efb.0000000e +2024-12-17T05:26:02Z DEBUG Removed configTransaction RC:bc7efb.0000000e +2024-12-17T05:26:02Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:35Z +2024-12-17T05:26:02Z DEBUG Updated config 2024-12-17T05:26:02Z RC:bc7efb.0000000e +2024-12-17T05:26:02Z INFO Updated config #007: Changed 0 fields. +2024-12-17T05:26:02Z DEBUG Expected last_config now 2024-12-17T05:26:02Z +2024-12-17T05:26:03Z TRACE received command AHU-1/state/update +2024-12-17T05:26:03Z DEBUG Received state_update +2024-12-17T05:26:03Z DEBUG Handling update message state_update MP:897e0b71 +2024-12-17T05:26:03Z DEBUG Updated state after 0s 2024-12-17T05:26:03Z MP:897e0b71 +2024-12-17T05:26:03Z INFO Updated state #009: Changed 5 fields: +2024-12-17T05:26:03Z INFO Updated state #009: Set `system.last_config` = `2024-12-17T05:26:02Z` +2024-12-17T05:26:03Z INFO Updated state #009: Set `system.status.level` = `300` +2024-12-17T05:26:03Z INFO Updated state #009: Set `system.status.category` = `system.config.apply` +2024-12-17T05:26:03Z INFO Updated state #009: Set `system.status.timestamp` = `2024-12-17T05:26:02Z` +2024-12-17T05:26:03Z INFO Updated state #009: Set `timestamp` = `2024-12-17T05:26:03Z` +2024-12-17T05:26:03Z DEBUG Updated state has last_config 2024-12-17T05:26:02Z (expecting 2024-12-17T05:26:02Z) +2024-12-17T05:26:03Z DEBUG Detail config update synchronized is now: config transactions not cleared +2024-12-17T05:26:03Z TRACE received command AHU-1/state/system +2024-12-17T05:26:03Z TRACE Received state_system: { +2024-12-17T05:26:03Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:03Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:03Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:03Z TRACE Received state_system: }, +2024-12-17T05:26:03Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:02Z", +2024-12-17T05:26:03Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:03Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:03Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:26:03Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:03Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:03Z TRACE Received state_system: }, +2024-12-17T05:26:03Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:26:03Z TRACE Received state_system: "software" : { +2024-12-17T05:26:03Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:03Z TRACE Received state_system: }, +2024-12-17T05:26:03Z TRACE Received state_system: "status" : { +2024-12-17T05:26:03Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:03Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:26:03Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:02Z", +2024-12-17T05:26:03Z TRACE Received state_system: "level" : 300 +2024-12-17T05:26:03Z TRACE Received state_system: }, +2024-12-17T05:26:03Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:03Z", +2024-12-17T05:26:03Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:03Z TRACE Received state_system: } +2024-12-17T05:26:03Z DEBUG Handling device message state_system MP:897e0b71-0 +2024-12-17T05:26:03Z TRACE Ignoring partial state update +2024-12-17T05:26:03Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:03Z TRACE Received state_discovery: { +2024-12-17T05:26:03Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:03Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:03Z", +2024-12-17T05:26:03Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:03Z TRACE Received state_discovery: } +2024-12-17T05:26:03Z DEBUG Handling device message state_discovery MP:897e0b71-1 +2024-12-17T05:26:03Z TRACE Ignoring partial state update +2024-12-17T05:26:03Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:03Z TRACE Received state_localnet: { +2024-12-17T05:26:03Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:03Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:03Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:26:03Z TRACE Received state_localnet: }, +2024-12-17T05:26:03Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:03Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:26:03Z TRACE Received state_localnet: }, +2024-12-17T05:26:03Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:03Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:26:03Z TRACE Received state_localnet: }, +2024-12-17T05:26:03Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:03Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:03Z TRACE Received state_localnet: } +2024-12-17T05:26:03Z TRACE Received state_localnet: }, +2024-12-17T05:26:03Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:03Z", +2024-12-17T05:26:03Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:03Z TRACE Received state_localnet: } +2024-12-17T05:26:03Z DEBUG Handling device message state_localnet MP:897e0b71-2 +2024-12-17T05:26:03Z TRACE Ignoring partial state update +2024-12-17T05:26:03Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:03Z TRACE Received state_pointset: { +2024-12-17T05:26:03Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:03Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:03Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:03Z TRACE Received state_pointset: }, +2024-12-17T05:26:03Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:03Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:03Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:03Z TRACE Received state_pointset: }, +2024-12-17T05:26:03Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:03Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:03Z TRACE Received state_pointset: } +2024-12-17T05:26:03Z TRACE Received state_pointset: }, +2024-12-17T05:26:03Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:03Z", +2024-12-17T05:26:03Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:03Z TRACE Received state_pointset: } +2024-12-17T05:26:03Z DEBUG Handling device message state_pointset MP:897e0b71-3 +2024-12-17T05:26:03Z TRACE Ignoring partial state update +2024-12-17T05:26:03Z TRACE received command AHU-1/config/update +2024-12-17T05:26:03Z DEBUG Received config_update +2024-12-17T05:26:03Z DEBUG Handling update message config_update RC:bc7efb.0000000d +2024-12-17T05:26:03Z DEBUG Removed configTransaction RC:bc7efb.0000000d +2024-12-17T05:26:03Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:35Z +2024-12-17T05:26:03Z DEBUG Updated config 2024-12-17T05:26:03Z RC:bc7efb.0000000d +2024-12-17T05:26:03Z INFO Updated config #008: Changed 0 fields. +2024-12-17T05:26:03Z DEBUG Expected last_config now 2024-12-17T05:26:03Z +2024-12-17T05:26:04Z TRACE received command AHU-1/config/update +2024-12-17T05:26:04Z DEBUG Received config_update +2024-12-17T05:26:04Z DEBUG Handling update message config_update RC:bc7efb.0000000c +2024-12-17T05:26:04Z DEBUG Removed configTransaction RC:bc7efb.0000000c +2024-12-17T05:26:04Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:35Z +2024-12-17T05:26:04Z DEBUG Updated config 2024-12-17T05:26:04Z RC:bc7efb.0000000c +2024-12-17T05:26:04Z INFO Updated config #009: Changed 0 fields. +2024-12-17T05:26:04Z DEBUG Expected last_config now 2024-12-17T05:26:04Z +2024-12-17T05:26:04Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:26:05Z TRACE received command AHU-1/state/update +2024-12-17T05:26:05Z DEBUG Received state_update +2024-12-17T05:26:05Z DEBUG Handling update message state_update MP:fa1f54b5 +2024-12-17T05:26:05Z DEBUG Updated state after 0s 2024-12-17T05:26:05Z MP:fa1f54b5 +2024-12-17T05:26:05Z INFO Updated state #010: Changed 3 fields: +2024-12-17T05:26:05Z INFO Updated state #010: Set `system.last_config` = `2024-12-17T05:26:04Z` +2024-12-17T05:26:05Z INFO Updated state #010: Set `system.status.timestamp` = `2024-12-17T05:26:04Z` +2024-12-17T05:26:05Z INFO Updated state #010: Set `timestamp` = `2024-12-17T05:26:05Z` +2024-12-17T05:26:05Z DEBUG Updated state has last_config 2024-12-17T05:26:04Z (expecting 2024-12-17T05:26:04Z) +2024-12-17T05:26:05Z TRACE received command AHU-1/state/system +2024-12-17T05:26:05Z TRACE Received state_system: { +2024-12-17T05:26:05Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:05Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:05Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:05Z TRACE Received state_system: }, +2024-12-17T05:26:05Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:04Z", +2024-12-17T05:26:05Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:05Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:05Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:26:05Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:05Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:05Z TRACE Received state_system: }, +2024-12-17T05:26:05Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:26:05Z TRACE Received state_system: "software" : { +2024-12-17T05:26:05Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:05Z TRACE Received state_system: }, +2024-12-17T05:26:05Z TRACE Received state_system: "status" : { +2024-12-17T05:26:05Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:05Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:26:05Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:04Z", +2024-12-17T05:26:05Z TRACE Received state_system: "level" : 300 +2024-12-17T05:26:05Z TRACE Received state_system: }, +2024-12-17T05:26:05Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:05Z", +2024-12-17T05:26:05Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:05Z TRACE Received state_system: } +2024-12-17T05:26:05Z DEBUG Handling device message state_system MP:fa1f54b5-0 +2024-12-17T05:26:05Z TRACE Ignoring partial state update +2024-12-17T05:26:05Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:26:05Z DEBUG Stage finished waiting for config update synchronized at 26s after 4s +2024-12-17T05:26:05Z TRACE Stage resume waiting for last_config not null at 26s +2024-12-17T05:26:05Z DEBUG Config sync took 5s +2024-12-17T05:26:05Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:26:05Z DEBUG New lastConfigMark at 2024-12-17T05:26:05Z +2024-12-17T05:26:05Z DEBUG Update config before last_config not null timestamp 2024-12-17T05:26:04Z +2024-12-17T05:26:05Z TRACE Outgoing local_update: { +2024-12-17T05:26:05Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:04Z", +2024-12-17T05:26:05Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:05Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:05Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:05Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:05Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:05Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:26:05Z TRACE Outgoing local_update: }, +2024-12-17T05:26:05Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:05Z TRACE Outgoing local_update: "sequence_name" : "extra_config" +2024-12-17T05:26:05Z TRACE Outgoing local_update: } +2024-12-17T05:26:05Z TRACE Outgoing local_update: }, +2024-12-17T05:26:05Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:05Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:05Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:26:05Z TRACE Outgoing local_update: } +2024-12-17T05:26:05Z TRACE Outgoing local_update: }, +2024-12-17T05:26:05Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:05Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:05Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:05Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:05Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:05Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:05Z TRACE Outgoing local_update: } +2024-12-17T05:26:05Z TRACE Outgoing local_update: }, +2024-12-17T05:26:05Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:05Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:05Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:05Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:05Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:05Z TRACE Outgoing local_update: }, +2024-12-17T05:26:05Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:05Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:05Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:05Z TRACE Outgoing local_update: }, +2024-12-17T05:26:05Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:05Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:05Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:05Z TRACE Outgoing local_update: } +2024-12-17T05:26:05Z TRACE Outgoing local_update: } +2024-12-17T05:26:05Z TRACE Outgoing local_update: } +2024-12-17T05:26:05Z TRACE Outgoing local_update: } +2024-12-17T05:26:05Z DEBUG Recorded sequence: 1. Wait for last_config not null +2024-12-17T05:26:05Z DEBUG Stage finished waiting for last_config not null at 26s after 6s +2024-12-17T05:26:05Z TRACE Stage resume waiting for executing test at 26s +2024-12-17T05:26:05Z TRACE Stage suspend waiting for executing test at 26s +2024-12-17T05:26:05Z INFO Stage start waiting for system operational at 26s +2024-12-17T05:26:05Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:05.095269038Z is 1994ms +2024-12-17T05:26:05Z DEBUG Rate-limiting config by 1994ms +2024-12-17T05:26:07Z DEBUG System config extra field null +2024-12-17T05:26:07Z TRACE Updated check config_system: false +2024-12-17T05:26:07Z TRACE Updated check config_pointset: false +2024-12-17T05:26:07Z TRACE Updated check config_gateway: false +2024-12-17T05:26:07Z TRACE Updated check config_localnet: false +2024-12-17T05:26:07Z TRACE Updated check config_blobset: false +2024-12-17T05:26:07Z TRACE Updated check config_discovery: false +2024-12-17T05:26:07Z DEBUG New lastConfigMark at 2024-12-17T05:26:07Z +2024-12-17T05:26:07Z DEBUG Update config before system operational timestamp 2024-12-17T05:26:04Z +2024-12-17T05:26:07Z TRACE Outgoing local_update: { +2024-12-17T05:26:07Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:04Z", +2024-12-17T05:26:07Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:07Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:07Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:07Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:07Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:07Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:26:07Z TRACE Outgoing local_update: }, +2024-12-17T05:26:07Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:07Z TRACE Outgoing local_update: "sequence_name" : "extra_config" +2024-12-17T05:26:07Z TRACE Outgoing local_update: } +2024-12-17T05:26:07Z TRACE Outgoing local_update: }, +2024-12-17T05:26:07Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:07Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:07Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:26:07Z TRACE Outgoing local_update: } +2024-12-17T05:26:07Z TRACE Outgoing local_update: }, +2024-12-17T05:26:07Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:07Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:07Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:07Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:07Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:07Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:07Z TRACE Outgoing local_update: } +2024-12-17T05:26:07Z TRACE Outgoing local_update: }, +2024-12-17T05:26:07Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:07Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:07Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:07Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:07Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:07Z TRACE Outgoing local_update: }, +2024-12-17T05:26:07Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:07Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:07Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:07Z TRACE Outgoing local_update: }, +2024-12-17T05:26:07Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:07Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:07Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:07Z TRACE Outgoing local_update: } +2024-12-17T05:26:07Z TRACE Outgoing local_update: } +2024-12-17T05:26:07Z TRACE Outgoing local_update: } +2024-12-17T05:26:07Z TRACE Outgoing local_update: } +2024-12-17T05:26:07Z DEBUG Recorded sequence: 1. Wait for system operational +2024-12-17T05:26:07Z DEBUG Stage finished waiting for system operational at 28s after 1s +2024-12-17T05:26:07Z TRACE Stage resume waiting for executing test at 28s +2024-12-17T05:26:07Z DEBUG Recorded sequence: 1. Check that system status level is not >= `WARNING` (400) +2024-12-17T05:26:07Z DEBUG Set extraFieldChanged true because extra_field Flabberguilstadt +2024-12-17T05:26:07Z TRACE Stage suspend waiting for executing test at 28s +2024-12-17T05:26:07Z INFO Stage start waiting for system logs level `DEBUG` category `system.config.receive` at 28s +2024-12-17T05:26:07Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:07.097662201Z is 1997ms +2024-12-17T05:26:07Z DEBUG Rate-limiting config by 1997ms +2024-12-17T05:26:09Z DEBUG System config extra field Flabberguilstadt +2024-12-17T05:26:09Z TRACE Updated check config_system: true +2024-12-17T05:26:09Z DEBUG Update config_system, adding configTransaction RC:bc7efb.00000011 +2024-12-17T05:26:09Z TRACE Outgoing local_system: { +2024-12-17T05:26:09Z TRACE Outgoing local_system: "min_loglevel" : 100, +2024-12-17T05:26:09Z TRACE Outgoing local_system: "metrics_rate_sec" : 10, +2024-12-17T05:26:09Z TRACE Outgoing local_system: "operation" : { +2024-12-17T05:26:09Z TRACE Outgoing local_system: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:26:09Z TRACE Outgoing local_system: }, +2024-12-17T05:26:09Z TRACE Outgoing local_system: "testing" : { +2024-12-17T05:26:09Z TRACE Outgoing local_system: "sequence_name" : "extra_config" +2024-12-17T05:26:09Z TRACE Outgoing local_system: }, +2024-12-17T05:26:09Z TRACE Outgoing local_system: "extra_field" : "Flabberguilstadt" +2024-12-17T05:26:09Z TRACE Outgoing local_system: } +2024-12-17T05:26:09Z TRACE Updated check config_pointset: false +2024-12-17T05:26:09Z TRACE Updated check config_gateway: false +2024-12-17T05:26:09Z TRACE Updated check config_localnet: false +2024-12-17T05:26:09Z TRACE Updated check config_blobset: false +2024-12-17T05:26:09Z TRACE Updated check config_discovery: false +2024-12-17T05:26:09Z DEBUG Saving pre-config state timestamp 2024-12-17T05:26:05Z +2024-12-17T05:26:09Z DEBUG Update lastConfigUpdate 2024-12-17T05:26:09Z, because before system logs level `DEBUG` category `system.config.receive` +2024-12-17T05:26:09Z TRACE Stage suspend waiting for system logs level `DEBUG` category `system.config.receive` at 30s +2024-12-17T05:26:09Z INFO Stage start waiting for config update synchronized at 30s +2024-12-17T05:26:09Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:09Z TRACE Received state_discovery: { +2024-12-17T05:26:09Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:09Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:05Z", +2024-12-17T05:26:09Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:09Z TRACE Received state_discovery: } +2024-12-17T05:26:09Z DEBUG Handling device message state_discovery MP:fa1f54b5-1 +2024-12-17T05:26:09Z TRACE Ignoring partial state update +2024-12-17T05:26:09Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:26:09Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:09Z TRACE Received state_localnet: { +2024-12-17T05:26:09Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:09Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:09Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:26:09Z TRACE Received state_localnet: }, +2024-12-17T05:26:09Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:09Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:26:09Z TRACE Received state_localnet: }, +2024-12-17T05:26:09Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:09Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:26:09Z TRACE Received state_localnet: }, +2024-12-17T05:26:09Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:09Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:09Z TRACE Received state_localnet: } +2024-12-17T05:26:09Z TRACE Received state_localnet: }, +2024-12-17T05:26:09Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:05Z", +2024-12-17T05:26:09Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:09Z TRACE Received state_localnet: } +2024-12-17T05:26:09Z DEBUG Handling device message state_localnet MP:fa1f54b5-2 +2024-12-17T05:26:09Z TRACE Ignoring partial state update +2024-12-17T05:26:09Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:09Z TRACE Received state_pointset: { +2024-12-17T05:26:09Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:09Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:09Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:09Z TRACE Received state_pointset: }, +2024-12-17T05:26:09Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:09Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:09Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:09Z TRACE Received state_pointset: }, +2024-12-17T05:26:09Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:09Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:09Z TRACE Received state_pointset: } +2024-12-17T05:26:09Z TRACE Received state_pointset: }, +2024-12-17T05:26:09Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:05Z", +2024-12-17T05:26:09Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:09Z TRACE Received state_pointset: } +2024-12-17T05:26:09Z DEBUG Handling device message state_pointset MP:fa1f54b5-3 +2024-12-17T05:26:09Z TRACE Ignoring partial state update +2024-12-17T05:26:09Z TRACE received command AHU-1/events/pointset +2024-12-17T05:26:09Z TRACE Received events_pointset: { +2024-12-17T05:26:09Z TRACE Received events_pointset: "points" : { +2024-12-17T05:26:09Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:09Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:26:09Z TRACE Received events_pointset: }, +2024-12-17T05:26:09Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:09Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:26:09Z TRACE Received events_pointset: }, +2024-12-17T05:26:09Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:09Z TRACE Received events_pointset: "present_value" : 10 +2024-12-17T05:26:09Z TRACE Received events_pointset: } +2024-12-17T05:26:09Z TRACE Received events_pointset: }, +2024-12-17T05:26:09Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:26:06Z", +2024-12-17T05:26:09Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:26:09Z TRACE Received events_pointset: } +2024-12-17T05:26:09Z DEBUG Handling device message events_pointset MP:6f50a821 +2024-12-17T05:26:09Z TRACE received command AHU-1/events/system +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:25:56Z DEBUG system.config.receive: success +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:25:56Z DEBUG device.log: State update defer -64ms +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:25:56Z INFO device.log: Update state 2024-12-17T05:25:56Z last_config 2024-12-17T05:25:52Z +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:25:56Z DEBUG system.config.parse: success +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:25:56Z DEBUG device.log: State update AHU-1 (extra_config) +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:25:56Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:25:56Z DEBUG device.log: Config update AHU-1 (extra_config) +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:25:56Z INFO device.log: 2024-12-17T05:25:56Z received config 2024-12-17T05:25:56Z +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:25:56Z NOTICE system.config.apply: success +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:25:56Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:25:58Z DEBUG device.log: State update defer -2ms +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:25:58Z INFO device.log: Update state 2024-12-17T05:25:58Z last_config 2024-12-17T05:25:56Z +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:25:58Z DEBUG device.log: State update AHU-1 (extra_config) +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:01Z DEBUG system.config.receive: success +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:01Z DEBUG device.log: State update defer -152ms +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:01Z INFO device.log: Update state 2024-12-17T05:26:01Z last_config 2024-12-17T05:25:56Z +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:01Z DEBUG device.log: State update AHU-1 (extra_config) +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:01Z DEBUG system.config.parse: success +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:01Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:01Z DEBUG device.log: Config update AHU-1 (extra_config) +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:01Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:01Z INFO device.log: 2024-12-17T05:26:01Z received config 2024-12-17T05:26:00Z +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:01Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:01Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:01Z NOTICE system.config.apply: success +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:01Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:01Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:01Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:01Z DEBUG device.log: State update defer 1995ms +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:02Z DEBUG system.config.receive: success +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:02Z DEBUG device.log: State update defer 888ms +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:02Z DEBUG system.config.parse: success +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:02Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:02Z DEBUG device.log: Config update AHU-1 (extra_config) +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:02Z INFO device.log: 2024-12-17T05:26:02Z received config 2024-12-17T05:26:02Z +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:02Z NOTICE system.config.apply: success +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:02Z DEBUG device.log: State update defer 886ms +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:02Z DEBUG device.log: State update defer 886ms +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:03Z DEBUG device.log: State update defer 0ms +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:03Z INFO device.log: Update state 2024-12-17T05:26:03Z last_config 2024-12-17T05:26:02Z +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:03Z DEBUG device.log: State update AHU-1 (extra_config) +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:03Z DEBUG system.config.receive: success +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:03Z DEBUG device.log: State update defer 1687ms +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:03Z DEBUG system.config.parse: success +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:03Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:03Z DEBUG device.log: Config update AHU-1 (extra_config) +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:03Z INFO device.log: 2024-12-17T05:26:03Z received config 2024-12-17T05:26:03Z +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:03Z DEBUG device.log: State update defer 1685ms +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:03Z DEBUG device.log: State update defer 1685ms +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:03Z NOTICE system.config.apply: success +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:03Z DEBUG device.log: State update defer 1684ms +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:03Z DEBUG device.log: State update defer 1684ms +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:04Z DEBUG system.config.receive: success +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:04Z DEBUG device.log: State update defer 579ms +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:04Z DEBUG system.config.parse: success +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:04Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:04Z DEBUG device.log: Config update AHU-1 (extra_config) +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:04Z INFO device.log: 2024-12-17T05:26:04Z received config 2024-12-17T05:26:04Z +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:04Z NOTICE system.config.apply: success +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:04Z DEBUG device.log: State update defer 577ms +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:04Z DEBUG device.log: State update defer 576ms +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:04Z DEBUG device.log: State update defer 576ms +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:05Z DEBUG device.log: State update defer 0ms +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:05Z INFO device.log: Update state 2024-12-17T05:26:05Z last_config 2024-12-17T05:26:04Z +2024-12-17T05:26:09Z DEBUG Received events_system 2024-12-17T05:26:05Z DEBUG device.log: State update AHU-1 (extra_config) +2024-12-17T05:26:09Z DEBUG Handling device message events_system MP:c7a13251 +2024-12-17T05:26:09Z TRACE received command AHU-1/state/update +2024-12-17T05:26:09Z DEBUG Received state_update +2024-12-17T05:26:09Z DEBUG Handling update message state_update MP:461e217b +2024-12-17T05:26:09Z DEBUG Updated state after 0s 2024-12-17T05:26:09Z MP:461e217b +2024-12-17T05:26:09Z INFO Updated state #011: Changed 3 fields: +2024-12-17T05:26:09Z INFO Updated state #011: Set `system.last_config` = `2024-12-17T05:26:09Z` +2024-12-17T05:26:09Z INFO Updated state #011: Set `system.status.timestamp` = `2024-12-17T05:26:09Z` +2024-12-17T05:26:09Z INFO Updated state #011: Set `timestamp` = `2024-12-17T05:26:09Z` +2024-12-17T05:26:09Z DEBUG Updated state has last_config 2024-12-17T05:26:09Z (expecting 2024-12-17T05:26:04Z) +2024-12-17T05:26:09Z TRACE received command AHU-1/config/update +2024-12-17T05:26:09Z DEBUG Received config_update +2024-12-17T05:26:09Z DEBUG Handling update message config_update RC:bc7efb.00000011 +2024-12-17T05:26:09Z DEBUG Removed configTransaction RC:bc7efb.00000011 +2024-12-17T05:26:09Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:35Z +2024-12-17T05:26:09Z DEBUG Updated config 2024-12-17T05:26:09Z RC:bc7efb.00000011 +2024-12-17T05:26:09Z INFO Updated config #010: Changed 0 fields. +2024-12-17T05:26:09Z DEBUG Expected last_config now 2024-12-17T05:26:09Z +2024-12-17T05:26:09Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:26:09Z DEBUG Stage finished waiting for config update synchronized at 30s after 0s +2024-12-17T05:26:09Z TRACE Stage resume waiting for system logs level `DEBUG` category `system.config.receive` at 30s +2024-12-17T05:26:09Z DEBUG Config sync took 0s +2024-12-17T05:26:09Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:26:09Z DEBUG New lastConfigMark at 2024-12-17T05:26:09Z +2024-12-17T05:26:09Z DEBUG Update config before system logs level `DEBUG` category `system.config.receive` timestamp 2024-12-17T05:26:09Z +2024-12-17T05:26:09Z TRACE Outgoing local_update: { +2024-12-17T05:26:09Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:09Z", +2024-12-17T05:26:09Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:09Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:09Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:09Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:09Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:09Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:26:09Z TRACE Outgoing local_update: }, +2024-12-17T05:26:09Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:09Z TRACE Outgoing local_update: "sequence_name" : "extra_config" +2024-12-17T05:26:09Z TRACE Outgoing local_update: } +2024-12-17T05:26:09Z TRACE Outgoing local_update: }, +2024-12-17T05:26:09Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:09Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:09Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:26:09Z TRACE Outgoing local_update: } +2024-12-17T05:26:09Z TRACE Outgoing local_update: }, +2024-12-17T05:26:09Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:09Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:09Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:09Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:09Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:09Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:09Z TRACE Outgoing local_update: } +2024-12-17T05:26:09Z TRACE Outgoing local_update: }, +2024-12-17T05:26:09Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:09Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:09Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:09Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:09Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:09Z TRACE Outgoing local_update: }, +2024-12-17T05:26:09Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:09Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:09Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:09Z TRACE Outgoing local_update: }, +2024-12-17T05:26:09Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:09Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:09Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:09Z TRACE Outgoing local_update: } +2024-12-17T05:26:09Z TRACE Outgoing local_update: } +2024-12-17T05:26:09Z TRACE Outgoing local_update: } +2024-12-17T05:26:09Z TRACE Outgoing local_update: } +2024-12-17T05:26:09Z DEBUG Recorded sequence: 1. Update config before system logs level `DEBUG` category `system.config.receive` +2024-12-17T05:26:09Z DEBUG Missing system events 0 -> 4 +2024-12-17T05:26:09Z DEBUG Flushing log entries before lastConfigUpdate 2024-12-17T05:26:09Z +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:25:56Z DEBUG system.config.receive: success +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:25:56Z DEBUG device.log: State update defer -64ms +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:25:56Z INFO device.log: Update state 2024-12-17T05:25:56Z last_config 2024-12-17T05:25:52Z +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:25:56Z DEBUG system.config.parse: success +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:25:56Z DEBUG device.log: State update AHU-1 (extra_config) +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:25:56Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:25:56Z DEBUG device.log: Config update AHU-1 (extra_config) +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:25:56Z INFO device.log: 2024-12-17T05:25:56Z received config 2024-12-17T05:25:56Z +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:25:56Z NOTICE system.config.apply: success +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:25:56Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:25:58Z DEBUG device.log: State update defer -2ms +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:25:58Z INFO device.log: Update state 2024-12-17T05:25:58Z last_config 2024-12-17T05:25:56Z +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:25:58Z DEBUG device.log: State update AHU-1 (extra_config) +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:01Z DEBUG system.config.receive: success +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:01Z DEBUG device.log: State update defer -152ms +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:01Z INFO device.log: Update state 2024-12-17T05:26:01Z last_config 2024-12-17T05:25:56Z +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:01Z DEBUG device.log: State update AHU-1 (extra_config) +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:01Z DEBUG system.config.parse: success +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:01Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:01Z DEBUG device.log: Config update AHU-1 (extra_config) +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:01Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:01Z INFO device.log: 2024-12-17T05:26:01Z received config 2024-12-17T05:26:00Z +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:01Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:01Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:01Z NOTICE system.config.apply: success +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:01Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:01Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:01Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:01Z DEBUG device.log: State update defer 1995ms +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:02Z DEBUG system.config.receive: success +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:02Z DEBUG device.log: State update defer 888ms +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:02Z DEBUG system.config.parse: success +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:02Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:02Z DEBUG device.log: Config update AHU-1 (extra_config) +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:02Z INFO device.log: 2024-12-17T05:26:02Z received config 2024-12-17T05:26:02Z +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:02Z NOTICE system.config.apply: success +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:02Z DEBUG device.log: State update defer 886ms +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:02Z DEBUG device.log: State update defer 886ms +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:03Z DEBUG device.log: State update defer 0ms +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:03Z INFO device.log: Update state 2024-12-17T05:26:03Z last_config 2024-12-17T05:26:02Z +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:03Z DEBUG device.log: State update AHU-1 (extra_config) +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:03Z DEBUG system.config.receive: success +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:03Z DEBUG device.log: State update defer 1687ms +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:03Z DEBUG system.config.parse: success +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:03Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:03Z DEBUG device.log: Config update AHU-1 (extra_config) +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:03Z INFO device.log: 2024-12-17T05:26:03Z received config 2024-12-17T05:26:03Z +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:03Z DEBUG device.log: State update defer 1685ms +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:03Z DEBUG device.log: State update defer 1685ms +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:03Z NOTICE system.config.apply: success +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:03Z DEBUG device.log: State update defer 1684ms +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:03Z DEBUG device.log: State update defer 1684ms +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:04Z DEBUG system.config.receive: success +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:04Z DEBUG device.log: State update defer 579ms +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:04Z DEBUG system.config.parse: success +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:04Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:04Z DEBUG device.log: Config update AHU-1 (extra_config) +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:04Z INFO device.log: 2024-12-17T05:26:04Z received config 2024-12-17T05:26:04Z +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:04Z NOTICE system.config.apply: success +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:04Z DEBUG device.log: State update defer 577ms +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:04Z DEBUG device.log: State update defer 576ms +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:04Z DEBUG device.log: State update defer 576ms +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:05Z DEBUG device.log: State update defer 0ms +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:05Z INFO device.log: Update state 2024-12-17T05:26:05Z last_config 2024-12-17T05:26:04Z +2024-12-17T05:26:09Z DEBUG Flushing entry: 2024-12-17T05:26:05Z DEBUG device.log: State update AHU-1 (extra_config) +2024-12-17T05:26:09Z DEBUG Detail system logs level `DEBUG` category `system.config.receive` is now: no logs +2024-12-17T05:26:09Z TRACE received command AHU-1/state/system +2024-12-17T05:26:09Z TRACE Received state_system: { +2024-12-17T05:26:09Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:09Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:09Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:09Z TRACE Received state_system: }, +2024-12-17T05:26:09Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:09Z", +2024-12-17T05:26:09Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:09Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:09Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:26:09Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:09Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:09Z TRACE Received state_system: }, +2024-12-17T05:26:09Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:26:09Z TRACE Received state_system: "software" : { +2024-12-17T05:26:09Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:09Z TRACE Received state_system: }, +2024-12-17T05:26:09Z TRACE Received state_system: "status" : { +2024-12-17T05:26:09Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:09Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:26:09Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:09Z", +2024-12-17T05:26:09Z TRACE Received state_system: "level" : 300 +2024-12-17T05:26:09Z TRACE Received state_system: }, +2024-12-17T05:26:09Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:09Z", +2024-12-17T05:26:09Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:09Z TRACE Received state_system: } +2024-12-17T05:26:09Z DEBUG Handling device message state_system MP:461e217b-0 +2024-12-17T05:26:09Z TRACE Ignoring partial state update +2024-12-17T05:26:09Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:09Z TRACE Received state_discovery: { +2024-12-17T05:26:09Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:09Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:09Z", +2024-12-17T05:26:09Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:09Z TRACE Received state_discovery: } +2024-12-17T05:26:09Z DEBUG Handling device message state_discovery MP:461e217b-1 +2024-12-17T05:26:09Z TRACE Ignoring partial state update +2024-12-17T05:26:09Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:09Z TRACE Received state_localnet: { +2024-12-17T05:26:09Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:09Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:09Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:26:09Z TRACE Received state_localnet: }, +2024-12-17T05:26:09Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:09Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:26:09Z TRACE Received state_localnet: }, +2024-12-17T05:26:09Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:09Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:26:09Z TRACE Received state_localnet: }, +2024-12-17T05:26:09Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:09Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:09Z TRACE Received state_localnet: } +2024-12-17T05:26:09Z TRACE Received state_localnet: }, +2024-12-17T05:26:09Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:09Z", +2024-12-17T05:26:09Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:09Z TRACE Received state_localnet: } +2024-12-17T05:26:09Z DEBUG Handling device message state_localnet MP:461e217b-2 +2024-12-17T05:26:09Z TRACE Ignoring partial state update +2024-12-17T05:26:09Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:09Z TRACE Received state_pointset: { +2024-12-17T05:26:09Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:09Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:09Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:09Z TRACE Received state_pointset: }, +2024-12-17T05:26:09Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:09Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:09Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:09Z TRACE Received state_pointset: }, +2024-12-17T05:26:09Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:09Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:09Z TRACE Received state_pointset: } +2024-12-17T05:26:09Z TRACE Received state_pointset: }, +2024-12-17T05:26:09Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:09Z", +2024-12-17T05:26:09Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:09Z TRACE Received state_pointset: } +2024-12-17T05:26:09Z DEBUG Handling device message state_pointset MP:461e217b-3 +2024-12-17T05:26:09Z TRACE Ignoring partial state update +2024-12-17T05:26:16Z TRACE received command AHU-1/events/system +2024-12-17T05:26:16Z DEBUG Received events_system 2024-12-17T05:26:09Z DEBUG system.config.receive: success +2024-12-17T05:26:16Z DEBUG Received events_system 2024-12-17T05:26:09Z DEBUG system.config.parse: success +2024-12-17T05:26:16Z DEBUG Received events_system 2024-12-17T05:26:09Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:16Z DEBUG Received events_system 2024-12-17T05:26:09Z DEBUG device.log: Config update AHU-1 (extra_config) +2024-12-17T05:26:16Z DEBUG Received events_system 2024-12-17T05:26:09Z INFO device.log: 2024-12-17T05:26:09Z received config 2024-12-17T05:26:09Z +2024-12-17T05:26:16Z DEBUG Received events_system 2024-12-17T05:26:09Z NOTICE system.config.apply: success +2024-12-17T05:26:16Z DEBUG Received events_system 2024-12-17T05:26:09Z DEBUG device.log: State update defer -2102ms +2024-12-17T05:26:16Z DEBUG Received events_system 2024-12-17T05:26:09Z INFO device.log: Update state 2024-12-17T05:26:09Z last_config 2024-12-17T05:26:09Z +2024-12-17T05:26:16Z DEBUG Received events_system 2024-12-17T05:26:09Z DEBUG device.log: State update AHU-1 (extra_config) +2024-12-17T05:26:16Z DEBUG Handling device message events_system MP:17468dac +2024-12-17T05:26:16Z DEBUG Matched entry 2024-12-17T05:26:09Z DEBUG system.config.receive: success +2024-12-17T05:26:16Z DEBUG Detail system logs level `DEBUG` category `system.config.receive` is now: null +2024-12-17T05:26:16Z DEBUG Recorded sequence: 1. Wait until system logs level `DEBUG` category `system.config.receive` +2024-12-17T05:26:16Z DEBUG Stage finished waiting for system logs level `DEBUG` category `system.config.receive` at 37s after 9s +2024-12-17T05:26:16Z TRACE Stage resume waiting for executing test at 37s +2024-12-17T05:26:16Z TRACE Stage suspend waiting for executing test at 37s +2024-12-17T05:26:16Z INFO Stage start waiting for last_config updated at 37s +2024-12-17T05:26:16Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:09.174986820Z is -4998ms +2024-12-17T05:26:16Z DEBUG System config extra field Flabberguilstadt +2024-12-17T05:26:16Z TRACE Updated check config_system: false +2024-12-17T05:26:16Z TRACE Updated check config_pointset: false +2024-12-17T05:26:16Z TRACE Updated check config_gateway: false +2024-12-17T05:26:16Z TRACE Updated check config_localnet: false +2024-12-17T05:26:16Z TRACE Updated check config_blobset: false +2024-12-17T05:26:16Z TRACE Updated check config_discovery: false +2024-12-17T05:26:16Z DEBUG New lastConfigMark at 2024-12-17T05:26:16Z +2024-12-17T05:26:16Z DEBUG Update config before last_config updated timestamp 2024-12-17T05:26:09Z +2024-12-17T05:26:16Z TRACE Outgoing local_update: { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:09Z", +2024-12-17T05:26:16Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:16Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:16Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:16Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:26:16Z TRACE Outgoing local_update: }, +2024-12-17T05:26:16Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "sequence_name" : "extra_config" +2024-12-17T05:26:16Z TRACE Outgoing local_update: } +2024-12-17T05:26:16Z TRACE Outgoing local_update: }, +2024-12-17T05:26:16Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:26:16Z TRACE Outgoing local_update: } +2024-12-17T05:26:16Z TRACE Outgoing local_update: }, +2024-12-17T05:26:16Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:16Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:16Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:16Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:16Z TRACE Outgoing local_update: } +2024-12-17T05:26:16Z TRACE Outgoing local_update: }, +2024-12-17T05:26:16Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:16Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:16Z TRACE Outgoing local_update: }, +2024-12-17T05:26:16Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:16Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:16Z TRACE Outgoing local_update: }, +2024-12-17T05:26:16Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:16Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:16Z TRACE Outgoing local_update: } +2024-12-17T05:26:16Z TRACE Outgoing local_update: } +2024-12-17T05:26:16Z TRACE Outgoing local_update: } +2024-12-17T05:26:16Z TRACE Outgoing local_update: } +2024-12-17T05:26:16Z DEBUG Recorded sequence: 1. Wait until last_config updated +2024-12-17T05:26:16Z DEBUG Stage finished waiting for last_config updated at 37s after 0s +2024-12-17T05:26:16Z TRACE Stage resume waiting for executing test at 37s +2024-12-17T05:26:16Z TRACE Stage suspend waiting for executing test at 37s +2024-12-17T05:26:16Z INFO Stage start waiting for system operational at 37s +2024-12-17T05:26:16Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:16.174384098Z is 1998ms +2024-12-17T05:26:16Z DEBUG Rate-limiting config by 1998ms +2024-12-17T05:26:18Z DEBUG System config extra field Flabberguilstadt +2024-12-17T05:26:18Z TRACE Updated check config_system: false +2024-12-17T05:26:18Z TRACE Updated check config_pointset: false +2024-12-17T05:26:18Z TRACE Updated check config_gateway: false +2024-12-17T05:26:18Z TRACE Updated check config_localnet: false +2024-12-17T05:26:18Z TRACE Updated check config_blobset: false +2024-12-17T05:26:18Z TRACE Updated check config_discovery: false +2024-12-17T05:26:18Z DEBUG New lastConfigMark at 2024-12-17T05:26:18Z +2024-12-17T05:26:18Z DEBUG Update config before system operational timestamp 2024-12-17T05:26:09Z +2024-12-17T05:26:18Z TRACE Outgoing local_update: { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:09Z", +2024-12-17T05:26:18Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:18Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:18Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:18Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:26:18Z TRACE Outgoing local_update: }, +2024-12-17T05:26:18Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "sequence_name" : "extra_config" +2024-12-17T05:26:18Z TRACE Outgoing local_update: } +2024-12-17T05:26:18Z TRACE Outgoing local_update: }, +2024-12-17T05:26:18Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:26:18Z TRACE Outgoing local_update: } +2024-12-17T05:26:18Z TRACE Outgoing local_update: }, +2024-12-17T05:26:18Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:18Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:18Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:18Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:18Z TRACE Outgoing local_update: } +2024-12-17T05:26:18Z TRACE Outgoing local_update: }, +2024-12-17T05:26:18Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:18Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:18Z TRACE Outgoing local_update: }, +2024-12-17T05:26:18Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:18Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:18Z TRACE Outgoing local_update: }, +2024-12-17T05:26:18Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:18Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:18Z TRACE Outgoing local_update: } +2024-12-17T05:26:18Z TRACE Outgoing local_update: } +2024-12-17T05:26:18Z TRACE Outgoing local_update: } +2024-12-17T05:26:18Z TRACE Outgoing local_update: } +2024-12-17T05:26:18Z DEBUG Recorded sequence: 1. Wait for system operational +2024-12-17T05:26:18Z DEBUG Stage finished waiting for system operational at 39s after 2s +2024-12-17T05:26:18Z TRACE Stage resume waiting for executing test at 39s +2024-12-17T05:26:18Z DEBUG Recorded sequence: 1. Check that system status level is not >= `WARNING` (400) +2024-12-17T05:26:18Z TRACE Stage suspend waiting for executing test at 39s +2024-12-17T05:26:18Z INFO Stage start waiting for system logs level `DEBUG` category `system.config.parse` at 39s +2024-12-17T05:26:18Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:18.175750389Z is 1998ms +2024-12-17T05:26:18Z DEBUG Rate-limiting config by 1998ms +2024-12-17T05:26:20Z DEBUG System config extra field Flabberguilstadt +2024-12-17T05:26:20Z TRACE Updated check config_system: false +2024-12-17T05:26:20Z TRACE Updated check config_pointset: false +2024-12-17T05:26:20Z TRACE Updated check config_gateway: false +2024-12-17T05:26:20Z TRACE Updated check config_localnet: false +2024-12-17T05:26:20Z TRACE Updated check config_blobset: false +2024-12-17T05:26:20Z TRACE Updated check config_discovery: false +2024-12-17T05:26:20Z DEBUG New lastConfigMark at 2024-12-17T05:26:20Z +2024-12-17T05:26:20Z DEBUG Update config before system logs level `DEBUG` category `system.config.parse` timestamp 2024-12-17T05:26:09Z +2024-12-17T05:26:20Z TRACE Outgoing local_update: { +2024-12-17T05:26:20Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:09Z", +2024-12-17T05:26:20Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:20Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:20Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:20Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:20Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:20Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:26:20Z TRACE Outgoing local_update: }, +2024-12-17T05:26:20Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:20Z TRACE Outgoing local_update: "sequence_name" : "extra_config" +2024-12-17T05:26:20Z TRACE Outgoing local_update: } +2024-12-17T05:26:20Z TRACE Outgoing local_update: }, +2024-12-17T05:26:20Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:20Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:20Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:26:20Z TRACE Outgoing local_update: } +2024-12-17T05:26:20Z TRACE Outgoing local_update: }, +2024-12-17T05:26:20Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:20Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:20Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:20Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:20Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:20Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:20Z TRACE Outgoing local_update: } +2024-12-17T05:26:20Z TRACE Outgoing local_update: }, +2024-12-17T05:26:20Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:20Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:20Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:20Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:20Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:20Z TRACE Outgoing local_update: }, +2024-12-17T05:26:20Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:20Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:20Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:20Z TRACE Outgoing local_update: }, +2024-12-17T05:26:20Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:20Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:20Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:20Z TRACE Outgoing local_update: } +2024-12-17T05:26:20Z TRACE Outgoing local_update: } +2024-12-17T05:26:20Z TRACE Outgoing local_update: } +2024-12-17T05:26:20Z TRACE Outgoing local_update: } +2024-12-17T05:26:20Z DEBUG Matched entry 2024-12-17T05:26:09Z DEBUG system.config.parse: success +2024-12-17T05:26:20Z DEBUG Recorded sequence: 1. Wait until system logs level `DEBUG` category `system.config.parse` +2024-12-17T05:26:20Z DEBUG Stage finished waiting for system logs level `DEBUG` category `system.config.parse` at 41s after 2s +2024-12-17T05:26:20Z TRACE Stage resume waiting for executing test at 41s +2024-12-17T05:26:20Z TRACE Stage suspend waiting for executing test at 41s +2024-12-17T05:26:20Z INFO Stage start waiting for system logs level `NOTICE` category `system.config.apply` at 41s +2024-12-17T05:26:20Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:20.177465366Z is 1998ms +2024-12-17T05:26:20Z DEBUG Rate-limiting config by 1998ms +2024-12-17T05:26:22Z DEBUG System config extra field Flabberguilstadt +2024-12-17T05:26:22Z TRACE Updated check config_system: false +2024-12-17T05:26:22Z TRACE Updated check config_pointset: false +2024-12-17T05:26:22Z TRACE Updated check config_gateway: false +2024-12-17T05:26:22Z TRACE Updated check config_localnet: false +2024-12-17T05:26:22Z TRACE Updated check config_blobset: false +2024-12-17T05:26:22Z TRACE Updated check config_discovery: false +2024-12-17T05:26:22Z DEBUG New lastConfigMark at 2024-12-17T05:26:22Z +2024-12-17T05:26:22Z DEBUG Update config before system logs level `NOTICE` category `system.config.apply` timestamp 2024-12-17T05:26:09Z +2024-12-17T05:26:22Z TRACE Outgoing local_update: { +2024-12-17T05:26:22Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:09Z", +2024-12-17T05:26:22Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:22Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:22Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:22Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:22Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:22Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:26:22Z TRACE Outgoing local_update: }, +2024-12-17T05:26:22Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:22Z TRACE Outgoing local_update: "sequence_name" : "extra_config" +2024-12-17T05:26:22Z TRACE Outgoing local_update: } +2024-12-17T05:26:22Z TRACE Outgoing local_update: }, +2024-12-17T05:26:22Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:22Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:22Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:26:22Z TRACE Outgoing local_update: } +2024-12-17T05:26:22Z TRACE Outgoing local_update: }, +2024-12-17T05:26:22Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:22Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:22Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:22Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:22Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:22Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:22Z TRACE Outgoing local_update: } +2024-12-17T05:26:22Z TRACE Outgoing local_update: }, +2024-12-17T05:26:22Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:22Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:22Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:22Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:22Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:22Z TRACE Outgoing local_update: }, +2024-12-17T05:26:22Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:22Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:22Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:22Z TRACE Outgoing local_update: }, +2024-12-17T05:26:22Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:22Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:22Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:22Z TRACE Outgoing local_update: } +2024-12-17T05:26:22Z TRACE Outgoing local_update: } +2024-12-17T05:26:22Z TRACE Outgoing local_update: } +2024-12-17T05:26:22Z TRACE Outgoing local_update: } +2024-12-17T05:26:22Z DEBUG Matched entry 2024-12-17T05:26:09Z NOTICE system.config.apply: success +2024-12-17T05:26:22Z DEBUG Recorded sequence: 1. Wait until system logs level `NOTICE` category `system.config.apply` +2024-12-17T05:26:22Z DEBUG Stage finished waiting for system logs level `NOTICE` category `system.config.apply` at 43s after 2s +2024-12-17T05:26:22Z TRACE Stage resume waiting for executing test at 43s +2024-12-17T05:26:22Z DEBUG Set extraFieldChanged true because extra_field null +2024-12-17T05:26:22Z TRACE Stage suspend waiting for executing test at 43s +2024-12-17T05:26:22Z INFO Stage start waiting for system logs level `DEBUG` category `system.config.receive` at 43s +2024-12-17T05:26:22Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:22.178847712Z is 1998ms +2024-12-17T05:26:22Z DEBUG Rate-limiting config by 1998ms +2024-12-17T05:26:24Z DEBUG System config extra field null +2024-12-17T05:26:24Z TRACE Updated check config_system: true +2024-12-17T05:26:24Z DEBUG Update config_system, adding configTransaction RC:bc7efb.00000012 +2024-12-17T05:26:24Z TRACE Outgoing local_system: { +2024-12-17T05:26:24Z TRACE Outgoing local_system: "min_loglevel" : 100, +2024-12-17T05:26:24Z TRACE Outgoing local_system: "metrics_rate_sec" : 10, +2024-12-17T05:26:24Z TRACE Outgoing local_system: "operation" : { +2024-12-17T05:26:24Z TRACE Outgoing local_system: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:26:24Z TRACE Outgoing local_system: }, +2024-12-17T05:26:24Z TRACE Outgoing local_system: "testing" : { +2024-12-17T05:26:24Z TRACE Outgoing local_system: "sequence_name" : "extra_config" +2024-12-17T05:26:24Z TRACE Outgoing local_system: } +2024-12-17T05:26:24Z TRACE Outgoing local_system: } +2024-12-17T05:26:24Z TRACE Updated check config_pointset: false +2024-12-17T05:26:24Z TRACE Updated check config_gateway: false +2024-12-17T05:26:24Z TRACE Updated check config_localnet: false +2024-12-17T05:26:24Z TRACE Updated check config_blobset: false +2024-12-17T05:26:24Z TRACE Updated check config_discovery: false +2024-12-17T05:26:24Z DEBUG Saving pre-config state timestamp 2024-12-17T05:26:09Z +2024-12-17T05:26:24Z DEBUG Update lastConfigUpdate 2024-12-17T05:26:24Z, because before system logs level `DEBUG` category `system.config.receive` +2024-12-17T05:26:24Z TRACE Stage suspend waiting for system logs level `DEBUG` category `system.config.receive` at 45s +2024-12-17T05:26:24Z INFO Stage start waiting for config update synchronized at 45s +2024-12-17T05:26:24Z TRACE received command AHU-1/events/pointset +2024-12-17T05:26:24Z TRACE Received events_pointset: { +2024-12-17T05:26:24Z TRACE Received events_pointset: "points" : { +2024-12-17T05:26:24Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:24Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:26:24Z TRACE Received events_pointset: }, +2024-12-17T05:26:24Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:24Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:26:24Z TRACE Received events_pointset: }, +2024-12-17T05:26:24Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:24Z TRACE Received events_pointset: "present_value" : 10 +2024-12-17T05:26:24Z TRACE Received events_pointset: } +2024-12-17T05:26:24Z TRACE Received events_pointset: }, +2024-12-17T05:26:24Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:26:16Z", +2024-12-17T05:26:24Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:26:24Z TRACE Received events_pointset: } +2024-12-17T05:26:24Z DEBUG Handling device message events_pointset MP:b1ad8c7f +2024-12-17T05:26:24Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:26:24Z TRACE received command null/config/udmi +2024-12-17T05:26:24Z TRACE received command AHU-1/state/update +2024-12-17T05:26:24Z DEBUG Received state_update +2024-12-17T05:26:24Z DEBUG Handling update message state_update MP:ad685211 +2024-12-17T05:26:24Z DEBUG Updated state after 0s 2024-12-17T05:26:24Z MP:ad685211 +2024-12-17T05:26:24Z INFO Updated state #012: Changed 4 fields: +2024-12-17T05:26:24Z INFO Updated state #012: Set `system.status.level` = `100` +2024-12-17T05:26:24Z INFO Updated state #012: Set `system.status.category` = `system.config.parse` +2024-12-17T05:26:24Z INFO Updated state #012: Set `system.status.timestamp` = `2024-12-17T05:26:24Z` +2024-12-17T05:26:24Z INFO Updated state #012: Set `timestamp` = `2024-12-17T05:26:24Z` +2024-12-17T05:26:24Z DEBUG Updated state has last_config 2024-12-17T05:26:09Z (expecting 2024-12-17T05:26:09Z) +2024-12-17T05:26:24Z DEBUG Detail config update synchronized is now: config transactions not cleared +2024-12-17T05:26:24Z TRACE received command AHU-1/config/update +2024-12-17T05:26:24Z DEBUG Received config_update +2024-12-17T05:26:24Z DEBUG Handling update message config_update RC:bc7efb.00000012 +2024-12-17T05:26:24Z DEBUG Removed configTransaction RC:bc7efb.00000012 +2024-12-17T05:26:24Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:35Z +2024-12-17T05:26:24Z DEBUG Updated config 2024-12-17T05:26:24Z RC:bc7efb.00000012 +2024-12-17T05:26:24Z INFO Updated config #011: Changed 0 fields. +2024-12-17T05:26:24Z DEBUG Expected last_config now 2024-12-17T05:26:24Z +2024-12-17T05:26:24Z TRACE received command AHU-1/state/system +2024-12-17T05:26:24Z TRACE Received state_system: { +2024-12-17T05:26:24Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:24Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:24Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:24Z TRACE Received state_system: }, +2024-12-17T05:26:24Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:09Z", +2024-12-17T05:26:24Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:24Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:24Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:26:24Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:24Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:24Z TRACE Received state_system: }, +2024-12-17T05:26:24Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:26:24Z TRACE Received state_system: "software" : { +2024-12-17T05:26:24Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:24Z TRACE Received state_system: }, +2024-12-17T05:26:24Z TRACE Received state_system: "status" : { +2024-12-17T05:26:24Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:24Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:26:24Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:24Z", +2024-12-17T05:26:24Z TRACE Received state_system: "level" : 100 +2024-12-17T05:26:24Z TRACE Received state_system: }, +2024-12-17T05:26:24Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:24Z", +2024-12-17T05:26:24Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:24Z TRACE Received state_system: } +2024-12-17T05:26:24Z DEBUG Handling device message state_system MP:ad685211-0 +2024-12-17T05:26:24Z TRACE Ignoring partial state update +2024-12-17T05:26:24Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:26:24Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:24Z TRACE Received state_discovery: { +2024-12-17T05:26:24Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:24Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:24Z", +2024-12-17T05:26:24Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:24Z TRACE Received state_discovery: } +2024-12-17T05:26:24Z DEBUG Handling device message state_discovery MP:ad685211-1 +2024-12-17T05:26:24Z TRACE Ignoring partial state update +2024-12-17T05:26:24Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:24Z TRACE Received state_localnet: { +2024-12-17T05:26:24Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:24Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:24Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:26:24Z TRACE Received state_localnet: }, +2024-12-17T05:26:24Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:24Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:26:24Z TRACE Received state_localnet: }, +2024-12-17T05:26:24Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:24Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:26:24Z TRACE Received state_localnet: }, +2024-12-17T05:26:24Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:24Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:24Z TRACE Received state_localnet: } +2024-12-17T05:26:24Z TRACE Received state_localnet: }, +2024-12-17T05:26:24Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:24Z", +2024-12-17T05:26:24Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:24Z TRACE Received state_localnet: } +2024-12-17T05:26:24Z DEBUG Handling device message state_localnet MP:ad685211-2 +2024-12-17T05:26:24Z TRACE Ignoring partial state update +2024-12-17T05:26:24Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:24Z TRACE Received state_pointset: { +2024-12-17T05:26:24Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:24Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:24Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:24Z TRACE Received state_pointset: }, +2024-12-17T05:26:24Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:24Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:24Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:24Z TRACE Received state_pointset: }, +2024-12-17T05:26:24Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:24Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:24Z TRACE Received state_pointset: } +2024-12-17T05:26:24Z TRACE Received state_pointset: }, +2024-12-17T05:26:24Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:24Z", +2024-12-17T05:26:24Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:24Z TRACE Received state_pointset: } +2024-12-17T05:26:24Z DEBUG Handling device message state_pointset MP:ad685211-3 +2024-12-17T05:26:24Z TRACE Ignoring partial state update +2024-12-17T05:26:26Z TRACE received command AHU-1/events/pointset +2024-12-17T05:26:26Z TRACE Received events_pointset: { +2024-12-17T05:26:26Z TRACE Received events_pointset: "points" : { +2024-12-17T05:26:26Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:26Z TRACE Received events_pointset: "present_value" : true +2024-12-17T05:26:26Z TRACE Received events_pointset: }, +2024-12-17T05:26:26Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:26Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:26:26Z TRACE Received events_pointset: }, +2024-12-17T05:26:26Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:26Z TRACE Received events_pointset: "present_value" : 10 +2024-12-17T05:26:26Z TRACE Received events_pointset: } +2024-12-17T05:26:26Z TRACE Received events_pointset: }, +2024-12-17T05:26:26Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:26:26Z", +2024-12-17T05:26:26Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:26:26Z TRACE Received events_pointset: } +2024-12-17T05:26:26Z DEBUG Handling device message events_pointset MP:90b3ae28 +2024-12-17T05:26:26Z TRACE received command AHU-1/events/system +2024-12-17T05:26:26Z DEBUG Received events_system 2024-12-17T05:26:24Z DEBUG system.config.receive: success +2024-12-17T05:26:26Z DEBUG Received events_system 2024-12-17T05:26:24Z DEBUG device.log: State update defer -13072ms +2024-12-17T05:26:26Z DEBUG Received events_system 2024-12-17T05:26:24Z INFO device.log: Update state 2024-12-17T05:26:24Z last_config 2024-12-17T05:26:09Z +2024-12-17T05:26:26Z DEBUG Received events_system 2024-12-17T05:26:24Z DEBUG system.config.parse: success +2024-12-17T05:26:26Z DEBUG Received events_system 2024-12-17T05:26:24Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:26Z DEBUG Received events_system 2024-12-17T05:26:24Z DEBUG device.log: Config update AHU-1 (extra_config) +2024-12-17T05:26:26Z DEBUG Received events_system 2024-12-17T05:26:24Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:26:26Z DEBUG Received events_system 2024-12-17T05:26:24Z INFO device.log: 2024-12-17T05:26:24Z received config 2024-12-17T05:26:24Z +2024-12-17T05:26:26Z DEBUG Received events_system 2024-12-17T05:26:24Z NOTICE system.config.apply: success +2024-12-17T05:26:26Z DEBUG Received events_system 2024-12-17T05:26:24Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:26:26Z DEBUG Received events_system 2024-12-17T05:26:24Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:26:26Z DEBUG Received events_system 2024-12-17T05:26:24Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:26:26Z DEBUG Received events_system 2024-12-17T05:26:24Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:26:26Z DEBUG Received events_system 2024-12-17T05:26:24Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:26:26Z DEBUG Received events_system 2024-12-17T05:26:24Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:26:26Z DEBUG Received events_system 2024-12-17T05:26:26Z DEBUG device.log: State update defer 65ms +2024-12-17T05:26:26Z DEBUG Handling device message events_system MP:088e9aa1 +2024-12-17T05:26:26Z TRACE received command AHU-1/state/update +2024-12-17T05:26:26Z DEBUG Received state_update +2024-12-17T05:26:26Z DEBUG Handling update message state_update MP:ccc1017c +2024-12-17T05:26:26Z DEBUG Updated state after 0s 2024-12-17T05:26:26Z MP:ccc1017c +2024-12-17T05:26:26Z INFO Updated state #013: Changed 4 fields: +2024-12-17T05:26:26Z INFO Updated state #013: Set `system.last_config` = `2024-12-17T05:26:24Z` +2024-12-17T05:26:26Z INFO Updated state #013: Set `system.status.level` = `300` +2024-12-17T05:26:26Z INFO Updated state #013: Set `system.status.category` = `system.config.apply` +2024-12-17T05:26:26Z INFO Updated state #013: Set `timestamp` = `2024-12-17T05:26:26Z` +2024-12-17T05:26:26Z DEBUG Updated state has last_config 2024-12-17T05:26:24Z (expecting 2024-12-17T05:26:24Z) +2024-12-17T05:26:26Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:26:26Z DEBUG Stage finished waiting for config update synchronized at 47s after 2s +2024-12-17T05:26:26Z TRACE Stage resume waiting for system logs level `DEBUG` category `system.config.receive` at 47s +2024-12-17T05:26:26Z DEBUG Config sync took 2s +2024-12-17T05:26:26Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:26:26Z DEBUG New lastConfigMark at 2024-12-17T05:26:26Z +2024-12-17T05:26:26Z DEBUG Update config before system logs level `DEBUG` category `system.config.receive` timestamp 2024-12-17T05:26:24Z +2024-12-17T05:26:26Z TRACE Outgoing local_update: { +2024-12-17T05:26:26Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:24Z", +2024-12-17T05:26:26Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:26Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:26Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:26Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:26Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:26Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:26:26Z TRACE Outgoing local_update: }, +2024-12-17T05:26:26Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:26Z TRACE Outgoing local_update: "sequence_name" : "extra_config" +2024-12-17T05:26:26Z TRACE Outgoing local_update: } +2024-12-17T05:26:26Z TRACE Outgoing local_update: }, +2024-12-17T05:26:26Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:26Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:26Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:26:26Z TRACE Outgoing local_update: } +2024-12-17T05:26:26Z TRACE Outgoing local_update: }, +2024-12-17T05:26:26Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:26Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:26Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:26Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:26Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:26Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:26Z TRACE Outgoing local_update: } +2024-12-17T05:26:26Z TRACE Outgoing local_update: }, +2024-12-17T05:26:26Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:26Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:26Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:26Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:26Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:26Z TRACE Outgoing local_update: }, +2024-12-17T05:26:26Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:26Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:26Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:26Z TRACE Outgoing local_update: }, +2024-12-17T05:26:26Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:26Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:26Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:26Z TRACE Outgoing local_update: } +2024-12-17T05:26:26Z TRACE Outgoing local_update: } +2024-12-17T05:26:26Z TRACE Outgoing local_update: } +2024-12-17T05:26:26Z TRACE Outgoing local_update: } +2024-12-17T05:26:26Z DEBUG Recorded sequence: 1. Update config before system logs level `DEBUG` category `system.config.receive` +2024-12-17T05:26:26Z DEBUG Flushing log entries before lastConfigUpdate 2024-12-17T05:26:24Z +2024-12-17T05:26:26Z DEBUG Flushing entry: 2024-12-17T05:26:09Z DEBUG system.config.receive: success +2024-12-17T05:26:26Z DEBUG Flushing entry: 2024-12-17T05:26:09Z DEBUG system.config.parse: success +2024-12-17T05:26:26Z DEBUG Flushing entry: 2024-12-17T05:26:09Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:26Z DEBUG Flushing entry: 2024-12-17T05:26:09Z DEBUG device.log: Config update AHU-1 (extra_config) +2024-12-17T05:26:26Z DEBUG Flushing entry: 2024-12-17T05:26:09Z INFO device.log: 2024-12-17T05:26:09Z received config 2024-12-17T05:26:09Z +2024-12-17T05:26:26Z DEBUG Flushing entry: 2024-12-17T05:26:09Z NOTICE system.config.apply: success +2024-12-17T05:26:26Z DEBUG Flushing entry: 2024-12-17T05:26:09Z DEBUG device.log: State update defer -2102ms +2024-12-17T05:26:26Z DEBUG Flushing entry: 2024-12-17T05:26:09Z INFO device.log: Update state 2024-12-17T05:26:09Z last_config 2024-12-17T05:26:09Z +2024-12-17T05:26:26Z DEBUG Flushing entry: 2024-12-17T05:26:09Z DEBUG device.log: State update AHU-1 (extra_config) +2024-12-17T05:26:26Z DEBUG Matched entry 2024-12-17T05:26:24Z DEBUG system.config.receive: success +2024-12-17T05:26:26Z DEBUG Recorded sequence: 1. Wait until system logs level `DEBUG` category `system.config.receive` +2024-12-17T05:26:26Z DEBUG Stage finished waiting for system logs level `DEBUG` category `system.config.receive` at 47s after 4s +2024-12-17T05:26:26Z TRACE Stage resume waiting for executing test at 47s +2024-12-17T05:26:26Z TRACE Stage suspend waiting for executing test at 47s +2024-12-17T05:26:26Z INFO Stage start waiting for last_config updated again at 47s +2024-12-17T05:26:26Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:26.246070823Z is 1989ms +2024-12-17T05:26:26Z DEBUG Rate-limiting config by 1989ms +2024-12-17T05:26:28Z DEBUG System config extra field null +2024-12-17T05:26:28Z TRACE Updated check config_system: false +2024-12-17T05:26:28Z TRACE Updated check config_pointset: false +2024-12-17T05:26:28Z TRACE Updated check config_gateway: false +2024-12-17T05:26:28Z TRACE Updated check config_localnet: false +2024-12-17T05:26:28Z TRACE Updated check config_blobset: false +2024-12-17T05:26:28Z TRACE Updated check config_discovery: false +2024-12-17T05:26:28Z DEBUG New lastConfigMark at 2024-12-17T05:26:28Z +2024-12-17T05:26:28Z DEBUG Update config before last_config updated again timestamp 2024-12-17T05:26:24Z +2024-12-17T05:26:28Z TRACE Outgoing local_update: { +2024-12-17T05:26:28Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:24Z", +2024-12-17T05:26:28Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:28Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:28Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:28Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:28Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:28Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:26:28Z TRACE Outgoing local_update: }, +2024-12-17T05:26:28Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:28Z TRACE Outgoing local_update: "sequence_name" : "extra_config" +2024-12-17T05:26:28Z TRACE Outgoing local_update: } +2024-12-17T05:26:28Z TRACE Outgoing local_update: }, +2024-12-17T05:26:28Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:28Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:28Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:26:28Z TRACE Outgoing local_update: } +2024-12-17T05:26:28Z TRACE Outgoing local_update: }, +2024-12-17T05:26:28Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:28Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:28Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:28Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:28Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:28Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:28Z TRACE Outgoing local_update: } +2024-12-17T05:26:28Z TRACE Outgoing local_update: }, +2024-12-17T05:26:28Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:28Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:28Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:28Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:28Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:28Z TRACE Outgoing local_update: }, +2024-12-17T05:26:28Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:28Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:28Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:28Z TRACE Outgoing local_update: }, +2024-12-17T05:26:28Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:28Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:28Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:28Z TRACE Outgoing local_update: } +2024-12-17T05:26:28Z TRACE Outgoing local_update: } +2024-12-17T05:26:28Z TRACE Outgoing local_update: } +2024-12-17T05:26:28Z TRACE Outgoing local_update: } +2024-12-17T05:26:28Z DEBUG Recorded sequence: 1. Wait for last_config updated again +2024-12-17T05:26:28Z DEBUG Stage finished waiting for last_config updated again at 49s after 1s +2024-12-17T05:26:28Z TRACE Stage resume waiting for executing test at 49s +2024-12-17T05:26:28Z TRACE Stage suspend waiting for executing test at 49s +2024-12-17T05:26:28Z INFO Stage start waiting for system operational at 49s +2024-12-17T05:26:28Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:28.248464474Z is 1997ms +2024-12-17T05:26:28Z DEBUG Rate-limiting config by 1997ms +2024-12-17T05:26:30Z DEBUG System config extra field null +2024-12-17T05:26:30Z TRACE Updated check config_system: false +2024-12-17T05:26:30Z TRACE Updated check config_pointset: false +2024-12-17T05:26:30Z TRACE Updated check config_gateway: false +2024-12-17T05:26:30Z TRACE Updated check config_localnet: false +2024-12-17T05:26:30Z TRACE Updated check config_blobset: false +2024-12-17T05:26:30Z TRACE Updated check config_discovery: false +2024-12-17T05:26:30Z DEBUG New lastConfigMark at 2024-12-17T05:26:30Z +2024-12-17T05:26:30Z DEBUG Update config before system operational timestamp 2024-12-17T05:26:24Z +2024-12-17T05:26:30Z TRACE Outgoing local_update: { +2024-12-17T05:26:30Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:24Z", +2024-12-17T05:26:30Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:30Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:30Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:30Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:30Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:30Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:26:30Z TRACE Outgoing local_update: }, +2024-12-17T05:26:30Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:30Z TRACE Outgoing local_update: "sequence_name" : "extra_config" +2024-12-17T05:26:30Z TRACE Outgoing local_update: } +2024-12-17T05:26:30Z TRACE Outgoing local_update: }, +2024-12-17T05:26:30Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:30Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:30Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:26:30Z TRACE Outgoing local_update: } +2024-12-17T05:26:30Z TRACE Outgoing local_update: }, +2024-12-17T05:26:30Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:30Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:30Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:30Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:30Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:30Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:30Z TRACE Outgoing local_update: } +2024-12-17T05:26:30Z TRACE Outgoing local_update: }, +2024-12-17T05:26:30Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:30Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:30Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:30Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:30Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:30Z TRACE Outgoing local_update: }, +2024-12-17T05:26:30Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:30Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:30Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:30Z TRACE Outgoing local_update: }, +2024-12-17T05:26:30Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:30Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:30Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:30Z TRACE Outgoing local_update: } +2024-12-17T05:26:30Z TRACE Outgoing local_update: } +2024-12-17T05:26:30Z TRACE Outgoing local_update: } +2024-12-17T05:26:30Z TRACE Outgoing local_update: } +2024-12-17T05:26:30Z DEBUG Recorded sequence: 1. Wait for system operational +2024-12-17T05:26:30Z DEBUG Stage finished waiting for system operational at 51s after 2s +2024-12-17T05:26:30Z TRACE Stage resume waiting for executing test at 51s +2024-12-17T05:26:30Z TRACE Stage suspend waiting for executing test at 51s +2024-12-17T05:26:30Z INFO Stage start waiting for system logs level `DEBUG` category `system.config.parse` at 51s +2024-12-17T05:26:30Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:30.250557976Z is 1999ms +2024-12-17T05:26:30Z DEBUG Rate-limiting config by 1999ms +2024-12-17T05:26:32Z DEBUG System config extra field null +2024-12-17T05:26:32Z TRACE Updated check config_system: false +2024-12-17T05:26:32Z TRACE Updated check config_pointset: false +2024-12-17T05:26:32Z TRACE Updated check config_gateway: false +2024-12-17T05:26:32Z TRACE Updated check config_localnet: false +2024-12-17T05:26:32Z TRACE Updated check config_blobset: false +2024-12-17T05:26:32Z TRACE Updated check config_discovery: false +2024-12-17T05:26:32Z DEBUG New lastConfigMark at 2024-12-17T05:26:32Z +2024-12-17T05:26:32Z DEBUG Update config before system logs level `DEBUG` category `system.config.parse` timestamp 2024-12-17T05:26:24Z +2024-12-17T05:26:32Z TRACE Outgoing local_update: { +2024-12-17T05:26:32Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:24Z", +2024-12-17T05:26:32Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:32Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:32Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:32Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:32Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:32Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:26:32Z TRACE Outgoing local_update: }, +2024-12-17T05:26:32Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:32Z TRACE Outgoing local_update: "sequence_name" : "extra_config" +2024-12-17T05:26:32Z TRACE Outgoing local_update: } +2024-12-17T05:26:32Z TRACE Outgoing local_update: }, +2024-12-17T05:26:32Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:32Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:32Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:26:32Z TRACE Outgoing local_update: } +2024-12-17T05:26:32Z TRACE Outgoing local_update: }, +2024-12-17T05:26:32Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:32Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:32Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:32Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:32Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:32Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:32Z TRACE Outgoing local_update: } +2024-12-17T05:26:32Z TRACE Outgoing local_update: }, +2024-12-17T05:26:32Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:32Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:32Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:32Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:32Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:32Z TRACE Outgoing local_update: }, +2024-12-17T05:26:32Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:32Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:32Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:32Z TRACE Outgoing local_update: }, +2024-12-17T05:26:32Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:32Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:32Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:32Z TRACE Outgoing local_update: } +2024-12-17T05:26:32Z TRACE Outgoing local_update: } +2024-12-17T05:26:32Z TRACE Outgoing local_update: } +2024-12-17T05:26:32Z TRACE Outgoing local_update: } +2024-12-17T05:26:32Z DEBUG Matched entry 2024-12-17T05:26:24Z DEBUG system.config.parse: success +2024-12-17T05:26:32Z DEBUG Recorded sequence: 1. Wait until system logs level `DEBUG` category `system.config.parse` +2024-12-17T05:26:32Z DEBUG Stage finished waiting for system logs level `DEBUG` category `system.config.parse` at 53s after 2s +2024-12-17T05:26:32Z TRACE Stage resume waiting for executing test at 53s +2024-12-17T05:26:32Z TRACE Stage suspend waiting for executing test at 53s +2024-12-17T05:26:32Z INFO Stage start waiting for system logs level `NOTICE` category `system.config.apply` at 53s +2024-12-17T05:26:32Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:32.252171905Z is 1997ms +2024-12-17T05:26:32Z DEBUG Rate-limiting config by 1997ms +2024-12-17T05:26:34Z DEBUG System config extra field null +2024-12-17T05:26:34Z TRACE Updated check config_system: false +2024-12-17T05:26:34Z TRACE Updated check config_pointset: false +2024-12-17T05:26:34Z TRACE Updated check config_gateway: false +2024-12-17T05:26:34Z TRACE Updated check config_localnet: false +2024-12-17T05:26:34Z TRACE Updated check config_blobset: false +2024-12-17T05:26:34Z TRACE Updated check config_discovery: false +2024-12-17T05:26:34Z DEBUG New lastConfigMark at 2024-12-17T05:26:34Z +2024-12-17T05:26:34Z DEBUG Update config before system logs level `NOTICE` category `system.config.apply` timestamp 2024-12-17T05:26:24Z +2024-12-17T05:26:34Z TRACE Outgoing local_update: { +2024-12-17T05:26:34Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:24Z", +2024-12-17T05:26:34Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:34Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:34Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:34Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:34Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:34Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:26:34Z TRACE Outgoing local_update: }, +2024-12-17T05:26:34Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:34Z TRACE Outgoing local_update: "sequence_name" : "extra_config" +2024-12-17T05:26:34Z TRACE Outgoing local_update: } +2024-12-17T05:26:34Z TRACE Outgoing local_update: }, +2024-12-17T05:26:34Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:34Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:34Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:26:34Z TRACE Outgoing local_update: } +2024-12-17T05:26:34Z TRACE Outgoing local_update: }, +2024-12-17T05:26:34Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:34Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:34Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:34Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:34Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:34Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:34Z TRACE Outgoing local_update: } +2024-12-17T05:26:34Z TRACE Outgoing local_update: }, +2024-12-17T05:26:34Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:34Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:34Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:34Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:34Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:34Z TRACE Outgoing local_update: }, +2024-12-17T05:26:34Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:34Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:34Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:34Z TRACE Outgoing local_update: }, +2024-12-17T05:26:34Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:34Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:34Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:34Z TRACE Outgoing local_update: } +2024-12-17T05:26:34Z TRACE Outgoing local_update: } +2024-12-17T05:26:34Z TRACE Outgoing local_update: } +2024-12-17T05:26:34Z TRACE Outgoing local_update: } +2024-12-17T05:26:34Z DEBUG Matched entry 2024-12-17T05:26:24Z NOTICE system.config.apply: success +2024-12-17T05:26:34Z DEBUG Recorded sequence: 1. Wait until system logs level `NOTICE` category `system.config.apply` +2024-12-17T05:26:34Z DEBUG Stage finished waiting for system logs level `NOTICE` category `system.config.apply` at 55s after 1s +2024-12-17T05:26:34Z TRACE Stage resume waiting for executing test at 55s +2024-12-17T05:26:34Z DEBUG stage done waiting for executing test at 55s +2024-12-17T05:26:34Z DEBUG Removing implicit system capability LAST_CONFIG +2024-12-17T05:26:34Z NOTICE RESULT pass system extra_config STABLE 10/10 Sequence complete +2024-12-17T05:26:34Z NOTICE Sequence complete +2024-12-17T05:26:34Z NOTICE ending test extra_config after 55s ################################ diff --git a/validator/sequences/extra_config/state_discovery.attr b/validator/sequences/extra_config/state_discovery.attr new file mode 100644 index 0000000000..1f94e4d92a --- /dev/null +++ b/validator/sequences/extra_config/state_discovery.attr @@ -0,0 +1,10 @@ +{ + "deviceId" : "AHU-1", + "deviceNumId" : "123456789101112", + "deviceRegistryId" : "ZZ-TRI-FECTA_9", + "projectId" : "localhost", + "transactionId" : "MP:ad685211-1", + "publishTime" : "2024-12-17T05:26:24Z", + "subFolder" : "discovery", + "subType" : "state" +} \ No newline at end of file diff --git a/validator/sequences/extra_config/state_discovery.json b/validator/sequences/extra_config/state_discovery.json new file mode 100644 index 0000000000..8d9e0b2f5d --- /dev/null +++ b/validator/sequences/extra_config/state_discovery.json @@ -0,0 +1,5 @@ +{ + "families" : { }, + "timestamp" : "2024-12-17T05:26:24Z", + "version" : "1.5.2" +} \ No newline at end of file diff --git a/validator/sequences/extra_config/state_localnet.attr b/validator/sequences/extra_config/state_localnet.attr index 0da594aed4..c9a43f3a95 100644 --- a/validator/sequences/extra_config/state_localnet.attr +++ b/validator/sequences/extra_config/state_localnet.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_9", "projectId" : "localhost", - "transactionId" : "MP:e87aaabe-1", - "publishTime" : "2024-11-30T14:13:24Z", + "transactionId" : "MP:ad685211-2", + "publishTime" : "2024-12-17T05:26:24Z", "subFolder" : "localnet", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/extra_config/state_localnet.json b/validator/sequences/extra_config/state_localnet.json index 2a80d24e24..87689786a3 100644 --- a/validator/sequences/extra_config/state_localnet.json +++ b/validator/sequences/extra_config/state_localnet.json @@ -1,18 +1,18 @@ { "families" : { "ether" : { - "addr" : "00:0d:3a:5b:f7:5f" + "addr" : "00:0d:3a:62:99:06" }, "ipv4" : { - "addr" : "10.1.0.56" + "addr" : "10.1.0.90" }, "ipv6" : { - "addr" : "fe80::20d:3aff:fe5b:f75f" + "addr" : "fe80::20d:3aff:fe62:9906" }, "vendor" : { "addr" : "28179023" } }, - "timestamp" : "2024-11-30T14:13:24Z", + "timestamp" : "2024-12-17T05:26:24Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/extra_config/state_pointset.attr b/validator/sequences/extra_config/state_pointset.attr index ec432f18c0..89c35ac4b0 100644 --- a/validator/sequences/extra_config/state_pointset.attr +++ b/validator/sequences/extra_config/state_pointset.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_9", "projectId" : "localhost", - "transactionId" : "MP:e87aaabe-2", - "publishTime" : "2024-11-30T14:13:24Z", + "transactionId" : "MP:ad685211-3", + "publishTime" : "2024-12-17T05:26:24Z", "subFolder" : "pointset", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/extra_config/state_pointset.json b/validator/sequences/extra_config/state_pointset.json index ed45693d08..31b7ca16d2 100644 --- a/validator/sequences/extra_config/state_pointset.json +++ b/validator/sequences/extra_config/state_pointset.json @@ -11,6 +11,6 @@ "units" : "Degrees-Celsius" } }, - "timestamp" : "2024-11-30T14:13:24Z", + "timestamp" : "2024-12-17T05:26:24Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/extra_config/state_system.attr b/validator/sequences/extra_config/state_system.attr index 5d81eb1a2b..fe72361e6b 100644 --- a/validator/sequences/extra_config/state_system.attr +++ b/validator/sequences/extra_config/state_system.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_9", "projectId" : "localhost", - "transactionId" : "MP:2bee9fd8-0", - "publishTime" : "2024-11-30T14:13:26Z", + "transactionId" : "MP:ad685211-0", + "publishTime" : "2024-12-17T05:26:24Z", "subFolder" : "system", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/extra_config/state_system.json b/validator/sequences/extra_config/state_system.json index cb52583360..a07ddd095c 100644 --- a/validator/sequences/extra_config/state_system.json +++ b/validator/sequences/extra_config/state_system.json @@ -3,23 +3,23 @@ "make" : "BOS", "model" : "pubber" }, - "last_config" : "2024-11-30T14:13:24Z", + "last_config" : "2024-12-17T05:26:09Z", "operation" : { "operational" : true, - "last_start" : "2024-11-30T14:12:44Z", + "last_start" : "2024-12-17T05:25:35Z", "restart_count" : 1, "mode" : "initial" }, - "serial_no" : "sequencer-21679", + "serial_no" : "sequencer-27990", "software" : { "firmware" : "v1" }, "status" : { "message" : "success", - "category" : "system.config.apply", - "timestamp" : "2024-11-30T14:13:24Z", - "level" : 300 + "category" : "system.config.parse", + "timestamp" : "2024-12-17T05:26:24Z", + "level" : 100 }, - "timestamp" : "2024-11-30T14:13:26Z", + "timestamp" : "2024-12-17T05:26:24Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/extra_config/state_update.attr b/validator/sequences/extra_config/state_update.attr index 3f0e13c5dd..54f03d4fb0 100644 --- a/validator/sequences/extra_config/state_update.attr +++ b/validator/sequences/extra_config/state_update.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_9", "projectId" : "localhost", - "transactionId" : "MP:2bee9fd8", - "publishTime" : "2024-11-30T14:13:26Z", + "transactionId" : "MP:ccc1017c", + "publishTime" : "2024-12-17T05:26:26Z", "subFolder" : "update", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/extra_config/state_update.json b/validator/sequences/extra_config/state_update.json index c200b6ea05..24a8e1bad5 100644 --- a/validator/sequences/extra_config/state_update.json +++ b/validator/sequences/extra_config/state_update.json @@ -1,14 +1,17 @@ { + "discovery" : { + "families" : { } + }, "localnet" : { "families" : { "ether" : { - "addr" : "00:0d:3a:5b:f7:5f" + "addr" : "00:0d:3a:62:99:06" }, "ipv4" : { - "addr" : "10.1.0.56" + "addr" : "10.1.0.90" }, "ipv6" : { - "addr" : "fe80::20d:3aff:fe5b:f75f" + "addr" : "fe80::20d:3aff:fe62:9906" }, "vendor" : { "addr" : "28179023" @@ -30,14 +33,14 @@ } }, "system" : { - "last_config" : "2024-11-30T14:13:24Z", + "last_config" : "2024-12-17T05:26:24Z", "operation" : { "operational" : true, - "last_start" : "2024-11-30T14:12:44Z", + "last_start" : "2024-12-17T05:25:35Z", "restart_count" : 1, "mode" : "initial" }, - "serial_no" : "sequencer-21679", + "serial_no" : "sequencer-27990", "hardware" : { "make" : "BOS", "model" : "pubber" @@ -48,10 +51,10 @@ "status" : { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-11-30T14:13:24Z", + "timestamp" : "2024-12-17T05:26:24Z", "level" : 300 } }, - "timestamp" : "2024-11-30T14:13:26Z", + "timestamp" : "2024-12-17T05:26:26Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/pointset_request_extraneous/config_update.attr b/validator/sequences/pointset_request_extraneous/config_update.attr index 7441347c40..1b1554b516 100644 --- a/validator/sequences/pointset_request_extraneous/config_update.attr +++ b/validator/sequences/pointset_request_extraneous/config_update.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_2", + "deviceRegistryId" : "ZZ-TRI-FECTA_9", "projectId" : "localhost", - "transactionId" : "RC:eea582.00000034", - "publishTime" : "2024-11-06T17:33:54Z", + "transactionId" : "RC:bc7efb.00000033", + "publishTime" : "2024-12-17T05:27:56Z", "subFolder" : "update", "subType" : "config" } \ No newline at end of file diff --git a/validator/sequences/pointset_request_extraneous/config_update.json b/validator/sequences/pointset_request_extraneous/config_update.json index ba68265c84..3d9fbc2d3e 100644 --- a/validator/sequences/pointset_request_extraneous/config_update.json +++ b/validator/sequences/pointset_request_extraneous/config_update.json @@ -1,9 +1,14 @@ { + "discovery" : { + "families" : { + "vendor" : { } + } + }, "localnet" : { "families" : { + "bacnet" : { }, "ether" : { }, "ipv4" : { }, - "ipv6" : { }, "vendor" : { } } }, @@ -26,16 +31,16 @@ }, "system" : { "metrics_rate_sec" : 10, - "min_loglevel" : 200, + "min_loglevel" : 100, "operation" : { - "last_start" : "2024-11-06T17:31:49Z" + "last_start" : "2024-12-17T05:25:35Z" }, "testing" : { - "config_base" : 35, + "config_base" : 33, "sequence_name" : "pointset_request_extraneous", - "transaction_id" : "RC:eea582.00000034" + "transaction_id" : "RC:bc7efb.00000033" } }, - "timestamp" : "2024-11-06T17:33:54Z", - "version" : "git-b2a557d" + "timestamp" : "2024-12-17T05:27:56Z", + "version" : "git-46fef59" } \ No newline at end of file diff --git a/validator/sequences/pointset_request_extraneous/device_system.log b/validator/sequences/pointset_request_extraneous/device_system.log index 1dc4659128..b5222c7a5f 100644 --- a/validator/sequences/pointset_request_extraneous/device_system.log +++ b/validator/sequences/pointset_request_extraneous/device_system.log @@ -1,43 +1,152 @@ -2024-11-06T17:33:11Z INFO device.log Update state 2024-11-06T17:33:11Z last_config 2024-11-06T17:33:10Z -2024-11-06T17:33:13Z INFO device.log Device AHU-1 config handler -2024-11-06T17:33:13Z INFO device.log 2024-11-06T17:33:13Z received config 2024-11-06T17:33:13Z -2024-11-06T17:33:13Z INFO device.log Discovery enumeration at 2024-11-06T17:33:12Z -2024-11-06T17:33:13Z NOTICE system.config.apply success -2024-11-06T17:33:13Z INFO device.log Update state 2024-11-06T17:33:13Z last_config 2024-11-06T17:33:13Z -2024-11-06T17:33:15Z INFO device.log Device AHU-1 config handler -2024-11-06T17:33:15Z INFO device.log 2024-11-06T17:33:15Z received config 2024-11-06T17:33:15Z -2024-11-06T17:33:15Z NOTICE system.config.apply success -2024-11-06T17:33:15Z INFO device.log Update state 2024-11-06T17:33:15Z last_config 2024-11-06T17:33:15Z -2024-11-06T17:33:26Z INFO device.log Update state 2024-11-06T17:33:26Z last_config 2024-11-06T17:33:15Z -2024-11-06T17:33:26Z INFO device.log Device AHU-1 config handler -2024-11-06T17:33:26Z INFO device.log 2024-11-06T17:33:26Z received config 2024-11-06T17:33:26Z -2024-11-06T17:33:26Z NOTICE system.config.apply success -2024-11-06T17:33:26Z INFO device.log Device AHU-1 config handler -2024-11-06T17:33:26Z INFO device.log 2024-11-06T17:33:26Z received config 2024-11-06T17:33:26Z -2024-11-06T17:33:26Z NOTICE system.config.apply success -2024-11-06T17:33:28Z INFO device.log Update state 2024-11-06T17:33:28Z last_config 2024-11-06T17:33:26Z -2024-11-06T17:33:29Z INFO device.log Device AHU-1 config handler -2024-11-06T17:33:29Z INFO device.log 2024-11-06T17:33:29Z received config 2024-11-06T17:33:29Z -2024-11-06T17:33:29Z NOTICE system.config.apply success -2024-11-06T17:33:30Z INFO device.log Update state 2024-11-06T17:33:30Z last_config 2024-11-06T17:33:29Z -2024-11-06T17:33:31Z INFO device.log Device AHU-1 config handler -2024-11-06T17:33:31Z INFO device.log 2024-11-06T17:33:31Z received config 2024-11-06T17:33:31Z -2024-11-06T17:33:31Z NOTICE system.config.apply success -2024-11-06T17:33:31Z INFO device.log 2024-11-06T17:33:31Z sending AHU-1 message #10 with 3 points -2024-11-06T17:33:32Z INFO device.log Update state 2024-11-06T17:33:32Z last_config 2024-11-06T17:33:31Z -2024-11-06T17:33:33Z INFO device.log Device AHU-1 config handler -2024-11-06T17:33:33Z INFO device.log 2024-11-06T17:33:33Z received config 2024-11-06T17:33:33Z -2024-11-06T17:33:33Z NOTICE system.config.apply success -2024-11-06T17:33:34Z INFO device.log Update state 2024-11-06T17:33:34Z last_config 2024-11-06T17:33:33Z -2024-11-06T17:33:34Z INFO device.log 2024-11-06T17:33:34Z received config 2024-11-06T17:33:34Z -2024-11-06T17:33:34Z NOTICE system.config.apply success -2024-11-06T17:33:35Z INFO device.log Device AHU-1 config handler -2024-11-06T17:33:35Z INFO device.log 2024-11-06T17:33:35Z received config 2024-11-06T17:33:35Z -2024-11-06T17:33:35Z NOTICE system.config.apply success -2024-11-06T17:33:36Z INFO device.log Update state 2024-11-06T17:33:36Z last_config 2024-11-06T17:33:35Z -2024-11-06T17:33:43Z INFO device.log Update state 2024-11-06T17:33:43Z last_config 2024-11-06T17:33:35Z -2024-11-06T17:33:43Z INFO device.log Device AHU-1 config handler -2024-11-06T17:33:43Z INFO device.log 2024-11-06T17:33:43Z received config 2024-11-06T17:33:43Z -2024-11-06T17:33:43Z NOTICE system.config.apply success -2024-11-06T17:33:45Z INFO device.log Update state 2024-11-06T17:33:45Z last_config 2024-11-06T17:33:43Z -2024-11-06T17:34:03Z NOTICE validation.feature.sequence Sequence complete +2024-12-17T05:27:16Z INFO device.log sending AHU-1 message #10 with 3 points +2024-12-17T05:27:16Z DEBUG device.log State update defer -6003ms +2024-12-17T05:27:16Z INFO device.log Update state 2024-12-17T05:27:16Z last_config 2024-12-17T05:27:06Z +2024-12-17T05:27:16Z DEBUG device.log State update AHU-1 (scan_single_now) +2024-12-17T05:27:26Z DEBUG system.config.receive success +2024-12-17T05:27:26Z DEBUG device.log State update defer -8125ms +2024-12-17T05:27:26Z INFO device.log Update state 2024-12-17T05:27:26Z last_config 2024-12-17T05:27:06Z +2024-12-17T05:27:26Z DEBUG system.config.parse success +2024-12-17T05:27:26Z INFO device.log Device AHU-1 config handler +2024-12-17T05:27:26Z DEBUG device.log Config update AHU-1 (scan_single_now) +2024-12-17T05:27:26Z DEBUG device.log State update defer 2000ms +2024-12-17T05:27:26Z INFO device.log 2024-12-17T05:27:26Z received config 2024-12-17T05:27:26Z +2024-12-17T05:27:26Z INFO device.log Discovery scan vendor phase stopped as null +2024-12-17T05:27:26Z NOTICE system.config.apply success +2024-12-17T05:27:26Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:26Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:26Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:26Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:26Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:26Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:26Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:26Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:26Z DEBUG system.config.receive success +2024-12-17T05:27:26Z DEBUG device.log State update defer 1940ms +2024-12-17T05:27:26Z DEBUG system.config.parse success +2024-12-17T05:27:26Z INFO device.log Device AHU-1 config handler +2024-12-17T05:27:26Z DEBUG device.log Config update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:26Z INFO device.log 2024-12-17T05:27:26Z received config 2024-12-17T05:27:26Z +2024-12-17T05:27:26Z INFO device.log Discovery scan vendor phase stopped as null +2024-12-17T05:27:26Z NOTICE system.config.apply success +2024-12-17T05:27:26Z DEBUG device.log State update defer 1938ms +2024-12-17T05:27:26Z DEBUG device.log State update defer 1938ms +2024-12-17T05:27:26Z DEBUG device.log State update defer 1938ms +2024-12-17T05:27:26Z DEBUG device.log State update defer 1938ms +2024-12-17T05:27:26Z DEBUG device.log State update defer 1938ms +2024-12-17T05:27:28Z DEBUG device.log State update defer 0ms +2024-12-17T05:27:28Z INFO device.log Update state 2024-12-17T05:27:28Z last_config 2024-12-17T05:27:26Z +2024-12-17T05:27:28Z DEBUG device.log State update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:30Z DEBUG system.config.receive success +2024-12-17T05:27:30Z DEBUG device.log State update defer -51ms +2024-12-17T05:27:30Z INFO device.log Update state 2024-12-17T05:27:30Z last_config 2024-12-17T05:27:26Z +2024-12-17T05:27:30Z DEBUG system.config.parse success +2024-12-17T05:27:30Z INFO device.log Device AHU-1 config handler +2024-12-17T05:27:30Z DEBUG device.log State update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:30Z DEBUG device.log Config update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:30Z DEBUG device.log State update defer 2000ms +2024-12-17T05:27:30Z INFO device.log 2024-12-17T05:27:30Z received config 2024-12-17T05:27:30Z +2024-12-17T05:27:30Z INFO device.log Discovery scan vendor phase stopped as null +2024-12-17T05:27:30Z NOTICE system.config.apply success +2024-12-17T05:27:30Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:30Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:30Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:30Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:30Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:32Z DEBUG device.log State update defer 0ms +2024-12-17T05:27:32Z INFO device.log Update state 2024-12-17T05:27:32Z last_config 2024-12-17T05:27:30Z +2024-12-17T05:27:32Z DEBUG device.log State update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:35Z DEBUG system.config.receive success +2024-12-17T05:27:35Z DEBUG device.log State update defer -91ms +2024-12-17T05:27:35Z INFO device.log Update state 2024-12-17T05:27:35Z last_config 2024-12-17T05:27:30Z +2024-12-17T05:27:35Z DEBUG system.config.parse success +2024-12-17T05:27:35Z INFO device.log Device AHU-1 config handler +2024-12-17T05:27:35Z DEBUG device.log Config update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:35Z DEBUG device.log State update defer 2000ms +2024-12-17T05:27:35Z INFO device.log 2024-12-17T05:27:35Z received config 2024-12-17T05:27:34Z +2024-12-17T05:27:35Z INFO device.log Discovery scan vendor phase stopped as null +2024-12-17T05:27:35Z NOTICE system.config.apply success +2024-12-17T05:27:35Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:35Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:35Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:35Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:35Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:35Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:35Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:35Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:36Z DEBUG device.log State update defer 867ms +2024-12-17T05:27:37Z DEBUG device.log State update defer 0ms +2024-12-17T05:27:37Z INFO device.log Update state 2024-12-17T05:27:37Z last_config 2024-12-17T05:27:34Z +2024-12-17T05:27:37Z DEBUG device.log State update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:39Z DEBUG system.config.receive success +2024-12-17T05:27:39Z DEBUG device.log State update defer -103ms +2024-12-17T05:27:39Z INFO device.log Update state 2024-12-17T05:27:39Z last_config 2024-12-17T05:27:34Z +2024-12-17T05:27:39Z DEBUG system.config.parse success +2024-12-17T05:27:39Z DEBUG device.log State update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:39Z DEBUG device.log Config update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:39Z DEBUG device.log State update defer 2000ms +2024-12-17T05:27:39Z INFO device.log 2024-12-17T05:27:39Z received config 2024-12-17T05:27:39Z +2024-12-17T05:27:39Z INFO device.log Discovery scan vendor phase stopped as null +2024-12-17T05:27:39Z NOTICE system.config.apply success +2024-12-17T05:27:39Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:40Z DEBUG system.config.receive success +2024-12-17T05:27:40Z DEBUG device.log State update defer 797ms +2024-12-17T05:27:40Z DEBUG system.config.parse success +2024-12-17T05:27:40Z INFO device.log Device AHU-1 config handler +2024-12-17T05:27:40Z DEBUG device.log Config update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:40Z INFO device.log 2024-12-17T05:27:40Z received config 2024-12-17T05:27:40Z +2024-12-17T05:27:40Z INFO device.log Discovery scan vendor phase stopped as null +2024-12-17T05:27:40Z NOTICE system.config.apply success +2024-12-17T05:27:40Z DEBUG device.log State update defer 795ms +2024-12-17T05:27:40Z DEBUG device.log State update defer 795ms +2024-12-17T05:27:40Z DEBUG device.log State update defer 794ms +2024-12-17T05:27:40Z DEBUG device.log State update defer 794ms +2024-12-17T05:27:40Z DEBUG device.log State update defer 794ms +2024-12-17T05:27:40Z DEBUG device.log State update defer 794ms +2024-12-17T05:27:41Z DEBUG device.log State update defer 0ms +2024-12-17T05:27:41Z INFO device.log Update state 2024-12-17T05:27:41Z last_config 2024-12-17T05:27:40Z +2024-12-17T05:27:41Z DEBUG device.log State update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:41Z DEBUG system.config.receive success +2024-12-17T05:27:41Z DEBUG device.log State update defer 1596ms +2024-12-17T05:27:41Z DEBUG system.config.parse success +2024-12-17T05:27:41Z INFO device.log Device AHU-1 config handler +2024-12-17T05:27:41Z DEBUG device.log Config update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:41Z INFO device.log 2024-12-17T05:27:41Z received config 2024-12-17T05:27:41Z +2024-12-17T05:27:41Z INFO device.log Discovery scan vendor phase stopped as null +2024-12-17T05:27:41Z NOTICE system.config.apply success +2024-12-17T05:27:41Z DEBUG device.log State update defer 1595ms +2024-12-17T05:27:41Z DEBUG device.log State update defer 1594ms +2024-12-17T05:27:41Z DEBUG device.log State update defer 1594ms +2024-12-17T05:27:42Z DEBUG system.config.receive success +2024-12-17T05:27:42Z DEBUG device.log State update defer 487ms +2024-12-17T05:27:42Z DEBUG system.config.parse success +2024-12-17T05:27:42Z INFO device.log Device AHU-1 config handler +2024-12-17T05:27:42Z DEBUG device.log Config update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:42Z INFO device.log 2024-12-17T05:27:42Z received config 2024-12-17T05:27:42Z +2024-12-17T05:27:42Z INFO device.log Discovery scan vendor phase stopped as null +2024-12-17T05:27:42Z NOTICE system.config.apply success +2024-12-17T05:27:42Z DEBUG device.log State update defer 485ms +2024-12-17T05:27:42Z DEBUG device.log State update defer 484ms +2024-12-17T05:27:43Z DEBUG device.log State update defer 0ms +2024-12-17T05:27:43Z INFO device.log Update state 2024-12-17T05:27:43Z last_config 2024-12-17T05:27:42Z +2024-12-17T05:27:43Z DEBUG device.log State update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:47Z DEBUG system.config.receive success +2024-12-17T05:27:47Z DEBUG device.log State update defer -2051ms +2024-12-17T05:27:47Z INFO device.log Update state 2024-12-17T05:27:47Z last_config 2024-12-17T05:27:42Z +2024-12-17T05:27:47Z DEBUG system.config.parse success +2024-12-17T05:27:47Z DEBUG device.log State update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:47Z INFO device.log Device AHU-1 config handler +2024-12-17T05:27:47Z DEBUG device.log Config update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:47Z DEBUG device.log State update defer 2000ms +2024-12-17T05:27:47Z INFO device.log 2024-12-17T05:27:47Z received config 2024-12-17T05:27:47Z +2024-12-17T05:27:47Z DEBUG device.log Restoring unknown point extraneous_point +2024-12-17T05:27:47Z INFO device.log Discovery scan vendor phase stopped as null +2024-12-17T05:27:47Z NOTICE system.config.apply success +2024-12-17T05:27:47Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:47Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:47Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:47Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:47Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:49Z DEBUG device.log State update defer 0ms +2024-12-17T05:27:49Z INFO device.log Update state 2024-12-17T05:27:49Z last_config 2024-12-17T05:27:47Z +2024-12-17T05:27:49Z DEBUG device.log State update AHU-1 (pointset_request_extraneous) +2024-12-17T05:28:06Z NOTICE validation.feature.sequence Sequence complete diff --git a/validator/sequences/pointset_request_extraneous/events_pointset.attr b/validator/sequences/pointset_request_extraneous/events_pointset.attr index 62c0bf3e5c..0bd3223b72 100644 --- a/validator/sequences/pointset_request_extraneous/events_pointset.attr +++ b/validator/sequences/pointset_request_extraneous/events_pointset.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_2", + "deviceRegistryId" : "ZZ-TRI-FECTA_9", "projectId" : "localhost", - "transactionId" : "MP:219a86b6", - "publishTime" : "2024-11-06T17:34:01Z", + "transactionId" : "MP:4a3f172f", + "publishTime" : "2024-12-17T05:28:06Z", "subFolder" : "pointset", "subType" : "events" } \ No newline at end of file diff --git a/validator/sequences/pointset_request_extraneous/events_pointset.json b/validator/sequences/pointset_request_extraneous/events_pointset.json index eeff05d332..7bc175c8aa 100644 --- a/validator/sequences/pointset_request_extraneous/events_pointset.json +++ b/validator/sequences/pointset_request_extraneous/events_pointset.json @@ -1,15 +1,15 @@ { "points" : { "filter_alarm_pressure_status" : { - "present_value" : true + "present_value" : false }, "filter_differential_pressure_setpoint" : { "present_value" : 98 }, "filter_differential_pressure_sensor" : { - "present_value" : 12 + "present_value" : 10 } }, - "timestamp" : "2024-11-06T17:34:01Z", + "timestamp" : "2024-12-17T05:28:06Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/pointset_request_extraneous/events_system.attr b/validator/sequences/pointset_request_extraneous/events_system.attr index 7cc24f557e..3877b6e22a 100644 --- a/validator/sequences/pointset_request_extraneous/events_system.attr +++ b/validator/sequences/pointset_request_extraneous/events_system.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_2", + "deviceRegistryId" : "ZZ-TRI-FECTA_9", "projectId" : "localhost", - "transactionId" : "MP:7284cd1f", - "publishTime" : "2024-11-06T17:33:51Z", + "transactionId" : "MP:58d62972", + "publishTime" : "2024-12-17T05:27:56Z", "subFolder" : "system", "subType" : "events" } \ No newline at end of file diff --git a/validator/sequences/pointset_request_extraneous/events_system.json b/validator/sequences/pointset_request_extraneous/events_system.json index 217d6d513a..650b6eecfa 100644 --- a/validator/sequences/pointset_request_extraneous/events_system.json +++ b/validator/sequences/pointset_request_extraneous/events_system.json @@ -1,36 +1,114 @@ { - "event_no" : 14, - "last_config" : "2024-11-06T17:33:43Z", + "event_no" : 15, + "last_config" : "2024-12-17T05:27:47Z", "logentries" : [ { - "message" : "Update state 2024-11-06T17:33:43Z last_config 2024-11-06T17:33:35Z", + "message" : "success", + "category" : "system.config.receive", + "timestamp" : "2024-12-17T05:27:47Z", + "level" : 100 + }, { + "message" : "State update defer -2051ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:27:47Z", + "level" : 100 + }, { + "message" : "Update state 2024-12-17T05:27:47Z last_config 2024-12-17T05:27:42Z", "category" : "device.log", - "timestamp" : "2024-11-06T17:33:43Z", + "timestamp" : "2024-12-17T05:27:47Z", "level" : 200 + }, { + "message" : "success", + "category" : "system.config.parse", + "timestamp" : "2024-12-17T05:27:47Z", + "level" : 100 + }, { + "message" : "State update AHU-1 (pointset_request_extraneous)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:27:47Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-17T05:27:42Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-17T05:25:35Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-27990\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.receive\",\n \"timestamp\" : \"2024-12-17T05:27:47Z\",\n \"level\" : 100\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : {\n \"phase\" : \"stopped\",\n \"active_count\" : 3\n }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"00:0d:3a:62:99:06\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.90\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::20d:3aff:fe62:9906\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:27:47Z", + "level" : 100 }, { "message" : "Device AHU-1 config handler", "category" : "device.log", - "timestamp" : "2024-11-06T17:33:43Z", + "timestamp" : "2024-12-17T05:27:47Z", "level" : 200 }, { - "message" : "2024-11-06T17:33:43Z received config 2024-11-06T17:33:43Z", + "message" : "Config update AHU-1 (pointset_request_extraneous)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:27:47Z\",\n \"version\" : \"git-46fef59\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-17T05:25:35Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"pointset_request_extraneous\",\n \"transaction_id\" : \"RC:bc7efb.00000032\",\n \"config_base\" : 32\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : { }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"sample_rate_sec\" : 10,\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"extraneous_point\" : { },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", "category" : "device.log", - "timestamp" : "2024-11-06T17:33:43Z", + "timestamp" : "2024-12-17T05:27:47Z", + "level" : 100 + }, { + "message" : "State update defer 2000ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:27:47Z", + "level" : 100 + }, { + "message" : "2024-12-17T05:27:47Z received config 2024-12-17T05:27:47Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:27:47Z", + "level" : 200 + }, { + "message" : "Restoring unknown point extraneous_point", + "category" : "device.log", + "timestamp" : "2024-12-17T05:27:47Z", + "level" : 100 + }, { + "message" : "Discovery scan vendor phase stopped as null", + "category" : "device.log", + "timestamp" : "2024-12-17T05:27:47Z", "level" : 200 }, { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-11-06T17:33:43Z", + "timestamp" : "2024-12-17T05:27:47Z", "level" : 300 }, { - "message" : "Update state 2024-11-06T17:33:45Z last_config 2024-11-06T17:33:43Z", + "message" : "State update defer 1999ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:27:47Z", + "level" : 100 + }, { + "message" : "State update defer 1999ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:27:47Z", + "level" : 100 + }, { + "message" : "State update defer 1999ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:27:47Z", + "level" : 100 + }, { + "message" : "State update defer 1999ms", "category" : "device.log", - "timestamp" : "2024-11-06T17:33:45Z", + "timestamp" : "2024-12-17T05:27:47Z", + "level" : 100 + }, { + "message" : "State update defer 1999ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:27:47Z", + "level" : 100 + }, { + "message" : "State update defer 0ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:27:49Z", + "level" : 100 + }, { + "message" : "Update state 2024-12-17T05:27:49Z last_config 2024-12-17T05:27:47Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:27:49Z", "level" : 200 + }, { + "message" : "State update AHU-1 (pointset_request_extraneous)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:27:49Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-17T05:27:47Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-17T05:25:35Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-27990\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.apply\",\n \"timestamp\" : \"2024-12-17T05:27:47Z\",\n \"level\" : 300\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : {\n \"phase\" : \"stopped\",\n \"active_count\" : 3\n }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"00:0d:3a:62:99:06\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.90\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::20d:3aff:fe62:9906\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n },\n \"extraneous_point\" : {\n \"status\" : {\n \"message\" : \"Unknown configured point extraneous_point\",\n \"category\" : \"pointset.point.invalid\",\n \"timestamp\" : \"2024-12-17T05:27:47Z\",\n \"level\" : 500\n }\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:27:49Z", + "level" : 100 } ], "metrics" : { "mem_total_mb" : 254.0, - "mem_free_mb" : 182.8931427001953 + "mem_free_mb" : 200.38387298583984 }, - "timestamp" : "2024-11-06T17:33:51Z", + "timestamp" : "2024-12-17T05:27:56Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/pointset_request_extraneous/local_discovery.json b/validator/sequences/pointset_request_extraneous/local_discovery.json new file mode 100644 index 0000000000..4c564e79f0 --- /dev/null +++ b/validator/sequences/pointset_request_extraneous/local_discovery.json @@ -0,0 +1,5 @@ +{ + "families" : { + "vendor" : { } + } +} \ No newline at end of file diff --git a/validator/sequences/pointset_request_extraneous/local_localnet.json b/validator/sequences/pointset_request_extraneous/local_localnet.json index 97598c144b..4b6e825e32 100644 --- a/validator/sequences/pointset_request_extraneous/local_localnet.json +++ b/validator/sequences/pointset_request_extraneous/local_localnet.json @@ -3,6 +3,6 @@ "ether" : { }, "ipv4" : { }, "vendor" : { }, - "ipv6" : { } + "bacnet" : { } } } \ No newline at end of file diff --git a/validator/sequences/pointset_request_extraneous/local_system.json b/validator/sequences/pointset_request_extraneous/local_system.json index 4b50044ec9..9bccf0261d 100644 --- a/validator/sequences/pointset_request_extraneous/local_system.json +++ b/validator/sequences/pointset_request_extraneous/local_system.json @@ -1,8 +1,8 @@ { - "min_loglevel" : 200, + "min_loglevel" : 100, "metrics_rate_sec" : 10, "operation" : { - "last_start" : "2024-11-06T17:31:49Z" + "last_start" : "2024-12-17T05:25:35Z" }, "testing" : { "sequence_name" : "pointset_request_extraneous" diff --git a/validator/sequences/pointset_request_extraneous/local_update.json b/validator/sequences/pointset_request_extraneous/local_update.json index 4efd626410..17c95dc98d 100644 --- a/validator/sequences/pointset_request_extraneous/local_update.json +++ b/validator/sequences/pointset_request_extraneous/local_update.json @@ -1,22 +1,27 @@ { - "timestamp" : "2024-11-06T17:33:54Z", - "version" : "@@@cloud udmi version###git-b2a557d", + "timestamp" : "2024-12-17T05:27:56Z", + "version" : "@@@cloud udmi version###git-46fef59", "system" : { - "min_loglevel" : 200, + "min_loglevel" : 100, "metrics_rate_sec" : 10, "operation" : { - "last_start" : "2024-11-06T17:31:49Z" + "last_start" : "2024-12-17T05:25:35Z" }, "testing" : { "sequence_name" : "pointset_request_extraneous" } }, + "discovery" : { + "families" : { + "vendor" : { } + } + }, "localnet" : { "families" : { "ether" : { }, "ipv4" : { }, "vendor" : { }, - "ipv6" : { } + "bacnet" : { } } }, "pointset" : { diff --git a/validator/sequences/pointset_request_extraneous/sequence.md b/validator/sequences/pointset_request_extraneous/sequence.md index dfacf17105..ae83efa82a 100644 --- a/validator/sequences/pointset_request_extraneous/sequence.md +++ b/validator/sequences/pointset_request_extraneous/sequence.md @@ -3,7 +3,7 @@ Check error when pointset configuration contains extraneous point -1. Update config Before pointset state matches config +1. Update config before pointset state matches config * Add `pointset.sample_rate_sec` = `10` 1. Wait until pointset state matches config 1. Wait until pointset event contains correct points diff --git a/validator/sequences/pointset_request_extraneous/sequencer.log b/validator/sequences/pointset_request_extraneous/sequencer.log index 6653b32ddc..42444a3532 100644 --- a/validator/sequences/pointset_request_extraneous/sequencer.log +++ b/validator/sequences/pointset_request_extraneous/sequencer.log @@ -1,2000 +1,2736 @@ -2024-11-06T17:33:17Z NOTICE starting test pointset_request_extraneous ################################ -2024-11-06T17:33:17Z INFO Stage start waiting for starting test wrapper at 0s -2024-11-06T17:33:25Z DEBUG Allowing device state change (everything) -2024-11-06T17:33:25Z DEBUG Starting reset_config full reset true -2024-11-06T17:33:25Z DEBUG Clear configTransactions and reset device config -2024-11-06T17:33:25Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:33:25Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z -2024-11-06T17:33:25Z DEBUG last_start changed true, last_start 1970-01-01T00:01:13Z -2024-11-06T17:33:25Z DEBUG extraFieldChanged false because extra_field null -2024-11-06T17:33:25Z DEBUG extraFieldChanged true because extra_field reset_config -2024-11-06T17:33:25Z DEBUG Clear configTransactions and reset device config -2024-11-06T17:33:25Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:33:25Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z -2024-11-06T17:33:25Z DEBUG last_start changed true, last_start 1970-01-01T00:01:13Z -2024-11-06T17:33:25Z DEBUG extraFieldChanged true because extra_field null -2024-11-06T17:33:26Z TRACE updated check config_update: true -2024-11-06T17:33:26Z DEBUG update config_update, adding configTransaction RC:eea582.0000002a -2024-11-06T17:33:26Z TRACE local local_update: { -2024-11-06T17:33:26Z TRACE local local_update: "version" : "@@@cloud udmi version###1.5.2", -2024-11-06T17:33:26Z TRACE local local_update: "system" : { -2024-11-06T17:33:26Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:33:26Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:33:26Z TRACE local local_update: "operation" : { -2024-11-06T17:33:26Z TRACE local local_update: "last_start" : "1970-01-01T00:01:13Z" -2024-11-06T17:33:26Z TRACE local local_update: }, -2024-11-06T17:33:26Z TRACE local local_update: "testing" : { -2024-11-06T17:33:26Z TRACE local local_update: "sequence_name" : "pointset_request_extraneous" -2024-11-06T17:33:26Z TRACE local local_update: } -2024-11-06T17:33:26Z TRACE local local_update: }, -2024-11-06T17:33:26Z TRACE local local_update: "localnet" : { -2024-11-06T17:33:26Z TRACE local local_update: "families" : { -2024-11-06T17:33:26Z TRACE local local_update: "ether" : { }, -2024-11-06T17:33:26Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:33:26Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:33:26Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:33:26Z TRACE local local_update: } -2024-11-06T17:33:26Z TRACE local local_update: }, -2024-11-06T17:33:26Z TRACE local local_update: "pointset" : { -2024-11-06T17:33:26Z TRACE local local_update: "points" : { -2024-11-06T17:33:26Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:26Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:33:26Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:33:26Z TRACE local local_update: }, -2024-11-06T17:33:26Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:33:26Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:33:26Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:33:26Z TRACE local local_update: }, -2024-11-06T17:33:26Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:26Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:33:26Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:33:26Z TRACE local local_update: } -2024-11-06T17:33:26Z TRACE local local_update: } -2024-11-06T17:33:26Z TRACE local local_update: } -2024-11-06T17:33:26Z TRACE local local_update: } -2024-11-06T17:33:26Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:33:26Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-11-06T17:33:26Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:33:26Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-11-06T17:33:26Z DEBUG Saving pre-config state timestamp null -2024-11-06T17:33:26Z DEBUG Update lastConfigUpdate 2024-11-06T17:33:26Z, because soft reset -2024-11-06T17:33:26Z TRACE Stage suspend waiting for starting test wrapper at 9s -2024-11-06T17:33:26Z INFO Stage start waiting for config update synchronized at 9s -2024-11-06T17:33:26Z TRACE received command AHU-1/state/system -2024-11-06T17:33:26Z TRACE received state_system: { -2024-11-06T17:33:26Z TRACE received state_system: "hardware" : { -2024-11-06T17:33:26Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:33:26Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:33:26Z TRACE received state_system: }, -2024-11-06T17:33:26Z TRACE received state_system: "last_config" : "2024-11-06T17:33:15Z", -2024-11-06T17:33:26Z TRACE received state_system: "operation" : { -2024-11-06T17:33:26Z TRACE received state_system: "operational" : true, -2024-11-06T17:33:26Z TRACE received state_system: "last_start" : "2024-11-06T17:31:49Z", -2024-11-06T17:33:26Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:33:26Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:33:26Z TRACE received state_system: }, -2024-11-06T17:33:26Z TRACE received state_system: "serial_no" : "sequencer-7871", -2024-11-06T17:33:26Z TRACE received state_system: "software" : { -2024-11-06T17:33:26Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:33:26Z TRACE received state_system: }, -2024-11-06T17:33:26Z TRACE received state_system: "status" : { -2024-11-06T17:33:26Z TRACE received state_system: "message" : "success", -2024-11-06T17:33:26Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:33:26Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:15Z", -2024-11-06T17:33:26Z TRACE received state_system: "level" : 300 -2024-11-06T17:33:26Z TRACE received state_system: }, -2024-11-06T17:33:26Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:15Z", -2024-11-06T17:33:26Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:33:26Z TRACE received state_system: } -2024-11-06T17:33:26Z DEBUG Handling device message state_system MP:3af8a780-0 -2024-11-06T17:33:26Z TRACE Ignoring partial state update -2024-11-06T17:33:26Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:33:26Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-11-06T17:33:26Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:33:26Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-06T17:33:26Z TRACE received command AHU-1/state/discovery -2024-11-06T17:33:26Z TRACE received state_discovery: { -2024-11-06T17:33:26Z TRACE received state_discovery: "timestamp" : "2024-11-06T17:33:15Z", -2024-11-06T17:33:26Z TRACE received state_discovery: "version" : "1.5.2" -2024-11-06T17:33:26Z TRACE received state_discovery: } -2024-11-06T17:33:26Z DEBUG Handling device message state_discovery MP:3af8a780-1 -2024-11-06T17:33:26Z TRACE Ignoring partial state update -2024-11-06T17:33:26Z TRACE received command AHU-1/state/localnet -2024-11-06T17:33:26Z TRACE received state_localnet: { -2024-11-06T17:33:26Z TRACE received state_localnet: "families" : { -2024-11-06T17:33:26Z TRACE received state_localnet: "ether" : { -2024-11-06T17:33:26Z TRACE received state_localnet: "addr" : "7c:1e:52:59:f6:f5" -2024-11-06T17:33:26Z TRACE received state_localnet: }, -2024-11-06T17:33:26Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:33:26Z TRACE received state_localnet: "addr" : "10.1.0.159" -2024-11-06T17:33:26Z TRACE received state_localnet: }, -2024-11-06T17:33:26Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:33:26Z TRACE received state_localnet: "addr" : "fe80::7e1e:52ff:fe59:f6f5" -2024-11-06T17:33:26Z TRACE received state_localnet: }, -2024-11-06T17:33:26Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:33:26Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:33:26Z TRACE received state_localnet: } -2024-11-06T17:33:26Z TRACE received state_localnet: }, -2024-11-06T17:33:26Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:33:15Z", -2024-11-06T17:33:26Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:33:26Z TRACE received state_localnet: } -2024-11-06T17:33:26Z DEBUG Handling device message state_localnet MP:3af8a780-2 -2024-11-06T17:33:26Z TRACE Ignoring partial state update -2024-11-06T17:33:26Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:33:26Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-11-06T17:33:26Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:33:26Z TRACE received command AHU-1/state/pointset -2024-11-06T17:33:26Z TRACE received state_pointset: { -2024-11-06T17:33:26Z TRACE received state_pointset: "points" : { -2024-11-06T17:33:26Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:26Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:33:26Z TRACE received state_pointset: }, -2024-11-06T17:33:26Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:26Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:33:26Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:33:26Z TRACE received state_pointset: }, -2024-11-06T17:33:26Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:26Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:33:26Z TRACE received state_pointset: } -2024-11-06T17:33:26Z TRACE received state_pointset: }, -2024-11-06T17:33:26Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:33:15Z", -2024-11-06T17:33:26Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:33:26Z TRACE received state_pointset: } -2024-11-06T17:33:26Z DEBUG Handling device message state_pointset MP:3af8a780-3 -2024-11-06T17:33:26Z TRACE Ignoring partial state update -2024-11-06T17:33:26Z TRACE received command AHU-1/events/pointset -2024-11-06T17:33:26Z TRACE received events_pointset: { -2024-11-06T17:33:26Z TRACE received events_pointset: "points" : { -2024-11-06T17:33:26Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:26Z TRACE received events_pointset: "present_value" : false -2024-11-06T17:33:26Z TRACE received events_pointset: }, -2024-11-06T17:33:26Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:26Z TRACE received events_pointset: "present_value" : 98 -2024-11-06T17:33:26Z TRACE received events_pointset: }, -2024-11-06T17:33:26Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:26Z TRACE received events_pointset: "present_value" : 12 -2024-11-06T17:33:26Z TRACE received events_pointset: } -2024-11-06T17:33:26Z TRACE received events_pointset: }, -2024-11-06T17:33:26Z TRACE received events_pointset: "timestamp" : "2024-11-06T17:33:21Z", -2024-11-06T17:33:26Z TRACE received events_pointset: "version" : "1.5.2" -2024-11-06T17:33:26Z TRACE received events_pointset: } -2024-11-06T17:33:26Z DEBUG Handling device message events_pointset MP:e1847640 -2024-11-06T17:33:26Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:33:26Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-11-06T17:33:26Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:33:26Z TRACE received command AHU-1/events/system -2024-11-06T17:33:26Z DEBUG received events_system 2024-11-06T17:33:11Z INFO device.log: Update state 2024-11-06T17:33:11Z last_config 2024-11-06T17:33:10Z -2024-11-06T17:33:26Z DEBUG received events_system 2024-11-06T17:33:13Z INFO device.log: Device AHU-1 config handler -2024-11-06T17:33:26Z DEBUG received events_system 2024-11-06T17:33:13Z INFO device.log: 2024-11-06T17:33:13Z received config 2024-11-06T17:33:13Z -2024-11-06T17:33:26Z DEBUG received events_system 2024-11-06T17:33:13Z INFO device.log: Discovery enumeration at 2024-11-06T17:33:12Z -2024-11-06T17:33:26Z DEBUG received events_system 2024-11-06T17:33:13Z NOTICE system.config.apply: success -2024-11-06T17:33:26Z DEBUG received events_system 2024-11-06T17:33:13Z INFO device.log: Update state 2024-11-06T17:33:13Z last_config 2024-11-06T17:33:13Z -2024-11-06T17:33:26Z DEBUG received events_system 2024-11-06T17:33:15Z INFO device.log: Device AHU-1 config handler -2024-11-06T17:33:26Z DEBUG received events_system 2024-11-06T17:33:15Z INFO device.log: 2024-11-06T17:33:15Z received config 2024-11-06T17:33:15Z -2024-11-06T17:33:26Z DEBUG received events_system 2024-11-06T17:33:15Z NOTICE system.config.apply: success -2024-11-06T17:33:26Z DEBUG received events_system 2024-11-06T17:33:15Z INFO device.log: Update state 2024-11-06T17:33:15Z last_config 2024-11-06T17:33:15Z -2024-11-06T17:33:26Z DEBUG Handling device message events_system MP:0d08af62 -2024-11-06T17:33:26Z TRACE received command AHU-1/state/update -2024-11-06T17:33:26Z DEBUG received state_update -2024-11-06T17:33:26Z DEBUG Handling update message state_update MP:9af551ff -2024-11-06T17:33:26Z DEBUG Updated state after 0s 2024-11-06T17:33:26Z MP:9af551ff -2024-11-06T17:33:26Z INFO Updated state #031: Changed 4 fields: -2024-11-06T17:33:26Z INFO Updated state #031: Set `system.status.level` = `100` -2024-11-06T17:33:26Z INFO Updated state #031: Set `system.status.category` = `system.config.parse` -2024-11-06T17:33:26Z INFO Updated state #031: Set `system.status.timestamp` = `2024-11-06T17:33:26Z` -2024-11-06T17:33:26Z INFO Updated state #031: Set `timestamp` = `2024-11-06T17:33:26Z` -2024-11-06T17:33:26Z NOTICE Received serial number sequencer-7871 -2024-11-06T17:33:26Z DEBUG Updated state has last_config 2024-11-06T17:33:15Z (expecting null) -2024-11-06T17:33:26Z DEBUG Detail config update synchronized is now: last_start not synced in config, config transactions not cleared, last_config not synced in state -2024-11-06T17:33:26Z TRACE received command AHU-1/config/update -2024-11-06T17:33:26Z DEBUG received config_update -2024-11-06T17:33:26Z DEBUG Handling update message config_update RC:eea582.0000002a -2024-11-06T17:33:26Z DEBUG Removed configTransaction RC:eea582.0000002a -2024-11-06T17:33:26Z DEBUG last_start changed false, last_start 1970-01-01T00:01:13Z -2024-11-06T17:33:26Z DEBUG Updated config 2024-11-06T17:33:26Z RC:eea582.0000002a -2024-11-06T17:33:26Z INFO Updated config #027: Changed 2 fields: -2024-11-06T17:33:26Z INFO Updated config #027: Set `system.testing.sequence_name` = `pointset_request_extraneous` -2024-11-06T17:33:26Z INFO Updated config #027: Remove `discovery` -2024-11-06T17:33:26Z TRACE received command AHU-1/state/system -2024-11-06T17:33:26Z TRACE received state_system: { -2024-11-06T17:33:26Z TRACE received state_system: "hardware" : { -2024-11-06T17:33:26Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:33:26Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:33:26Z TRACE received state_system: }, -2024-11-06T17:33:26Z TRACE received state_system: "last_config" : "2024-11-06T17:33:15Z", -2024-11-06T17:33:26Z TRACE received state_system: "operation" : { -2024-11-06T17:33:26Z TRACE received state_system: "operational" : true, -2024-11-06T17:33:26Z TRACE received state_system: "last_start" : "2024-11-06T17:31:49Z", -2024-11-06T17:33:26Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:33:26Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:33:26Z TRACE received state_system: }, -2024-11-06T17:33:26Z TRACE received state_system: "serial_no" : "sequencer-7871", -2024-11-06T17:33:26Z TRACE received state_system: "software" : { -2024-11-06T17:33:26Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:33:26Z TRACE received state_system: }, -2024-11-06T17:33:26Z TRACE received state_system: "status" : { -2024-11-06T17:33:26Z TRACE received state_system: "message" : "success", -2024-11-06T17:33:26Z TRACE received state_system: "category" : "system.config.parse", -2024-11-06T17:33:26Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:26Z", -2024-11-06T17:33:26Z TRACE received state_system: "level" : 100 -2024-11-06T17:33:26Z TRACE received state_system: }, -2024-11-06T17:33:26Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:26Z", -2024-11-06T17:33:26Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:33:26Z TRACE received state_system: } -2024-11-06T17:33:26Z DEBUG Handling device message state_system MP:9af551ff-0 -2024-11-06T17:33:26Z TRACE Ignoring partial state update -2024-11-06T17:33:26Z DEBUG Detail config update synchronized is now: last_start not synced in config, last_config not synced in state -2024-11-06T17:33:26Z TRACE received command AHU-1/state/discovery -2024-11-06T17:33:26Z TRACE received state_discovery: { -2024-11-06T17:33:26Z TRACE received state_discovery: "timestamp" : "2024-11-06T17:33:26Z", -2024-11-06T17:33:26Z TRACE received state_discovery: "version" : "1.5.2" -2024-11-06T17:33:26Z TRACE received state_discovery: } -2024-11-06T17:33:26Z DEBUG Handling device message state_discovery MP:9af551ff-1 -2024-11-06T17:33:26Z TRACE Ignoring partial state update -2024-11-06T17:33:26Z TRACE received command AHU-1/state/localnet -2024-11-06T17:33:26Z TRACE received state_localnet: { -2024-11-06T17:33:26Z TRACE received state_localnet: "families" : { -2024-11-06T17:33:26Z TRACE received state_localnet: "ether" : { -2024-11-06T17:33:26Z TRACE received state_localnet: "addr" : "7c:1e:52:59:f6:f5" -2024-11-06T17:33:26Z TRACE received state_localnet: }, -2024-11-06T17:33:26Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:33:26Z TRACE received state_localnet: "addr" : "10.1.0.159" -2024-11-06T17:33:26Z TRACE received state_localnet: }, -2024-11-06T17:33:26Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:33:26Z TRACE received state_localnet: "addr" : "fe80::7e1e:52ff:fe59:f6f5" -2024-11-06T17:33:26Z TRACE received state_localnet: }, -2024-11-06T17:33:26Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:33:26Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:33:26Z TRACE received state_localnet: } -2024-11-06T17:33:26Z TRACE received state_localnet: }, -2024-11-06T17:33:26Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:33:26Z", -2024-11-06T17:33:26Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:33:26Z TRACE received state_localnet: } -2024-11-06T17:33:26Z DEBUG Handling device message state_localnet MP:9af551ff-2 -2024-11-06T17:33:26Z TRACE Ignoring partial state update -2024-11-06T17:33:26Z TRACE received command AHU-1/state/pointset -2024-11-06T17:33:26Z TRACE received state_pointset: { -2024-11-06T17:33:26Z TRACE received state_pointset: "points" : { -2024-11-06T17:33:26Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:26Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:33:26Z TRACE received state_pointset: }, -2024-11-06T17:33:26Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:26Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:33:26Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:33:26Z TRACE received state_pointset: }, -2024-11-06T17:33:26Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:26Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:33:26Z TRACE received state_pointset: } -2024-11-06T17:33:26Z TRACE received state_pointset: }, -2024-11-06T17:33:26Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:33:26Z", -2024-11-06T17:33:26Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:33:26Z TRACE received state_pointset: } -2024-11-06T17:33:26Z DEBUG Handling device message state_pointset MP:9af551ff-3 -2024-11-06T17:33:26Z TRACE Ignoring partial state update -2024-11-06T17:33:26Z TRACE received command AHU-1/config/update -2024-11-06T17:33:26Z DEBUG received config_update -2024-11-06T17:33:26Z DEBUG Handling update message config_update MP:9af551ff -2024-11-06T17:33:26Z DEBUG last_start changed true, last_start 2024-11-06T17:31:49Z -2024-11-06T17:33:26Z DEBUG Updated config 2024-11-06T17:33:26Z MP:9af551ff -2024-11-06T17:33:26Z INFO Updated config #028: Changed 0 fields. -2024-11-06T17:33:26Z DEBUG Detail config update synchronized is now: last_config not synced in state -2024-11-06T17:33:28Z TRACE received command AHU-1/state/update -2024-11-06T17:33:28Z DEBUG received state_update -2024-11-06T17:33:28Z DEBUG Handling update message state_update MP:8fbddd79 -2024-11-06T17:33:28Z DEBUG Updated state after 0s 2024-11-06T17:33:28Z MP:8fbddd79 -2024-11-06T17:33:28Z INFO Updated state #032: Changed 5 fields: -2024-11-06T17:33:28Z INFO Updated state #032: Set `system.last_config` = `2024-11-06T17:33:26Z` -2024-11-06T17:33:28Z INFO Updated state #032: Set `system.status.level` = `300` -2024-11-06T17:33:28Z INFO Updated state #032: Set `system.status.category` = `system.config.apply` -2024-11-06T17:33:28Z INFO Updated state #032: Set `timestamp` = `2024-11-06T17:33:28Z` -2024-11-06T17:33:28Z INFO Updated state #032: Remove `discovery` -2024-11-06T17:33:28Z DEBUG Updated state has last_config 2024-11-06T17:33:26Z (expecting 2024-11-06T17:33:26Z) -2024-11-06T17:33:28Z TRACE received command AHU-1/state/system -2024-11-06T17:33:28Z TRACE received state_system: { -2024-11-06T17:33:28Z TRACE received state_system: "hardware" : { -2024-11-06T17:33:28Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:33:28Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:33:28Z TRACE received state_system: }, -2024-11-06T17:33:28Z TRACE received state_system: "last_config" : "2024-11-06T17:33:26Z", -2024-11-06T17:33:28Z TRACE received state_system: "operation" : { -2024-11-06T17:33:28Z TRACE received state_system: "operational" : true, -2024-11-06T17:33:28Z TRACE received state_system: "last_start" : "2024-11-06T17:31:49Z", -2024-11-06T17:33:28Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:33:28Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:33:28Z TRACE received state_system: }, -2024-11-06T17:33:28Z TRACE received state_system: "serial_no" : "sequencer-7871", -2024-11-06T17:33:28Z TRACE received state_system: "software" : { -2024-11-06T17:33:28Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:33:28Z TRACE received state_system: }, -2024-11-06T17:33:28Z TRACE received state_system: "status" : { -2024-11-06T17:33:28Z TRACE received state_system: "message" : "success", -2024-11-06T17:33:28Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:33:28Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:26Z", -2024-11-06T17:33:28Z TRACE received state_system: "level" : 300 -2024-11-06T17:33:28Z TRACE received state_system: }, -2024-11-06T17:33:28Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:28Z", -2024-11-06T17:33:28Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:33:28Z TRACE received state_system: } -2024-11-06T17:33:28Z DEBUG Handling device message state_system MP:8fbddd79-0 -2024-11-06T17:33:28Z TRACE Ignoring partial state update -2024-11-06T17:33:28Z DEBUG Detail config update synchronized is now: null -2024-11-06T17:33:28Z DEBUG Stage finished waiting for config update synchronized at 11s after 2s -2024-11-06T17:33:28Z TRACE Stage resume waiting for starting test wrapper at 11s -2024-11-06T17:33:28Z DEBUG Config sync took 2s -2024-11-06T17:33:28Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:33:28Z DEBUG Update config soft reset timestamp 2024-11-06T17:33:26Z -2024-11-06T17:33:28Z TRACE local local_update: { -2024-11-06T17:33:28Z TRACE local local_update: "timestamp" : "2024-11-06T17:33:26Z", -2024-11-06T17:33:28Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:33:28Z TRACE local local_update: "system" : { -2024-11-06T17:33:28Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:33:28Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:33:28Z TRACE local local_update: "operation" : { -2024-11-06T17:33:28Z TRACE local local_update: "last_start" : "2024-11-06T17:31:49Z" -2024-11-06T17:33:28Z TRACE local local_update: }, -2024-11-06T17:33:28Z TRACE local local_update: "testing" : { -2024-11-06T17:33:28Z TRACE local local_update: "sequence_name" : "pointset_request_extraneous" -2024-11-06T17:33:28Z TRACE local local_update: } -2024-11-06T17:33:28Z TRACE local local_update: }, -2024-11-06T17:33:28Z TRACE local local_update: "localnet" : { -2024-11-06T17:33:28Z TRACE local local_update: "families" : { -2024-11-06T17:33:28Z TRACE local local_update: "ether" : { }, -2024-11-06T17:33:28Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:33:28Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:33:28Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:33:28Z TRACE local local_update: } -2024-11-06T17:33:28Z TRACE local local_update: }, -2024-11-06T17:33:28Z TRACE local local_update: "pointset" : { -2024-11-06T17:33:28Z TRACE local local_update: "points" : { -2024-11-06T17:33:28Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:28Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:33:28Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:33:28Z TRACE local local_update: }, -2024-11-06T17:33:28Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:33:28Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:33:28Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:33:28Z TRACE local local_update: }, -2024-11-06T17:33:28Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:28Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:33:28Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:33:28Z TRACE local local_update: } -2024-11-06T17:33:28Z TRACE local local_update: } -2024-11-06T17:33:28Z TRACE local local_update: } -2024-11-06T17:33:28Z TRACE local local_update: } -2024-11-06T17:33:28Z TRACE Update config soft reset: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } -2024-11-06T17:33:28Z TRACE Update config soft reset: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "ipv6": { } } } -2024-11-06T17:33:28Z TRACE Update config soft reset: Add `timestamp` = `generated timestamp` -2024-11-06T17:33:28Z DEBUG Done with reset_config -2024-11-06T17:33:28Z TRACE Stage suspend waiting for starting test wrapper at 11s -2024-11-06T17:33:28Z INFO Stage start waiting for config update synchronized at 11s -2024-11-06T17:33:28Z TRACE received command AHU-1/state/localnet -2024-11-06T17:33:28Z TRACE received state_localnet: { -2024-11-06T17:33:28Z TRACE received state_localnet: "families" : { -2024-11-06T17:33:28Z TRACE received state_localnet: "ether" : { -2024-11-06T17:33:28Z TRACE received state_localnet: "addr" : "7c:1e:52:59:f6:f5" -2024-11-06T17:33:28Z TRACE received state_localnet: }, -2024-11-06T17:33:28Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:33:28Z TRACE received state_localnet: "addr" : "10.1.0.159" -2024-11-06T17:33:28Z TRACE received state_localnet: }, -2024-11-06T17:33:28Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:33:28Z TRACE received state_localnet: "addr" : "fe80::7e1e:52ff:fe59:f6f5" -2024-11-06T17:33:28Z TRACE received state_localnet: }, -2024-11-06T17:33:28Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:33:28Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:33:28Z TRACE received state_localnet: } -2024-11-06T17:33:28Z TRACE received state_localnet: }, -2024-11-06T17:33:28Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:33:28Z", -2024-11-06T17:33:28Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:33:28Z TRACE received state_localnet: } -2024-11-06T17:33:28Z DEBUG Handling device message state_localnet MP:8fbddd79-1 -2024-11-06T17:33:28Z TRACE Ignoring partial state update -2024-11-06T17:33:28Z DEBUG Stage finished waiting for config update synchronized at 11s after 0s -2024-11-06T17:33:28Z TRACE Stage resume waiting for starting test wrapper at 11s -2024-11-06T17:33:28Z DEBUG Config sync took 2s -2024-11-06T17:33:28Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:33:28Z DEBUG Disallowing device state change (everything) -2024-11-06T17:33:29Z TRACE updated check config_update: true -2024-11-06T17:33:29Z DEBUG update config_update, adding configTransaction RC:eea582.0000002b -2024-11-06T17:33:29Z TRACE local local_update: { -2024-11-06T17:33:29Z TRACE local local_update: "timestamp" : "2024-11-06T17:33:26Z", -2024-11-06T17:33:29Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:33:29Z TRACE local local_update: "system" : { -2024-11-06T17:33:29Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:33:29Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:33:29Z TRACE local local_update: "operation" : { -2024-11-06T17:33:29Z TRACE local local_update: "last_start" : "2024-11-06T17:31:49Z" -2024-11-06T17:33:29Z TRACE local local_update: }, -2024-11-06T17:33:29Z TRACE local local_update: "testing" : { -2024-11-06T17:33:29Z TRACE local local_update: "sequence_name" : "pointset_request_extraneous" -2024-11-06T17:33:29Z TRACE local local_update: } -2024-11-06T17:33:29Z TRACE local local_update: }, -2024-11-06T17:33:29Z TRACE local local_update: "localnet" : { -2024-11-06T17:33:29Z TRACE local local_update: "families" : { -2024-11-06T17:33:29Z TRACE local local_update: "ether" : { }, -2024-11-06T17:33:29Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:33:29Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:33:29Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:33:29Z TRACE local local_update: } -2024-11-06T17:33:29Z TRACE local local_update: }, -2024-11-06T17:33:29Z TRACE local local_update: "pointset" : { -2024-11-06T17:33:29Z TRACE local local_update: "points" : { -2024-11-06T17:33:29Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:29Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:33:29Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:33:29Z TRACE local local_update: }, -2024-11-06T17:33:29Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:33:29Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:33:29Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:33:29Z TRACE local local_update: }, -2024-11-06T17:33:29Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:29Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:33:29Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:33:29Z TRACE local local_update: } -2024-11-06T17:33:29Z TRACE local local_update: } -2024-11-06T17:33:29Z TRACE local local_update: } -2024-11-06T17:33:29Z TRACE local local_update: } -2024-11-06T17:33:29Z DEBUG Saving pre-config state timestamp 2024-11-06T17:33:28Z -2024-11-06T17:33:29Z DEBUG Update lastConfigUpdate 2024-11-06T17:33:29Z, because initial setup -2024-11-06T17:33:29Z TRACE Stage suspend waiting for starting test wrapper at 12s -2024-11-06T17:33:29Z INFO Stage start waiting for config update synchronized at 12s -2024-11-06T17:33:29Z TRACE received command AHU-1/state/pointset -2024-11-06T17:33:29Z TRACE received state_pointset: { -2024-11-06T17:33:29Z TRACE received state_pointset: "points" : { -2024-11-06T17:33:29Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:29Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:33:29Z TRACE received state_pointset: }, -2024-11-06T17:33:29Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:29Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:33:29Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:33:29Z TRACE received state_pointset: }, -2024-11-06T17:33:29Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:29Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:33:29Z TRACE received state_pointset: } -2024-11-06T17:33:29Z TRACE received state_pointset: }, -2024-11-06T17:33:29Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:33:28Z", -2024-11-06T17:33:29Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:33:29Z TRACE received state_pointset: } -2024-11-06T17:33:29Z DEBUG Handling device message state_pointset MP:8fbddd79-2 -2024-11-06T17:33:29Z TRACE Ignoring partial state update -2024-11-06T17:33:29Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-06T17:33:29Z TRACE received command AHU-1/config/update -2024-11-06T17:33:29Z DEBUG received config_update -2024-11-06T17:33:29Z DEBUG Handling update message config_update RC:eea582.0000002b -2024-11-06T17:33:29Z DEBUG Removed configTransaction RC:eea582.0000002b -2024-11-06T17:33:29Z DEBUG last_start changed false, last_start 2024-11-06T17:31:49Z -2024-11-06T17:33:29Z DEBUG Updated config 2024-11-06T17:33:29Z RC:eea582.0000002b -2024-11-06T17:33:29Z INFO Updated config #029: Changed 0 fields. -2024-11-06T17:33:30Z TRACE received command AHU-1/state/update -2024-11-06T17:33:30Z DEBUG received state_update -2024-11-06T17:33:30Z DEBUG Handling update message state_update MP:7794bdbd -2024-11-06T17:33:30Z DEBUG Updated state after 0s 2024-11-06T17:33:30Z MP:7794bdbd -2024-11-06T17:33:30Z INFO Updated state #033: Changed 3 fields: -2024-11-06T17:33:30Z INFO Updated state #033: Set `system.last_config` = `2024-11-06T17:33:29Z` -2024-11-06T17:33:30Z INFO Updated state #033: Set `system.status.timestamp` = `2024-11-06T17:33:29Z` -2024-11-06T17:33:30Z INFO Updated state #033: Set `timestamp` = `2024-11-06T17:33:30Z` -2024-11-06T17:33:30Z DEBUG Updated state has last_config 2024-11-06T17:33:29Z (expecting 2024-11-06T17:33:29Z) -2024-11-06T17:33:30Z DEBUG Detail config update synchronized is now: null -2024-11-06T17:33:30Z DEBUG Stage finished waiting for config update synchronized at 13s after 0s -2024-11-06T17:33:30Z TRACE Stage resume waiting for starting test wrapper at 13s -2024-11-06T17:33:30Z DEBUG Config sync took 1s -2024-11-06T17:33:30Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:33:30Z DEBUG Update config initial setup timestamp 2024-11-06T17:33:29Z -2024-11-06T17:33:30Z TRACE local local_update: { -2024-11-06T17:33:30Z TRACE local local_update: "timestamp" : "2024-11-06T17:33:29Z", -2024-11-06T17:33:30Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:33:30Z TRACE local local_update: "system" : { -2024-11-06T17:33:30Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:33:30Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:33:30Z TRACE local local_update: "operation" : { -2024-11-06T17:33:30Z TRACE local local_update: "last_start" : "2024-11-06T17:31:49Z" -2024-11-06T17:33:30Z TRACE local local_update: }, -2024-11-06T17:33:30Z TRACE local local_update: "testing" : { -2024-11-06T17:33:30Z TRACE local local_update: "sequence_name" : "pointset_request_extraneous" -2024-11-06T17:33:30Z TRACE local local_update: } -2024-11-06T17:33:30Z TRACE local local_update: }, -2024-11-06T17:33:30Z TRACE local local_update: "localnet" : { -2024-11-06T17:33:30Z TRACE local local_update: "families" : { -2024-11-06T17:33:30Z TRACE local local_update: "ether" : { }, -2024-11-06T17:33:30Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:33:30Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:33:30Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:33:30Z TRACE local local_update: } -2024-11-06T17:33:30Z TRACE local local_update: }, -2024-11-06T17:33:30Z TRACE local local_update: "pointset" : { -2024-11-06T17:33:30Z TRACE local local_update: "points" : { -2024-11-06T17:33:30Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:30Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:33:30Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:33:30Z TRACE local local_update: }, -2024-11-06T17:33:30Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:33:30Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:33:30Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:33:30Z TRACE local local_update: }, -2024-11-06T17:33:30Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:30Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:33:30Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:33:30Z TRACE local local_update: } -2024-11-06T17:33:30Z TRACE local local_update: } -2024-11-06T17:33:30Z TRACE local local_update: } -2024-11-06T17:33:30Z TRACE local local_update: } -2024-11-06T17:33:30Z DEBUG Stale state cutoff threshold is 2024-11-06T17:31:51Z -2024-11-06T17:33:30Z DEBUG Waiting for device stateTransaction RC:eea582.0000002c (was null) -2024-11-06T17:33:30Z TRACE Stage suspend waiting for starting test wrapper at 13s -2024-11-06T17:33:30Z INFO Stage start waiting for state query at 13s -2024-11-06T17:33:30Z TRACE received command AHU-1/state/system -2024-11-06T17:33:30Z TRACE received state_system: { -2024-11-06T17:33:30Z TRACE received state_system: "hardware" : { -2024-11-06T17:33:30Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:33:30Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:33:30Z TRACE received state_system: }, -2024-11-06T17:33:30Z TRACE received state_system: "last_config" : "2024-11-06T17:33:29Z", -2024-11-06T17:33:30Z TRACE received state_system: "operation" : { -2024-11-06T17:33:30Z TRACE received state_system: "operational" : true, -2024-11-06T17:33:30Z TRACE received state_system: "last_start" : "2024-11-06T17:31:49Z", -2024-11-06T17:33:30Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:33:30Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:33:30Z TRACE received state_system: }, -2024-11-06T17:33:30Z TRACE received state_system: "serial_no" : "sequencer-7871", -2024-11-06T17:33:30Z TRACE received state_system: "software" : { -2024-11-06T17:33:30Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:33:30Z TRACE received state_system: }, -2024-11-06T17:33:30Z TRACE received state_system: "status" : { -2024-11-06T17:33:30Z TRACE received state_system: "message" : "success", -2024-11-06T17:33:30Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:33:30Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:29Z", -2024-11-06T17:33:30Z TRACE received state_system: "level" : 300 -2024-11-06T17:33:30Z TRACE received state_system: }, -2024-11-06T17:33:30Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:30Z", -2024-11-06T17:33:30Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:33:30Z TRACE received state_system: } -2024-11-06T17:33:30Z DEBUG Handling device message state_system MP:7794bdbd-0 -2024-11-06T17:33:30Z TRACE Ignoring partial state update -2024-11-06T17:33:30Z TRACE received command AHU-1/state/update -2024-11-06T17:33:30Z DEBUG received state_update -2024-11-06T17:33:30Z INFO Received device configAcked -2024-11-06T17:33:30Z DEBUG Handling update message state_update RC:eea582.0000002c -2024-11-06T17:33:30Z DEBUG Removed stateTransaction RC:eea582.0000002c -2024-11-06T17:33:30Z DEBUG Updated state after 0s 2024-11-06T17:33:30Z RC:eea582.0000002c -2024-11-06T17:33:30Z INFO Updated state #034: Changed 0 fields. -2024-11-06T17:33:30Z DEBUG Updated state has last_config 2024-11-06T17:33:29Z (expecting 2024-11-06T17:33:29Z) -2024-11-06T17:33:30Z DEBUG Stage finished waiting for state query at 13s after 0s -2024-11-06T17:33:30Z TRACE Stage resume waiting for starting test wrapper at 13s -2024-11-06T17:33:30Z TRACE Stage suspend waiting for starting test wrapper at 13s -2024-11-06T17:33:30Z INFO Stage start waiting for initial device state at 13s -2024-11-06T17:33:31Z TRACE updated check config_update: true -2024-11-06T17:33:31Z DEBUG update config_update, adding configTransaction RC:eea582.0000002d -2024-11-06T17:33:31Z TRACE local local_update: { -2024-11-06T17:33:31Z TRACE local local_update: "timestamp" : "2024-11-06T17:33:29Z", -2024-11-06T17:33:31Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:33:31Z TRACE local local_update: "system" : { -2024-11-06T17:33:31Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:33:31Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:33:31Z TRACE local local_update: "operation" : { -2024-11-06T17:33:31Z TRACE local local_update: "last_start" : "2024-11-06T17:31:49Z" -2024-11-06T17:33:31Z TRACE local local_update: }, -2024-11-06T17:33:31Z TRACE local local_update: "testing" : { -2024-11-06T17:33:31Z TRACE local local_update: "sequence_name" : "pointset_request_extraneous" -2024-11-06T17:33:31Z TRACE local local_update: } -2024-11-06T17:33:31Z TRACE local local_update: }, -2024-11-06T17:33:31Z TRACE local local_update: "localnet" : { -2024-11-06T17:33:31Z TRACE local local_update: "families" : { -2024-11-06T17:33:31Z TRACE local local_update: "ether" : { }, -2024-11-06T17:33:31Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:33:31Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:33:31Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:33:31Z TRACE local local_update: } -2024-11-06T17:33:31Z TRACE local local_update: }, -2024-11-06T17:33:31Z TRACE local local_update: "pointset" : { -2024-11-06T17:33:31Z TRACE local local_update: "points" : { -2024-11-06T17:33:31Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:31Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:33:31Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:33:31Z TRACE local local_update: }, -2024-11-06T17:33:31Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:33:31Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:33:31Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:33:31Z TRACE local local_update: }, -2024-11-06T17:33:31Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:31Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:33:31Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:33:31Z TRACE local local_update: } -2024-11-06T17:33:31Z TRACE local local_update: } -2024-11-06T17:33:31Z TRACE local local_update: } -2024-11-06T17:33:31Z TRACE local local_update: } -2024-11-06T17:33:31Z DEBUG Saving pre-config state timestamp 2024-11-06T17:33:30Z -2024-11-06T17:33:31Z DEBUG Update lastConfigUpdate 2024-11-06T17:33:31Z, because before initial device state -2024-11-06T17:33:31Z TRACE Stage suspend waiting for initial device state at 14s -2024-11-06T17:33:31Z INFO Stage start waiting for config update synchronized at 14s -2024-11-06T17:33:31Z TRACE received command AHU-1/state/localnet -2024-11-06T17:33:31Z TRACE received state_localnet: { -2024-11-06T17:33:31Z TRACE received state_localnet: "families" : { -2024-11-06T17:33:31Z TRACE received state_localnet: "ether" : { -2024-11-06T17:33:31Z TRACE received state_localnet: "addr" : "7c:1e:52:59:f6:f5" -2024-11-06T17:33:31Z TRACE received state_localnet: }, -2024-11-06T17:33:31Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:33:31Z TRACE received state_localnet: "addr" : "10.1.0.159" -2024-11-06T17:33:31Z TRACE received state_localnet: }, -2024-11-06T17:33:31Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:33:31Z TRACE received state_localnet: "addr" : "fe80::7e1e:52ff:fe59:f6f5" -2024-11-06T17:33:31Z TRACE received state_localnet: }, -2024-11-06T17:33:31Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:33:31Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:33:31Z TRACE received state_localnet: } -2024-11-06T17:33:31Z TRACE received state_localnet: }, -2024-11-06T17:33:31Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:33:30Z", -2024-11-06T17:33:31Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:33:31Z TRACE received state_localnet: } -2024-11-06T17:33:31Z DEBUG Handling device message state_localnet MP:7794bdbd-1 -2024-11-06T17:33:31Z TRACE Ignoring partial state update -2024-11-06T17:33:31Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-06T17:33:31Z TRACE received command AHU-1/reply/update -2024-11-06T17:33:31Z TRACE received command AHU-1/state/pointset -2024-11-06T17:33:31Z TRACE received state_pointset: { -2024-11-06T17:33:31Z TRACE received state_pointset: "points" : { -2024-11-06T17:33:31Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:31Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:33:31Z TRACE received state_pointset: }, -2024-11-06T17:33:31Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:31Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:33:31Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:33:31Z TRACE received state_pointset: }, -2024-11-06T17:33:31Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:31Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:33:31Z TRACE received state_pointset: } -2024-11-06T17:33:31Z TRACE received state_pointset: }, -2024-11-06T17:33:31Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:33:30Z", -2024-11-06T17:33:31Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:33:31Z TRACE received state_pointset: } -2024-11-06T17:33:31Z DEBUG Handling device message state_pointset MP:7794bdbd-2 -2024-11-06T17:33:31Z TRACE Ignoring partial state update -2024-11-06T17:33:31Z TRACE received command AHU-1/config/update -2024-11-06T17:33:31Z DEBUG received config_update -2024-11-06T17:33:31Z DEBUG Handling update message config_update RC:eea582.0000002d -2024-11-06T17:33:31Z DEBUG Removed configTransaction RC:eea582.0000002d -2024-11-06T17:33:31Z DEBUG last_start changed false, last_start 2024-11-06T17:31:49Z -2024-11-06T17:33:31Z DEBUG Updated config 2024-11-06T17:33:31Z RC:eea582.0000002d -2024-11-06T17:33:31Z INFO Updated config #030: Changed 0 fields. -2024-11-06T17:33:31Z TRACE received command AHU-1/events/pointset -2024-11-06T17:33:31Z TRACE received events_pointset: { -2024-11-06T17:33:31Z TRACE received events_pointset: "points" : { -2024-11-06T17:33:31Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:31Z TRACE received events_pointset: "present_value" : true -2024-11-06T17:33:31Z TRACE received events_pointset: }, -2024-11-06T17:33:31Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:31Z TRACE received events_pointset: "present_value" : 98 -2024-11-06T17:33:31Z TRACE received events_pointset: }, -2024-11-06T17:33:31Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:31Z TRACE received events_pointset: "present_value" : 11 -2024-11-06T17:33:31Z TRACE received events_pointset: } -2024-11-06T17:33:31Z TRACE received events_pointset: }, -2024-11-06T17:33:31Z TRACE received events_pointset: "timestamp" : "2024-11-06T17:33:31Z", -2024-11-06T17:33:31Z TRACE received events_pointset: "version" : "1.5.2" -2024-11-06T17:33:31Z TRACE received events_pointset: } -2024-11-06T17:33:31Z DEBUG Handling device message events_pointset MP:ea21bf9c -2024-11-06T17:33:31Z DEBUG Detail config update synchronized is now: device state not updated since config issued, last_config not synced in state -2024-11-06T17:33:31Z TRACE received command AHU-1/events/system -2024-11-06T17:33:31Z DEBUG received events_system 2024-11-06T17:33:26Z INFO device.log: Update state 2024-11-06T17:33:26Z last_config 2024-11-06T17:33:15Z -2024-11-06T17:33:31Z DEBUG received events_system 2024-11-06T17:33:26Z INFO device.log: Device AHU-1 config handler -2024-11-06T17:33:31Z DEBUG received events_system 2024-11-06T17:33:26Z INFO device.log: 2024-11-06T17:33:26Z received config 2024-11-06T17:33:26Z -2024-11-06T17:33:31Z DEBUG received events_system 2024-11-06T17:33:26Z NOTICE system.config.apply: success -2024-11-06T17:33:31Z DEBUG received events_system 2024-11-06T17:33:26Z INFO device.log: Device AHU-1 config handler -2024-11-06T17:33:31Z DEBUG received events_system 2024-11-06T17:33:26Z INFO device.log: 2024-11-06T17:33:26Z received config 2024-11-06T17:33:26Z -2024-11-06T17:33:31Z DEBUG received events_system 2024-11-06T17:33:26Z NOTICE system.config.apply: success -2024-11-06T17:33:31Z DEBUG received events_system 2024-11-06T17:33:28Z INFO device.log: Update state 2024-11-06T17:33:28Z last_config 2024-11-06T17:33:26Z -2024-11-06T17:33:31Z DEBUG received events_system 2024-11-06T17:33:29Z INFO device.log: Device AHU-1 config handler -2024-11-06T17:33:31Z DEBUG received events_system 2024-11-06T17:33:29Z INFO device.log: 2024-11-06T17:33:29Z received config 2024-11-06T17:33:29Z -2024-11-06T17:33:31Z DEBUG received events_system 2024-11-06T17:33:29Z NOTICE system.config.apply: success -2024-11-06T17:33:31Z DEBUG received events_system 2024-11-06T17:33:30Z INFO device.log: Update state 2024-11-06T17:33:30Z last_config 2024-11-06T17:33:29Z -2024-11-06T17:33:31Z DEBUG received events_system 2024-11-06T17:33:31Z INFO device.log: Device AHU-1 config handler -2024-11-06T17:33:31Z DEBUG received events_system 2024-11-06T17:33:31Z INFO device.log: 2024-11-06T17:33:31Z received config 2024-11-06T17:33:31Z -2024-11-06T17:33:31Z DEBUG received events_system 2024-11-06T17:33:31Z NOTICE system.config.apply: success -2024-11-06T17:33:31Z DEBUG received events_system 2024-11-06T17:33:31Z INFO device.log: 2024-11-06T17:33:31Z sending AHU-1 message #10 with 3 points -2024-11-06T17:33:31Z DEBUG Handling device message events_system MP:229427e3 -2024-11-06T17:33:32Z TRACE received command AHU-1/state/update -2024-11-06T17:33:32Z DEBUG received state_update -2024-11-06T17:33:32Z DEBUG Handling update message state_update MP:3f08a997 -2024-11-06T17:33:32Z DEBUG Updated state after 0s 2024-11-06T17:33:32Z MP:3f08a997 -2024-11-06T17:33:32Z INFO Updated state #035: Changed 3 fields: -2024-11-06T17:33:32Z INFO Updated state #035: Set `system.last_config` = `2024-11-06T17:33:31Z` -2024-11-06T17:33:32Z INFO Updated state #035: Set `system.status.timestamp` = `2024-11-06T17:33:31Z` -2024-11-06T17:33:32Z INFO Updated state #035: Set `timestamp` = `2024-11-06T17:33:32Z` -2024-11-06T17:33:32Z DEBUG Updated state has last_config 2024-11-06T17:33:31Z (expecting 2024-11-06T17:33:31Z) -2024-11-06T17:33:32Z DEBUG Detail config update synchronized is now: null -2024-11-06T17:33:32Z DEBUG Stage finished waiting for config update synchronized at 15s after 0s -2024-11-06T17:33:32Z TRACE Stage resume waiting for initial device state at 15s -2024-11-06T17:33:32Z DEBUG Config sync took 1s -2024-11-06T17:33:32Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:33:32Z DEBUG Update config before initial device state timestamp 2024-11-06T17:33:31Z -2024-11-06T17:33:32Z TRACE local local_update: { -2024-11-06T17:33:32Z TRACE local local_update: "timestamp" : "2024-11-06T17:33:31Z", -2024-11-06T17:33:32Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:33:32Z TRACE local local_update: "system" : { -2024-11-06T17:33:32Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:33:32Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:33:32Z TRACE local local_update: "operation" : { -2024-11-06T17:33:32Z TRACE local local_update: "last_start" : "2024-11-06T17:31:49Z" -2024-11-06T17:33:32Z TRACE local local_update: }, -2024-11-06T17:33:32Z TRACE local local_update: "testing" : { -2024-11-06T17:33:32Z TRACE local local_update: "sequence_name" : "pointset_request_extraneous" -2024-11-06T17:33:32Z TRACE local local_update: } -2024-11-06T17:33:32Z TRACE local local_update: }, -2024-11-06T17:33:32Z TRACE local local_update: "localnet" : { -2024-11-06T17:33:32Z TRACE local local_update: "families" : { -2024-11-06T17:33:32Z TRACE local local_update: "ether" : { }, -2024-11-06T17:33:32Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:33:32Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:33:32Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:33:32Z TRACE local local_update: } -2024-11-06T17:33:32Z TRACE local local_update: }, -2024-11-06T17:33:32Z TRACE local local_update: "pointset" : { -2024-11-06T17:33:32Z TRACE local local_update: "points" : { -2024-11-06T17:33:32Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:32Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:33:32Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:33:32Z TRACE local local_update: }, -2024-11-06T17:33:32Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:33:32Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:33:32Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:33:32Z TRACE local local_update: }, -2024-11-06T17:33:32Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:32Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:33:32Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:33:32Z TRACE local local_update: } -2024-11-06T17:33:32Z TRACE local local_update: } -2024-11-06T17:33:32Z TRACE local local_update: } -2024-11-06T17:33:32Z TRACE local local_update: } -2024-11-06T17:33:32Z DEBUG Stage finished waiting for initial device state at 15s after 1s -2024-11-06T17:33:32Z TRACE Stage resume waiting for starting test wrapper at 15s -2024-11-06T17:33:32Z DEBUG Device state system status level is now 300 -2024-11-06T17:33:32Z TRACE Stage suspend waiting for starting test wrapper at 15s -2024-11-06T17:33:32Z INFO Stage start waiting for config update synchronized at 15s -2024-11-06T17:33:32Z TRACE received command AHU-1/state/system -2024-11-06T17:33:32Z TRACE received state_system: { -2024-11-06T17:33:32Z TRACE received state_system: "hardware" : { -2024-11-06T17:33:32Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:33:32Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:33:32Z TRACE received state_system: }, -2024-11-06T17:33:32Z TRACE received state_system: "last_config" : "2024-11-06T17:33:31Z", -2024-11-06T17:33:32Z TRACE received state_system: "operation" : { -2024-11-06T17:33:32Z TRACE received state_system: "operational" : true, -2024-11-06T17:33:32Z TRACE received state_system: "last_start" : "2024-11-06T17:31:49Z", -2024-11-06T17:33:32Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:33:32Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:33:32Z TRACE received state_system: }, -2024-11-06T17:33:32Z TRACE received state_system: "serial_no" : "sequencer-7871", -2024-11-06T17:33:32Z TRACE received state_system: "software" : { -2024-11-06T17:33:32Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:33:32Z TRACE received state_system: }, -2024-11-06T17:33:32Z TRACE received state_system: "status" : { -2024-11-06T17:33:32Z TRACE received state_system: "message" : "success", -2024-11-06T17:33:32Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:33:32Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:31Z", -2024-11-06T17:33:32Z TRACE received state_system: "level" : 300 -2024-11-06T17:33:32Z TRACE received state_system: }, -2024-11-06T17:33:32Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:32Z", -2024-11-06T17:33:32Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:33:32Z TRACE received state_system: } -2024-11-06T17:33:32Z DEBUG Handling device message state_system MP:3f08a997-0 -2024-11-06T17:33:32Z TRACE Ignoring partial state update -2024-11-06T17:33:32Z DEBUG Stage finished waiting for config update synchronized at 15s after 0s -2024-11-06T17:33:32Z TRACE Stage resume waiting for starting test wrapper at 15s -2024-11-06T17:33:32Z DEBUG Config sync took 1s -2024-11-06T17:33:32Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:33:32Z TRACE Stage suspend waiting for starting test wrapper at 15s -2024-11-06T17:33:32Z INFO Stage start waiting for executing test at 15s -2024-11-06T17:33:32Z DEBUG stage begin waiting for executing test at 15s -2024-11-06T17:33:32Z DEBUG Allowing device state change pointset. -2024-11-06T17:33:32Z TRACE Stage suspend waiting for executing test at 15s -2024-11-06T17:33:32Z INFO Stage start waiting for checking pointset sanity at 15s -2024-11-06T17:33:32Z TRACE Stage suspend waiting for checking pointset sanity at 15s -2024-11-06T17:33:32Z INFO Stage start waiting for pointset state matches config at 15s -2024-11-06T17:33:33Z DEBUG system config extra field null -2024-11-06T17:33:33Z TRACE updated check config_system: true -2024-11-06T17:33:33Z DEBUG update config_system, adding configTransaction RC:eea582.0000002e -2024-11-06T17:33:33Z TRACE local local_system: { -2024-11-06T17:33:33Z TRACE local local_system: "min_loglevel" : 200, -2024-11-06T17:33:33Z TRACE local local_system: "metrics_rate_sec" : 10, -2024-11-06T17:33:33Z TRACE local local_system: "operation" : { -2024-11-06T17:33:33Z TRACE local local_system: "last_start" : "2024-11-06T17:31:49Z" -2024-11-06T17:33:33Z TRACE local local_system: }, -2024-11-06T17:33:33Z TRACE local local_system: "testing" : { -2024-11-06T17:33:33Z TRACE local local_system: "sequence_name" : "pointset_request_extraneous" -2024-11-06T17:33:33Z TRACE local local_system: } -2024-11-06T17:33:33Z TRACE local local_system: } -2024-11-06T17:33:33Z TRACE updated check config_pointset: true -2024-11-06T17:33:33Z DEBUG update config_pointset, adding configTransaction RC:eea582.0000002f -2024-11-06T17:33:33Z TRACE local local_pointset: { -2024-11-06T17:33:33Z TRACE local local_pointset: "sample_rate_sec" : 10, -2024-11-06T17:33:33Z TRACE local local_pointset: "points" : { -2024-11-06T17:33:33Z TRACE local local_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:33Z TRACE local local_pointset: "units" : "Bars", -2024-11-06T17:33:33Z TRACE local local_pointset: "set_value" : 98 -2024-11-06T17:33:33Z TRACE local local_pointset: }, -2024-11-06T17:33:33Z TRACE local local_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:33Z TRACE local local_pointset: "ref" : "BV11.present_value", -2024-11-06T17:33:33Z TRACE local local_pointset: "units" : "No-units" -2024-11-06T17:33:33Z TRACE local local_pointset: }, -2024-11-06T17:33:33Z TRACE local local_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:33Z TRACE local local_pointset: "ref" : "AV12.present_value", -2024-11-06T17:33:33Z TRACE local local_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:33:33Z TRACE local local_pointset: } -2024-11-06T17:33:33Z TRACE local local_pointset: } -2024-11-06T17:33:33Z TRACE local local_pointset: } -2024-11-06T17:33:33Z TRACE updated check config_gateway: false -2024-11-06T17:33:33Z TRACE updated check config_localnet: true -2024-11-06T17:33:33Z DEBUG update config_localnet, adding configTransaction RC:eea582.00000030 -2024-11-06T17:33:33Z TRACE local local_localnet: { -2024-11-06T17:33:33Z TRACE local local_localnet: "families" : { -2024-11-06T17:33:33Z TRACE local local_localnet: "ether" : { }, -2024-11-06T17:33:33Z TRACE local local_localnet: "ipv4" : { }, -2024-11-06T17:33:33Z TRACE local local_localnet: "vendor" : { }, -2024-11-06T17:33:33Z TRACE local local_localnet: "ipv6" : { } -2024-11-06T17:33:33Z TRACE local local_localnet: } -2024-11-06T17:33:33Z TRACE local local_localnet: } -2024-11-06T17:33:33Z TRACE updated check config_blobset: false -2024-11-06T17:33:33Z TRACE updated check config_discovery: false -2024-11-06T17:33:33Z DEBUG Saving pre-config state timestamp 2024-11-06T17:33:32Z -2024-11-06T17:33:33Z DEBUG Update lastConfigUpdate 2024-11-06T17:33:33Z, because Before pointset state matches config -2024-11-06T17:33:33Z TRACE Stage suspend waiting for pointset state matches config at 16s -2024-11-06T17:33:33Z INFO Stage start waiting for config update synchronized at 16s -2024-11-06T17:33:33Z TRACE received command AHU-1/state/localnet -2024-11-06T17:33:33Z TRACE received state_localnet: { -2024-11-06T17:33:33Z TRACE received state_localnet: "families" : { -2024-11-06T17:33:33Z TRACE received state_localnet: "ether" : { -2024-11-06T17:33:33Z TRACE received state_localnet: "addr" : "7c:1e:52:59:f6:f5" -2024-11-06T17:33:33Z TRACE received state_localnet: }, -2024-11-06T17:33:33Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:33:33Z TRACE received state_localnet: "addr" : "10.1.0.159" -2024-11-06T17:33:33Z TRACE received state_localnet: }, -2024-11-06T17:33:33Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:33:33Z TRACE received state_localnet: "addr" : "fe80::7e1e:52ff:fe59:f6f5" -2024-11-06T17:33:33Z TRACE received state_localnet: }, -2024-11-06T17:33:33Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:33:33Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:33:33Z TRACE received state_localnet: } -2024-11-06T17:33:33Z TRACE received state_localnet: }, -2024-11-06T17:33:33Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:33:32Z", -2024-11-06T17:33:33Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:33:33Z TRACE received state_localnet: } -2024-11-06T17:33:33Z DEBUG Handling device message state_localnet MP:3f08a997-1 -2024-11-06T17:33:33Z TRACE Ignoring partial state update -2024-11-06T17:33:33Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-06T17:33:33Z TRACE received command AHU-1/state/pointset -2024-11-06T17:33:33Z TRACE received state_pointset: { -2024-11-06T17:33:33Z TRACE received state_pointset: "points" : { -2024-11-06T17:33:33Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:33Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:33:33Z TRACE received state_pointset: }, -2024-11-06T17:33:33Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:33Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:33:33Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:33:33Z TRACE received state_pointset: }, -2024-11-06T17:33:33Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:33Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:33:33Z TRACE received state_pointset: } -2024-11-06T17:33:33Z TRACE received state_pointset: }, -2024-11-06T17:33:33Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:33:32Z", -2024-11-06T17:33:33Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:33:33Z TRACE received state_pointset: } -2024-11-06T17:33:33Z DEBUG Handling device message state_pointset MP:3f08a997-2 -2024-11-06T17:33:33Z TRACE Ignoring partial state update -2024-11-06T17:33:33Z TRACE received command AHU-1/config/update -2024-11-06T17:33:33Z DEBUG received config_update -2024-11-06T17:33:33Z DEBUG Handling update message config_update RC:eea582.0000002f -2024-11-06T17:33:33Z DEBUG Removed configTransaction RC:eea582.0000002f -2024-11-06T17:33:33Z DEBUG last_start changed false, last_start 2024-11-06T17:31:49Z -2024-11-06T17:33:33Z DEBUG Updated config 2024-11-06T17:33:33Z RC:eea582.0000002f -2024-11-06T17:33:33Z INFO Updated config #031: Changed 1 fields: -2024-11-06T17:33:33Z INFO Updated config #031: Add `pointset.sample_rate_sec` = `10` -2024-11-06T17:33:33Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared, last_config not synced in state -2024-11-06T17:33:34Z TRACE received command AHU-1/state/update -2024-11-06T17:33:34Z DEBUG received state_update -2024-11-06T17:33:34Z DEBUG Handling update message state_update MP:e868784a -2024-11-06T17:33:34Z DEBUG Updated state after 0s 2024-11-06T17:33:34Z MP:e868784a -2024-11-06T17:33:34Z INFO Updated state #036: Changed 3 fields: -2024-11-06T17:33:34Z INFO Updated state #036: Set `system.last_config` = `2024-11-06T17:33:33Z` -2024-11-06T17:33:34Z INFO Updated state #036: Set `system.status.timestamp` = `2024-11-06T17:33:33Z` -2024-11-06T17:33:34Z INFO Updated state #036: Set `timestamp` = `2024-11-06T17:33:34Z` -2024-11-06T17:33:34Z DEBUG Updated state has last_config 2024-11-06T17:33:33Z (expecting 2024-11-06T17:33:33Z) -2024-11-06T17:33:34Z TRACE received command AHU-1/state/system -2024-11-06T17:33:34Z TRACE received state_system: { -2024-11-06T17:33:34Z TRACE received state_system: "hardware" : { -2024-11-06T17:33:34Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:33:34Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:33:34Z TRACE received state_system: }, -2024-11-06T17:33:34Z TRACE received state_system: "last_config" : "2024-11-06T17:33:33Z", -2024-11-06T17:33:34Z TRACE received state_system: "operation" : { -2024-11-06T17:33:34Z TRACE received state_system: "operational" : true, -2024-11-06T17:33:34Z TRACE received state_system: "last_start" : "2024-11-06T17:31:49Z", -2024-11-06T17:33:34Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:33:34Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:33:34Z TRACE received state_system: }, -2024-11-06T17:33:34Z TRACE received state_system: "serial_no" : "sequencer-7871", -2024-11-06T17:33:34Z TRACE received state_system: "software" : { -2024-11-06T17:33:34Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:33:34Z TRACE received state_system: }, -2024-11-06T17:33:34Z TRACE received state_system: "status" : { -2024-11-06T17:33:34Z TRACE received state_system: "message" : "success", -2024-11-06T17:33:34Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:33:34Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:33Z", -2024-11-06T17:33:34Z TRACE received state_system: "level" : 300 -2024-11-06T17:33:34Z TRACE received state_system: }, -2024-11-06T17:33:34Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:34Z", -2024-11-06T17:33:34Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:33:34Z TRACE received state_system: } -2024-11-06T17:33:34Z DEBUG Handling device message state_system MP:e868784a-0 -2024-11-06T17:33:34Z TRACE Ignoring partial state update -2024-11-06T17:33:34Z DEBUG Detail config update synchronized is now: config transactions not cleared -2024-11-06T17:33:34Z TRACE received command AHU-1/state/localnet -2024-11-06T17:33:34Z TRACE received state_localnet: { -2024-11-06T17:33:34Z TRACE received state_localnet: "families" : { -2024-11-06T17:33:34Z TRACE received state_localnet: "ether" : { -2024-11-06T17:33:34Z TRACE received state_localnet: "addr" : "7c:1e:52:59:f6:f5" -2024-11-06T17:33:34Z TRACE received state_localnet: }, -2024-11-06T17:33:34Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:33:34Z TRACE received state_localnet: "addr" : "10.1.0.159" -2024-11-06T17:33:34Z TRACE received state_localnet: }, -2024-11-06T17:33:34Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:33:34Z TRACE received state_localnet: "addr" : "fe80::7e1e:52ff:fe59:f6f5" -2024-11-06T17:33:34Z TRACE received state_localnet: }, -2024-11-06T17:33:34Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:33:34Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:33:34Z TRACE received state_localnet: } -2024-11-06T17:33:34Z TRACE received state_localnet: }, -2024-11-06T17:33:34Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:33:34Z", -2024-11-06T17:33:34Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:33:34Z TRACE received state_localnet: } -2024-11-06T17:33:34Z DEBUG Handling device message state_localnet MP:e868784a-1 -2024-11-06T17:33:34Z TRACE Ignoring partial state update -2024-11-06T17:33:34Z TRACE received command AHU-1/state/pointset -2024-11-06T17:33:34Z TRACE received state_pointset: { -2024-11-06T17:33:34Z TRACE received state_pointset: "points" : { -2024-11-06T17:33:34Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:34Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:33:34Z TRACE received state_pointset: }, -2024-11-06T17:33:34Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:34Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:33:34Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:33:34Z TRACE received state_pointset: }, -2024-11-06T17:33:34Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:34Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:33:34Z TRACE received state_pointset: } -2024-11-06T17:33:34Z TRACE received state_pointset: }, -2024-11-06T17:33:34Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:33:34Z", -2024-11-06T17:33:34Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:33:34Z TRACE received state_pointset: } -2024-11-06T17:33:34Z DEBUG Handling device message state_pointset MP:e868784a-2 -2024-11-06T17:33:34Z TRACE Ignoring partial state update -2024-11-06T17:33:34Z TRACE received command AHU-1/config/update -2024-11-06T17:33:34Z DEBUG received config_update -2024-11-06T17:33:34Z DEBUG Handling update message config_update RC:eea582.0000002e -2024-11-06T17:33:34Z DEBUG Removed configTransaction RC:eea582.0000002e -2024-11-06T17:33:34Z DEBUG last_start changed false, last_start 2024-11-06T17:31:49Z -2024-11-06T17:33:34Z DEBUG Updated config 2024-11-06T17:33:34Z RC:eea582.0000002e -2024-11-06T17:33:34Z INFO Updated config #032: Changed 0 fields. -2024-11-06T17:33:35Z TRACE received command AHU-1/config/update -2024-11-06T17:33:35Z DEBUG received config_update -2024-11-06T17:33:35Z DEBUG Handling update message config_update RC:eea582.00000030 -2024-11-06T17:33:35Z DEBUG Removed configTransaction RC:eea582.00000030 -2024-11-06T17:33:35Z DEBUG last_start changed false, last_start 2024-11-06T17:31:49Z -2024-11-06T17:33:35Z DEBUG Updated config 2024-11-06T17:33:35Z RC:eea582.00000030 -2024-11-06T17:33:35Z INFO Updated config #033: Changed 0 fields. -2024-11-06T17:33:35Z DEBUG Detail config update synchronized is now: last_config not synced in state -2024-11-06T17:33:36Z TRACE received command AHU-1/state/update -2024-11-06T17:33:36Z DEBUG received state_update -2024-11-06T17:33:36Z DEBUG Handling update message state_update MP:beb35715 -2024-11-06T17:33:36Z DEBUG Updated state after 0s 2024-11-06T17:33:36Z MP:beb35715 -2024-11-06T17:33:36Z INFO Updated state #037: Changed 3 fields: -2024-11-06T17:33:36Z INFO Updated state #037: Set `system.last_config` = `2024-11-06T17:33:35Z` -2024-11-06T17:33:36Z INFO Updated state #037: Set `system.status.timestamp` = `2024-11-06T17:33:35Z` -2024-11-06T17:33:36Z INFO Updated state #037: Set `timestamp` = `2024-11-06T17:33:36Z` -2024-11-06T17:33:36Z DEBUG Updated state has last_config 2024-11-06T17:33:35Z (expecting 2024-11-06T17:33:35Z) -2024-11-06T17:33:36Z TRACE received command AHU-1/state/system -2024-11-06T17:33:36Z TRACE received state_system: { -2024-11-06T17:33:36Z TRACE received state_system: "hardware" : { -2024-11-06T17:33:36Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:33:36Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:33:36Z TRACE received state_system: }, -2024-11-06T17:33:36Z TRACE received state_system: "last_config" : "2024-11-06T17:33:35Z", -2024-11-06T17:33:36Z TRACE received state_system: "operation" : { -2024-11-06T17:33:36Z TRACE received state_system: "operational" : true, -2024-11-06T17:33:36Z TRACE received state_system: "last_start" : "2024-11-06T17:31:49Z", -2024-11-06T17:33:36Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:33:36Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:33:36Z TRACE received state_system: }, -2024-11-06T17:33:36Z TRACE received state_system: "serial_no" : "sequencer-7871", -2024-11-06T17:33:36Z TRACE received state_system: "software" : { -2024-11-06T17:33:36Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:33:36Z TRACE received state_system: }, -2024-11-06T17:33:36Z TRACE received state_system: "status" : { -2024-11-06T17:33:36Z TRACE received state_system: "message" : "success", -2024-11-06T17:33:36Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:33:36Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:35Z", -2024-11-06T17:33:36Z TRACE received state_system: "level" : 300 -2024-11-06T17:33:36Z TRACE received state_system: }, -2024-11-06T17:33:36Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:36Z", -2024-11-06T17:33:36Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:33:36Z TRACE received state_system: } -2024-11-06T17:33:36Z DEBUG Handling device message state_system MP:beb35715-0 -2024-11-06T17:33:36Z TRACE Ignoring partial state update -2024-11-06T17:33:36Z DEBUG Detail config update synchronized is now: null -2024-11-06T17:33:36Z DEBUG Stage finished waiting for config update synchronized at 19s after 3s -2024-11-06T17:33:36Z TRACE Stage resume waiting for pointset state matches config at 19s -2024-11-06T17:33:36Z DEBUG Config sync took 3s -2024-11-06T17:33:36Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:33:36Z DEBUG Update config Before pointset state matches config timestamp 2024-11-06T17:33:35Z -2024-11-06T17:33:36Z TRACE local local_update: { -2024-11-06T17:33:36Z TRACE local local_update: "timestamp" : "2024-11-06T17:33:35Z", -2024-11-06T17:33:36Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:33:36Z TRACE local local_update: "system" : { -2024-11-06T17:33:36Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:33:36Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:33:36Z TRACE local local_update: "operation" : { -2024-11-06T17:33:36Z TRACE local local_update: "last_start" : "2024-11-06T17:31:49Z" -2024-11-06T17:33:36Z TRACE local local_update: }, -2024-11-06T17:33:36Z TRACE local local_update: "testing" : { -2024-11-06T17:33:36Z TRACE local local_update: "sequence_name" : "pointset_request_extraneous" -2024-11-06T17:33:36Z TRACE local local_update: } -2024-11-06T17:33:36Z TRACE local local_update: }, -2024-11-06T17:33:36Z TRACE local local_update: "localnet" : { -2024-11-06T17:33:36Z TRACE local local_update: "families" : { -2024-11-06T17:33:36Z TRACE local local_update: "ether" : { }, -2024-11-06T17:33:36Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:33:36Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:33:36Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:33:36Z TRACE local local_update: } -2024-11-06T17:33:36Z TRACE local local_update: }, -2024-11-06T17:33:36Z TRACE local local_update: "pointset" : { -2024-11-06T17:33:36Z TRACE local local_update: "sample_rate_sec" : 10, -2024-11-06T17:33:36Z TRACE local local_update: "points" : { -2024-11-06T17:33:36Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:36Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:33:36Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:33:36Z TRACE local local_update: }, -2024-11-06T17:33:36Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:33:36Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:33:36Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:33:36Z TRACE local local_update: }, -2024-11-06T17:33:36Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:36Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:33:36Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:33:36Z TRACE local local_update: } -2024-11-06T17:33:36Z TRACE local local_update: } -2024-11-06T17:33:36Z TRACE local local_update: } -2024-11-06T17:33:36Z TRACE local local_update: } -2024-11-06T17:33:36Z DEBUG Recorded sequence: 1. Update config Before pointset state matches config -2024-11-06T17:33:36Z INFO Device config Add `pointset.sample_rate_sec` = `10` -2024-11-06T17:33:36Z TRACE Update config Before pointset state matches config: Add `pointset.sample_rate_sec` = `10` -2024-11-06T17:33:36Z DEBUG Recorded sequence: 1. Wait until pointset state matches config -2024-11-06T17:33:36Z DEBUG Stage finished waiting for pointset state matches config at 19s after 4s -2024-11-06T17:33:36Z TRACE Stage resume waiting for checking pointset sanity at 19s -2024-11-06T17:33:36Z TRACE Stage suspend waiting for checking pointset sanity at 19s -2024-11-06T17:33:36Z INFO Stage start waiting for pointset event contains correct points at 19s -2024-11-06T17:33:37Z DEBUG system config extra field null -2024-11-06T17:33:37Z TRACE updated check config_system: false -2024-11-06T17:33:37Z TRACE updated check config_pointset: false -2024-11-06T17:33:37Z TRACE updated check config_gateway: false -2024-11-06T17:33:37Z TRACE updated check config_localnet: false -2024-11-06T17:33:37Z TRACE updated check config_blobset: false -2024-11-06T17:33:37Z TRACE updated check config_discovery: false -2024-11-06T17:33:37Z DEBUG Update config Before pointset event contains correct points timestamp 2024-11-06T17:33:35Z -2024-11-06T17:33:37Z TRACE local local_update: { -2024-11-06T17:33:37Z TRACE local local_update: "timestamp" : "2024-11-06T17:33:35Z", -2024-11-06T17:33:37Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:33:37Z TRACE local local_update: "system" : { -2024-11-06T17:33:37Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:33:37Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:33:37Z TRACE local local_update: "operation" : { -2024-11-06T17:33:37Z TRACE local local_update: "last_start" : "2024-11-06T17:31:49Z" -2024-11-06T17:33:37Z TRACE local local_update: }, -2024-11-06T17:33:37Z TRACE local local_update: "testing" : { -2024-11-06T17:33:37Z TRACE local local_update: "sequence_name" : "pointset_request_extraneous" -2024-11-06T17:33:37Z TRACE local local_update: } -2024-11-06T17:33:37Z TRACE local local_update: }, -2024-11-06T17:33:37Z TRACE local local_update: "localnet" : { -2024-11-06T17:33:37Z TRACE local local_update: "families" : { -2024-11-06T17:33:37Z TRACE local local_update: "ether" : { }, -2024-11-06T17:33:37Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:33:37Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:33:37Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:33:37Z TRACE local local_update: } -2024-11-06T17:33:37Z TRACE local local_update: }, -2024-11-06T17:33:37Z TRACE local local_update: "pointset" : { -2024-11-06T17:33:37Z TRACE local local_update: "sample_rate_sec" : 10, -2024-11-06T17:33:37Z TRACE local local_update: "points" : { -2024-11-06T17:33:37Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:37Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:33:37Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:33:37Z TRACE local local_update: }, -2024-11-06T17:33:37Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:33:37Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:33:37Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:33:37Z TRACE local local_update: }, -2024-11-06T17:33:37Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:37Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:33:37Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:33:37Z TRACE local local_update: } -2024-11-06T17:33:37Z TRACE local local_update: } -2024-11-06T17:33:37Z TRACE local local_update: } -2024-11-06T17:33:37Z TRACE local local_update: } -2024-11-06T17:33:38Z DEBUG Detail pointset event contains correct points is now: any received pointset event -2024-11-06T17:33:38Z TRACE received command AHU-1/state/localnet -2024-11-06T17:33:38Z TRACE received state_localnet: { -2024-11-06T17:33:38Z TRACE received state_localnet: "families" : { -2024-11-06T17:33:38Z TRACE received state_localnet: "ether" : { -2024-11-06T17:33:38Z TRACE received state_localnet: "addr" : "7c:1e:52:59:f6:f5" -2024-11-06T17:33:38Z TRACE received state_localnet: }, -2024-11-06T17:33:38Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:33:38Z TRACE received state_localnet: "addr" : "10.1.0.159" -2024-11-06T17:33:38Z TRACE received state_localnet: }, -2024-11-06T17:33:38Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:33:38Z TRACE received state_localnet: "addr" : "fe80::7e1e:52ff:fe59:f6f5" -2024-11-06T17:33:38Z TRACE received state_localnet: }, -2024-11-06T17:33:38Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:33:38Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:33:38Z TRACE received state_localnet: } -2024-11-06T17:33:38Z TRACE received state_localnet: }, -2024-11-06T17:33:38Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:33:36Z", -2024-11-06T17:33:38Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:33:38Z TRACE received state_localnet: } -2024-11-06T17:33:38Z DEBUG Handling device message state_localnet MP:beb35715-1 -2024-11-06T17:33:38Z TRACE Ignoring partial state update -2024-11-06T17:33:39Z TRACE received command AHU-1/state/pointset -2024-11-06T17:33:39Z TRACE received state_pointset: { -2024-11-06T17:33:39Z TRACE received state_pointset: "points" : { -2024-11-06T17:33:39Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:39Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:33:39Z TRACE received state_pointset: }, -2024-11-06T17:33:39Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:39Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:33:39Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:33:39Z TRACE received state_pointset: }, -2024-11-06T17:33:39Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:39Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:33:39Z TRACE received state_pointset: } -2024-11-06T17:33:39Z TRACE received state_pointset: }, -2024-11-06T17:33:39Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:33:36Z", -2024-11-06T17:33:39Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:33:39Z TRACE received state_pointset: } -2024-11-06T17:33:39Z DEBUG Handling device message state_pointset MP:beb35715-2 -2024-11-06T17:33:39Z TRACE Ignoring partial state update -2024-11-06T17:33:41Z TRACE received command AHU-1/events/pointset -2024-11-06T17:33:41Z TRACE received events_pointset: { -2024-11-06T17:33:41Z TRACE received events_pointset: "points" : { -2024-11-06T17:33:41Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:41Z TRACE received events_pointset: "present_value" : false -2024-11-06T17:33:41Z TRACE received events_pointset: }, -2024-11-06T17:33:41Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:41Z TRACE received events_pointset: "present_value" : 98 -2024-11-06T17:33:41Z TRACE received events_pointset: }, -2024-11-06T17:33:41Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:41Z TRACE received events_pointset: "present_value" : 10 -2024-11-06T17:33:41Z TRACE received events_pointset: } -2024-11-06T17:33:41Z TRACE received events_pointset: }, -2024-11-06T17:33:41Z TRACE received events_pointset: "timestamp" : "2024-11-06T17:33:41Z", -2024-11-06T17:33:41Z TRACE received events_pointset: "version" : "1.5.2" -2024-11-06T17:33:41Z TRACE received events_pointset: } -2024-11-06T17:33:41Z DEBUG Handling device message events_pointset MP:4dc91ba0 -2024-11-06T17:33:42Z DEBUG last event is {"timestamp":"2024-11-06T17:33:41Z","version":"1.5.2","points":{"filter_alarm_pressure_status":{"present_value":false},"filter_differential_pressure_setpoint":{"present_value":98},"filter_differential_pressure_sensor":{"present_value":10}}} -2024-11-06T17:33:42Z TRACE Suppressing exception: Cannot read field "level" because "pointState.status" is null -2024-11-06T17:33:42Z TRACE Suppressing exception: Cannot read field "level" because "pointState.status" is null -2024-11-06T17:33:42Z TRACE Suppressing exception: Cannot read field "level" because "pointState.status" is null -2024-11-06T17:33:42Z DEBUG event points are filter_alarm_pressure_status, filter_differential_pressure_setpoint, filter_differential_pressure_sensor -2024-11-06T17:33:42Z DEBUG config points are filter_differential_pressure_setpoint, filter_alarm_pressure_status, filter_differential_pressure_sensor -2024-11-06T17:33:42Z DEBUG Detail pointset event contains correct points is now: null -2024-11-06T17:33:42Z DEBUG Recorded sequence: 1. Wait until pointset event contains correct points -2024-11-06T17:33:42Z DEBUG Stage finished waiting for pointset event contains correct points at 25s after 6s -2024-11-06T17:33:42Z TRACE Stage resume waiting for checking pointset sanity at 25s -2024-11-06T17:33:42Z DEBUG Stage finished waiting for checking pointset sanity at 25s after 10s -2024-11-06T17:33:42Z TRACE Stage resume waiting for executing test at 25s -2024-11-06T17:33:42Z TRACE Stage suspend waiting for executing test at 25s -2024-11-06T17:33:42Z INFO Stage start waiting for pointset state contains extraneous point error at 25s -2024-11-06T17:33:43Z DEBUG system config extra field null -2024-11-06T17:33:43Z TRACE updated check config_system: false -2024-11-06T17:33:43Z TRACE updated check config_pointset: true -2024-11-06T17:33:43Z DEBUG update config_pointset, adding configTransaction RC:eea582.00000031 -2024-11-06T17:33:43Z TRACE local local_pointset: { -2024-11-06T17:33:43Z TRACE local local_pointset: "sample_rate_sec" : 10, -2024-11-06T17:33:43Z TRACE local local_pointset: "points" : { -2024-11-06T17:33:43Z TRACE local local_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:43Z TRACE local local_pointset: "units" : "Bars", -2024-11-06T17:33:43Z TRACE local local_pointset: "set_value" : 98 -2024-11-06T17:33:43Z TRACE local local_pointset: }, -2024-11-06T17:33:43Z TRACE local local_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:43Z TRACE local local_pointset: "ref" : "BV11.present_value", -2024-11-06T17:33:43Z TRACE local local_pointset: "units" : "No-units" -2024-11-06T17:33:43Z TRACE local local_pointset: }, -2024-11-06T17:33:43Z TRACE local local_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:43Z TRACE local local_pointset: "ref" : "AV12.present_value", -2024-11-06T17:33:43Z TRACE local local_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:33:43Z TRACE local local_pointset: }, -2024-11-06T17:33:43Z TRACE local local_pointset: "extraneous_point" : { } -2024-11-06T17:33:43Z TRACE local local_pointset: } -2024-11-06T17:33:43Z TRACE local local_pointset: } -2024-11-06T17:33:43Z TRACE updated check config_gateway: false -2024-11-06T17:33:43Z TRACE updated check config_localnet: false -2024-11-06T17:33:43Z TRACE updated check config_blobset: false -2024-11-06T17:33:43Z TRACE updated check config_discovery: false -2024-11-06T17:33:43Z DEBUG Saving pre-config state timestamp 2024-11-06T17:33:36Z -2024-11-06T17:33:43Z DEBUG Update lastConfigUpdate 2024-11-06T17:33:43Z, because before pointset state contains extraneous point error -2024-11-06T17:33:43Z TRACE Stage suspend waiting for pointset state contains extraneous point error at 26s -2024-11-06T17:33:43Z INFO Stage start waiting for config update synchronized at 26s -2024-11-06T17:33:43Z TRACE received command AHU-1/events/system -2024-11-06T17:33:43Z DEBUG received events_system 2024-11-06T17:33:32Z INFO device.log: Update state 2024-11-06T17:33:32Z last_config 2024-11-06T17:33:31Z -2024-11-06T17:33:43Z DEBUG received events_system 2024-11-06T17:33:33Z INFO device.log: Device AHU-1 config handler -2024-11-06T17:33:43Z DEBUG received events_system 2024-11-06T17:33:33Z INFO device.log: 2024-11-06T17:33:33Z received config 2024-11-06T17:33:33Z -2024-11-06T17:33:43Z DEBUG received events_system 2024-11-06T17:33:33Z NOTICE system.config.apply: success -2024-11-06T17:33:43Z DEBUG received events_system 2024-11-06T17:33:34Z INFO device.log: Update state 2024-11-06T17:33:34Z last_config 2024-11-06T17:33:33Z -2024-11-06T17:33:43Z DEBUG received events_system 2024-11-06T17:33:34Z INFO device.log: 2024-11-06T17:33:34Z received config 2024-11-06T17:33:34Z -2024-11-06T17:33:43Z DEBUG received events_system 2024-11-06T17:33:34Z NOTICE system.config.apply: success -2024-11-06T17:33:43Z DEBUG received events_system 2024-11-06T17:33:35Z INFO device.log: Device AHU-1 config handler -2024-11-06T17:33:43Z DEBUG received events_system 2024-11-06T17:33:35Z INFO device.log: 2024-11-06T17:33:35Z received config 2024-11-06T17:33:35Z -2024-11-06T17:33:43Z DEBUG received events_system 2024-11-06T17:33:35Z NOTICE system.config.apply: success -2024-11-06T17:33:43Z DEBUG received events_system 2024-11-06T17:33:36Z INFO device.log: Update state 2024-11-06T17:33:36Z last_config 2024-11-06T17:33:35Z -2024-11-06T17:33:43Z DEBUG Handling device message events_system MP:9b4d732a -2024-11-06T17:33:43Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-06T17:33:43Z TRACE received command AHU-1/state/update -2024-11-06T17:33:43Z DEBUG received state_update -2024-11-06T17:33:43Z DEBUG Handling update message state_update MP:efc9a9b1 -2024-11-06T17:33:43Z DEBUG Updated state after 0s 2024-11-06T17:33:43Z MP:efc9a9b1 -2024-11-06T17:33:43Z INFO Updated state #038: Changed 4 fields: -2024-11-06T17:33:43Z INFO Updated state #038: Set `system.status.level` = `100` -2024-11-06T17:33:43Z INFO Updated state #038: Set `system.status.category` = `system.config.parse` -2024-11-06T17:33:43Z INFO Updated state #038: Set `system.status.timestamp` = `2024-11-06T17:33:43Z` -2024-11-06T17:33:43Z INFO Updated state #038: Set `timestamp` = `2024-11-06T17:33:43Z` -2024-11-06T17:33:43Z DEBUG Updated state has last_config 2024-11-06T17:33:35Z (expecting 2024-11-06T17:33:35Z) -2024-11-06T17:33:43Z TRACE received command AHU-1/config/update -2024-11-06T17:33:43Z DEBUG received config_update -2024-11-06T17:33:43Z DEBUG Handling update message config_update RC:eea582.00000031 -2024-11-06T17:33:43Z DEBUG Removed configTransaction RC:eea582.00000031 -2024-11-06T17:33:43Z DEBUG last_start changed false, last_start 2024-11-06T17:31:49Z -2024-11-06T17:33:43Z DEBUG Updated config 2024-11-06T17:33:43Z RC:eea582.00000031 -2024-11-06T17:33:43Z INFO Updated config #034: Changed 1 fields: -2024-11-06T17:33:43Z INFO Updated config #034: Add `pointset.points.extraneous_point` = { } -2024-11-06T17:33:43Z DEBUG Detail config update synchronized is now: last_config not synced in state -2024-11-06T17:33:43Z TRACE received command AHU-1/state/system -2024-11-06T17:33:43Z TRACE received state_system: { -2024-11-06T17:33:43Z TRACE received state_system: "hardware" : { -2024-11-06T17:33:43Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:33:43Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:33:43Z TRACE received state_system: }, -2024-11-06T17:33:43Z TRACE received state_system: "last_config" : "2024-11-06T17:33:35Z", -2024-11-06T17:33:43Z TRACE received state_system: "operation" : { -2024-11-06T17:33:43Z TRACE received state_system: "operational" : true, -2024-11-06T17:33:43Z TRACE received state_system: "last_start" : "2024-11-06T17:31:49Z", -2024-11-06T17:33:43Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:33:43Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:33:43Z TRACE received state_system: }, -2024-11-06T17:33:43Z TRACE received state_system: "serial_no" : "sequencer-7871", -2024-11-06T17:33:43Z TRACE received state_system: "software" : { -2024-11-06T17:33:43Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:33:43Z TRACE received state_system: }, -2024-11-06T17:33:43Z TRACE received state_system: "status" : { -2024-11-06T17:33:43Z TRACE received state_system: "message" : "success", -2024-11-06T17:33:43Z TRACE received state_system: "category" : "system.config.parse", -2024-11-06T17:33:43Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:43Z", -2024-11-06T17:33:43Z TRACE received state_system: "level" : 100 -2024-11-06T17:33:43Z TRACE received state_system: }, -2024-11-06T17:33:43Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:43Z", -2024-11-06T17:33:43Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:33:43Z TRACE received state_system: } -2024-11-06T17:33:43Z DEBUG Handling device message state_system MP:efc9a9b1-0 -2024-11-06T17:33:43Z TRACE Ignoring partial state update -2024-11-06T17:33:43Z TRACE received command AHU-1/state/localnet -2024-11-06T17:33:43Z TRACE received state_localnet: { -2024-11-06T17:33:43Z TRACE received state_localnet: "families" : { -2024-11-06T17:33:43Z TRACE received state_localnet: "ether" : { -2024-11-06T17:33:43Z TRACE received state_localnet: "addr" : "7c:1e:52:59:f6:f5" -2024-11-06T17:33:43Z TRACE received state_localnet: }, -2024-11-06T17:33:43Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:33:43Z TRACE received state_localnet: "addr" : "10.1.0.159" -2024-11-06T17:33:43Z TRACE received state_localnet: }, -2024-11-06T17:33:43Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:33:43Z TRACE received state_localnet: "addr" : "fe80::7e1e:52ff:fe59:f6f5" -2024-11-06T17:33:43Z TRACE received state_localnet: }, -2024-11-06T17:33:43Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:33:43Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:33:43Z TRACE received state_localnet: } -2024-11-06T17:33:43Z TRACE received state_localnet: }, -2024-11-06T17:33:43Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:33:43Z", -2024-11-06T17:33:43Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:33:43Z TRACE received state_localnet: } -2024-11-06T17:33:43Z DEBUG Handling device message state_localnet MP:efc9a9b1-1 -2024-11-06T17:33:43Z TRACE Ignoring partial state update -2024-11-06T17:33:43Z TRACE received command AHU-1/state/pointset -2024-11-06T17:33:43Z TRACE received state_pointset: { -2024-11-06T17:33:43Z TRACE received state_pointset: "points" : { -2024-11-06T17:33:43Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:43Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:33:43Z TRACE received state_pointset: }, -2024-11-06T17:33:43Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:43Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:33:43Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:33:43Z TRACE received state_pointset: }, -2024-11-06T17:33:43Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:43Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:33:43Z TRACE received state_pointset: } -2024-11-06T17:33:43Z TRACE received state_pointset: }, -2024-11-06T17:33:43Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:33:43Z", -2024-11-06T17:33:43Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:33:43Z TRACE received state_pointset: } -2024-11-06T17:33:43Z DEBUG Handling device message state_pointset MP:efc9a9b1-2 -2024-11-06T17:33:43Z TRACE Ignoring partial state update -2024-11-06T17:33:45Z TRACE received command AHU-1/state/update -2024-11-06T17:33:45Z DEBUG received state_update -2024-11-06T17:33:45Z DEBUG Handling update message state_update MP:b38a917f -2024-11-06T17:33:45Z DEBUG Updated state after 0s 2024-11-06T17:33:45Z MP:b38a917f -2024-11-06T17:33:45Z INFO Updated state #039: Changed 5 fields: -2024-11-06T17:33:45Z INFO Updated state #039: Set `system.last_config` = `2024-11-06T17:33:43Z` -2024-11-06T17:33:45Z INFO Updated state #039: Set `system.status.level` = `300` -2024-11-06T17:33:45Z INFO Updated state #039: Set `system.status.category` = `system.config.apply` -2024-11-06T17:33:45Z INFO Updated state #039: Add `pointset.points.extraneous_point` = { "status": { "level": `500`, "message": `Unknown configured point extraneous_point`, "category": `pointset.point.invalid`, "timestamp": `2024-11-06T17:33:43Z` } } -2024-11-06T17:33:45Z INFO Updated state #039: Set `timestamp` = `2024-11-06T17:33:45Z` -2024-11-06T17:33:45Z DEBUG Updated state has last_config 2024-11-06T17:33:43Z (expecting 2024-11-06T17:33:43Z) -2024-11-06T17:33:45Z DEBUG Detail config update synchronized is now: null -2024-11-06T17:33:45Z DEBUG Stage finished waiting for config update synchronized at 28s after 2s -2024-11-06T17:33:45Z TRACE Stage resume waiting for pointset state contains extraneous point error at 28s -2024-11-06T17:33:45Z DEBUG Config sync took 2s -2024-11-06T17:33:45Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:33:45Z DEBUG Update config before pointset state contains extraneous point error timestamp 2024-11-06T17:33:43Z -2024-11-06T17:33:45Z TRACE local local_update: { -2024-11-06T17:33:45Z TRACE local local_update: "timestamp" : "2024-11-06T17:33:43Z", -2024-11-06T17:33:45Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:33:45Z TRACE local local_update: "system" : { -2024-11-06T17:33:45Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:33:45Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:33:45Z TRACE local local_update: "operation" : { -2024-11-06T17:33:45Z TRACE local local_update: "last_start" : "2024-11-06T17:31:49Z" -2024-11-06T17:33:45Z TRACE local local_update: }, -2024-11-06T17:33:45Z TRACE local local_update: "testing" : { -2024-11-06T17:33:45Z TRACE local local_update: "sequence_name" : "pointset_request_extraneous" -2024-11-06T17:33:45Z TRACE local local_update: } -2024-11-06T17:33:45Z TRACE local local_update: }, -2024-11-06T17:33:45Z TRACE local local_update: "localnet" : { -2024-11-06T17:33:45Z TRACE local local_update: "families" : { -2024-11-06T17:33:45Z TRACE local local_update: "ether" : { }, -2024-11-06T17:33:45Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:33:45Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:33:45Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:33:45Z TRACE local local_update: } -2024-11-06T17:33:45Z TRACE local local_update: }, -2024-11-06T17:33:45Z TRACE local local_update: "pointset" : { -2024-11-06T17:33:45Z TRACE local local_update: "sample_rate_sec" : 10, -2024-11-06T17:33:45Z TRACE local local_update: "points" : { -2024-11-06T17:33:45Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:45Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:33:45Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:33:45Z TRACE local local_update: }, -2024-11-06T17:33:45Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:33:45Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:33:45Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:33:45Z TRACE local local_update: }, -2024-11-06T17:33:45Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:45Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:33:45Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:33:45Z TRACE local local_update: }, -2024-11-06T17:33:45Z TRACE local local_update: "extraneous_point" : { } -2024-11-06T17:33:45Z TRACE local local_update: } -2024-11-06T17:33:45Z TRACE local local_update: } -2024-11-06T17:33:45Z TRACE local local_update: } -2024-11-06T17:33:45Z DEBUG Recorded sequence: 1. Update config before pointset state contains extraneous point error -2024-11-06T17:33:45Z INFO Device config Add `pointset.points[extraneous_point]` = point configuration -2024-11-06T17:33:45Z TRACE Update config before pointset state contains extraneous point error: Add `pointset.points[extraneous_point]` = point configuration -2024-11-06T17:33:45Z DEBUG Recorded sequence: 1. Wait for pointset state contains extraneous point error -2024-11-06T17:33:45Z DEBUG Stage finished waiting for pointset state contains extraneous point error at 28s after 3s -2024-11-06T17:33:45Z TRACE Stage resume waiting for executing test at 28s -2024-11-06T17:33:45Z TRACE Stage suspend waiting for executing test at 28s -2024-11-06T17:33:45Z INFO Stage start waiting for checking pointset sanity at 28s -2024-11-06T17:33:45Z TRACE Stage suspend waiting for checking pointset sanity at 28s -2024-11-06T17:33:45Z INFO Stage start waiting for pointset state matches config at 28s -2024-11-06T17:33:46Z DEBUG system config extra field null -2024-11-06T17:33:46Z TRACE updated check config_system: false -2024-11-06T17:33:46Z TRACE updated check config_pointset: false -2024-11-06T17:33:46Z TRACE updated check config_gateway: false -2024-11-06T17:33:46Z TRACE updated check config_localnet: false -2024-11-06T17:33:46Z TRACE updated check config_blobset: false -2024-11-06T17:33:46Z TRACE updated check config_discovery: false -2024-11-06T17:33:46Z DEBUG Update config Before pointset state matches config timestamp 2024-11-06T17:33:43Z -2024-11-06T17:33:46Z TRACE local local_update: { -2024-11-06T17:33:46Z TRACE local local_update: "timestamp" : "2024-11-06T17:33:43Z", -2024-11-06T17:33:46Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:33:46Z TRACE local local_update: "system" : { -2024-11-06T17:33:46Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:33:46Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:33:46Z TRACE local local_update: "operation" : { -2024-11-06T17:33:46Z TRACE local local_update: "last_start" : "2024-11-06T17:31:49Z" -2024-11-06T17:33:46Z TRACE local local_update: }, -2024-11-06T17:33:46Z TRACE local local_update: "testing" : { -2024-11-06T17:33:46Z TRACE local local_update: "sequence_name" : "pointset_request_extraneous" -2024-11-06T17:33:46Z TRACE local local_update: } -2024-11-06T17:33:46Z TRACE local local_update: }, -2024-11-06T17:33:46Z TRACE local local_update: "localnet" : { -2024-11-06T17:33:46Z TRACE local local_update: "families" : { -2024-11-06T17:33:46Z TRACE local local_update: "ether" : { }, -2024-11-06T17:33:46Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:33:46Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:33:46Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:33:46Z TRACE local local_update: } -2024-11-06T17:33:46Z TRACE local local_update: }, -2024-11-06T17:33:46Z TRACE local local_update: "pointset" : { -2024-11-06T17:33:46Z TRACE local local_update: "sample_rate_sec" : 10, -2024-11-06T17:33:46Z TRACE local local_update: "points" : { -2024-11-06T17:33:46Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:46Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:33:46Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:33:46Z TRACE local local_update: }, -2024-11-06T17:33:46Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:33:46Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:33:46Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:33:46Z TRACE local local_update: }, -2024-11-06T17:33:46Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:46Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:33:46Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:33:46Z TRACE local local_update: }, -2024-11-06T17:33:46Z TRACE local local_update: "extraneous_point" : { } -2024-11-06T17:33:46Z TRACE local local_update: } -2024-11-06T17:33:46Z TRACE local local_update: } -2024-11-06T17:33:46Z TRACE local local_update: } -2024-11-06T17:33:46Z DEBUG Recorded sequence: 1. Wait until pointset state matches config -2024-11-06T17:33:46Z DEBUG Stage finished waiting for pointset state matches config at 29s after 1s -2024-11-06T17:33:46Z TRACE Stage resume waiting for checking pointset sanity at 29s -2024-11-06T17:33:46Z TRACE Stage suspend waiting for checking pointset sanity at 29s -2024-11-06T17:33:46Z INFO Stage start waiting for pointset event contains correct points at 29s -2024-11-06T17:33:47Z DEBUG system config extra field null -2024-11-06T17:33:47Z TRACE updated check config_system: false -2024-11-06T17:33:47Z TRACE updated check config_pointset: false -2024-11-06T17:33:47Z TRACE updated check config_gateway: false -2024-11-06T17:33:47Z TRACE updated check config_localnet: false -2024-11-06T17:33:47Z TRACE updated check config_blobset: false -2024-11-06T17:33:47Z TRACE updated check config_discovery: false -2024-11-06T17:33:47Z DEBUG Update config Before pointset event contains correct points timestamp 2024-11-06T17:33:43Z -2024-11-06T17:33:47Z TRACE local local_update: { -2024-11-06T17:33:47Z TRACE local local_update: "timestamp" : "2024-11-06T17:33:43Z", -2024-11-06T17:33:47Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:33:47Z TRACE local local_update: "system" : { -2024-11-06T17:33:47Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:33:47Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:33:47Z TRACE local local_update: "operation" : { -2024-11-06T17:33:47Z TRACE local local_update: "last_start" : "2024-11-06T17:31:49Z" -2024-11-06T17:33:47Z TRACE local local_update: }, -2024-11-06T17:33:47Z TRACE local local_update: "testing" : { -2024-11-06T17:33:47Z TRACE local local_update: "sequence_name" : "pointset_request_extraneous" -2024-11-06T17:33:47Z TRACE local local_update: } -2024-11-06T17:33:47Z TRACE local local_update: }, -2024-11-06T17:33:47Z TRACE local local_update: "localnet" : { -2024-11-06T17:33:47Z TRACE local local_update: "families" : { -2024-11-06T17:33:47Z TRACE local local_update: "ether" : { }, -2024-11-06T17:33:47Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:33:47Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:33:47Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:33:47Z TRACE local local_update: } -2024-11-06T17:33:47Z TRACE local local_update: }, -2024-11-06T17:33:47Z TRACE local local_update: "pointset" : { -2024-11-06T17:33:47Z TRACE local local_update: "sample_rate_sec" : 10, -2024-11-06T17:33:47Z TRACE local local_update: "points" : { -2024-11-06T17:33:47Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:47Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:33:47Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:33:47Z TRACE local local_update: }, -2024-11-06T17:33:47Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:33:47Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:33:47Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:33:47Z TRACE local local_update: }, -2024-11-06T17:33:47Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:47Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:33:47Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:33:47Z TRACE local local_update: }, -2024-11-06T17:33:47Z TRACE local local_update: "extraneous_point" : { } -2024-11-06T17:33:47Z TRACE local local_update: } -2024-11-06T17:33:47Z TRACE local local_update: } -2024-11-06T17:33:47Z TRACE local local_update: } -2024-11-06T17:33:48Z DEBUG Detail pointset event contains correct points is now: any received pointset event -2024-11-06T17:33:48Z TRACE received command AHU-1/state/system -2024-11-06T17:33:48Z TRACE received state_system: { -2024-11-06T17:33:48Z TRACE received state_system: "hardware" : { -2024-11-06T17:33:48Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:33:48Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:33:48Z TRACE received state_system: }, -2024-11-06T17:33:48Z TRACE received state_system: "last_config" : "2024-11-06T17:33:43Z", -2024-11-06T17:33:48Z TRACE received state_system: "operation" : { -2024-11-06T17:33:48Z TRACE received state_system: "operational" : true, -2024-11-06T17:33:48Z TRACE received state_system: "last_start" : "2024-11-06T17:31:49Z", -2024-11-06T17:33:48Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:33:48Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:33:48Z TRACE received state_system: }, -2024-11-06T17:33:48Z TRACE received state_system: "serial_no" : "sequencer-7871", -2024-11-06T17:33:48Z TRACE received state_system: "software" : { -2024-11-06T17:33:48Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:33:48Z TRACE received state_system: }, -2024-11-06T17:33:48Z TRACE received state_system: "status" : { -2024-11-06T17:33:48Z TRACE received state_system: "message" : "success", -2024-11-06T17:33:48Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:33:48Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:43Z", -2024-11-06T17:33:48Z TRACE received state_system: "level" : 300 -2024-11-06T17:33:48Z TRACE received state_system: }, -2024-11-06T17:33:48Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:45Z", -2024-11-06T17:33:48Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:33:48Z TRACE received state_system: } -2024-11-06T17:33:48Z DEBUG Handling device message state_system MP:b38a917f-0 -2024-11-06T17:33:48Z TRACE Ignoring partial state update -2024-11-06T17:33:49Z TRACE received command AHU-1/state/localnet -2024-11-06T17:33:49Z TRACE received state_localnet: { -2024-11-06T17:33:49Z TRACE received state_localnet: "families" : { -2024-11-06T17:33:49Z TRACE received state_localnet: "ether" : { -2024-11-06T17:33:49Z TRACE received state_localnet: "addr" : "7c:1e:52:59:f6:f5" -2024-11-06T17:33:49Z TRACE received state_localnet: }, -2024-11-06T17:33:49Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:33:49Z TRACE received state_localnet: "addr" : "10.1.0.159" -2024-11-06T17:33:49Z TRACE received state_localnet: }, -2024-11-06T17:33:49Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:33:49Z TRACE received state_localnet: "addr" : "fe80::7e1e:52ff:fe59:f6f5" -2024-11-06T17:33:49Z TRACE received state_localnet: }, -2024-11-06T17:33:49Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:33:49Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:33:49Z TRACE received state_localnet: } -2024-11-06T17:33:49Z TRACE received state_localnet: }, -2024-11-06T17:33:49Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:33:45Z", -2024-11-06T17:33:49Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:33:49Z TRACE received state_localnet: } -2024-11-06T17:33:49Z DEBUG Handling device message state_localnet MP:b38a917f-1 -2024-11-06T17:33:49Z TRACE Ignoring partial state update -2024-11-06T17:33:50Z TRACE received command AHU-1/state/pointset -2024-11-06T17:33:50Z TRACE received state_pointset: { -2024-11-06T17:33:50Z TRACE received state_pointset: "points" : { -2024-11-06T17:33:50Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:50Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:33:50Z TRACE received state_pointset: }, -2024-11-06T17:33:50Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:50Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:33:50Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:33:50Z TRACE received state_pointset: }, -2024-11-06T17:33:50Z TRACE received state_pointset: "extraneous_point" : { -2024-11-06T17:33:50Z TRACE received state_pointset: "status" : { -2024-11-06T17:33:50Z TRACE received state_pointset: "message" : "Unknown configured point extraneous_point", -2024-11-06T17:33:50Z TRACE received state_pointset: "category" : "pointset.point.invalid", -2024-11-06T17:33:50Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:33:43Z", -2024-11-06T17:33:50Z TRACE received state_pointset: "level" : 500 -2024-11-06T17:33:50Z TRACE received state_pointset: } -2024-11-06T17:33:50Z TRACE received state_pointset: }, -2024-11-06T17:33:50Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:50Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:33:50Z TRACE received state_pointset: } -2024-11-06T17:33:50Z TRACE received state_pointset: }, -2024-11-06T17:33:50Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:33:45Z", -2024-11-06T17:33:50Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:33:50Z TRACE received state_pointset: } -2024-11-06T17:33:50Z DEBUG Handling device message state_pointset MP:b38a917f-2 -2024-11-06T17:33:50Z TRACE Ignoring partial state update -2024-11-06T17:33:51Z TRACE received command null/config/udmi -2024-11-06T17:33:52Z TRACE received command AHU-1/events/pointset -2024-11-06T17:33:52Z TRACE received events_pointset: { -2024-11-06T17:33:52Z TRACE received events_pointset: "points" : { -2024-11-06T17:33:52Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:52Z TRACE received events_pointset: "present_value" : false -2024-11-06T17:33:52Z TRACE received events_pointset: }, -2024-11-06T17:33:52Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:52Z TRACE received events_pointset: "present_value" : 98 -2024-11-06T17:33:52Z TRACE received events_pointset: }, -2024-11-06T17:33:52Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:52Z TRACE received events_pointset: "present_value" : 9 -2024-11-06T17:33:52Z TRACE received events_pointset: }, -2024-11-06T17:33:52Z TRACE received events_pointset: "extraneous_point" : { } -2024-11-06T17:33:52Z TRACE received events_pointset: }, -2024-11-06T17:33:52Z TRACE received events_pointset: "timestamp" : "2024-11-06T17:33:51Z", -2024-11-06T17:33:52Z TRACE received events_pointset: "version" : "1.5.2" -2024-11-06T17:33:52Z TRACE received events_pointset: } -2024-11-06T17:33:52Z DEBUG Handling device message events_pointset MP:66899105 -2024-11-06T17:33:53Z DEBUG last event is {"timestamp":"2024-11-06T17:33:51Z","version":"1.5.2","points":{"filter_alarm_pressure_status":{"present_value":false},"filter_differential_pressure_setpoint":{"present_value":98},"filter_differential_pressure_sensor":{"present_value":9},"extraneous_point":{}}} -2024-11-06T17:33:53Z TRACE Suppressing exception: Cannot read field "level" because "pointState.status" is null -2024-11-06T17:33:53Z TRACE Suppressing exception: Cannot read field "level" because "pointState.status" is null -2024-11-06T17:33:53Z TRACE Suppressing exception: Cannot read field "level" because "pointState.status" is null -2024-11-06T17:33:53Z DEBUG event points are filter_alarm_pressure_status, filter_differential_pressure_setpoint, filter_differential_pressure_sensor -2024-11-06T17:33:53Z DEBUG config points are filter_differential_pressure_setpoint, filter_alarm_pressure_status, filter_differential_pressure_sensor, extraneous_point -2024-11-06T17:33:53Z DEBUG Detail pointset event contains correct points is now: null -2024-11-06T17:33:53Z DEBUG Recorded sequence: 1. Wait until pointset event contains correct points -2024-11-06T17:33:53Z DEBUG Stage finished waiting for pointset event contains correct points at 36s after 7s -2024-11-06T17:33:53Z TRACE Stage resume waiting for checking pointset sanity at 36s -2024-11-06T17:33:53Z DEBUG Stage finished waiting for checking pointset sanity at 36s after 8s -2024-11-06T17:33:53Z TRACE Stage resume waiting for executing test at 36s -2024-11-06T17:33:53Z TRACE Stage suspend waiting for executing test at 36s -2024-11-06T17:33:53Z INFO Stage start waiting for pointset state removes extraneous point error at 36s -2024-11-06T17:33:54Z DEBUG system config extra field null -2024-11-06T17:33:54Z TRACE updated check config_system: false -2024-11-06T17:33:54Z TRACE updated check config_pointset: true -2024-11-06T17:33:54Z DEBUG update config_pointset, adding configTransaction RC:eea582.00000034 -2024-11-06T17:33:54Z TRACE local local_pointset: { -2024-11-06T17:33:54Z TRACE local local_pointset: "sample_rate_sec" : 10, -2024-11-06T17:33:54Z TRACE local local_pointset: "points" : { -2024-11-06T17:33:54Z TRACE local local_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:54Z TRACE local local_pointset: "units" : "Bars", -2024-11-06T17:33:54Z TRACE local local_pointset: "set_value" : 98 -2024-11-06T17:33:54Z TRACE local local_pointset: }, -2024-11-06T17:33:54Z TRACE local local_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:54Z TRACE local local_pointset: "ref" : "BV11.present_value", -2024-11-06T17:33:54Z TRACE local local_pointset: "units" : "No-units" -2024-11-06T17:33:54Z TRACE local local_pointset: }, -2024-11-06T17:33:54Z TRACE local local_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:54Z TRACE local local_pointset: "ref" : "AV12.present_value", -2024-11-06T17:33:54Z TRACE local local_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:33:54Z TRACE local local_pointset: } -2024-11-06T17:33:54Z TRACE local local_pointset: } -2024-11-06T17:33:54Z TRACE local local_pointset: } -2024-11-06T17:33:54Z TRACE updated check config_gateway: false -2024-11-06T17:33:54Z TRACE updated check config_localnet: false -2024-11-06T17:33:54Z TRACE updated check config_blobset: false -2024-11-06T17:33:54Z TRACE updated check config_discovery: false -2024-11-06T17:33:54Z DEBUG Saving pre-config state timestamp 2024-11-06T17:33:45Z -2024-11-06T17:33:54Z DEBUG Update lastConfigUpdate 2024-11-06T17:33:54Z, because before pointset state removes extraneous point error -2024-11-06T17:33:54Z TRACE Stage suspend waiting for pointset state removes extraneous point error at 37s -2024-11-06T17:33:54Z INFO Stage start waiting for config update synchronized at 37s -2024-11-06T17:33:54Z TRACE received command AHU-1/events/system -2024-11-06T17:33:54Z DEBUG received events_system 2024-11-06T17:33:43Z INFO device.log: Update state 2024-11-06T17:33:43Z last_config 2024-11-06T17:33:35Z -2024-11-06T17:33:54Z DEBUG received events_system 2024-11-06T17:33:43Z INFO device.log: Device AHU-1 config handler -2024-11-06T17:33:54Z DEBUG received events_system 2024-11-06T17:33:43Z INFO device.log: 2024-11-06T17:33:43Z received config 2024-11-06T17:33:43Z -2024-11-06T17:33:54Z DEBUG received events_system 2024-11-06T17:33:43Z NOTICE system.config.apply: success -2024-11-06T17:33:54Z DEBUG received events_system 2024-11-06T17:33:45Z INFO device.log: Update state 2024-11-06T17:33:45Z last_config 2024-11-06T17:33:43Z -2024-11-06T17:33:54Z DEBUG Handling device message events_system MP:7284cd1f -2024-11-06T17:33:54Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-06T17:33:54Z TRACE received command AHU-1/state/update -2024-11-06T17:33:54Z DEBUG received state_update -2024-11-06T17:33:54Z DEBUG Handling update message state_update MP:eec67382 -2024-11-06T17:33:54Z DEBUG Updated state after 0s 2024-11-06T17:33:54Z MP:eec67382 -2024-11-06T17:33:54Z INFO Updated state #040: Changed 4 fields: -2024-11-06T17:33:54Z INFO Updated state #040: Set `system.status.level` = `100` -2024-11-06T17:33:54Z INFO Updated state #040: Set `system.status.category` = `system.config.parse` -2024-11-06T17:33:54Z INFO Updated state #040: Set `system.status.timestamp` = `2024-11-06T17:33:54Z` -2024-11-06T17:33:54Z INFO Updated state #040: Set `timestamp` = `2024-11-06T17:33:54Z` -2024-11-06T17:33:54Z DEBUG Updated state has last_config 2024-11-06T17:33:43Z (expecting 2024-11-06T17:33:43Z) -2024-11-06T17:33:54Z TRACE received command AHU-1/config/update -2024-11-06T17:33:54Z DEBUG received config_update -2024-11-06T17:33:54Z DEBUG Handling update message config_update RC:eea582.00000034 -2024-11-06T17:33:54Z DEBUG Removed configTransaction RC:eea582.00000034 -2024-11-06T17:33:54Z DEBUG last_start changed false, last_start 2024-11-06T17:31:49Z -2024-11-06T17:33:54Z DEBUG Updated config 2024-11-06T17:33:54Z RC:eea582.00000034 -2024-11-06T17:33:54Z INFO Updated config #035: Changed 1 fields: -2024-11-06T17:33:54Z INFO Updated config #035: Remove `pointset.points.extraneous_point` -2024-11-06T17:33:54Z DEBUG Detail config update synchronized is now: last_config not synced in state -2024-11-06T17:33:54Z TRACE received command AHU-1/state/system -2024-11-06T17:33:54Z TRACE received state_system: { -2024-11-06T17:33:54Z TRACE received state_system: "hardware" : { -2024-11-06T17:33:54Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:33:54Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:33:54Z TRACE received state_system: }, -2024-11-06T17:33:54Z TRACE received state_system: "last_config" : "2024-11-06T17:33:43Z", -2024-11-06T17:33:54Z TRACE received state_system: "operation" : { -2024-11-06T17:33:54Z TRACE received state_system: "operational" : true, -2024-11-06T17:33:54Z TRACE received state_system: "last_start" : "2024-11-06T17:31:49Z", -2024-11-06T17:33:54Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:33:54Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:33:54Z TRACE received state_system: }, -2024-11-06T17:33:54Z TRACE received state_system: "serial_no" : "sequencer-7871", -2024-11-06T17:33:54Z TRACE received state_system: "software" : { -2024-11-06T17:33:54Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:33:54Z TRACE received state_system: }, -2024-11-06T17:33:54Z TRACE received state_system: "status" : { -2024-11-06T17:33:54Z TRACE received state_system: "message" : "success", -2024-11-06T17:33:54Z TRACE received state_system: "category" : "system.config.parse", -2024-11-06T17:33:54Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:54Z", -2024-11-06T17:33:54Z TRACE received state_system: "level" : 100 -2024-11-06T17:33:54Z TRACE received state_system: }, -2024-11-06T17:33:54Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:54Z", -2024-11-06T17:33:54Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:33:54Z TRACE received state_system: } -2024-11-06T17:33:54Z DEBUG Handling device message state_system MP:eec67382-0 -2024-11-06T17:33:54Z TRACE Ignoring partial state update -2024-11-06T17:33:54Z TRACE received command AHU-1/state/localnet -2024-11-06T17:33:54Z TRACE received state_localnet: { -2024-11-06T17:33:54Z TRACE received state_localnet: "families" : { -2024-11-06T17:33:54Z TRACE received state_localnet: "ether" : { -2024-11-06T17:33:54Z TRACE received state_localnet: "addr" : "7c:1e:52:59:f6:f5" -2024-11-06T17:33:54Z TRACE received state_localnet: }, -2024-11-06T17:33:54Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:33:54Z TRACE received state_localnet: "addr" : "10.1.0.159" -2024-11-06T17:33:54Z TRACE received state_localnet: }, -2024-11-06T17:33:54Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:33:54Z TRACE received state_localnet: "addr" : "fe80::7e1e:52ff:fe59:f6f5" -2024-11-06T17:33:54Z TRACE received state_localnet: }, -2024-11-06T17:33:54Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:33:54Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:33:54Z TRACE received state_localnet: } -2024-11-06T17:33:54Z TRACE received state_localnet: }, -2024-11-06T17:33:54Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:33:54Z", -2024-11-06T17:33:54Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:33:54Z TRACE received state_localnet: } -2024-11-06T17:33:54Z DEBUG Handling device message state_localnet MP:eec67382-1 -2024-11-06T17:33:54Z TRACE Ignoring partial state update -2024-11-06T17:33:54Z TRACE received command AHU-1/state/pointset -2024-11-06T17:33:54Z TRACE received state_pointset: { -2024-11-06T17:33:54Z TRACE received state_pointset: "points" : { -2024-11-06T17:33:54Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:54Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:33:54Z TRACE received state_pointset: }, -2024-11-06T17:33:54Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:54Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:33:54Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:33:54Z TRACE received state_pointset: }, -2024-11-06T17:33:54Z TRACE received state_pointset: "extraneous_point" : { -2024-11-06T17:33:54Z TRACE received state_pointset: "status" : { -2024-11-06T17:33:54Z TRACE received state_pointset: "message" : "Unknown configured point extraneous_point", -2024-11-06T17:33:54Z TRACE received state_pointset: "category" : "pointset.point.invalid", -2024-11-06T17:33:54Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:33:43Z", -2024-11-06T17:33:54Z TRACE received state_pointset: "level" : 500 -2024-11-06T17:33:54Z TRACE received state_pointset: } -2024-11-06T17:33:54Z TRACE received state_pointset: }, -2024-11-06T17:33:54Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:54Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:33:54Z TRACE received state_pointset: } -2024-11-06T17:33:54Z TRACE received state_pointset: }, -2024-11-06T17:33:54Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:33:54Z", -2024-11-06T17:33:54Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:33:54Z TRACE received state_pointset: } -2024-11-06T17:33:54Z DEBUG Handling device message state_pointset MP:eec67382-2 -2024-11-06T17:33:54Z TRACE Ignoring partial state update -2024-11-06T17:33:56Z TRACE received command AHU-1/state/update -2024-11-06T17:33:56Z DEBUG received state_update -2024-11-06T17:33:56Z DEBUG Handling update message state_update MP:69c54f26 -2024-11-06T17:33:56Z DEBUG Updated state after 0s 2024-11-06T17:33:56Z MP:69c54f26 -2024-11-06T17:33:56Z INFO Updated state #041: Changed 5 fields: -2024-11-06T17:33:56Z INFO Updated state #041: Set `system.last_config` = `2024-11-06T17:33:54Z` -2024-11-06T17:33:56Z INFO Updated state #041: Set `system.status.level` = `300` -2024-11-06T17:33:56Z INFO Updated state #041: Set `system.status.category` = `system.config.apply` -2024-11-06T17:33:56Z INFO Updated state #041: Remove `pointset.points.extraneous_point` -2024-11-06T17:33:56Z INFO Updated state #041: Set `timestamp` = `2024-11-06T17:33:56Z` -2024-11-06T17:33:56Z DEBUG Updated state has last_config 2024-11-06T17:33:54Z (expecting 2024-11-06T17:33:54Z) -2024-11-06T17:33:56Z DEBUG Detail config update synchronized is now: null -2024-11-06T17:33:56Z DEBUG Stage finished waiting for config update synchronized at 39s after 2s -2024-11-06T17:33:56Z TRACE Stage resume waiting for pointset state removes extraneous point error at 39s -2024-11-06T17:33:56Z DEBUG Config sync took 2s -2024-11-06T17:33:56Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:33:56Z DEBUG Update config before pointset state removes extraneous point error timestamp 2024-11-06T17:33:54Z -2024-11-06T17:33:56Z TRACE local local_update: { -2024-11-06T17:33:56Z TRACE local local_update: "timestamp" : "2024-11-06T17:33:54Z", -2024-11-06T17:33:56Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:33:56Z TRACE local local_update: "system" : { -2024-11-06T17:33:56Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:33:56Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:33:56Z TRACE local local_update: "operation" : { -2024-11-06T17:33:56Z TRACE local local_update: "last_start" : "2024-11-06T17:31:49Z" -2024-11-06T17:33:56Z TRACE local local_update: }, -2024-11-06T17:33:56Z TRACE local local_update: "testing" : { -2024-11-06T17:33:56Z TRACE local local_update: "sequence_name" : "pointset_request_extraneous" -2024-11-06T17:33:56Z TRACE local local_update: } -2024-11-06T17:33:56Z TRACE local local_update: }, -2024-11-06T17:33:56Z TRACE local local_update: "localnet" : { -2024-11-06T17:33:56Z TRACE local local_update: "families" : { -2024-11-06T17:33:56Z TRACE local local_update: "ether" : { }, -2024-11-06T17:33:56Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:33:56Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:33:56Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:33:56Z TRACE local local_update: } -2024-11-06T17:33:56Z TRACE local local_update: }, -2024-11-06T17:33:56Z TRACE local local_update: "pointset" : { -2024-11-06T17:33:56Z TRACE local local_update: "sample_rate_sec" : 10, -2024-11-06T17:33:56Z TRACE local local_update: "points" : { -2024-11-06T17:33:56Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:56Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:33:56Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:33:56Z TRACE local local_update: }, -2024-11-06T17:33:56Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:33:56Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:33:56Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:33:56Z TRACE local local_update: }, -2024-11-06T17:33:56Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:56Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:33:56Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:33:56Z TRACE local local_update: } -2024-11-06T17:33:56Z TRACE local local_update: } -2024-11-06T17:33:56Z TRACE local local_update: } -2024-11-06T17:33:56Z TRACE local local_update: } -2024-11-06T17:33:56Z DEBUG Recorded sequence: 1. Update config before pointset state removes extraneous point error -2024-11-06T17:33:56Z INFO Device config Remove `pointset.points[extraneous_point]` -2024-11-06T17:33:56Z TRACE Update config before pointset state removes extraneous point error: Remove `pointset.points[extraneous_point]` -2024-11-06T17:33:56Z DEBUG Recorded sequence: 1. Wait for pointset state removes extraneous point error -2024-11-06T17:33:56Z DEBUG Stage finished waiting for pointset state removes extraneous point error at 39s after 3s -2024-11-06T17:33:56Z TRACE Stage resume waiting for executing test at 39s -2024-11-06T17:33:56Z TRACE Stage suspend waiting for executing test at 39s -2024-11-06T17:33:56Z INFO Stage start waiting for checking pointset sanity at 39s -2024-11-06T17:33:56Z TRACE Stage suspend waiting for checking pointset sanity at 39s -2024-11-06T17:33:56Z INFO Stage start waiting for pointset state matches config at 39s -2024-11-06T17:33:57Z DEBUG system config extra field null -2024-11-06T17:33:57Z TRACE updated check config_system: false -2024-11-06T17:33:57Z TRACE updated check config_pointset: false -2024-11-06T17:33:57Z TRACE updated check config_gateway: false -2024-11-06T17:33:57Z TRACE updated check config_localnet: false -2024-11-06T17:33:57Z TRACE updated check config_blobset: false -2024-11-06T17:33:57Z TRACE updated check config_discovery: false -2024-11-06T17:33:57Z DEBUG Update config Before pointset state matches config timestamp 2024-11-06T17:33:54Z -2024-11-06T17:33:57Z TRACE local local_update: { -2024-11-06T17:33:57Z TRACE local local_update: "timestamp" : "2024-11-06T17:33:54Z", -2024-11-06T17:33:57Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:33:57Z TRACE local local_update: "system" : { -2024-11-06T17:33:57Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:33:57Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:33:57Z TRACE local local_update: "operation" : { -2024-11-06T17:33:57Z TRACE local local_update: "last_start" : "2024-11-06T17:31:49Z" -2024-11-06T17:33:57Z TRACE local local_update: }, -2024-11-06T17:33:57Z TRACE local local_update: "testing" : { -2024-11-06T17:33:57Z TRACE local local_update: "sequence_name" : "pointset_request_extraneous" -2024-11-06T17:33:57Z TRACE local local_update: } -2024-11-06T17:33:57Z TRACE local local_update: }, -2024-11-06T17:33:57Z TRACE local local_update: "localnet" : { -2024-11-06T17:33:57Z TRACE local local_update: "families" : { -2024-11-06T17:33:57Z TRACE local local_update: "ether" : { }, -2024-11-06T17:33:57Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:33:57Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:33:57Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:33:57Z TRACE local local_update: } -2024-11-06T17:33:57Z TRACE local local_update: }, -2024-11-06T17:33:57Z TRACE local local_update: "pointset" : { -2024-11-06T17:33:57Z TRACE local local_update: "sample_rate_sec" : 10, -2024-11-06T17:33:57Z TRACE local local_update: "points" : { -2024-11-06T17:33:57Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:57Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:33:57Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:33:57Z TRACE local local_update: }, -2024-11-06T17:33:57Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:33:57Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:33:57Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:33:57Z TRACE local local_update: }, -2024-11-06T17:33:57Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:57Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:33:57Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:33:57Z TRACE local local_update: } -2024-11-06T17:33:57Z TRACE local local_update: } -2024-11-06T17:33:57Z TRACE local local_update: } -2024-11-06T17:33:57Z TRACE local local_update: } -2024-11-06T17:33:57Z DEBUG Recorded sequence: 1. Wait until pointset state matches config -2024-11-06T17:33:57Z DEBUG Stage finished waiting for pointset state matches config at 40s after 1s -2024-11-06T17:33:57Z TRACE Stage resume waiting for checking pointset sanity at 40s -2024-11-06T17:33:57Z TRACE Stage suspend waiting for checking pointset sanity at 40s -2024-11-06T17:33:57Z INFO Stage start waiting for pointset event contains correct points at 40s -2024-11-06T17:33:58Z DEBUG system config extra field null -2024-11-06T17:33:58Z TRACE updated check config_system: false -2024-11-06T17:33:58Z TRACE updated check config_pointset: false -2024-11-06T17:33:58Z TRACE updated check config_gateway: false -2024-11-06T17:33:58Z TRACE updated check config_localnet: false -2024-11-06T17:33:58Z TRACE updated check config_blobset: false -2024-11-06T17:33:58Z TRACE updated check config_discovery: false -2024-11-06T17:33:58Z DEBUG Update config Before pointset event contains correct points timestamp 2024-11-06T17:33:54Z -2024-11-06T17:33:58Z TRACE local local_update: { -2024-11-06T17:33:58Z TRACE local local_update: "timestamp" : "2024-11-06T17:33:54Z", -2024-11-06T17:33:58Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:33:58Z TRACE local local_update: "system" : { -2024-11-06T17:33:58Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:33:58Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:33:58Z TRACE local local_update: "operation" : { -2024-11-06T17:33:58Z TRACE local local_update: "last_start" : "2024-11-06T17:31:49Z" -2024-11-06T17:33:58Z TRACE local local_update: }, -2024-11-06T17:33:58Z TRACE local local_update: "testing" : { -2024-11-06T17:33:58Z TRACE local local_update: "sequence_name" : "pointset_request_extraneous" -2024-11-06T17:33:58Z TRACE local local_update: } -2024-11-06T17:33:58Z TRACE local local_update: }, -2024-11-06T17:33:58Z TRACE local local_update: "localnet" : { -2024-11-06T17:33:58Z TRACE local local_update: "families" : { -2024-11-06T17:33:58Z TRACE local local_update: "ether" : { }, -2024-11-06T17:33:58Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:33:58Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:33:58Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:33:58Z TRACE local local_update: } -2024-11-06T17:33:58Z TRACE local local_update: }, -2024-11-06T17:33:58Z TRACE local local_update: "pointset" : { -2024-11-06T17:33:58Z TRACE local local_update: "sample_rate_sec" : 10, -2024-11-06T17:33:58Z TRACE local local_update: "points" : { -2024-11-06T17:33:58Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:58Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:33:58Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:33:58Z TRACE local local_update: }, -2024-11-06T17:33:58Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:33:58Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:33:58Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:33:58Z TRACE local local_update: }, -2024-11-06T17:33:58Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:58Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:33:58Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:33:58Z TRACE local local_update: } -2024-11-06T17:33:58Z TRACE local local_update: } -2024-11-06T17:33:58Z TRACE local local_update: } -2024-11-06T17:33:58Z TRACE local local_update: } -2024-11-06T17:33:59Z DEBUG Detail pointset event contains correct points is now: any received pointset event -2024-11-06T17:33:59Z TRACE received command AHU-1/state/system -2024-11-06T17:33:59Z TRACE received state_system: { -2024-11-06T17:33:59Z TRACE received state_system: "hardware" : { -2024-11-06T17:33:59Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:33:59Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:33:59Z TRACE received state_system: }, -2024-11-06T17:33:59Z TRACE received state_system: "last_config" : "2024-11-06T17:33:54Z", -2024-11-06T17:33:59Z TRACE received state_system: "operation" : { -2024-11-06T17:33:59Z TRACE received state_system: "operational" : true, -2024-11-06T17:33:59Z TRACE received state_system: "last_start" : "2024-11-06T17:31:49Z", -2024-11-06T17:33:59Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:33:59Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:33:59Z TRACE received state_system: }, -2024-11-06T17:33:59Z TRACE received state_system: "serial_no" : "sequencer-7871", -2024-11-06T17:33:59Z TRACE received state_system: "software" : { -2024-11-06T17:33:59Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:33:59Z TRACE received state_system: }, -2024-11-06T17:33:59Z TRACE received state_system: "status" : { -2024-11-06T17:33:59Z TRACE received state_system: "message" : "success", -2024-11-06T17:33:59Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:33:59Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:54Z", -2024-11-06T17:33:59Z TRACE received state_system: "level" : 300 -2024-11-06T17:33:59Z TRACE received state_system: }, -2024-11-06T17:33:59Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:56Z", -2024-11-06T17:33:59Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:33:59Z TRACE received state_system: } -2024-11-06T17:33:59Z DEBUG Handling device message state_system MP:69c54f26-0 -2024-11-06T17:33:59Z TRACE Ignoring partial state update -2024-11-06T17:34:00Z TRACE received command AHU-1/state/localnet -2024-11-06T17:34:00Z TRACE received state_localnet: { -2024-11-06T17:34:00Z TRACE received state_localnet: "families" : { -2024-11-06T17:34:00Z TRACE received state_localnet: "ether" : { -2024-11-06T17:34:00Z TRACE received state_localnet: "addr" : "7c:1e:52:59:f6:f5" -2024-11-06T17:34:00Z TRACE received state_localnet: }, -2024-11-06T17:34:00Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:34:00Z TRACE received state_localnet: "addr" : "10.1.0.159" -2024-11-06T17:34:00Z TRACE received state_localnet: }, -2024-11-06T17:34:00Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:34:00Z TRACE received state_localnet: "addr" : "fe80::7e1e:52ff:fe59:f6f5" -2024-11-06T17:34:00Z TRACE received state_localnet: }, -2024-11-06T17:34:00Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:34:00Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:34:00Z TRACE received state_localnet: } -2024-11-06T17:34:00Z TRACE received state_localnet: }, -2024-11-06T17:34:00Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:33:56Z", -2024-11-06T17:34:00Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:34:00Z TRACE received state_localnet: } -2024-11-06T17:34:00Z DEBUG Handling device message state_localnet MP:69c54f26-1 -2024-11-06T17:34:00Z TRACE Ignoring partial state update -2024-11-06T17:34:01Z TRACE received command AHU-1/state/pointset -2024-11-06T17:34:01Z TRACE received state_pointset: { -2024-11-06T17:34:01Z TRACE received state_pointset: "points" : { -2024-11-06T17:34:01Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:34:01Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:34:01Z TRACE received state_pointset: }, -2024-11-06T17:34:01Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:01Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:34:01Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:34:01Z TRACE received state_pointset: }, -2024-11-06T17:34:01Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:01Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:34:01Z TRACE received state_pointset: } -2024-11-06T17:34:01Z TRACE received state_pointset: }, -2024-11-06T17:34:01Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:33:56Z", -2024-11-06T17:34:01Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:34:01Z TRACE received state_pointset: } -2024-11-06T17:34:01Z DEBUG Handling device message state_pointset MP:69c54f26-2 -2024-11-06T17:34:01Z TRACE Ignoring partial state update -2024-11-06T17:34:02Z TRACE received command AHU-1/events/pointset -2024-11-06T17:34:02Z TRACE received events_pointset: { -2024-11-06T17:34:02Z TRACE received events_pointset: "points" : { -2024-11-06T17:34:02Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:34:02Z TRACE received events_pointset: "present_value" : true -2024-11-06T17:34:02Z TRACE received events_pointset: }, -2024-11-06T17:34:02Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:02Z TRACE received events_pointset: "present_value" : 98 -2024-11-06T17:34:02Z TRACE received events_pointset: }, -2024-11-06T17:34:02Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:02Z TRACE received events_pointset: "present_value" : 12 -2024-11-06T17:34:02Z TRACE received events_pointset: } -2024-11-06T17:34:02Z TRACE received events_pointset: }, -2024-11-06T17:34:02Z TRACE received events_pointset: "timestamp" : "2024-11-06T17:34:01Z", -2024-11-06T17:34:02Z TRACE received events_pointset: "version" : "1.5.2" -2024-11-06T17:34:02Z TRACE received events_pointset: } -2024-11-06T17:34:02Z DEBUG Handling device message events_pointset MP:219a86b6 -2024-11-06T17:34:03Z DEBUG last event is {"timestamp":"2024-11-06T17:34:01Z","version":"1.5.2","points":{"filter_alarm_pressure_status":{"present_value":true},"filter_differential_pressure_setpoint":{"present_value":98},"filter_differential_pressure_sensor":{"present_value":12}}} -2024-11-06T17:34:03Z TRACE Suppressing exception: Cannot read field "level" because "pointState.status" is null -2024-11-06T17:34:03Z TRACE Suppressing exception: Cannot read field "level" because "pointState.status" is null -2024-11-06T17:34:03Z TRACE Suppressing exception: Cannot read field "level" because "pointState.status" is null -2024-11-06T17:34:03Z DEBUG event points are filter_alarm_pressure_status, filter_differential_pressure_setpoint, filter_differential_pressure_sensor -2024-11-06T17:34:03Z DEBUG config points are filter_differential_pressure_setpoint, filter_alarm_pressure_status, filter_differential_pressure_sensor -2024-11-06T17:34:03Z DEBUG Detail pointset event contains correct points is now: null -2024-11-06T17:34:03Z DEBUG Recorded sequence: 1. Wait until pointset event contains correct points -2024-11-06T17:34:03Z DEBUG Stage finished waiting for pointset event contains correct points at 46s after 6s -2024-11-06T17:34:03Z TRACE Stage resume waiting for checking pointset sanity at 46s -2024-11-06T17:34:03Z DEBUG Stage finished waiting for checking pointset sanity at 46s after 7s -2024-11-06T17:34:03Z TRACE Stage resume waiting for executing test at 46s -2024-11-06T17:34:03Z DEBUG stage done waiting for executing test at 46s -2024-11-06T17:34:03Z DEBUG Removing implicit system capability LAST_CONFIG -2024-11-06T17:34:03Z NOTICE RESULT pass pointset pointset_request_extraneous STABLE 10/10 Sequence complete -2024-11-06T17:34:03Z NOTICE Sequence complete -2024-11-06T17:34:03Z NOTICE ending test pointset_request_extraneous after 46s ################################ +2024-12-17T05:27:16Z NOTICE starting test pointset_request_extraneous ################################ +2024-12-17T05:27:16Z INFO Stage start waiting for starting test wrapper at 0s +2024-12-17T05:27:24Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:27:24Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:27:24Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:27:24Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:27:24Z DEBUG Set extraFieldChanged false because extra_field null +2024-12-17T05:27:24Z WARNING Now using alternate connection client! +2024-12-17T05:27:24Z TRACE Stage suspend waiting for starting test wrapper at 8s +2024-12-17T05:27:24Z INFO Stage start waiting for using alternate client at 8s +2024-12-17T05:27:24Z DEBUG Delay from lastConfigMark 2024-12-17T05:27:16.772311760Z is -6009ms +2024-12-17T05:27:24Z DEBUG Forcing config update +2024-12-17T05:27:24Z TRACE Updated check config_update: true +2024-12-17T05:27:24Z DEBUG Update config_update, adding configTransaction RC:bc7efb.00000027 +2024-12-17T05:27:24Z TRACE Outgoing local_update: { +2024-12-17T05:27:24Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###null", +2024-12-17T05:27:24Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:24Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:24Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:24Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:24Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:27:24Z TRACE Outgoing local_update: }, +2024-12-17T05:27:24Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:24Z TRACE Outgoing local_update: "sequence_name" : "pointset_request_extraneous", +2024-12-17T05:27:24Z TRACE Outgoing local_update: "endpoint_type" : "alternate" +2024-12-17T05:27:24Z TRACE Outgoing local_update: } +2024-12-17T05:27:24Z TRACE Outgoing local_update: }, +2024-12-17T05:27:24Z TRACE Outgoing local_update: "blobset" : { +2024-12-17T05:27:24Z TRACE Outgoing local_update: "blobs" : { +2024-12-17T05:27:24Z TRACE Outgoing local_update: "_iot_endpoint_config" : { +2024-12-17T05:27:24Z TRACE Outgoing local_update: "phase" : "final", +2024-12-17T05:27:24Z TRACE Outgoing local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzkvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzkvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfOS9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", +2024-12-17T05:27:24Z TRACE Outgoing local_update: "sha256" : "@@@blob data hash###ec720a4c8e972373c4a3ff69e0dacd49dce2688174a99864ae02ed7fa1ae3bff", +2024-12-17T05:27:24Z TRACE Outgoing local_update: "generation" : "2024-12-17T05:27:24Z" +2024-12-17T05:27:24Z TRACE Outgoing local_update: } +2024-12-17T05:27:24Z TRACE Outgoing local_update: } +2024-12-17T05:27:24Z TRACE Outgoing local_update: } +2024-12-17T05:27:24Z TRACE Outgoing local_update: } +2024-12-17T05:27:24Z DEBUG Detail pending config transaction is now: RC:bc7efb.00000027 +2024-12-17T05:27:24Z TRACE received command null/config/udmi +2024-12-17T05:27:24Z TRACE received command AHU-1/config/update +2024-12-17T05:27:24Z DEBUG Received config_update +2024-12-17T05:27:24Z DEBUG Handling update message config_update RC:bc7efb.00000027 +2024-12-17T05:27:24Z DEBUG Removed configTransaction RC:bc7efb.00000027 +2024-12-17T05:27:24Z DEBUG Set last_start changed false, last_start 1970-01-01T00:01:13Z +2024-12-17T05:27:24Z DEBUG Updated config 2024-12-17T05:27:24Z RC:bc7efb.00000027 +2024-12-17T05:27:24Z INFO Updated config #022: Changed 6 fields: +2024-12-17T05:27:24Z INFO Updated config #022: Add `system.testing.endpoint_type` = `alternate` +2024-12-17T05:27:24Z INFO Updated config #022: Set `system.testing.sequence_name` = `pointset_request_extraneous` +2024-12-17T05:27:24Z INFO Updated config #022: Add `blobset` = { "blobs": { "_iot_endpoint_config": { "phase": `final`, "generation": `blob generation`, "sha256": `blob data hash`, "url": `endpoint data` } } } +2024-12-17T05:27:24Z INFO Updated config #022: Remove `discovery` +2024-12-17T05:27:24Z INFO Updated config #022: Remove `pointset` +2024-12-17T05:27:24Z INFO Updated config #022: Remove `localnet` +2024-12-17T05:27:24Z DEBUG Expected last_config now 2024-12-17T05:27:24Z +2024-12-17T05:27:24Z DEBUG Detail pending config transaction is now: null +2024-12-17T05:27:24Z DEBUG New lastConfigMark at 2024-12-17T05:27:24Z +2024-12-17T05:27:24Z DEBUG Update config reset alternate registry timestamp 2024-12-17T05:27:24Z +2024-12-17T05:27:24Z TRACE Outgoing local_update: { +2024-12-17T05:27:24Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:24Z", +2024-12-17T05:27:24Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:24Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:24Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:24Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:24Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:24Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:27:24Z TRACE Outgoing local_update: }, +2024-12-17T05:27:24Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:24Z TRACE Outgoing local_update: "sequence_name" : "pointset_request_extraneous", +2024-12-17T05:27:24Z TRACE Outgoing local_update: "endpoint_type" : "alternate" +2024-12-17T05:27:24Z TRACE Outgoing local_update: } +2024-12-17T05:27:24Z TRACE Outgoing local_update: }, +2024-12-17T05:27:24Z TRACE Outgoing local_update: "blobset" : { +2024-12-17T05:27:24Z TRACE Outgoing local_update: "blobs" : { +2024-12-17T05:27:24Z TRACE Outgoing local_update: "_iot_endpoint_config" : { +2024-12-17T05:27:24Z TRACE Outgoing local_update: "phase" : "final", +2024-12-17T05:27:24Z TRACE Outgoing local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzkvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzkvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfOS9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", +2024-12-17T05:27:24Z TRACE Outgoing local_update: "sha256" : "@@@blob data hash###ec720a4c8e972373c4a3ff69e0dacd49dce2688174a99864ae02ed7fa1ae3bff", +2024-12-17T05:27:24Z TRACE Outgoing local_update: "generation" : "2024-12-17T05:27:24Z" +2024-12-17T05:27:24Z TRACE Outgoing local_update: } +2024-12-17T05:27:24Z TRACE Outgoing local_update: } +2024-12-17T05:27:24Z TRACE Outgoing local_update: } +2024-12-17T05:27:24Z TRACE Outgoing local_update: } +2024-12-17T05:27:24Z TRACE Update config reset alternate registry: Add `blobset` = { "blobs": { "_iot_endpoint_config": { "phase": `final`, "generation": `blob generation`, "sha256": `blob data hash`, "url": `endpoint data` } } } +2024-12-17T05:27:24Z TRACE Update config reset alternate registry: Remove `discovery` +2024-12-17T05:27:24Z TRACE Update config reset alternate registry: Remove `pointset` +2024-12-17T05:27:24Z TRACE Update config reset alternate registry: Remove `localnet` +2024-12-17T05:27:24Z DEBUG Stage finished waiting for using alternate client at 8s after 0s +2024-12-17T05:27:24Z TRACE Stage resume waiting for starting test wrapper at 8s +2024-12-17T05:27:24Z WARNING Done with alternate connection client! +2024-12-17T05:27:24Z DEBUG Allowing device state change (everything) +2024-12-17T05:27:24Z DEBUG Starting reset_config full reset true +2024-12-17T05:27:24Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:27:24Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:27:24Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:27:24Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:27:24Z DEBUG Set extraFieldChanged false because extra_field null +2024-12-17T05:27:24Z DEBUG Set extraFieldChanged true because extra_field reset_config +2024-12-17T05:27:24Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:27:24Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:27:24Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:27:24Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:27:24Z DEBUG Set extraFieldChanged true because extra_field null +2024-12-17T05:27:24Z DEBUG Delay from lastConfigMark 2024-12-17T05:27:24.832105949Z is 1998ms +2024-12-17T05:27:24Z DEBUG Rate-limiting config by 1998ms +2024-12-17T05:27:26Z TRACE Updated check config_update: true +2024-12-17T05:27:26Z DEBUG Update config_update, adding configTransaction RC:bc7efb.00000028 +2024-12-17T05:27:26Z TRACE Outgoing local_update: { +2024-12-17T05:27:26Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###1.5.2", +2024-12-17T05:27:26Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:26Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:26Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:26Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:26Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:27:26Z TRACE Outgoing local_update: }, +2024-12-17T05:27:26Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:26Z TRACE Outgoing local_update: "sequence_name" : "pointset_request_extraneous" +2024-12-17T05:27:26Z TRACE Outgoing local_update: } +2024-12-17T05:27:26Z TRACE Outgoing local_update: }, +2024-12-17T05:27:26Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:26Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:26Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:27:26Z TRACE Outgoing local_update: } +2024-12-17T05:27:26Z TRACE Outgoing local_update: }, +2024-12-17T05:27:26Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:26Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:26Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:26Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:26Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:26Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:26Z TRACE Outgoing local_update: } +2024-12-17T05:27:26Z TRACE Outgoing local_update: }, +2024-12-17T05:27:26Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:26Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:26Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:26Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:26Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:26Z TRACE Outgoing local_update: }, +2024-12-17T05:27:26Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:26Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:26Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:26Z TRACE Outgoing local_update: }, +2024-12-17T05:27:26Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:26Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:26Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:26Z TRACE Outgoing local_update: } +2024-12-17T05:27:26Z TRACE Outgoing local_update: } +2024-12-17T05:27:26Z TRACE Outgoing local_update: } +2024-12-17T05:27:26Z TRACE Outgoing local_update: } +2024-12-17T05:27:26Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:27:26Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:27:26Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:27:26Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:27:26Z DEBUG Saving pre-config state timestamp null +2024-12-17T05:27:26Z DEBUG Update lastConfigUpdate 2024-12-17T05:27:26Z, because soft reset +2024-12-17T05:27:26Z TRACE Stage suspend waiting for starting test wrapper at 10s +2024-12-17T05:27:26Z INFO Stage start waiting for config update synchronized at 10s +2024-12-17T05:27:26Z TRACE received command AHU-1/state/system +2024-12-17T05:27:26Z TRACE Received state_system: { +2024-12-17T05:27:26Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:26Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:26Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:26Z TRACE Received state_system: }, +2024-12-17T05:27:26Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:06Z", +2024-12-17T05:27:26Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:26Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:26Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:27:26Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:26Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:26Z TRACE Received state_system: }, +2024-12-17T05:27:26Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:27:26Z TRACE Received state_system: "software" : { +2024-12-17T05:27:26Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:26Z TRACE Received state_system: }, +2024-12-17T05:27:26Z TRACE Received state_system: "status" : { +2024-12-17T05:27:26Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:26Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:27:26Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:06Z", +2024-12-17T05:27:26Z TRACE Received state_system: "level" : 300 +2024-12-17T05:27:26Z TRACE Received state_system: }, +2024-12-17T05:27:26Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:16Z", +2024-12-17T05:27:26Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:26Z TRACE Received state_system: } +2024-12-17T05:27:26Z DEBUG Handling device message state_system MP:c870b70d-0 +2024-12-17T05:27:26Z TRACE Ignoring partial state update +2024-12-17T05:27:26Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:27:26Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:27:26Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:27:26Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:27:26Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:26Z TRACE Received state_discovery: { +2024-12-17T05:27:26Z TRACE Received state_discovery: "families" : { +2024-12-17T05:27:26Z TRACE Received state_discovery: "vendor" : { +2024-12-17T05:27:26Z TRACE Received state_discovery: "generation" : "2024-12-17T05:26:53Z", +2024-12-17T05:27:26Z TRACE Received state_discovery: "phase" : "stopped", +2024-12-17T05:27:26Z TRACE Received state_discovery: "active_count" : 3 +2024-12-17T05:27:26Z TRACE Received state_discovery: } +2024-12-17T05:27:26Z TRACE Received state_discovery: }, +2024-12-17T05:27:26Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:16Z", +2024-12-17T05:27:26Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:26Z TRACE Received state_discovery: } +2024-12-17T05:27:26Z DEBUG Handling device message state_discovery MP:c870b70d-1 +2024-12-17T05:27:26Z TRACE Ignoring partial state update +2024-12-17T05:27:26Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:26Z TRACE Received state_localnet: { +2024-12-17T05:27:26Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:26Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:26Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:27:26Z TRACE Received state_localnet: }, +2024-12-17T05:27:26Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:26Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:27:26Z TRACE Received state_localnet: }, +2024-12-17T05:27:26Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:26Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:27:26Z TRACE Received state_localnet: }, +2024-12-17T05:27:26Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:26Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:26Z TRACE Received state_localnet: } +2024-12-17T05:27:26Z TRACE Received state_localnet: }, +2024-12-17T05:27:26Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:16Z", +2024-12-17T05:27:26Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:26Z TRACE Received state_localnet: } +2024-12-17T05:27:26Z DEBUG Handling device message state_localnet MP:c870b70d-2 +2024-12-17T05:27:26Z TRACE Ignoring partial state update +2024-12-17T05:27:26Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:27:26Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:27:26Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:27:26Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:26Z TRACE Received state_pointset: { +2024-12-17T05:27:26Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:26Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:26Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:26Z TRACE Received state_pointset: }, +2024-12-17T05:27:26Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:26Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:26Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:26Z TRACE Received state_pointset: }, +2024-12-17T05:27:26Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:26Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:26Z TRACE Received state_pointset: } +2024-12-17T05:27:26Z TRACE Received state_pointset: }, +2024-12-17T05:27:26Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:16Z", +2024-12-17T05:27:26Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:26Z TRACE Received state_pointset: } +2024-12-17T05:27:26Z DEBUG Handling device message state_pointset MP:c870b70d-3 +2024-12-17T05:27:26Z TRACE Ignoring partial state update +2024-12-17T05:27:26Z TRACE received command null/config/udmi +2024-12-17T05:27:26Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:27:26Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:27:26Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:27:26Z TRACE received command AHU-1/events/system +2024-12-17T05:27:26Z DEBUG Received events_system 2024-12-17T05:27:16Z INFO device.log: sending AHU-1 message #10 with 3 points +2024-12-17T05:27:26Z DEBUG Received events_system 2024-12-17T05:27:16Z DEBUG device.log: State update defer -6003ms +2024-12-17T05:27:26Z DEBUG Received events_system 2024-12-17T05:27:16Z INFO device.log: Update state 2024-12-17T05:27:16Z last_config 2024-12-17T05:27:06Z +2024-12-17T05:27:26Z DEBUG Received events_system 2024-12-17T05:27:16Z DEBUG device.log: State update AHU-1 (scan_single_now) +2024-12-17T05:27:26Z DEBUG Handling device message events_system MP:d747073c +2024-12-17T05:27:26Z TRACE received command AHU-1/events/pointset +2024-12-17T05:27:26Z TRACE Received events_pointset: { +2024-12-17T05:27:26Z TRACE Received events_pointset: "points" : { +2024-12-17T05:27:26Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:26Z TRACE Received events_pointset: "present_value" : true +2024-12-17T05:27:26Z TRACE Received events_pointset: }, +2024-12-17T05:27:26Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:26Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:27:26Z TRACE Received events_pointset: }, +2024-12-17T05:27:26Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:26Z TRACE Received events_pointset: "present_value" : 8 +2024-12-17T05:27:26Z TRACE Received events_pointset: } +2024-12-17T05:27:26Z TRACE Received events_pointset: }, +2024-12-17T05:27:26Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:27:26Z", +2024-12-17T05:27:26Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:27:26Z TRACE Received events_pointset: } +2024-12-17T05:27:26Z DEBUG Handling device message events_pointset MP:e3ad2d16 +2024-12-17T05:27:26Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:27:26Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:27:26Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:27:26Z TRACE received command AHU-1/state/update +2024-12-17T05:27:26Z DEBUG Received state_update +2024-12-17T05:27:26Z DEBUG Handling update message state_update MP:0e3497d9 +2024-12-17T05:27:26Z DEBUG Updated state after 0s 2024-12-17T05:27:26Z MP:0e3497d9 +2024-12-17T05:27:26Z INFO Updated state #027: Changed 4 fields: +2024-12-17T05:27:26Z INFO Updated state #027: Set `system.status.level` = `100` +2024-12-17T05:27:26Z INFO Updated state #027: Set `system.status.category` = `system.config.parse` +2024-12-17T05:27:26Z INFO Updated state #027: Set `system.status.timestamp` = `2024-12-17T05:27:26Z` +2024-12-17T05:27:26Z INFO Updated state #027: Set `timestamp` = `2024-12-17T05:27:26Z` +2024-12-17T05:27:26Z NOTICE Received serial number sequencer-27990 +2024-12-17T05:27:26Z DEBUG Updated state has last_config 2024-12-17T05:27:06Z (expecting null) +2024-12-17T05:27:26Z TRACE received command AHU-1/config/update +2024-12-17T05:27:26Z DEBUG Received config_update +2024-12-17T05:27:26Z DEBUG Handling update message config_update RC:bc7efb.00000028 +2024-12-17T05:27:26Z DEBUG Removed configTransaction RC:bc7efb.00000028 +2024-12-17T05:27:26Z DEBUG Set last_start changed false, last_start 1970-01-01T00:01:13Z +2024-12-17T05:27:26Z DEBUG Updated config 2024-12-17T05:27:26Z RC:bc7efb.00000028 +2024-12-17T05:27:26Z INFO Updated config #023: Changed 5 fields: +2024-12-17T05:27:26Z INFO Updated config #023: Remove `system.testing.endpoint_type` +2024-12-17T05:27:26Z INFO Updated config #023: Add `discovery` = { "families": { "vendor": { } } } +2024-12-17T05:27:26Z INFO Updated config #023: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } +2024-12-17T05:27:26Z INFO Updated config #023: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "bacnet": { } } } +2024-12-17T05:27:26Z INFO Updated config #023: Remove `blobset` +2024-12-17T05:27:26Z DEBUG Expected last_config now 2024-12-17T05:27:26Z +2024-12-17T05:27:26Z DEBUG Detail config update synchronized is now: last_start not synced in config, last_config not synced in state +2024-12-17T05:27:26Z TRACE received command AHU-1/state/system +2024-12-17T05:27:26Z TRACE Received state_system: { +2024-12-17T05:27:26Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:26Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:26Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:26Z TRACE Received state_system: }, +2024-12-17T05:27:26Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:06Z", +2024-12-17T05:27:26Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:26Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:26Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:27:26Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:26Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:26Z TRACE Received state_system: }, +2024-12-17T05:27:26Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:27:26Z TRACE Received state_system: "software" : { +2024-12-17T05:27:26Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:26Z TRACE Received state_system: }, +2024-12-17T05:27:26Z TRACE Received state_system: "status" : { +2024-12-17T05:27:26Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:26Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:27:26Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:26Z", +2024-12-17T05:27:26Z TRACE Received state_system: "level" : 100 +2024-12-17T05:27:26Z TRACE Received state_system: }, +2024-12-17T05:27:26Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:26Z", +2024-12-17T05:27:26Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:26Z TRACE Received state_system: } +2024-12-17T05:27:26Z DEBUG Handling device message state_system MP:0e3497d9-0 +2024-12-17T05:27:26Z TRACE Ignoring partial state update +2024-12-17T05:27:26Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:26Z TRACE Received state_discovery: { +2024-12-17T05:27:26Z TRACE Received state_discovery: "families" : { +2024-12-17T05:27:26Z TRACE Received state_discovery: "vendor" : { +2024-12-17T05:27:26Z TRACE Received state_discovery: "generation" : "2024-12-17T05:26:53Z", +2024-12-17T05:27:26Z TRACE Received state_discovery: "phase" : "stopped", +2024-12-17T05:27:26Z TRACE Received state_discovery: "active_count" : 3 +2024-12-17T05:27:26Z TRACE Received state_discovery: } +2024-12-17T05:27:26Z TRACE Received state_discovery: }, +2024-12-17T05:27:26Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:26Z", +2024-12-17T05:27:26Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:26Z TRACE Received state_discovery: } +2024-12-17T05:27:26Z DEBUG Handling device message state_discovery MP:0e3497d9-1 +2024-12-17T05:27:26Z TRACE Ignoring partial state update +2024-12-17T05:27:26Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:26Z TRACE Received state_localnet: { +2024-12-17T05:27:26Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:26Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:26Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:27:26Z TRACE Received state_localnet: }, +2024-12-17T05:27:26Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:26Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:27:26Z TRACE Received state_localnet: }, +2024-12-17T05:27:26Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:26Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:27:26Z TRACE Received state_localnet: }, +2024-12-17T05:27:26Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:26Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:26Z TRACE Received state_localnet: } +2024-12-17T05:27:26Z TRACE Received state_localnet: }, +2024-12-17T05:27:26Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:26Z", +2024-12-17T05:27:26Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:26Z TRACE Received state_localnet: } +2024-12-17T05:27:26Z DEBUG Handling device message state_localnet MP:0e3497d9-2 +2024-12-17T05:27:26Z TRACE Ignoring partial state update +2024-12-17T05:27:26Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:26Z TRACE Received state_pointset: { +2024-12-17T05:27:26Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:26Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:26Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:26Z TRACE Received state_pointset: }, +2024-12-17T05:27:26Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:26Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:26Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:26Z TRACE Received state_pointset: }, +2024-12-17T05:27:26Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:26Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:26Z TRACE Received state_pointset: } +2024-12-17T05:27:26Z TRACE Received state_pointset: }, +2024-12-17T05:27:26Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:26Z", +2024-12-17T05:27:26Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:26Z TRACE Received state_pointset: } +2024-12-17T05:27:26Z DEBUG Handling device message state_pointset MP:0e3497d9-3 +2024-12-17T05:27:26Z TRACE Ignoring partial state update +2024-12-17T05:27:26Z TRACE received command AHU-1/config/update +2024-12-17T05:27:26Z DEBUG Received config_update +2024-12-17T05:27:26Z DEBUG Handling update message config_update MP:0e3497d9 +2024-12-17T05:27:26Z DEBUG Set last_start changed true, last_start 2024-12-17T05:25:35Z +2024-12-17T05:27:26Z DEBUG Updated config 2024-12-17T05:27:26Z MP:0e3497d9 +2024-12-17T05:27:26Z INFO Updated config #024: Changed 0 fields. +2024-12-17T05:27:26Z DEBUG Expected last_config now 2024-12-17T05:27:26Z +2024-12-17T05:27:28Z TRACE received command AHU-1/state/update +2024-12-17T05:27:28Z DEBUG Received state_update +2024-12-17T05:27:28Z DEBUG Handling update message state_update MP:5e91e18f +2024-12-17T05:27:28Z DEBUG Updated state after 0s 2024-12-17T05:27:28Z MP:5e91e18f +2024-12-17T05:27:28Z INFO Updated state #028: Changed 5 fields: +2024-12-17T05:27:28Z INFO Updated state #028: Set `system.last_config` = `2024-12-17T05:27:26Z` +2024-12-17T05:27:28Z INFO Updated state #028: Set `system.status.level` = `300` +2024-12-17T05:27:28Z INFO Updated state #028: Set `system.status.category` = `system.config.apply` +2024-12-17T05:27:28Z INFO Updated state #028: Remove `discovery.families.vendor.generation` +2024-12-17T05:27:28Z INFO Updated state #028: Set `timestamp` = `2024-12-17T05:27:28Z` +2024-12-17T05:27:28Z DEBUG Updated state has last_config 2024-12-17T05:27:26Z (expecting 2024-12-17T05:27:26Z) +2024-12-17T05:27:28Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:27:28Z DEBUG Stage finished waiting for config update synchronized at 12s after 2s +2024-12-17T05:27:28Z TRACE Stage resume waiting for starting test wrapper at 12s +2024-12-17T05:27:28Z DEBUG Config sync took 2s +2024-12-17T05:27:28Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:27:28Z DEBUG New lastConfigMark at 2024-12-17T05:27:28Z +2024-12-17T05:27:28Z DEBUG Update config soft reset timestamp 2024-12-17T05:27:26Z +2024-12-17T05:27:28Z TRACE Outgoing local_update: { +2024-12-17T05:27:28Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:26Z", +2024-12-17T05:27:28Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:28Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:28Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:28Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:28Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:28Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:27:28Z TRACE Outgoing local_update: }, +2024-12-17T05:27:28Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:28Z TRACE Outgoing local_update: "sequence_name" : "pointset_request_extraneous" +2024-12-17T05:27:28Z TRACE Outgoing local_update: } +2024-12-17T05:27:28Z TRACE Outgoing local_update: }, +2024-12-17T05:27:28Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:28Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:28Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:27:28Z TRACE Outgoing local_update: } +2024-12-17T05:27:28Z TRACE Outgoing local_update: }, +2024-12-17T05:27:28Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:28Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:28Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:28Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:28Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:28Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:28Z TRACE Outgoing local_update: } +2024-12-17T05:27:28Z TRACE Outgoing local_update: }, +2024-12-17T05:27:28Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:28Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:28Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:28Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:28Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:28Z TRACE Outgoing local_update: }, +2024-12-17T05:27:28Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:28Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:28Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:28Z TRACE Outgoing local_update: }, +2024-12-17T05:27:28Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:28Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:28Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:28Z TRACE Outgoing local_update: } +2024-12-17T05:27:28Z TRACE Outgoing local_update: } +2024-12-17T05:27:28Z TRACE Outgoing local_update: } +2024-12-17T05:27:28Z TRACE Outgoing local_update: } +2024-12-17T05:27:28Z TRACE Update config soft reset: Add `discovery` = { "families": { "vendor": { } } } +2024-12-17T05:27:28Z TRACE Update config soft reset: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } +2024-12-17T05:27:28Z TRACE Update config soft reset: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "bacnet": { } } } +2024-12-17T05:27:28Z TRACE Update config soft reset: Add `timestamp` = `generated timestamp` +2024-12-17T05:27:28Z DEBUG Done with reset_config +2024-12-17T05:27:28Z TRACE Stage suspend waiting for starting test wrapper at 12s +2024-12-17T05:27:28Z INFO Stage start waiting for config update synchronized at 12s +2024-12-17T05:27:28Z TRACE received command AHU-1/state/system +2024-12-17T05:27:28Z TRACE Received state_system: { +2024-12-17T05:27:28Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:28Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:28Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:28Z TRACE Received state_system: }, +2024-12-17T05:27:28Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:26Z", +2024-12-17T05:27:28Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:28Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:28Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:27:28Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:28Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:28Z TRACE Received state_system: }, +2024-12-17T05:27:28Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:27:28Z TRACE Received state_system: "software" : { +2024-12-17T05:27:28Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:28Z TRACE Received state_system: }, +2024-12-17T05:27:28Z TRACE Received state_system: "status" : { +2024-12-17T05:27:28Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:28Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:27:28Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:26Z", +2024-12-17T05:27:28Z TRACE Received state_system: "level" : 300 +2024-12-17T05:27:28Z TRACE Received state_system: }, +2024-12-17T05:27:28Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:28Z", +2024-12-17T05:27:28Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:28Z TRACE Received state_system: } +2024-12-17T05:27:28Z DEBUG Handling device message state_system MP:5e91e18f-0 +2024-12-17T05:27:28Z TRACE Ignoring partial state update +2024-12-17T05:27:28Z DEBUG Stage finished waiting for config update synchronized at 12s after 0s +2024-12-17T05:27:28Z TRACE Stage resume waiting for starting test wrapper at 12s +2024-12-17T05:27:28Z DEBUG Config sync took 2s +2024-12-17T05:27:28Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:27:28Z DEBUG Disallowing device state change (everything) +2024-12-17T05:27:28Z DEBUG Delay from lastConfigMark 2024-12-17T05:27:28.886179304Z is 1961ms +2024-12-17T05:27:28Z DEBUG Rate-limiting config by 1961ms +2024-12-17T05:27:30Z TRACE Updated check config_update: true +2024-12-17T05:27:30Z DEBUG Update config_update, adding configTransaction RC:bc7efb.00000029 +2024-12-17T05:27:30Z TRACE Outgoing local_update: { +2024-12-17T05:27:30Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:26Z", +2024-12-17T05:27:30Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:30Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:30Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:30Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:30Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:30Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:27:30Z TRACE Outgoing local_update: }, +2024-12-17T05:27:30Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:30Z TRACE Outgoing local_update: "sequence_name" : "pointset_request_extraneous" +2024-12-17T05:27:30Z TRACE Outgoing local_update: } +2024-12-17T05:27:30Z TRACE Outgoing local_update: }, +2024-12-17T05:27:30Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:30Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:30Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:27:30Z TRACE Outgoing local_update: } +2024-12-17T05:27:30Z TRACE Outgoing local_update: }, +2024-12-17T05:27:30Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:30Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:30Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:30Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:30Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:30Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:30Z TRACE Outgoing local_update: } +2024-12-17T05:27:30Z TRACE Outgoing local_update: }, +2024-12-17T05:27:30Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:30Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:30Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:30Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:30Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:30Z TRACE Outgoing local_update: }, +2024-12-17T05:27:30Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:30Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:30Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:30Z TRACE Outgoing local_update: }, +2024-12-17T05:27:30Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:30Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:30Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:30Z TRACE Outgoing local_update: } +2024-12-17T05:27:30Z TRACE Outgoing local_update: } +2024-12-17T05:27:30Z TRACE Outgoing local_update: } +2024-12-17T05:27:30Z TRACE Outgoing local_update: } +2024-12-17T05:27:30Z DEBUG Saving pre-config state timestamp 2024-12-17T05:27:28Z +2024-12-17T05:27:30Z DEBUG Update lastConfigUpdate 2024-12-17T05:27:30Z, because initial setup +2024-12-17T05:27:30Z TRACE Stage suspend waiting for starting test wrapper at 14s +2024-12-17T05:27:30Z INFO Stage start waiting for config update synchronized at 14s +2024-12-17T05:27:30Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:30Z TRACE Received state_discovery: { +2024-12-17T05:27:30Z TRACE Received state_discovery: "families" : { +2024-12-17T05:27:30Z TRACE Received state_discovery: "vendor" : { +2024-12-17T05:27:30Z TRACE Received state_discovery: "phase" : "stopped", +2024-12-17T05:27:30Z TRACE Received state_discovery: "active_count" : 3 +2024-12-17T05:27:30Z TRACE Received state_discovery: } +2024-12-17T05:27:30Z TRACE Received state_discovery: }, +2024-12-17T05:27:30Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:28Z", +2024-12-17T05:27:30Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:30Z TRACE Received state_discovery: } +2024-12-17T05:27:30Z DEBUG Handling device message state_discovery MP:5e91e18f-1 +2024-12-17T05:27:30Z TRACE Ignoring partial state update +2024-12-17T05:27:30Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:27:30Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:30Z TRACE Received state_localnet: { +2024-12-17T05:27:30Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:30Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:30Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:27:30Z TRACE Received state_localnet: }, +2024-12-17T05:27:30Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:30Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:27:30Z TRACE Received state_localnet: }, +2024-12-17T05:27:30Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:30Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:27:30Z TRACE Received state_localnet: }, +2024-12-17T05:27:30Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:30Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:30Z TRACE Received state_localnet: } +2024-12-17T05:27:30Z TRACE Received state_localnet: }, +2024-12-17T05:27:30Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:28Z", +2024-12-17T05:27:30Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:30Z TRACE Received state_localnet: } +2024-12-17T05:27:30Z DEBUG Handling device message state_localnet MP:5e91e18f-2 +2024-12-17T05:27:30Z TRACE Ignoring partial state update +2024-12-17T05:27:30Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:30Z TRACE Received state_pointset: { +2024-12-17T05:27:30Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:30Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:30Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:30Z TRACE Received state_pointset: }, +2024-12-17T05:27:30Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:30Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:30Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:30Z TRACE Received state_pointset: }, +2024-12-17T05:27:30Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:30Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:30Z TRACE Received state_pointset: } +2024-12-17T05:27:30Z TRACE Received state_pointset: }, +2024-12-17T05:27:30Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:28Z", +2024-12-17T05:27:30Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:30Z TRACE Received state_pointset: } +2024-12-17T05:27:30Z DEBUG Handling device message state_pointset MP:5e91e18f-3 +2024-12-17T05:27:30Z TRACE Ignoring partial state update +2024-12-17T05:27:30Z TRACE received command AHU-1/config/update +2024-12-17T05:27:30Z DEBUG Received config_update +2024-12-17T05:27:30Z DEBUG Handling update message config_update RC:bc7efb.00000029 +2024-12-17T05:27:30Z DEBUG Removed configTransaction RC:bc7efb.00000029 +2024-12-17T05:27:30Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:35Z +2024-12-17T05:27:30Z DEBUG Updated config 2024-12-17T05:27:30Z RC:bc7efb.00000029 +2024-12-17T05:27:30Z INFO Updated config #025: Changed 0 fields. +2024-12-17T05:27:30Z DEBUG Expected last_config now 2024-12-17T05:27:30Z +2024-12-17T05:27:30Z TRACE received command AHU-1/state/update +2024-12-17T05:27:30Z DEBUG Received state_update +2024-12-17T05:27:30Z DEBUG Handling update message state_update MP:45c7a5c2 +2024-12-17T05:27:30Z DEBUG Updated state after 0s 2024-12-17T05:27:30Z MP:45c7a5c2 +2024-12-17T05:27:30Z INFO Updated state #029: Changed 4 fields: +2024-12-17T05:27:30Z INFO Updated state #029: Set `system.status.level` = `100` +2024-12-17T05:27:30Z INFO Updated state #029: Set `system.status.category` = `system.config.parse` +2024-12-17T05:27:30Z INFO Updated state #029: Set `system.status.timestamp` = `2024-12-17T05:27:30Z` +2024-12-17T05:27:30Z INFO Updated state #029: Set `timestamp` = `2024-12-17T05:27:30Z` +2024-12-17T05:27:30Z DEBUG Updated state has last_config 2024-12-17T05:27:26Z (expecting 2024-12-17T05:27:30Z) +2024-12-17T05:27:30Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:27:30Z TRACE received command AHU-1/state/system +2024-12-17T05:27:30Z TRACE Received state_system: { +2024-12-17T05:27:30Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:30Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:30Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:30Z TRACE Received state_system: }, +2024-12-17T05:27:30Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:26Z", +2024-12-17T05:27:30Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:30Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:30Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:27:30Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:30Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:30Z TRACE Received state_system: }, +2024-12-17T05:27:30Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:27:30Z TRACE Received state_system: "software" : { +2024-12-17T05:27:30Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:30Z TRACE Received state_system: }, +2024-12-17T05:27:30Z TRACE Received state_system: "status" : { +2024-12-17T05:27:30Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:30Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:27:30Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:30Z", +2024-12-17T05:27:30Z TRACE Received state_system: "level" : 100 +2024-12-17T05:27:30Z TRACE Received state_system: }, +2024-12-17T05:27:30Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:30Z", +2024-12-17T05:27:30Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:30Z TRACE Received state_system: } +2024-12-17T05:27:30Z DEBUG Handling device message state_system MP:45c7a5c2-0 +2024-12-17T05:27:30Z TRACE Ignoring partial state update +2024-12-17T05:27:30Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:30Z TRACE Received state_discovery: { +2024-12-17T05:27:30Z TRACE Received state_discovery: "families" : { +2024-12-17T05:27:30Z TRACE Received state_discovery: "vendor" : { +2024-12-17T05:27:30Z TRACE Received state_discovery: "phase" : "stopped", +2024-12-17T05:27:30Z TRACE Received state_discovery: "active_count" : 3 +2024-12-17T05:27:30Z TRACE Received state_discovery: } +2024-12-17T05:27:30Z TRACE Received state_discovery: }, +2024-12-17T05:27:30Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:30Z", +2024-12-17T05:27:30Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:30Z TRACE Received state_discovery: } +2024-12-17T05:27:30Z DEBUG Handling device message state_discovery MP:45c7a5c2-1 +2024-12-17T05:27:30Z TRACE Ignoring partial state update +2024-12-17T05:27:30Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:30Z TRACE Received state_localnet: { +2024-12-17T05:27:30Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:30Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:30Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:27:30Z TRACE Received state_localnet: }, +2024-12-17T05:27:30Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:30Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:27:30Z TRACE Received state_localnet: }, +2024-12-17T05:27:30Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:30Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:27:30Z TRACE Received state_localnet: }, +2024-12-17T05:27:30Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:30Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:30Z TRACE Received state_localnet: } +2024-12-17T05:27:30Z TRACE Received state_localnet: }, +2024-12-17T05:27:30Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:30Z", +2024-12-17T05:27:30Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:30Z TRACE Received state_localnet: } +2024-12-17T05:27:30Z DEBUG Handling device message state_localnet MP:45c7a5c2-2 +2024-12-17T05:27:30Z TRACE Ignoring partial state update +2024-12-17T05:27:30Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:30Z TRACE Received state_pointset: { +2024-12-17T05:27:30Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:30Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:30Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:30Z TRACE Received state_pointset: }, +2024-12-17T05:27:30Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:30Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:30Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:30Z TRACE Received state_pointset: }, +2024-12-17T05:27:30Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:30Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:30Z TRACE Received state_pointset: } +2024-12-17T05:27:30Z TRACE Received state_pointset: }, +2024-12-17T05:27:30Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:30Z", +2024-12-17T05:27:30Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:30Z TRACE Received state_pointset: } +2024-12-17T05:27:30Z DEBUG Handling device message state_pointset MP:45c7a5c2-3 +2024-12-17T05:27:30Z TRACE Ignoring partial state update +2024-12-17T05:27:32Z TRACE received command AHU-1/state/update +2024-12-17T05:27:32Z DEBUG Received state_update +2024-12-17T05:27:32Z DEBUG Handling update message state_update MP:3c7c0bfa +2024-12-17T05:27:32Z DEBUG Updated state after 0s 2024-12-17T05:27:32Z MP:3c7c0bfa +2024-12-17T05:27:32Z INFO Updated state #030: Changed 4 fields: +2024-12-17T05:27:32Z INFO Updated state #030: Set `system.last_config` = `2024-12-17T05:27:30Z` +2024-12-17T05:27:32Z INFO Updated state #030: Set `system.status.level` = `300` +2024-12-17T05:27:32Z INFO Updated state #030: Set `system.status.category` = `system.config.apply` +2024-12-17T05:27:32Z INFO Updated state #030: Set `timestamp` = `2024-12-17T05:27:32Z` +2024-12-17T05:27:32Z DEBUG Updated state has last_config 2024-12-17T05:27:30Z (expecting 2024-12-17T05:27:30Z) +2024-12-17T05:27:32Z TRACE received command AHU-1/state/system +2024-12-17T05:27:32Z TRACE Received state_system: { +2024-12-17T05:27:32Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:32Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:32Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:32Z TRACE Received state_system: }, +2024-12-17T05:27:32Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:30Z", +2024-12-17T05:27:32Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:32Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:32Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:27:32Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:32Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:32Z TRACE Received state_system: }, +2024-12-17T05:27:32Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:27:32Z TRACE Received state_system: "software" : { +2024-12-17T05:27:32Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:32Z TRACE Received state_system: }, +2024-12-17T05:27:32Z TRACE Received state_system: "status" : { +2024-12-17T05:27:32Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:32Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:27:32Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:30Z", +2024-12-17T05:27:32Z TRACE Received state_system: "level" : 300 +2024-12-17T05:27:32Z TRACE Received state_system: }, +2024-12-17T05:27:32Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:32Z", +2024-12-17T05:27:32Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:32Z TRACE Received state_system: } +2024-12-17T05:27:32Z DEBUG Handling device message state_system MP:3c7c0bfa-0 +2024-12-17T05:27:32Z TRACE Ignoring partial state update +2024-12-17T05:27:32Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:27:32Z DEBUG Stage finished waiting for config update synchronized at 16s after 2s +2024-12-17T05:27:32Z TRACE Stage resume waiting for starting test wrapper at 16s +2024-12-17T05:27:32Z DEBUG Config sync took 2s +2024-12-17T05:27:32Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:27:32Z DEBUG New lastConfigMark at 2024-12-17T05:27:32Z +2024-12-17T05:27:32Z DEBUG Update config initial setup timestamp 2024-12-17T05:27:30Z +2024-12-17T05:27:32Z TRACE Outgoing local_update: { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:30Z", +2024-12-17T05:27:32Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:32Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:32Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:32Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:27:32Z TRACE Outgoing local_update: }, +2024-12-17T05:27:32Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "sequence_name" : "pointset_request_extraneous" +2024-12-17T05:27:32Z TRACE Outgoing local_update: } +2024-12-17T05:27:32Z TRACE Outgoing local_update: }, +2024-12-17T05:27:32Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:27:32Z TRACE Outgoing local_update: } +2024-12-17T05:27:32Z TRACE Outgoing local_update: }, +2024-12-17T05:27:32Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:32Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:32Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:32Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:32Z TRACE Outgoing local_update: } +2024-12-17T05:27:32Z TRACE Outgoing local_update: }, +2024-12-17T05:27:32Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:32Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:32Z TRACE Outgoing local_update: }, +2024-12-17T05:27:32Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:32Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:32Z TRACE Outgoing local_update: }, +2024-12-17T05:27:32Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:32Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:32Z TRACE Outgoing local_update: } +2024-12-17T05:27:32Z TRACE Outgoing local_update: } +2024-12-17T05:27:32Z TRACE Outgoing local_update: } +2024-12-17T05:27:32Z TRACE Outgoing local_update: } +2024-12-17T05:27:32Z DEBUG Stale state cutoff threshold is 2024-12-17T05:25:37Z +2024-12-17T05:27:32Z DEBUG Waiting for device stateTransaction RC:bc7efb.0000002a (was null) +2024-12-17T05:27:32Z TRACE Stage suspend waiting for starting test wrapper at 16s +2024-12-17T05:27:32Z INFO Stage start waiting for state query at 16s +2024-12-17T05:27:32Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:32Z TRACE Received state_discovery: { +2024-12-17T05:27:32Z TRACE Received state_discovery: "families" : { +2024-12-17T05:27:32Z TRACE Received state_discovery: "vendor" : { +2024-12-17T05:27:32Z TRACE Received state_discovery: "phase" : "stopped", +2024-12-17T05:27:32Z TRACE Received state_discovery: "active_count" : 3 +2024-12-17T05:27:32Z TRACE Received state_discovery: } +2024-12-17T05:27:32Z TRACE Received state_discovery: }, +2024-12-17T05:27:32Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:32Z", +2024-12-17T05:27:32Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:32Z TRACE Received state_discovery: } +2024-12-17T05:27:32Z DEBUG Handling device message state_discovery MP:3c7c0bfa-1 +2024-12-17T05:27:32Z TRACE Ignoring partial state update +2024-12-17T05:27:32Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:32Z TRACE Received state_localnet: { +2024-12-17T05:27:32Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:32Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:32Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:27:32Z TRACE Received state_localnet: }, +2024-12-17T05:27:32Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:32Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:27:32Z TRACE Received state_localnet: }, +2024-12-17T05:27:32Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:32Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:27:32Z TRACE Received state_localnet: }, +2024-12-17T05:27:32Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:32Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:32Z TRACE Received state_localnet: } +2024-12-17T05:27:32Z TRACE Received state_localnet: }, +2024-12-17T05:27:32Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:32Z", +2024-12-17T05:27:32Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:32Z TRACE Received state_localnet: } +2024-12-17T05:27:32Z DEBUG Handling device message state_localnet MP:3c7c0bfa-2 +2024-12-17T05:27:32Z TRACE Ignoring partial state update +2024-12-17T05:27:32Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:32Z TRACE Received state_pointset: { +2024-12-17T05:27:32Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:32Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:32Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:32Z TRACE Received state_pointset: }, +2024-12-17T05:27:32Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:32Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:32Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:32Z TRACE Received state_pointset: }, +2024-12-17T05:27:32Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:32Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:32Z TRACE Received state_pointset: } +2024-12-17T05:27:32Z TRACE Received state_pointset: }, +2024-12-17T05:27:32Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:32Z", +2024-12-17T05:27:32Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:32Z TRACE Received state_pointset: } +2024-12-17T05:27:32Z DEBUG Handling device message state_pointset MP:3c7c0bfa-3 +2024-12-17T05:27:32Z TRACE Ignoring partial state update +2024-12-17T05:27:33Z TRACE received command AHU-1/state/update +2024-12-17T05:27:33Z DEBUG Received state_update +2024-12-17T05:27:33Z INFO Received device configAcked +2024-12-17T05:27:33Z DEBUG Handling update message state_update RC:bc7efb.0000002a +2024-12-17T05:27:33Z DEBUG Removed stateTransaction RC:bc7efb.0000002a +2024-12-17T05:27:33Z DEBUG Updated state after 1s 2024-12-17T05:27:32Z RC:bc7efb.0000002a +2024-12-17T05:27:33Z INFO Updated state #031: Changed 0 fields. +2024-12-17T05:27:33Z DEBUG Updated state has last_config 2024-12-17T05:27:30Z (expecting 2024-12-17T05:27:30Z) +2024-12-17T05:27:33Z DEBUG Stage finished waiting for state query at 16s after 0s +2024-12-17T05:27:33Z TRACE Stage resume waiting for starting test wrapper at 16s +2024-12-17T05:27:33Z TRACE Stage suspend waiting for starting test wrapper at 16s +2024-12-17T05:27:33Z INFO Stage start waiting for initial device state at 16s +2024-12-17T05:27:33Z DEBUG Delay from lastConfigMark 2024-12-17T05:27:32.981658334Z is 1900ms +2024-12-17T05:27:33Z DEBUG Rate-limiting config by 1900ms +2024-12-17T05:27:34Z TRACE Updated check config_update: true +2024-12-17T05:27:34Z DEBUG Update config_update, adding configTransaction RC:bc7efb.0000002b +2024-12-17T05:27:34Z TRACE Outgoing local_update: { +2024-12-17T05:27:34Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:30Z", +2024-12-17T05:27:34Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:34Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:34Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:34Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:34Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:34Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:27:34Z TRACE Outgoing local_update: }, +2024-12-17T05:27:34Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:34Z TRACE Outgoing local_update: "sequence_name" : "pointset_request_extraneous" +2024-12-17T05:27:34Z TRACE Outgoing local_update: } +2024-12-17T05:27:34Z TRACE Outgoing local_update: }, +2024-12-17T05:27:34Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:34Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:34Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:27:34Z TRACE Outgoing local_update: } +2024-12-17T05:27:34Z TRACE Outgoing local_update: }, +2024-12-17T05:27:34Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:34Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:34Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:34Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:34Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:34Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:34Z TRACE Outgoing local_update: } +2024-12-17T05:27:34Z TRACE Outgoing local_update: }, +2024-12-17T05:27:34Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:34Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:34Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:34Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:34Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:34Z TRACE Outgoing local_update: }, +2024-12-17T05:27:34Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:34Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:34Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:34Z TRACE Outgoing local_update: }, +2024-12-17T05:27:34Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:34Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:34Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:34Z TRACE Outgoing local_update: } +2024-12-17T05:27:34Z TRACE Outgoing local_update: } +2024-12-17T05:27:34Z TRACE Outgoing local_update: } +2024-12-17T05:27:34Z TRACE Outgoing local_update: } +2024-12-17T05:27:34Z DEBUG Saving pre-config state timestamp 2024-12-17T05:27:32Z +2024-12-17T05:27:34Z DEBUG Update lastConfigUpdate 2024-12-17T05:27:34Z, because before initial device state +2024-12-17T05:27:34Z TRACE Stage suspend waiting for initial device state at 18s +2024-12-17T05:27:34Z INFO Stage start waiting for config update synchronized at 18s +2024-12-17T05:27:34Z TRACE received command AHU-1/reply/update +2024-12-17T05:27:34Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:27:35Z TRACE received command AHU-1/state/update +2024-12-17T05:27:35Z DEBUG Received state_update +2024-12-17T05:27:35Z DEBUG Handling update message state_update MP:14156772 +2024-12-17T05:27:35Z DEBUG Updated state after 0s 2024-12-17T05:27:35Z MP:14156772 +2024-12-17T05:27:35Z INFO Updated state #032: Changed 4 fields: +2024-12-17T05:27:35Z INFO Updated state #032: Set `system.status.level` = `100` +2024-12-17T05:27:35Z INFO Updated state #032: Set `system.status.category` = `system.config.parse` +2024-12-17T05:27:35Z INFO Updated state #032: Set `system.status.timestamp` = `2024-12-17T05:27:35Z` +2024-12-17T05:27:35Z INFO Updated state #032: Set `timestamp` = `2024-12-17T05:27:35Z` +2024-12-17T05:27:35Z DEBUG Updated state has last_config 2024-12-17T05:27:30Z (expecting 2024-12-17T05:27:30Z) +2024-12-17T05:27:35Z TRACE received command AHU-1/config/update +2024-12-17T05:27:35Z DEBUG Received config_update +2024-12-17T05:27:35Z DEBUG Handling update message config_update RC:bc7efb.0000002b +2024-12-17T05:27:35Z DEBUG Removed configTransaction RC:bc7efb.0000002b +2024-12-17T05:27:35Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:35Z +2024-12-17T05:27:35Z DEBUG Updated config 2024-12-17T05:27:34Z RC:bc7efb.0000002b +2024-12-17T05:27:35Z INFO Updated config #026: Changed 0 fields. +2024-12-17T05:27:35Z DEBUG Expected last_config now 2024-12-17T05:27:34Z +2024-12-17T05:27:35Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:27:35Z TRACE received command AHU-1/state/system +2024-12-17T05:27:35Z TRACE Received state_system: { +2024-12-17T05:27:35Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:35Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:35Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:35Z TRACE Received state_system: }, +2024-12-17T05:27:35Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:30Z", +2024-12-17T05:27:35Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:35Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:35Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:27:35Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:35Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:35Z TRACE Received state_system: }, +2024-12-17T05:27:35Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:27:35Z TRACE Received state_system: "software" : { +2024-12-17T05:27:35Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:35Z TRACE Received state_system: }, +2024-12-17T05:27:35Z TRACE Received state_system: "status" : { +2024-12-17T05:27:35Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:35Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:27:35Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:35Z", +2024-12-17T05:27:35Z TRACE Received state_system: "level" : 100 +2024-12-17T05:27:35Z TRACE Received state_system: }, +2024-12-17T05:27:35Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:35Z", +2024-12-17T05:27:35Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:35Z TRACE Received state_system: } +2024-12-17T05:27:35Z DEBUG Handling device message state_system MP:14156772-0 +2024-12-17T05:27:35Z TRACE Ignoring partial state update +2024-12-17T05:27:35Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:35Z TRACE Received state_discovery: { +2024-12-17T05:27:35Z TRACE Received state_discovery: "families" : { +2024-12-17T05:27:35Z TRACE Received state_discovery: "vendor" : { +2024-12-17T05:27:35Z TRACE Received state_discovery: "phase" : "stopped", +2024-12-17T05:27:35Z TRACE Received state_discovery: "active_count" : 3 +2024-12-17T05:27:35Z TRACE Received state_discovery: } +2024-12-17T05:27:35Z TRACE Received state_discovery: }, +2024-12-17T05:27:35Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:35Z", +2024-12-17T05:27:35Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:35Z TRACE Received state_discovery: } +2024-12-17T05:27:35Z DEBUG Handling device message state_discovery MP:14156772-1 +2024-12-17T05:27:35Z TRACE Ignoring partial state update +2024-12-17T05:27:35Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:35Z TRACE Received state_localnet: { +2024-12-17T05:27:35Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:35Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:35Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:27:35Z TRACE Received state_localnet: }, +2024-12-17T05:27:35Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:35Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:27:35Z TRACE Received state_localnet: }, +2024-12-17T05:27:35Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:35Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:27:35Z TRACE Received state_localnet: }, +2024-12-17T05:27:35Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:35Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:35Z TRACE Received state_localnet: } +2024-12-17T05:27:35Z TRACE Received state_localnet: }, +2024-12-17T05:27:35Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:35Z", +2024-12-17T05:27:35Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:35Z TRACE Received state_localnet: } +2024-12-17T05:27:35Z DEBUG Handling device message state_localnet MP:14156772-2 +2024-12-17T05:27:35Z TRACE Ignoring partial state update +2024-12-17T05:27:35Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:35Z TRACE Received state_pointset: { +2024-12-17T05:27:35Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:35Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:35Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:35Z TRACE Received state_pointset: }, +2024-12-17T05:27:35Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:35Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:35Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:35Z TRACE Received state_pointset: }, +2024-12-17T05:27:35Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:35Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:35Z TRACE Received state_pointset: } +2024-12-17T05:27:35Z TRACE Received state_pointset: }, +2024-12-17T05:27:35Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:35Z", +2024-12-17T05:27:35Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:35Z TRACE Received state_pointset: } +2024-12-17T05:27:35Z DEBUG Handling device message state_pointset MP:14156772-3 +2024-12-17T05:27:35Z TRACE Ignoring partial state update +2024-12-17T05:27:36Z TRACE received command AHU-1/events/pointset +2024-12-17T05:27:36Z TRACE Received events_pointset: { +2024-12-17T05:27:36Z TRACE Received events_pointset: "points" : { +2024-12-17T05:27:36Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:36Z TRACE Received events_pointset: "present_value" : true +2024-12-17T05:27:36Z TRACE Received events_pointset: }, +2024-12-17T05:27:36Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:36Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:27:36Z TRACE Received events_pointset: }, +2024-12-17T05:27:36Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:36Z TRACE Received events_pointset: "present_value" : 9 +2024-12-17T05:27:36Z TRACE Received events_pointset: } +2024-12-17T05:27:36Z TRACE Received events_pointset: }, +2024-12-17T05:27:36Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:27:36Z", +2024-12-17T05:27:36Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:27:36Z TRACE Received events_pointset: } +2024-12-17T05:27:36Z DEBUG Handling device message events_pointset MP:f3fdd7dc +2024-12-17T05:27:36Z TRACE received command AHU-1/events/system +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z DEBUG system.config.receive: success +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z DEBUG device.log: State update defer -8125ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z INFO device.log: Update state 2024-12-17T05:27:26Z last_config 2024-12-17T05:27:06Z +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z DEBUG system.config.parse: success +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z DEBUG device.log: Config update AHU-1 (scan_single_now) +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z INFO device.log: 2024-12-17T05:27:26Z received config 2024-12-17T05:27:26Z +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z INFO device.log: Discovery scan vendor phase stopped as null +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z NOTICE system.config.apply: success +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z DEBUG system.config.receive: success +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z DEBUG device.log: State update defer 1940ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z DEBUG system.config.parse: success +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z DEBUG device.log: Config update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z INFO device.log: 2024-12-17T05:27:26Z received config 2024-12-17T05:27:26Z +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z INFO device.log: Discovery scan vendor phase stopped as null +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z NOTICE system.config.apply: success +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z DEBUG device.log: State update defer 1938ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z DEBUG device.log: State update defer 1938ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z DEBUG device.log: State update defer 1938ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z DEBUG device.log: State update defer 1938ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:26Z DEBUG device.log: State update defer 1938ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:28Z DEBUG device.log: State update defer 0ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:28Z INFO device.log: Update state 2024-12-17T05:27:28Z last_config 2024-12-17T05:27:26Z +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:28Z DEBUG device.log: State update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:30Z DEBUG system.config.receive: success +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:30Z DEBUG device.log: State update defer -51ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:30Z INFO device.log: Update state 2024-12-17T05:27:30Z last_config 2024-12-17T05:27:26Z +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:30Z DEBUG system.config.parse: success +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:30Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:30Z DEBUG device.log: State update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:30Z DEBUG device.log: Config update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:30Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:30Z INFO device.log: 2024-12-17T05:27:30Z received config 2024-12-17T05:27:30Z +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:30Z INFO device.log: Discovery scan vendor phase stopped as null +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:30Z NOTICE system.config.apply: success +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:30Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:30Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:30Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:30Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:30Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:32Z DEBUG device.log: State update defer 0ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:32Z INFO device.log: Update state 2024-12-17T05:27:32Z last_config 2024-12-17T05:27:30Z +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:32Z DEBUG device.log: State update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:35Z DEBUG system.config.receive: success +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:35Z DEBUG device.log: State update defer -91ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:35Z INFO device.log: Update state 2024-12-17T05:27:35Z last_config 2024-12-17T05:27:30Z +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:35Z DEBUG system.config.parse: success +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:35Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:35Z DEBUG device.log: Config update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:35Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:35Z INFO device.log: 2024-12-17T05:27:35Z received config 2024-12-17T05:27:34Z +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:35Z INFO device.log: Discovery scan vendor phase stopped as null +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:35Z NOTICE system.config.apply: success +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:35Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:35Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:35Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:35Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:35Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:35Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:35Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:35Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:36Z DEBUG Received events_system 2024-12-17T05:27:36Z DEBUG device.log: State update defer 867ms +2024-12-17T05:27:36Z DEBUG Handling device message events_system MP:47e831e4 +2024-12-17T05:27:37Z TRACE received command AHU-1/state/update +2024-12-17T05:27:37Z DEBUG Received state_update +2024-12-17T05:27:37Z DEBUG Handling update message state_update MP:c6d84d43 +2024-12-17T05:27:37Z DEBUG Updated state after 0s 2024-12-17T05:27:37Z MP:c6d84d43 +2024-12-17T05:27:37Z INFO Updated state #033: Changed 4 fields: +2024-12-17T05:27:37Z INFO Updated state #033: Set `system.last_config` = `2024-12-17T05:27:34Z` +2024-12-17T05:27:37Z INFO Updated state #033: Set `system.status.level` = `300` +2024-12-17T05:27:37Z INFO Updated state #033: Set `system.status.category` = `system.config.apply` +2024-12-17T05:27:37Z INFO Updated state #033: Set `timestamp` = `2024-12-17T05:27:37Z` +2024-12-17T05:27:37Z DEBUG Updated state has last_config 2024-12-17T05:27:34Z (expecting 2024-12-17T05:27:34Z) +2024-12-17T05:27:37Z TRACE received command AHU-1/state/system +2024-12-17T05:27:37Z TRACE Received state_system: { +2024-12-17T05:27:37Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:37Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:37Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:37Z TRACE Received state_system: }, +2024-12-17T05:27:37Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:34Z", +2024-12-17T05:27:37Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:37Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:37Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:27:37Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:37Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:37Z TRACE Received state_system: }, +2024-12-17T05:27:37Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:27:37Z TRACE Received state_system: "software" : { +2024-12-17T05:27:37Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:37Z TRACE Received state_system: }, +2024-12-17T05:27:37Z TRACE Received state_system: "status" : { +2024-12-17T05:27:37Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:37Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:27:37Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:35Z", +2024-12-17T05:27:37Z TRACE Received state_system: "level" : 300 +2024-12-17T05:27:37Z TRACE Received state_system: }, +2024-12-17T05:27:37Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:37Z", +2024-12-17T05:27:37Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:37Z TRACE Received state_system: } +2024-12-17T05:27:37Z DEBUG Handling device message state_system MP:c6d84d43-0 +2024-12-17T05:27:37Z TRACE Ignoring partial state update +2024-12-17T05:27:37Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:27:37Z DEBUG Stage finished waiting for config update synchronized at 20s after 2s +2024-12-17T05:27:37Z TRACE Stage resume waiting for initial device state at 20s +2024-12-17T05:27:37Z DEBUG Config sync took 3s +2024-12-17T05:27:37Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:27:37Z DEBUG New lastConfigMark at 2024-12-17T05:27:37Z +2024-12-17T05:27:37Z DEBUG Update config before initial device state timestamp 2024-12-17T05:27:34Z +2024-12-17T05:27:37Z TRACE Outgoing local_update: { +2024-12-17T05:27:37Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:34Z", +2024-12-17T05:27:37Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:37Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:37Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:37Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:37Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:37Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:27:37Z TRACE Outgoing local_update: }, +2024-12-17T05:27:37Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:37Z TRACE Outgoing local_update: "sequence_name" : "pointset_request_extraneous" +2024-12-17T05:27:37Z TRACE Outgoing local_update: } +2024-12-17T05:27:37Z TRACE Outgoing local_update: }, +2024-12-17T05:27:37Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:37Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:37Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:27:37Z TRACE Outgoing local_update: } +2024-12-17T05:27:37Z TRACE Outgoing local_update: }, +2024-12-17T05:27:37Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:37Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:37Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:37Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:37Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:37Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:37Z TRACE Outgoing local_update: } +2024-12-17T05:27:37Z TRACE Outgoing local_update: }, +2024-12-17T05:27:37Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:37Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:37Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:37Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:37Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:37Z TRACE Outgoing local_update: }, +2024-12-17T05:27:37Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:37Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:37Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:37Z TRACE Outgoing local_update: }, +2024-12-17T05:27:37Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:37Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:37Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:37Z TRACE Outgoing local_update: } +2024-12-17T05:27:37Z TRACE Outgoing local_update: } +2024-12-17T05:27:37Z TRACE Outgoing local_update: } +2024-12-17T05:27:37Z TRACE Outgoing local_update: } +2024-12-17T05:27:37Z DEBUG Stage finished waiting for initial device state at 20s after 3s +2024-12-17T05:27:37Z TRACE Stage resume waiting for starting test wrapper at 20s +2024-12-17T05:27:37Z DEBUG Device state system status level is now 300 +2024-12-17T05:27:37Z TRACE Stage suspend waiting for starting test wrapper at 20s +2024-12-17T05:27:37Z INFO Stage start waiting for config update synchronized at 20s +2024-12-17T05:27:37Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:37Z TRACE Received state_discovery: { +2024-12-17T05:27:37Z TRACE Received state_discovery: "families" : { +2024-12-17T05:27:37Z TRACE Received state_discovery: "vendor" : { +2024-12-17T05:27:37Z TRACE Received state_discovery: "phase" : "stopped", +2024-12-17T05:27:37Z TRACE Received state_discovery: "active_count" : 3 +2024-12-17T05:27:37Z TRACE Received state_discovery: } +2024-12-17T05:27:37Z TRACE Received state_discovery: }, +2024-12-17T05:27:37Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:37Z", +2024-12-17T05:27:37Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:37Z TRACE Received state_discovery: } +2024-12-17T05:27:37Z DEBUG Handling device message state_discovery MP:c6d84d43-1 +2024-12-17T05:27:37Z TRACE Ignoring partial state update +2024-12-17T05:27:37Z DEBUG Stage finished waiting for config update synchronized at 20s after 0s +2024-12-17T05:27:37Z TRACE Stage resume waiting for starting test wrapper at 20s +2024-12-17T05:27:37Z DEBUG Config sync took 3s +2024-12-17T05:27:37Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:27:37Z TRACE Stage suspend waiting for starting test wrapper at 20s +2024-12-17T05:27:37Z INFO Stage start waiting for executing test at 20s +2024-12-17T05:27:37Z DEBUG stage begin waiting for executing test at 20s +2024-12-17T05:27:37Z DEBUG Allowing device state change pointset. +2024-12-17T05:27:37Z TRACE Stage suspend waiting for executing test at 20s +2024-12-17T05:27:37Z INFO Stage start waiting for checking pointset sanity at 20s +2024-12-17T05:27:37Z TRACE Stage suspend waiting for checking pointset sanity at 20s +2024-12-17T05:27:37Z INFO Stage start waiting for pointset state matches config at 20s +2024-12-17T05:27:37Z DEBUG Delay from lastConfigMark 2024-12-17T05:27:37.077250843Z is 1996ms +2024-12-17T05:27:37Z DEBUG Rate-limiting config by 1996ms +2024-12-17T05:27:39Z DEBUG System config extra field null +2024-12-17T05:27:39Z TRACE Updated check config_system: true +2024-12-17T05:27:39Z DEBUG Update config_system, adding configTransaction RC:bc7efb.0000002e +2024-12-17T05:27:39Z TRACE Outgoing local_system: { +2024-12-17T05:27:39Z TRACE Outgoing local_system: "min_loglevel" : 100, +2024-12-17T05:27:39Z TRACE Outgoing local_system: "metrics_rate_sec" : 10, +2024-12-17T05:27:39Z TRACE Outgoing local_system: "operation" : { +2024-12-17T05:27:39Z TRACE Outgoing local_system: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:27:39Z TRACE Outgoing local_system: }, +2024-12-17T05:27:39Z TRACE Outgoing local_system: "testing" : { +2024-12-17T05:27:39Z TRACE Outgoing local_system: "sequence_name" : "pointset_request_extraneous" +2024-12-17T05:27:39Z TRACE Outgoing local_system: } +2024-12-17T05:27:39Z TRACE Outgoing local_system: } +2024-12-17T05:27:39Z TRACE Updated check config_pointset: true +2024-12-17T05:27:39Z DEBUG Update config_pointset, adding configTransaction RC:bc7efb.0000002f +2024-12-17T05:27:39Z TRACE Outgoing local_pointset: { +2024-12-17T05:27:39Z TRACE Outgoing local_pointset: "sample_rate_sec" : 10, +2024-12-17T05:27:39Z TRACE Outgoing local_pointset: "points" : { +2024-12-17T05:27:39Z TRACE Outgoing local_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:39Z TRACE Outgoing local_pointset: "units" : "Bars", +2024-12-17T05:27:39Z TRACE Outgoing local_pointset: "set_value" : 98 +2024-12-17T05:27:39Z TRACE Outgoing local_pointset: }, +2024-12-17T05:27:39Z TRACE Outgoing local_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:39Z TRACE Outgoing local_pointset: "ref" : "BV11.present_value", +2024-12-17T05:27:39Z TRACE Outgoing local_pointset: "units" : "No-units" +2024-12-17T05:27:39Z TRACE Outgoing local_pointset: }, +2024-12-17T05:27:39Z TRACE Outgoing local_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:39Z TRACE Outgoing local_pointset: "ref" : "AV12.present_value", +2024-12-17T05:27:39Z TRACE Outgoing local_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:39Z TRACE Outgoing local_pointset: } +2024-12-17T05:27:39Z TRACE Outgoing local_pointset: } +2024-12-17T05:27:39Z TRACE Outgoing local_pointset: } +2024-12-17T05:27:39Z TRACE Updated check config_gateway: false +2024-12-17T05:27:39Z TRACE Updated check config_localnet: true +2024-12-17T05:27:39Z DEBUG Update config_localnet, adding configTransaction RC:bc7efb.00000030 +2024-12-17T05:27:39Z TRACE Outgoing local_localnet: { +2024-12-17T05:27:39Z TRACE Outgoing local_localnet: "families" : { +2024-12-17T05:27:39Z TRACE Outgoing local_localnet: "ether" : { }, +2024-12-17T05:27:39Z TRACE Outgoing local_localnet: "ipv4" : { }, +2024-12-17T05:27:39Z TRACE Outgoing local_localnet: "vendor" : { }, +2024-12-17T05:27:39Z TRACE Outgoing local_localnet: "bacnet" : { } +2024-12-17T05:27:39Z TRACE Outgoing local_localnet: } +2024-12-17T05:27:39Z TRACE Outgoing local_localnet: } +2024-12-17T05:27:39Z TRACE Updated check config_blobset: false +2024-12-17T05:27:39Z TRACE Updated check config_discovery: true +2024-12-17T05:27:39Z DEBUG Update config_discovery, adding configTransaction RC:bc7efb.00000031 +2024-12-17T05:27:39Z TRACE Outgoing local_discovery: { +2024-12-17T05:27:39Z TRACE Outgoing local_discovery: "families" : { +2024-12-17T05:27:39Z TRACE Outgoing local_discovery: "vendor" : { } +2024-12-17T05:27:39Z TRACE Outgoing local_discovery: } +2024-12-17T05:27:39Z TRACE Outgoing local_discovery: } +2024-12-17T05:27:39Z DEBUG Saving pre-config state timestamp 2024-12-17T05:27:37Z +2024-12-17T05:27:39Z DEBUG Update lastConfigUpdate 2024-12-17T05:27:39Z, because before pointset state matches config +2024-12-17T05:27:39Z TRACE Stage suspend waiting for pointset state matches config at 22s +2024-12-17T05:27:39Z INFO Stage start waiting for config update synchronized at 22s +2024-12-17T05:27:39Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:39Z TRACE Received state_localnet: { +2024-12-17T05:27:39Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:39Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:39Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:27:39Z TRACE Received state_localnet: }, +2024-12-17T05:27:39Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:39Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:27:39Z TRACE Received state_localnet: }, +2024-12-17T05:27:39Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:39Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:27:39Z TRACE Received state_localnet: }, +2024-12-17T05:27:39Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:39Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:39Z TRACE Received state_localnet: } +2024-12-17T05:27:39Z TRACE Received state_localnet: }, +2024-12-17T05:27:39Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:37Z", +2024-12-17T05:27:39Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:39Z TRACE Received state_localnet: } +2024-12-17T05:27:39Z DEBUG Handling device message state_localnet MP:c6d84d43-2 +2024-12-17T05:27:39Z TRACE Ignoring partial state update +2024-12-17T05:27:39Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:27:39Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:39Z TRACE Received state_pointset: { +2024-12-17T05:27:39Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:39Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:39Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:39Z TRACE Received state_pointset: }, +2024-12-17T05:27:39Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:39Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:39Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:39Z TRACE Received state_pointset: }, +2024-12-17T05:27:39Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:39Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:39Z TRACE Received state_pointset: } +2024-12-17T05:27:39Z TRACE Received state_pointset: }, +2024-12-17T05:27:39Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:37Z", +2024-12-17T05:27:39Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:39Z TRACE Received state_pointset: } +2024-12-17T05:27:39Z DEBUG Handling device message state_pointset MP:c6d84d43-3 +2024-12-17T05:27:39Z TRACE Ignoring partial state update +2024-12-17T05:27:39Z TRACE received command AHU-1/state/update +2024-12-17T05:27:39Z DEBUG Received state_update +2024-12-17T05:27:39Z DEBUG Handling update message state_update MP:724f3009 +2024-12-17T05:27:39Z DEBUG Updated state after 0s 2024-12-17T05:27:39Z MP:724f3009 +2024-12-17T05:27:39Z INFO Updated state #034: Changed 4 fields: +2024-12-17T05:27:39Z INFO Updated state #034: Set `system.status.level` = `100` +2024-12-17T05:27:39Z INFO Updated state #034: Set `system.status.category` = `system.config.parse` +2024-12-17T05:27:39Z INFO Updated state #034: Set `system.status.timestamp` = `2024-12-17T05:27:39Z` +2024-12-17T05:27:39Z INFO Updated state #034: Set `timestamp` = `2024-12-17T05:27:39Z` +2024-12-17T05:27:39Z DEBUG Updated state has last_config 2024-12-17T05:27:34Z (expecting 2024-12-17T05:27:34Z) +2024-12-17T05:27:39Z DEBUG Detail config update synchronized is now: config transactions not cleared +2024-12-17T05:27:39Z TRACE received command AHU-1/config/update +2024-12-17T05:27:39Z DEBUG Received config_update +2024-12-17T05:27:39Z DEBUG Handling update message config_update RC:bc7efb.0000002e +2024-12-17T05:27:39Z DEBUG Removed configTransaction RC:bc7efb.0000002e +2024-12-17T05:27:39Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:35Z +2024-12-17T05:27:39Z DEBUG Updated config 2024-12-17T05:27:39Z RC:bc7efb.0000002e +2024-12-17T05:27:39Z INFO Updated config #027: Changed 1 fields: +2024-12-17T05:27:39Z INFO Updated config #027: Add `pointset.sample_rate_sec` = `10` +2024-12-17T05:27:39Z DEBUG Expected last_config now 2024-12-17T05:27:39Z +2024-12-17T05:27:39Z TRACE received command AHU-1/state/system +2024-12-17T05:27:39Z TRACE Received state_system: { +2024-12-17T05:27:39Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:39Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:39Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:39Z TRACE Received state_system: }, +2024-12-17T05:27:39Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:34Z", +2024-12-17T05:27:39Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:39Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:39Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:27:39Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:39Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:39Z TRACE Received state_system: }, +2024-12-17T05:27:39Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:27:39Z TRACE Received state_system: "software" : { +2024-12-17T05:27:39Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:39Z TRACE Received state_system: }, +2024-12-17T05:27:39Z TRACE Received state_system: "status" : { +2024-12-17T05:27:39Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:39Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:27:39Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:39Z", +2024-12-17T05:27:39Z TRACE Received state_system: "level" : 100 +2024-12-17T05:27:39Z TRACE Received state_system: }, +2024-12-17T05:27:39Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:39Z", +2024-12-17T05:27:39Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:39Z TRACE Received state_system: } +2024-12-17T05:27:39Z DEBUG Handling device message state_system MP:724f3009-0 +2024-12-17T05:27:39Z TRACE Ignoring partial state update +2024-12-17T05:27:39Z DEBUG Detail config update synchronized is now: config transactions not cleared, last_config not synced in state +2024-12-17T05:27:39Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:39Z TRACE Received state_discovery: { +2024-12-17T05:27:39Z TRACE Received state_discovery: "families" : { +2024-12-17T05:27:39Z TRACE Received state_discovery: "vendor" : { +2024-12-17T05:27:39Z TRACE Received state_discovery: "phase" : "stopped", +2024-12-17T05:27:39Z TRACE Received state_discovery: "active_count" : 3 +2024-12-17T05:27:39Z TRACE Received state_discovery: } +2024-12-17T05:27:39Z TRACE Received state_discovery: }, +2024-12-17T05:27:39Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:39Z", +2024-12-17T05:27:39Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:39Z TRACE Received state_discovery: } +2024-12-17T05:27:39Z DEBUG Handling device message state_discovery MP:724f3009-1 +2024-12-17T05:27:39Z TRACE Ignoring partial state update +2024-12-17T05:27:39Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:39Z TRACE Received state_localnet: { +2024-12-17T05:27:39Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:39Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:39Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:27:39Z TRACE Received state_localnet: }, +2024-12-17T05:27:39Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:39Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:27:39Z TRACE Received state_localnet: }, +2024-12-17T05:27:39Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:39Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:27:39Z TRACE Received state_localnet: }, +2024-12-17T05:27:39Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:39Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:39Z TRACE Received state_localnet: } +2024-12-17T05:27:39Z TRACE Received state_localnet: }, +2024-12-17T05:27:39Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:39Z", +2024-12-17T05:27:39Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:39Z TRACE Received state_localnet: } +2024-12-17T05:27:39Z DEBUG Handling device message state_localnet MP:724f3009-2 +2024-12-17T05:27:39Z TRACE Ignoring partial state update +2024-12-17T05:27:39Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:39Z TRACE Received state_pointset: { +2024-12-17T05:27:39Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:39Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:39Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:39Z TRACE Received state_pointset: }, +2024-12-17T05:27:39Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:39Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:39Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:39Z TRACE Received state_pointset: }, +2024-12-17T05:27:39Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:39Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:39Z TRACE Received state_pointset: } +2024-12-17T05:27:39Z TRACE Received state_pointset: }, +2024-12-17T05:27:39Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:39Z", +2024-12-17T05:27:39Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:39Z TRACE Received state_pointset: } +2024-12-17T05:27:39Z DEBUG Handling device message state_pointset MP:724f3009-3 +2024-12-17T05:27:39Z TRACE Ignoring partial state update +2024-12-17T05:27:40Z TRACE received command AHU-1/config/update +2024-12-17T05:27:40Z DEBUG Received config_update +2024-12-17T05:27:40Z DEBUG Handling update message config_update RC:bc7efb.00000031 +2024-12-17T05:27:40Z DEBUG Removed configTransaction RC:bc7efb.00000031 +2024-12-17T05:27:40Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:35Z +2024-12-17T05:27:40Z DEBUG Updated config 2024-12-17T05:27:40Z RC:bc7efb.00000031 +2024-12-17T05:27:40Z INFO Updated config #028: Changed 0 fields. +2024-12-17T05:27:40Z DEBUG Expected last_config now 2024-12-17T05:27:40Z +2024-12-17T05:27:41Z TRACE received command AHU-1/state/update +2024-12-17T05:27:41Z DEBUG Received state_update +2024-12-17T05:27:41Z DEBUG Handling update message state_update MP:2a3ccc61 +2024-12-17T05:27:41Z DEBUG Updated state after 0s 2024-12-17T05:27:41Z MP:2a3ccc61 +2024-12-17T05:27:41Z INFO Updated state #035: Changed 5 fields: +2024-12-17T05:27:41Z INFO Updated state #035: Set `system.last_config` = `2024-12-17T05:27:40Z` +2024-12-17T05:27:41Z INFO Updated state #035: Set `system.status.level` = `300` +2024-12-17T05:27:41Z INFO Updated state #035: Set `system.status.category` = `system.config.apply` +2024-12-17T05:27:41Z INFO Updated state #035: Set `system.status.timestamp` = `2024-12-17T05:27:40Z` +2024-12-17T05:27:41Z INFO Updated state #035: Set `timestamp` = `2024-12-17T05:27:41Z` +2024-12-17T05:27:41Z DEBUG Updated state has last_config 2024-12-17T05:27:40Z (expecting 2024-12-17T05:27:40Z) +2024-12-17T05:27:41Z TRACE received command AHU-1/state/system +2024-12-17T05:27:41Z TRACE Received state_system: { +2024-12-17T05:27:41Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:41Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:41Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:41Z TRACE Received state_system: }, +2024-12-17T05:27:41Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:40Z", +2024-12-17T05:27:41Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:41Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:41Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:27:41Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:41Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:41Z TRACE Received state_system: }, +2024-12-17T05:27:41Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:27:41Z TRACE Received state_system: "software" : { +2024-12-17T05:27:41Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:41Z TRACE Received state_system: }, +2024-12-17T05:27:41Z TRACE Received state_system: "status" : { +2024-12-17T05:27:41Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:41Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:27:41Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:40Z", +2024-12-17T05:27:41Z TRACE Received state_system: "level" : 300 +2024-12-17T05:27:41Z TRACE Received state_system: }, +2024-12-17T05:27:41Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:41Z", +2024-12-17T05:27:41Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:41Z TRACE Received state_system: } +2024-12-17T05:27:41Z DEBUG Handling device message state_system MP:2a3ccc61-0 +2024-12-17T05:27:41Z TRACE Ignoring partial state update +2024-12-17T05:27:41Z DEBUG Detail config update synchronized is now: config transactions not cleared +2024-12-17T05:27:41Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:41Z TRACE Received state_discovery: { +2024-12-17T05:27:41Z TRACE Received state_discovery: "families" : { +2024-12-17T05:27:41Z TRACE Received state_discovery: "vendor" : { +2024-12-17T05:27:41Z TRACE Received state_discovery: "phase" : "stopped", +2024-12-17T05:27:41Z TRACE Received state_discovery: "active_count" : 3 +2024-12-17T05:27:41Z TRACE Received state_discovery: } +2024-12-17T05:27:41Z TRACE Received state_discovery: }, +2024-12-17T05:27:41Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:41Z", +2024-12-17T05:27:41Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:41Z TRACE Received state_discovery: } +2024-12-17T05:27:41Z DEBUG Handling device message state_discovery MP:2a3ccc61-1 +2024-12-17T05:27:41Z TRACE Ignoring partial state update +2024-12-17T05:27:41Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:41Z TRACE Received state_localnet: { +2024-12-17T05:27:41Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:41Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:41Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:27:41Z TRACE Received state_localnet: }, +2024-12-17T05:27:41Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:41Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:27:41Z TRACE Received state_localnet: }, +2024-12-17T05:27:41Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:41Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:27:41Z TRACE Received state_localnet: }, +2024-12-17T05:27:41Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:41Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:41Z TRACE Received state_localnet: } +2024-12-17T05:27:41Z TRACE Received state_localnet: }, +2024-12-17T05:27:41Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:41Z", +2024-12-17T05:27:41Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:41Z TRACE Received state_localnet: } +2024-12-17T05:27:41Z DEBUG Handling device message state_localnet MP:2a3ccc61-2 +2024-12-17T05:27:41Z TRACE Ignoring partial state update +2024-12-17T05:27:41Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:41Z TRACE Received state_pointset: { +2024-12-17T05:27:41Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:41Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:41Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:41Z TRACE Received state_pointset: }, +2024-12-17T05:27:41Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:41Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:41Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:41Z TRACE Received state_pointset: }, +2024-12-17T05:27:41Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:41Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:41Z TRACE Received state_pointset: } +2024-12-17T05:27:41Z TRACE Received state_pointset: }, +2024-12-17T05:27:41Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:41Z", +2024-12-17T05:27:41Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:41Z TRACE Received state_pointset: } +2024-12-17T05:27:41Z DEBUG Handling device message state_pointset MP:2a3ccc61-3 +2024-12-17T05:27:41Z TRACE Ignoring partial state update +2024-12-17T05:27:41Z TRACE received command AHU-1/config/update +2024-12-17T05:27:41Z DEBUG Received config_update +2024-12-17T05:27:41Z DEBUG Handling update message config_update RC:bc7efb.0000002f +2024-12-17T05:27:41Z DEBUG Removed configTransaction RC:bc7efb.0000002f +2024-12-17T05:27:41Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:35Z +2024-12-17T05:27:41Z DEBUG Updated config 2024-12-17T05:27:41Z RC:bc7efb.0000002f +2024-12-17T05:27:41Z INFO Updated config #029: Changed 0 fields. +2024-12-17T05:27:41Z DEBUG Expected last_config now 2024-12-17T05:27:41Z +2024-12-17T05:27:41Z DEBUG Detail config update synchronized is now: config transactions not cleared, last_config not synced in state +2024-12-17T05:27:42Z TRACE received command AHU-1/config/update +2024-12-17T05:27:42Z DEBUG Received config_update +2024-12-17T05:27:42Z DEBUG Handling update message config_update RC:bc7efb.00000030 +2024-12-17T05:27:42Z DEBUG Removed configTransaction RC:bc7efb.00000030 +2024-12-17T05:27:42Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:35Z +2024-12-17T05:27:42Z DEBUG Updated config 2024-12-17T05:27:42Z RC:bc7efb.00000030 +2024-12-17T05:27:42Z INFO Updated config #030: Changed 0 fields. +2024-12-17T05:27:42Z DEBUG Expected last_config now 2024-12-17T05:27:42Z +2024-12-17T05:27:43Z TRACE received command AHU-1/state/update +2024-12-17T05:27:43Z DEBUG Received state_update +2024-12-17T05:27:43Z DEBUG Handling update message state_update MP:c0bd9e2b +2024-12-17T05:27:43Z DEBUG Updated state after 0s 2024-12-17T05:27:43Z MP:c0bd9e2b +2024-12-17T05:27:43Z INFO Updated state #036: Changed 3 fields: +2024-12-17T05:27:43Z INFO Updated state #036: Set `system.last_config` = `2024-12-17T05:27:42Z` +2024-12-17T05:27:43Z INFO Updated state #036: Set `system.status.timestamp` = `2024-12-17T05:27:42Z` +2024-12-17T05:27:43Z INFO Updated state #036: Set `timestamp` = `2024-12-17T05:27:43Z` +2024-12-17T05:27:43Z DEBUG Updated state has last_config 2024-12-17T05:27:42Z (expecting 2024-12-17T05:27:42Z) +2024-12-17T05:27:43Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:27:43Z DEBUG Stage finished waiting for config update synchronized at 26s after 4s +2024-12-17T05:27:43Z TRACE Stage resume waiting for pointset state matches config at 26s +2024-12-17T05:27:43Z DEBUG Config sync took 4s +2024-12-17T05:27:43Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:27:43Z DEBUG New lastConfigMark at 2024-12-17T05:27:43Z +2024-12-17T05:27:43Z DEBUG Update config before pointset state matches config timestamp 2024-12-17T05:27:42Z +2024-12-17T05:27:43Z TRACE Outgoing local_update: { +2024-12-17T05:27:43Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:42Z", +2024-12-17T05:27:43Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:43Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:43Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:43Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:43Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:43Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:27:43Z TRACE Outgoing local_update: }, +2024-12-17T05:27:43Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:43Z TRACE Outgoing local_update: "sequence_name" : "pointset_request_extraneous" +2024-12-17T05:27:43Z TRACE Outgoing local_update: } +2024-12-17T05:27:43Z TRACE Outgoing local_update: }, +2024-12-17T05:27:43Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:43Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:43Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:27:43Z TRACE Outgoing local_update: } +2024-12-17T05:27:43Z TRACE Outgoing local_update: }, +2024-12-17T05:27:43Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:43Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:43Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:43Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:43Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:43Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:43Z TRACE Outgoing local_update: } +2024-12-17T05:27:43Z TRACE Outgoing local_update: }, +2024-12-17T05:27:43Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:43Z TRACE Outgoing local_update: "sample_rate_sec" : 10, +2024-12-17T05:27:43Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:43Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:43Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:43Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:43Z TRACE Outgoing local_update: }, +2024-12-17T05:27:43Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:43Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:43Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:43Z TRACE Outgoing local_update: }, +2024-12-17T05:27:43Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:43Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:43Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:43Z TRACE Outgoing local_update: } +2024-12-17T05:27:43Z TRACE Outgoing local_update: } +2024-12-17T05:27:43Z TRACE Outgoing local_update: } +2024-12-17T05:27:43Z TRACE Outgoing local_update: } +2024-12-17T05:27:43Z DEBUG Recorded sequence: 1. Update config before pointset state matches config +2024-12-17T05:27:43Z INFO Device config Add `pointset.sample_rate_sec` = `10` +2024-12-17T05:27:43Z TRACE Update config before pointset state matches config: Add `pointset.sample_rate_sec` = `10` +2024-12-17T05:27:43Z DEBUG Recorded sequence: 1. Wait until pointset state matches config +2024-12-17T05:27:43Z DEBUG Stage finished waiting for pointset state matches config at 26s after 6s +2024-12-17T05:27:43Z TRACE Stage resume waiting for checking pointset sanity at 26s +2024-12-17T05:27:43Z TRACE Stage suspend waiting for checking pointset sanity at 26s +2024-12-17T05:27:43Z INFO Stage start waiting for pointset event contains correct points at 26s +2024-12-17T05:27:43Z DEBUG Delay from lastConfigMark 2024-12-17T05:27:43.145566785Z is 1999ms +2024-12-17T05:27:43Z DEBUG Rate-limiting config by 1999ms +2024-12-17T05:27:45Z DEBUG System config extra field null +2024-12-17T05:27:45Z TRACE Updated check config_system: false +2024-12-17T05:27:45Z TRACE Updated check config_pointset: false +2024-12-17T05:27:45Z TRACE Updated check config_gateway: false +2024-12-17T05:27:45Z TRACE Updated check config_localnet: false +2024-12-17T05:27:45Z TRACE Updated check config_blobset: false +2024-12-17T05:27:45Z TRACE Updated check config_discovery: false +2024-12-17T05:27:45Z DEBUG New lastConfigMark at 2024-12-17T05:27:45Z +2024-12-17T05:27:45Z DEBUG Update config before pointset event contains correct points timestamp 2024-12-17T05:27:42Z +2024-12-17T05:27:45Z TRACE Outgoing local_update: { +2024-12-17T05:27:45Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:42Z", +2024-12-17T05:27:45Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:45Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:45Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:45Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:45Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:45Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:27:45Z TRACE Outgoing local_update: }, +2024-12-17T05:27:45Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:45Z TRACE Outgoing local_update: "sequence_name" : "pointset_request_extraneous" +2024-12-17T05:27:45Z TRACE Outgoing local_update: } +2024-12-17T05:27:45Z TRACE Outgoing local_update: }, +2024-12-17T05:27:45Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:45Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:45Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:27:45Z TRACE Outgoing local_update: } +2024-12-17T05:27:45Z TRACE Outgoing local_update: }, +2024-12-17T05:27:45Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:45Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:45Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:45Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:45Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:45Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:45Z TRACE Outgoing local_update: } +2024-12-17T05:27:45Z TRACE Outgoing local_update: }, +2024-12-17T05:27:45Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:45Z TRACE Outgoing local_update: "sample_rate_sec" : 10, +2024-12-17T05:27:45Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:45Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:45Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:45Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:45Z TRACE Outgoing local_update: }, +2024-12-17T05:27:45Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:45Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:45Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:45Z TRACE Outgoing local_update: }, +2024-12-17T05:27:45Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:45Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:45Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:45Z TRACE Outgoing local_update: } +2024-12-17T05:27:45Z TRACE Outgoing local_update: } +2024-12-17T05:27:45Z TRACE Outgoing local_update: } +2024-12-17T05:27:45Z TRACE Outgoing local_update: } +2024-12-17T05:27:45Z DEBUG Detail pointset event contains correct points is now: any received pointset event +2024-12-17T05:27:45Z TRACE received command AHU-1/state/system +2024-12-17T05:27:45Z TRACE Received state_system: { +2024-12-17T05:27:45Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:45Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:45Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:45Z TRACE Received state_system: }, +2024-12-17T05:27:45Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:42Z", +2024-12-17T05:27:45Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:45Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:45Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:27:45Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:45Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:45Z TRACE Received state_system: }, +2024-12-17T05:27:45Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:27:45Z TRACE Received state_system: "software" : { +2024-12-17T05:27:45Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:45Z TRACE Received state_system: }, +2024-12-17T05:27:45Z TRACE Received state_system: "status" : { +2024-12-17T05:27:45Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:45Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:27:45Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:42Z", +2024-12-17T05:27:45Z TRACE Received state_system: "level" : 300 +2024-12-17T05:27:45Z TRACE Received state_system: }, +2024-12-17T05:27:45Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:43Z", +2024-12-17T05:27:45Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:45Z TRACE Received state_system: } +2024-12-17T05:27:45Z DEBUG Handling device message state_system MP:c0bd9e2b-0 +2024-12-17T05:27:45Z TRACE Ignoring partial state update +2024-12-17T05:27:45Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:45Z TRACE Received state_discovery: { +2024-12-17T05:27:45Z TRACE Received state_discovery: "families" : { +2024-12-17T05:27:45Z TRACE Received state_discovery: "vendor" : { +2024-12-17T05:27:45Z TRACE Received state_discovery: "phase" : "stopped", +2024-12-17T05:27:45Z TRACE Received state_discovery: "active_count" : 3 +2024-12-17T05:27:45Z TRACE Received state_discovery: } +2024-12-17T05:27:45Z TRACE Received state_discovery: }, +2024-12-17T05:27:45Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:43Z", +2024-12-17T05:27:45Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:45Z TRACE Received state_discovery: } +2024-12-17T05:27:45Z DEBUG Handling device message state_discovery MP:c0bd9e2b-1 +2024-12-17T05:27:45Z TRACE Ignoring partial state update +2024-12-17T05:27:45Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:45Z TRACE Received state_localnet: { +2024-12-17T05:27:45Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:45Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:45Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:27:45Z TRACE Received state_localnet: }, +2024-12-17T05:27:45Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:45Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:27:45Z TRACE Received state_localnet: }, +2024-12-17T05:27:45Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:45Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:27:45Z TRACE Received state_localnet: }, +2024-12-17T05:27:45Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:45Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:45Z TRACE Received state_localnet: } +2024-12-17T05:27:45Z TRACE Received state_localnet: }, +2024-12-17T05:27:45Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:43Z", +2024-12-17T05:27:45Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:45Z TRACE Received state_localnet: } +2024-12-17T05:27:45Z DEBUG Handling device message state_localnet MP:c0bd9e2b-2 +2024-12-17T05:27:45Z TRACE Ignoring partial state update +2024-12-17T05:27:45Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:45Z TRACE Received state_pointset: { +2024-12-17T05:27:45Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:45Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:45Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:45Z TRACE Received state_pointset: }, +2024-12-17T05:27:45Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:45Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:45Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:45Z TRACE Received state_pointset: }, +2024-12-17T05:27:45Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:45Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:45Z TRACE Received state_pointset: } +2024-12-17T05:27:45Z TRACE Received state_pointset: }, +2024-12-17T05:27:45Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:43Z", +2024-12-17T05:27:45Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:45Z TRACE Received state_pointset: } +2024-12-17T05:27:45Z DEBUG Handling device message state_pointset MP:c0bd9e2b-3 +2024-12-17T05:27:45Z TRACE Ignoring partial state update +2024-12-17T05:27:46Z TRACE received command AHU-1/events/pointset +2024-12-17T05:27:46Z TRACE Received events_pointset: { +2024-12-17T05:27:46Z TRACE Received events_pointset: "points" : { +2024-12-17T05:27:46Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:46Z TRACE Received events_pointset: "present_value" : true +2024-12-17T05:27:46Z TRACE Received events_pointset: }, +2024-12-17T05:27:46Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:46Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:27:46Z TRACE Received events_pointset: }, +2024-12-17T05:27:46Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:46Z TRACE Received events_pointset: "present_value" : 11 +2024-12-17T05:27:46Z TRACE Received events_pointset: } +2024-12-17T05:27:46Z TRACE Received events_pointset: }, +2024-12-17T05:27:46Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:27:46Z", +2024-12-17T05:27:46Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:27:46Z TRACE Received events_pointset: } +2024-12-17T05:27:46Z DEBUG Handling device message events_pointset MP:09f976f0 +2024-12-17T05:27:46Z DEBUG last event is {"timestamp":"2024-12-17T05:27:46Z","version":"1.5.2","points":{"filter_alarm_pressure_status":{"present_value":true},"filter_differential_pressure_setpoint":{"present_value":98},"filter_differential_pressure_sensor":{"present_value":11}}} +2024-12-17T05:27:46Z TRACE Suppressing exception: Cannot read field "level" because "pointState.status" is null +2024-12-17T05:27:46Z TRACE Suppressing exception: Cannot read field "level" because "pointState.status" is null +2024-12-17T05:27:46Z TRACE Suppressing exception: Cannot read field "level" because "pointState.status" is null +2024-12-17T05:27:46Z DEBUG event points are filter_alarm_pressure_status, filter_differential_pressure_setpoint, filter_differential_pressure_sensor +2024-12-17T05:27:46Z DEBUG config points are filter_differential_pressure_setpoint, filter_alarm_pressure_status, filter_differential_pressure_sensor +2024-12-17T05:27:46Z DEBUG Detail pointset event contains correct points is now: null +2024-12-17T05:27:46Z DEBUG Recorded sequence: 1. Wait until pointset event contains correct points +2024-12-17T05:27:46Z DEBUG Stage finished waiting for pointset event contains correct points at 29s after 3s +2024-12-17T05:27:46Z TRACE Stage resume waiting for checking pointset sanity at 29s +2024-12-17T05:27:46Z DEBUG Stage finished waiting for checking pointset sanity at 29s after 9s +2024-12-17T05:27:46Z TRACE Stage resume waiting for executing test at 29s +2024-12-17T05:27:46Z TRACE Stage suspend waiting for executing test at 29s +2024-12-17T05:27:46Z INFO Stage start waiting for pointset state contains extraneous point error at 29s +2024-12-17T05:27:46Z DEBUG Delay from lastConfigMark 2024-12-17T05:27:45.147296176Z is 887ms +2024-12-17T05:27:46Z DEBUG Rate-limiting config by 887ms +2024-12-17T05:27:47Z DEBUG System config extra field null +2024-12-17T05:27:47Z TRACE Updated check config_system: false +2024-12-17T05:27:47Z TRACE Updated check config_pointset: true +2024-12-17T05:27:47Z DEBUG Update config_pointset, adding configTransaction RC:bc7efb.00000032 +2024-12-17T05:27:47Z TRACE Outgoing local_pointset: { +2024-12-17T05:27:47Z TRACE Outgoing local_pointset: "sample_rate_sec" : 10, +2024-12-17T05:27:47Z TRACE Outgoing local_pointset: "points" : { +2024-12-17T05:27:47Z TRACE Outgoing local_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:47Z TRACE Outgoing local_pointset: "units" : "Bars", +2024-12-17T05:27:47Z TRACE Outgoing local_pointset: "set_value" : 98 +2024-12-17T05:27:47Z TRACE Outgoing local_pointset: }, +2024-12-17T05:27:47Z TRACE Outgoing local_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:47Z TRACE Outgoing local_pointset: "ref" : "BV11.present_value", +2024-12-17T05:27:47Z TRACE Outgoing local_pointset: "units" : "No-units" +2024-12-17T05:27:47Z TRACE Outgoing local_pointset: }, +2024-12-17T05:27:47Z TRACE Outgoing local_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:47Z TRACE Outgoing local_pointset: "ref" : "AV12.present_value", +2024-12-17T05:27:47Z TRACE Outgoing local_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:47Z TRACE Outgoing local_pointset: }, +2024-12-17T05:27:47Z TRACE Outgoing local_pointset: "extraneous_point" : { } +2024-12-17T05:27:47Z TRACE Outgoing local_pointset: } +2024-12-17T05:27:47Z TRACE Outgoing local_pointset: } +2024-12-17T05:27:47Z TRACE Updated check config_gateway: false +2024-12-17T05:27:47Z TRACE Updated check config_localnet: false +2024-12-17T05:27:47Z TRACE Updated check config_blobset: false +2024-12-17T05:27:47Z TRACE Updated check config_discovery: false +2024-12-17T05:27:47Z DEBUG Saving pre-config state timestamp 2024-12-17T05:27:43Z +2024-12-17T05:27:47Z DEBUG Update lastConfigUpdate 2024-12-17T05:27:47Z, because before pointset state contains extraneous point error +2024-12-17T05:27:47Z TRACE Stage suspend waiting for pointset state contains extraneous point error at 30s +2024-12-17T05:27:47Z INFO Stage start waiting for config update synchronized at 30s +2024-12-17T05:27:47Z TRACE received command AHU-1/events/system +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:37Z DEBUG device.log: State update defer 0ms +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:37Z INFO device.log: Update state 2024-12-17T05:27:37Z last_config 2024-12-17T05:27:34Z +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:37Z DEBUG device.log: State update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:39Z DEBUG system.config.receive: success +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:39Z DEBUG device.log: State update defer -103ms +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:39Z INFO device.log: Update state 2024-12-17T05:27:39Z last_config 2024-12-17T05:27:34Z +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:39Z DEBUG system.config.parse: success +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:39Z DEBUG device.log: State update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:39Z DEBUG device.log: Config update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:39Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:39Z INFO device.log: 2024-12-17T05:27:39Z received config 2024-12-17T05:27:39Z +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:39Z INFO device.log: Discovery scan vendor phase stopped as null +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:39Z NOTICE system.config.apply: success +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:39Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:40Z DEBUG system.config.receive: success +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:40Z DEBUG device.log: State update defer 797ms +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:40Z DEBUG system.config.parse: success +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:40Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:40Z DEBUG device.log: Config update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:40Z INFO device.log: 2024-12-17T05:27:40Z received config 2024-12-17T05:27:40Z +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:40Z INFO device.log: Discovery scan vendor phase stopped as null +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:40Z NOTICE system.config.apply: success +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:40Z DEBUG device.log: State update defer 795ms +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:40Z DEBUG device.log: State update defer 795ms +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:40Z DEBUG device.log: State update defer 794ms +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:40Z DEBUG device.log: State update defer 794ms +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:40Z DEBUG device.log: State update defer 794ms +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:40Z DEBUG device.log: State update defer 794ms +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:41Z DEBUG device.log: State update defer 0ms +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:41Z INFO device.log: Update state 2024-12-17T05:27:41Z last_config 2024-12-17T05:27:40Z +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:41Z DEBUG device.log: State update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:41Z DEBUG system.config.receive: success +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:41Z DEBUG device.log: State update defer 1596ms +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:41Z DEBUG system.config.parse: success +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:41Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:41Z DEBUG device.log: Config update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:41Z INFO device.log: 2024-12-17T05:27:41Z received config 2024-12-17T05:27:41Z +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:41Z INFO device.log: Discovery scan vendor phase stopped as null +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:41Z NOTICE system.config.apply: success +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:41Z DEBUG device.log: State update defer 1595ms +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:41Z DEBUG device.log: State update defer 1594ms +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:41Z DEBUG device.log: State update defer 1594ms +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:42Z DEBUG system.config.receive: success +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:42Z DEBUG device.log: State update defer 487ms +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:42Z DEBUG system.config.parse: success +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:42Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:42Z DEBUG device.log: Config update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:42Z INFO device.log: 2024-12-17T05:27:42Z received config 2024-12-17T05:27:42Z +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:42Z INFO device.log: Discovery scan vendor phase stopped as null +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:42Z NOTICE system.config.apply: success +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:42Z DEBUG device.log: State update defer 485ms +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:42Z DEBUG device.log: State update defer 484ms +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:43Z DEBUG device.log: State update defer 0ms +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:43Z INFO device.log: Update state 2024-12-17T05:27:43Z last_config 2024-12-17T05:27:42Z +2024-12-17T05:27:47Z DEBUG Received events_system 2024-12-17T05:27:43Z DEBUG device.log: State update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:47Z DEBUG Handling device message events_system MP:2ed092f3 +2024-12-17T05:27:47Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:27:47Z TRACE received command AHU-1/state/update +2024-12-17T05:27:47Z DEBUG Received state_update +2024-12-17T05:27:47Z DEBUG Handling update message state_update MP:a66a58be +2024-12-17T05:27:47Z DEBUG Updated state after 0s 2024-12-17T05:27:47Z MP:a66a58be +2024-12-17T05:27:47Z INFO Updated state #037: Changed 4 fields: +2024-12-17T05:27:47Z INFO Updated state #037: Set `system.status.level` = `100` +2024-12-17T05:27:47Z INFO Updated state #037: Set `system.status.category` = `system.config.parse` +2024-12-17T05:27:47Z INFO Updated state #037: Set `system.status.timestamp` = `2024-12-17T05:27:47Z` +2024-12-17T05:27:47Z INFO Updated state #037: Set `timestamp` = `2024-12-17T05:27:47Z` +2024-12-17T05:27:47Z DEBUG Updated state has last_config 2024-12-17T05:27:42Z (expecting 2024-12-17T05:27:42Z) +2024-12-17T05:27:47Z TRACE received command AHU-1/config/update +2024-12-17T05:27:47Z DEBUG Received config_update +2024-12-17T05:27:47Z DEBUG Handling update message config_update RC:bc7efb.00000032 +2024-12-17T05:27:47Z DEBUG Removed configTransaction RC:bc7efb.00000032 +2024-12-17T05:27:47Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:35Z +2024-12-17T05:27:47Z DEBUG Updated config 2024-12-17T05:27:47Z RC:bc7efb.00000032 +2024-12-17T05:27:47Z INFO Updated config #031: Changed 1 fields: +2024-12-17T05:27:47Z INFO Updated config #031: Add `pointset.points.extraneous_point` = { } +2024-12-17T05:27:47Z DEBUG Expected last_config now 2024-12-17T05:27:47Z +2024-12-17T05:27:47Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:27:47Z TRACE received command AHU-1/state/system +2024-12-17T05:27:47Z TRACE Received state_system: { +2024-12-17T05:27:47Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:47Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:47Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:47Z TRACE Received state_system: }, +2024-12-17T05:27:47Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:42Z", +2024-12-17T05:27:47Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:47Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:47Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:27:47Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:47Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:47Z TRACE Received state_system: }, +2024-12-17T05:27:47Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:27:47Z TRACE Received state_system: "software" : { +2024-12-17T05:27:47Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:47Z TRACE Received state_system: }, +2024-12-17T05:27:47Z TRACE Received state_system: "status" : { +2024-12-17T05:27:47Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:47Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:27:47Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:47Z", +2024-12-17T05:27:47Z TRACE Received state_system: "level" : 100 +2024-12-17T05:27:47Z TRACE Received state_system: }, +2024-12-17T05:27:47Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:47Z", +2024-12-17T05:27:47Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:47Z TRACE Received state_system: } +2024-12-17T05:27:47Z DEBUG Handling device message state_system MP:a66a58be-0 +2024-12-17T05:27:47Z TRACE Ignoring partial state update +2024-12-17T05:27:47Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:47Z TRACE Received state_discovery: { +2024-12-17T05:27:47Z TRACE Received state_discovery: "families" : { +2024-12-17T05:27:47Z TRACE Received state_discovery: "vendor" : { +2024-12-17T05:27:47Z TRACE Received state_discovery: "phase" : "stopped", +2024-12-17T05:27:47Z TRACE Received state_discovery: "active_count" : 3 +2024-12-17T05:27:47Z TRACE Received state_discovery: } +2024-12-17T05:27:47Z TRACE Received state_discovery: }, +2024-12-17T05:27:47Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:47Z", +2024-12-17T05:27:47Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:47Z TRACE Received state_discovery: } +2024-12-17T05:27:47Z DEBUG Handling device message state_discovery MP:a66a58be-1 +2024-12-17T05:27:47Z TRACE Ignoring partial state update +2024-12-17T05:27:47Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:47Z TRACE Received state_localnet: { +2024-12-17T05:27:47Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:47Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:47Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:27:47Z TRACE Received state_localnet: }, +2024-12-17T05:27:47Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:47Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:27:47Z TRACE Received state_localnet: }, +2024-12-17T05:27:47Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:47Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:27:47Z TRACE Received state_localnet: }, +2024-12-17T05:27:47Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:47Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:47Z TRACE Received state_localnet: } +2024-12-17T05:27:47Z TRACE Received state_localnet: }, +2024-12-17T05:27:47Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:47Z", +2024-12-17T05:27:47Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:47Z TRACE Received state_localnet: } +2024-12-17T05:27:47Z DEBUG Handling device message state_localnet MP:a66a58be-2 +2024-12-17T05:27:47Z TRACE Ignoring partial state update +2024-12-17T05:27:47Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:47Z TRACE Received state_pointset: { +2024-12-17T05:27:47Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:47Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:47Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:47Z TRACE Received state_pointset: }, +2024-12-17T05:27:47Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:47Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:47Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:47Z TRACE Received state_pointset: }, +2024-12-17T05:27:47Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:47Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:47Z TRACE Received state_pointset: } +2024-12-17T05:27:47Z TRACE Received state_pointset: }, +2024-12-17T05:27:47Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:47Z", +2024-12-17T05:27:47Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:47Z TRACE Received state_pointset: } +2024-12-17T05:27:47Z DEBUG Handling device message state_pointset MP:a66a58be-3 +2024-12-17T05:27:47Z TRACE Ignoring partial state update +2024-12-17T05:27:49Z TRACE received command AHU-1/state/update +2024-12-17T05:27:49Z DEBUG Received state_update +2024-12-17T05:27:49Z DEBUG Handling update message state_update MP:6caffbcb +2024-12-17T05:27:49Z DEBUG Updated state after 0s 2024-12-17T05:27:49Z MP:6caffbcb +2024-12-17T05:27:49Z INFO Updated state #038: Changed 5 fields: +2024-12-17T05:27:49Z INFO Updated state #038: Set `system.last_config` = `2024-12-17T05:27:47Z` +2024-12-17T05:27:49Z INFO Updated state #038: Set `system.status.level` = `300` +2024-12-17T05:27:49Z INFO Updated state #038: Set `system.status.category` = `system.config.apply` +2024-12-17T05:27:49Z INFO Updated state #038: Add `pointset.points.extraneous_point` = { "status": { "level": `500`, "message": `Unknown configured point extraneous_point`, "category": `pointset.point.invalid`, "timestamp": `2024-12-17T05:27:47Z` } } +2024-12-17T05:27:49Z INFO Updated state #038: Set `timestamp` = `2024-12-17T05:27:49Z` +2024-12-17T05:27:49Z DEBUG Updated state has last_config 2024-12-17T05:27:47Z (expecting 2024-12-17T05:27:47Z) +2024-12-17T05:27:49Z TRACE received command AHU-1/state/system +2024-12-17T05:27:49Z TRACE Received state_system: { +2024-12-17T05:27:49Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:49Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:49Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:49Z TRACE Received state_system: }, +2024-12-17T05:27:49Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:47Z", +2024-12-17T05:27:49Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:49Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:49Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:27:49Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:49Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:49Z TRACE Received state_system: }, +2024-12-17T05:27:49Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:27:49Z TRACE Received state_system: "software" : { +2024-12-17T05:27:49Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:49Z TRACE Received state_system: }, +2024-12-17T05:27:49Z TRACE Received state_system: "status" : { +2024-12-17T05:27:49Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:49Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:27:49Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:47Z", +2024-12-17T05:27:49Z TRACE Received state_system: "level" : 300 +2024-12-17T05:27:49Z TRACE Received state_system: }, +2024-12-17T05:27:49Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:49Z", +2024-12-17T05:27:49Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:49Z TRACE Received state_system: } +2024-12-17T05:27:49Z DEBUG Handling device message state_system MP:6caffbcb-0 +2024-12-17T05:27:49Z TRACE Ignoring partial state update +2024-12-17T05:27:49Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:27:49Z DEBUG Stage finished waiting for config update synchronized at 32s after 2s +2024-12-17T05:27:49Z TRACE Stage resume waiting for pointset state contains extraneous point error at 32s +2024-12-17T05:27:49Z DEBUG Config sync took 2s +2024-12-17T05:27:49Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:27:49Z DEBUG New lastConfigMark at 2024-12-17T05:27:49Z +2024-12-17T05:27:49Z DEBUG Update config before pointset state contains extraneous point error timestamp 2024-12-17T05:27:47Z +2024-12-17T05:27:49Z TRACE Outgoing local_update: { +2024-12-17T05:27:49Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:47Z", +2024-12-17T05:27:49Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:49Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:49Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:49Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:49Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:49Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:27:49Z TRACE Outgoing local_update: }, +2024-12-17T05:27:49Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:49Z TRACE Outgoing local_update: "sequence_name" : "pointset_request_extraneous" +2024-12-17T05:27:49Z TRACE Outgoing local_update: } +2024-12-17T05:27:49Z TRACE Outgoing local_update: }, +2024-12-17T05:27:49Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:49Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:49Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:27:49Z TRACE Outgoing local_update: } +2024-12-17T05:27:49Z TRACE Outgoing local_update: }, +2024-12-17T05:27:49Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:49Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:49Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:49Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:49Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:49Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:49Z TRACE Outgoing local_update: } +2024-12-17T05:27:49Z TRACE Outgoing local_update: }, +2024-12-17T05:27:49Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:49Z TRACE Outgoing local_update: "sample_rate_sec" : 10, +2024-12-17T05:27:49Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:49Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:49Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:49Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:49Z TRACE Outgoing local_update: }, +2024-12-17T05:27:49Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:49Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:49Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:49Z TRACE Outgoing local_update: }, +2024-12-17T05:27:49Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:49Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:49Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:49Z TRACE Outgoing local_update: }, +2024-12-17T05:27:49Z TRACE Outgoing local_update: "extraneous_point" : { } +2024-12-17T05:27:49Z TRACE Outgoing local_update: } +2024-12-17T05:27:49Z TRACE Outgoing local_update: } +2024-12-17T05:27:49Z TRACE Outgoing local_update: } +2024-12-17T05:27:49Z DEBUG Recorded sequence: 1. Update config before pointset state contains extraneous point error +2024-12-17T05:27:49Z INFO Device config Add `pointset.points[extraneous_point]` = point configuration +2024-12-17T05:27:49Z TRACE Update config before pointset state contains extraneous point error: Add `pointset.points[extraneous_point]` = point configuration +2024-12-17T05:27:49Z DEBUG Recorded sequence: 1. Wait for pointset state contains extraneous point error +2024-12-17T05:27:49Z DEBUG Stage finished waiting for pointset state contains extraneous point error at 32s after 2s +2024-12-17T05:27:49Z TRACE Stage resume waiting for executing test at 32s +2024-12-17T05:27:49Z TRACE Stage suspend waiting for executing test at 32s +2024-12-17T05:27:49Z INFO Stage start waiting for checking pointset sanity at 32s +2024-12-17T05:27:49Z TRACE Stage suspend waiting for checking pointset sanity at 32s +2024-12-17T05:27:49Z INFO Stage start waiting for pointset state matches config at 32s +2024-12-17T05:27:49Z DEBUG Delay from lastConfigMark 2024-12-17T05:27:49.241748087Z is 1998ms +2024-12-17T05:27:49Z DEBUG Rate-limiting config by 1998ms +2024-12-17T05:27:51Z DEBUG System config extra field null +2024-12-17T05:27:51Z TRACE Updated check config_system: false +2024-12-17T05:27:51Z TRACE Updated check config_pointset: false +2024-12-17T05:27:51Z TRACE Updated check config_gateway: false +2024-12-17T05:27:51Z TRACE Updated check config_localnet: false +2024-12-17T05:27:51Z TRACE Updated check config_blobset: false +2024-12-17T05:27:51Z TRACE Updated check config_discovery: false +2024-12-17T05:27:51Z DEBUG New lastConfigMark at 2024-12-17T05:27:51Z +2024-12-17T05:27:51Z DEBUG Update config before pointset state matches config timestamp 2024-12-17T05:27:47Z +2024-12-17T05:27:51Z TRACE Outgoing local_update: { +2024-12-17T05:27:51Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:47Z", +2024-12-17T05:27:51Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:51Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:51Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:51Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:51Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:51Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:27:51Z TRACE Outgoing local_update: }, +2024-12-17T05:27:51Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:51Z TRACE Outgoing local_update: "sequence_name" : "pointset_request_extraneous" +2024-12-17T05:27:51Z TRACE Outgoing local_update: } +2024-12-17T05:27:51Z TRACE Outgoing local_update: }, +2024-12-17T05:27:51Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:51Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:51Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:27:51Z TRACE Outgoing local_update: } +2024-12-17T05:27:51Z TRACE Outgoing local_update: }, +2024-12-17T05:27:51Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:51Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:51Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:51Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:51Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:51Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:51Z TRACE Outgoing local_update: } +2024-12-17T05:27:51Z TRACE Outgoing local_update: }, +2024-12-17T05:27:51Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:51Z TRACE Outgoing local_update: "sample_rate_sec" : 10, +2024-12-17T05:27:51Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:51Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:51Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:51Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:51Z TRACE Outgoing local_update: }, +2024-12-17T05:27:51Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:51Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:51Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:51Z TRACE Outgoing local_update: }, +2024-12-17T05:27:51Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:51Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:51Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:51Z TRACE Outgoing local_update: }, +2024-12-17T05:27:51Z TRACE Outgoing local_update: "extraneous_point" : { } +2024-12-17T05:27:51Z TRACE Outgoing local_update: } +2024-12-17T05:27:51Z TRACE Outgoing local_update: } +2024-12-17T05:27:51Z TRACE Outgoing local_update: } +2024-12-17T05:27:51Z DEBUG Recorded sequence: 1. Wait until pointset state matches config +2024-12-17T05:27:51Z DEBUG Stage finished waiting for pointset state matches config at 34s after 2s +2024-12-17T05:27:51Z TRACE Stage resume waiting for checking pointset sanity at 34s +2024-12-17T05:27:51Z TRACE Stage suspend waiting for checking pointset sanity at 34s +2024-12-17T05:27:51Z INFO Stage start waiting for pointset event contains correct points at 34s +2024-12-17T05:27:51Z DEBUG Delay from lastConfigMark 2024-12-17T05:27:51.243302Z is 1999ms +2024-12-17T05:27:51Z DEBUG Rate-limiting config by 1999ms +2024-12-17T05:27:53Z DEBUG System config extra field null +2024-12-17T05:27:53Z TRACE Updated check config_system: false +2024-12-17T05:27:53Z TRACE Updated check config_pointset: false +2024-12-17T05:27:53Z TRACE Updated check config_gateway: false +2024-12-17T05:27:53Z TRACE Updated check config_localnet: false +2024-12-17T05:27:53Z TRACE Updated check config_blobset: false +2024-12-17T05:27:53Z TRACE Updated check config_discovery: false +2024-12-17T05:27:53Z DEBUG New lastConfigMark at 2024-12-17T05:27:53Z +2024-12-17T05:27:53Z DEBUG Update config before pointset event contains correct points timestamp 2024-12-17T05:27:47Z +2024-12-17T05:27:53Z TRACE Outgoing local_update: { +2024-12-17T05:27:53Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:47Z", +2024-12-17T05:27:53Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:53Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:53Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:53Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:53Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:53Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:27:53Z TRACE Outgoing local_update: }, +2024-12-17T05:27:53Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:53Z TRACE Outgoing local_update: "sequence_name" : "pointset_request_extraneous" +2024-12-17T05:27:53Z TRACE Outgoing local_update: } +2024-12-17T05:27:53Z TRACE Outgoing local_update: }, +2024-12-17T05:27:53Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:53Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:53Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:27:53Z TRACE Outgoing local_update: } +2024-12-17T05:27:53Z TRACE Outgoing local_update: }, +2024-12-17T05:27:53Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:53Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:53Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:53Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:53Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:53Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:53Z TRACE Outgoing local_update: } +2024-12-17T05:27:53Z TRACE Outgoing local_update: }, +2024-12-17T05:27:53Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:53Z TRACE Outgoing local_update: "sample_rate_sec" : 10, +2024-12-17T05:27:53Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:53Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:53Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:53Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:53Z TRACE Outgoing local_update: }, +2024-12-17T05:27:53Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:53Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:53Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:53Z TRACE Outgoing local_update: }, +2024-12-17T05:27:53Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:53Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:53Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:53Z TRACE Outgoing local_update: }, +2024-12-17T05:27:53Z TRACE Outgoing local_update: "extraneous_point" : { } +2024-12-17T05:27:53Z TRACE Outgoing local_update: } +2024-12-17T05:27:53Z TRACE Outgoing local_update: } +2024-12-17T05:27:53Z TRACE Outgoing local_update: } +2024-12-17T05:27:53Z DEBUG Detail pointset event contains correct points is now: any received pointset event +2024-12-17T05:27:53Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:53Z TRACE Received state_discovery: { +2024-12-17T05:27:53Z TRACE Received state_discovery: "families" : { +2024-12-17T05:27:53Z TRACE Received state_discovery: "vendor" : { +2024-12-17T05:27:53Z TRACE Received state_discovery: "phase" : "stopped", +2024-12-17T05:27:53Z TRACE Received state_discovery: "active_count" : 3 +2024-12-17T05:27:53Z TRACE Received state_discovery: } +2024-12-17T05:27:53Z TRACE Received state_discovery: }, +2024-12-17T05:27:53Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:49Z", +2024-12-17T05:27:53Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:53Z TRACE Received state_discovery: } +2024-12-17T05:27:53Z DEBUG Handling device message state_discovery MP:6caffbcb-1 +2024-12-17T05:27:53Z TRACE Ignoring partial state update +2024-12-17T05:27:53Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:53Z TRACE Received state_localnet: { +2024-12-17T05:27:53Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:53Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:53Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:27:53Z TRACE Received state_localnet: }, +2024-12-17T05:27:53Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:53Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:27:53Z TRACE Received state_localnet: }, +2024-12-17T05:27:53Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:53Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:27:53Z TRACE Received state_localnet: }, +2024-12-17T05:27:53Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:53Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:53Z TRACE Received state_localnet: } +2024-12-17T05:27:53Z TRACE Received state_localnet: }, +2024-12-17T05:27:53Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:49Z", +2024-12-17T05:27:53Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:53Z TRACE Received state_localnet: } +2024-12-17T05:27:53Z DEBUG Handling device message state_localnet MP:6caffbcb-2 +2024-12-17T05:27:53Z TRACE Ignoring partial state update +2024-12-17T05:27:53Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:53Z TRACE Received state_pointset: { +2024-12-17T05:27:53Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:53Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:53Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:53Z TRACE Received state_pointset: }, +2024-12-17T05:27:53Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:53Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:53Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:53Z TRACE Received state_pointset: }, +2024-12-17T05:27:53Z TRACE Received state_pointset: "extraneous_point" : { +2024-12-17T05:27:53Z TRACE Received state_pointset: "status" : { +2024-12-17T05:27:53Z TRACE Received state_pointset: "message" : "Unknown configured point extraneous_point", +2024-12-17T05:27:53Z TRACE Received state_pointset: "category" : "pointset.point.invalid", +2024-12-17T05:27:53Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:47Z", +2024-12-17T05:27:53Z TRACE Received state_pointset: "level" : 500 +2024-12-17T05:27:53Z TRACE Received state_pointset: } +2024-12-17T05:27:53Z TRACE Received state_pointset: }, +2024-12-17T05:27:53Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:53Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:53Z TRACE Received state_pointset: } +2024-12-17T05:27:53Z TRACE Received state_pointset: }, +2024-12-17T05:27:53Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:49Z", +2024-12-17T05:27:53Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:53Z TRACE Received state_pointset: } +2024-12-17T05:27:53Z DEBUG Handling device message state_pointset MP:6caffbcb-3 +2024-12-17T05:27:53Z TRACE Ignoring partial state update +2024-12-17T05:27:56Z TRACE received command AHU-1/events/system +2024-12-17T05:27:56Z DEBUG Received events_system 2024-12-17T05:27:47Z DEBUG system.config.receive: success +2024-12-17T05:27:56Z DEBUG Received events_system 2024-12-17T05:27:47Z DEBUG device.log: State update defer -2051ms +2024-12-17T05:27:56Z DEBUG Received events_system 2024-12-17T05:27:47Z INFO device.log: Update state 2024-12-17T05:27:47Z last_config 2024-12-17T05:27:42Z +2024-12-17T05:27:56Z DEBUG Received events_system 2024-12-17T05:27:47Z DEBUG system.config.parse: success +2024-12-17T05:27:56Z DEBUG Received events_system 2024-12-17T05:27:47Z DEBUG device.log: State update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:56Z DEBUG Received events_system 2024-12-17T05:27:47Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:27:56Z DEBUG Received events_system 2024-12-17T05:27:47Z DEBUG device.log: Config update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:56Z DEBUG Received events_system 2024-12-17T05:27:47Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:27:56Z DEBUG Received events_system 2024-12-17T05:27:47Z INFO device.log: 2024-12-17T05:27:47Z received config 2024-12-17T05:27:47Z +2024-12-17T05:27:56Z DEBUG Received events_system 2024-12-17T05:27:47Z DEBUG device.log: Restoring unknown point extraneous_point +2024-12-17T05:27:56Z DEBUG Received events_system 2024-12-17T05:27:47Z INFO device.log: Discovery scan vendor phase stopped as null +2024-12-17T05:27:56Z DEBUG Received events_system 2024-12-17T05:27:47Z NOTICE system.config.apply: success +2024-12-17T05:27:56Z DEBUG Received events_system 2024-12-17T05:27:47Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:56Z DEBUG Received events_system 2024-12-17T05:27:47Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:56Z DEBUG Received events_system 2024-12-17T05:27:47Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:56Z DEBUG Received events_system 2024-12-17T05:27:47Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:56Z DEBUG Received events_system 2024-12-17T05:27:47Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:56Z DEBUG Received events_system 2024-12-17T05:27:49Z DEBUG device.log: State update defer 0ms +2024-12-17T05:27:56Z DEBUG Received events_system 2024-12-17T05:27:49Z INFO device.log: Update state 2024-12-17T05:27:49Z last_config 2024-12-17T05:27:47Z +2024-12-17T05:27:56Z DEBUG Received events_system 2024-12-17T05:27:49Z DEBUG device.log: State update AHU-1 (pointset_request_extraneous) +2024-12-17T05:27:56Z DEBUG Handling device message events_system MP:58d62972 +2024-12-17T05:27:56Z TRACE received command AHU-1/events/pointset +2024-12-17T05:27:56Z TRACE Received events_pointset: { +2024-12-17T05:27:56Z TRACE Received events_pointset: "points" : { +2024-12-17T05:27:56Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:56Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:27:56Z TRACE Received events_pointset: }, +2024-12-17T05:27:56Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:56Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:27:56Z TRACE Received events_pointset: }, +2024-12-17T05:27:56Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:56Z TRACE Received events_pointset: "present_value" : 11 +2024-12-17T05:27:56Z TRACE Received events_pointset: }, +2024-12-17T05:27:56Z TRACE Received events_pointset: "extraneous_point" : { } +2024-12-17T05:27:56Z TRACE Received events_pointset: }, +2024-12-17T05:27:56Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:27:56Z", +2024-12-17T05:27:56Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:27:56Z TRACE Received events_pointset: } +2024-12-17T05:27:56Z DEBUG Handling device message events_pointset MP:2c5d2a76 +2024-12-17T05:27:56Z DEBUG last event is {"timestamp":"2024-12-17T05:27:56Z","version":"1.5.2","points":{"filter_alarm_pressure_status":{"present_value":false},"filter_differential_pressure_setpoint":{"present_value":98},"filter_differential_pressure_sensor":{"present_value":11},"extraneous_point":{}}} +2024-12-17T05:27:56Z TRACE Suppressing exception: Cannot read field "level" because "pointState.status" is null +2024-12-17T05:27:56Z TRACE Suppressing exception: Cannot read field "level" because "pointState.status" is null +2024-12-17T05:27:56Z TRACE Suppressing exception: Cannot read field "level" because "pointState.status" is null +2024-12-17T05:27:56Z DEBUG event points are filter_alarm_pressure_status, filter_differential_pressure_setpoint, filter_differential_pressure_sensor +2024-12-17T05:27:56Z DEBUG config points are filter_differential_pressure_setpoint, filter_alarm_pressure_status, filter_differential_pressure_sensor, extraneous_point +2024-12-17T05:27:56Z DEBUG Detail pointset event contains correct points is now: null +2024-12-17T05:27:56Z DEBUG Recorded sequence: 1. Wait until pointset event contains correct points +2024-12-17T05:27:56Z DEBUG Stage finished waiting for pointset event contains correct points at 39s after 4s +2024-12-17T05:27:56Z TRACE Stage resume waiting for checking pointset sanity at 39s +2024-12-17T05:27:56Z DEBUG Stage finished waiting for checking pointset sanity at 39s after 6s +2024-12-17T05:27:56Z TRACE Stage resume waiting for executing test at 39s +2024-12-17T05:27:56Z TRACE Stage suspend waiting for executing test at 39s +2024-12-17T05:27:56Z INFO Stage start waiting for pointset state removes extraneous point error at 39s +2024-12-17T05:27:56Z DEBUG Delay from lastConfigMark 2024-12-17T05:27:53.244531283Z is -970ms +2024-12-17T05:27:56Z DEBUG System config extra field null +2024-12-17T05:27:56Z TRACE Updated check config_system: false +2024-12-17T05:27:56Z TRACE Updated check config_pointset: true +2024-12-17T05:27:56Z DEBUG Update config_pointset, adding configTransaction RC:bc7efb.00000033 +2024-12-17T05:27:56Z TRACE Outgoing local_pointset: { +2024-12-17T05:27:56Z TRACE Outgoing local_pointset: "sample_rate_sec" : 10, +2024-12-17T05:27:56Z TRACE Outgoing local_pointset: "points" : { +2024-12-17T05:27:56Z TRACE Outgoing local_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:56Z TRACE Outgoing local_pointset: "units" : "Bars", +2024-12-17T05:27:56Z TRACE Outgoing local_pointset: "set_value" : 98 +2024-12-17T05:27:56Z TRACE Outgoing local_pointset: }, +2024-12-17T05:27:56Z TRACE Outgoing local_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:56Z TRACE Outgoing local_pointset: "ref" : "BV11.present_value", +2024-12-17T05:27:56Z TRACE Outgoing local_pointset: "units" : "No-units" +2024-12-17T05:27:56Z TRACE Outgoing local_pointset: }, +2024-12-17T05:27:56Z TRACE Outgoing local_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:56Z TRACE Outgoing local_pointset: "ref" : "AV12.present_value", +2024-12-17T05:27:56Z TRACE Outgoing local_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:56Z TRACE Outgoing local_pointset: } +2024-12-17T05:27:56Z TRACE Outgoing local_pointset: } +2024-12-17T05:27:56Z TRACE Outgoing local_pointset: } +2024-12-17T05:27:56Z TRACE Updated check config_gateway: false +2024-12-17T05:27:56Z TRACE Updated check config_localnet: false +2024-12-17T05:27:56Z TRACE Updated check config_blobset: false +2024-12-17T05:27:56Z TRACE Updated check config_discovery: false +2024-12-17T05:27:56Z DEBUG Saving pre-config state timestamp 2024-12-17T05:27:49Z +2024-12-17T05:27:56Z DEBUG Update lastConfigUpdate 2024-12-17T05:27:56Z, because before pointset state removes extraneous point error +2024-12-17T05:27:56Z TRACE Stage suspend waiting for pointset state removes extraneous point error at 39s +2024-12-17T05:27:56Z INFO Stage start waiting for config update synchronized at 39s +2024-12-17T05:27:56Z TRACE received command AHU-1/config/update +2024-12-17T05:27:56Z DEBUG Received config_update +2024-12-17T05:27:56Z DEBUG Handling update message config_update RC:bc7efb.00000033 +2024-12-17T05:27:56Z DEBUG Removed configTransaction RC:bc7efb.00000033 +2024-12-17T05:27:56Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:35Z +2024-12-17T05:27:56Z DEBUG Updated config 2024-12-17T05:27:56Z RC:bc7efb.00000033 +2024-12-17T05:27:56Z INFO Updated config #032: Changed 1 fields: +2024-12-17T05:27:56Z INFO Updated config #032: Remove `pointset.points.extraneous_point` +2024-12-17T05:27:56Z DEBUG Expected last_config now 2024-12-17T05:27:56Z +2024-12-17T05:27:56Z DEBUG Detail config update synchronized is now: device state not updated since config issued, last_config not synced in state +2024-12-17T05:27:56Z TRACE received command AHU-1/state/update +2024-12-17T05:27:56Z DEBUG Received state_update +2024-12-17T05:27:56Z DEBUG Handling update message state_update MP:ade77257 +2024-12-17T05:27:56Z DEBUG Updated state after 0s 2024-12-17T05:27:56Z MP:ade77257 +2024-12-17T05:27:56Z INFO Updated state #039: Changed 4 fields: +2024-12-17T05:27:56Z INFO Updated state #039: Set `system.status.level` = `100` +2024-12-17T05:27:56Z INFO Updated state #039: Set `system.status.category` = `system.config.parse` +2024-12-17T05:27:56Z INFO Updated state #039: Set `system.status.timestamp` = `2024-12-17T05:27:56Z` +2024-12-17T05:27:56Z INFO Updated state #039: Set `timestamp` = `2024-12-17T05:27:56Z` +2024-12-17T05:27:56Z DEBUG Updated state has last_config 2024-12-17T05:27:47Z (expecting 2024-12-17T05:27:56Z) +2024-12-17T05:27:56Z TRACE received command AHU-1/state/system +2024-12-17T05:27:56Z TRACE Received state_system: { +2024-12-17T05:27:56Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:56Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:56Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:56Z TRACE Received state_system: }, +2024-12-17T05:27:56Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:47Z", +2024-12-17T05:27:56Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:56Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:56Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:27:56Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:56Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:56Z TRACE Received state_system: }, +2024-12-17T05:27:56Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:27:56Z TRACE Received state_system: "software" : { +2024-12-17T05:27:56Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:56Z TRACE Received state_system: }, +2024-12-17T05:27:56Z TRACE Received state_system: "status" : { +2024-12-17T05:27:56Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:56Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:27:56Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:56Z", +2024-12-17T05:27:56Z TRACE Received state_system: "level" : 100 +2024-12-17T05:27:56Z TRACE Received state_system: }, +2024-12-17T05:27:56Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:56Z", +2024-12-17T05:27:56Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:56Z TRACE Received state_system: } +2024-12-17T05:27:56Z DEBUG Handling device message state_system MP:ade77257-0 +2024-12-17T05:27:56Z TRACE Ignoring partial state update +2024-12-17T05:27:56Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:27:56Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:56Z TRACE Received state_discovery: { +2024-12-17T05:27:56Z TRACE Received state_discovery: "families" : { +2024-12-17T05:27:56Z TRACE Received state_discovery: "vendor" : { +2024-12-17T05:27:56Z TRACE Received state_discovery: "phase" : "stopped", +2024-12-17T05:27:56Z TRACE Received state_discovery: "active_count" : 3 +2024-12-17T05:27:56Z TRACE Received state_discovery: } +2024-12-17T05:27:56Z TRACE Received state_discovery: }, +2024-12-17T05:27:56Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:56Z", +2024-12-17T05:27:56Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:56Z TRACE Received state_discovery: } +2024-12-17T05:27:56Z DEBUG Handling device message state_discovery MP:ade77257-1 +2024-12-17T05:27:56Z TRACE Ignoring partial state update +2024-12-17T05:27:56Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:56Z TRACE Received state_localnet: { +2024-12-17T05:27:56Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:56Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:56Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:27:56Z TRACE Received state_localnet: }, +2024-12-17T05:27:56Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:56Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:27:56Z TRACE Received state_localnet: }, +2024-12-17T05:27:56Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:56Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:27:56Z TRACE Received state_localnet: }, +2024-12-17T05:27:56Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:56Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:56Z TRACE Received state_localnet: } +2024-12-17T05:27:56Z TRACE Received state_localnet: }, +2024-12-17T05:27:56Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:56Z", +2024-12-17T05:27:56Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:56Z TRACE Received state_localnet: } +2024-12-17T05:27:56Z DEBUG Handling device message state_localnet MP:ade77257-2 +2024-12-17T05:27:56Z TRACE Ignoring partial state update +2024-12-17T05:27:56Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:56Z TRACE Received state_pointset: { +2024-12-17T05:27:56Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:56Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:56Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:56Z TRACE Received state_pointset: }, +2024-12-17T05:27:56Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:56Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:56Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:56Z TRACE Received state_pointset: }, +2024-12-17T05:27:56Z TRACE Received state_pointset: "extraneous_point" : { +2024-12-17T05:27:56Z TRACE Received state_pointset: "status" : { +2024-12-17T05:27:56Z TRACE Received state_pointset: "message" : "Unknown configured point extraneous_point", +2024-12-17T05:27:56Z TRACE Received state_pointset: "category" : "pointset.point.invalid", +2024-12-17T05:27:56Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:47Z", +2024-12-17T05:27:56Z TRACE Received state_pointset: "level" : 500 +2024-12-17T05:27:56Z TRACE Received state_pointset: } +2024-12-17T05:27:56Z TRACE Received state_pointset: }, +2024-12-17T05:27:56Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:56Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:56Z TRACE Received state_pointset: } +2024-12-17T05:27:56Z TRACE Received state_pointset: }, +2024-12-17T05:27:56Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:56Z", +2024-12-17T05:27:56Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:56Z TRACE Received state_pointset: } +2024-12-17T05:27:56Z DEBUG Handling device message state_pointset MP:ade77257-3 +2024-12-17T05:27:56Z TRACE Ignoring partial state update +2024-12-17T05:27:58Z TRACE received command AHU-1/state/update +2024-12-17T05:27:58Z DEBUG Received state_update +2024-12-17T05:27:58Z DEBUG Handling update message state_update MP:b8f975ef +2024-12-17T05:27:58Z DEBUG Updated state after 0s 2024-12-17T05:27:58Z MP:b8f975ef +2024-12-17T05:27:58Z INFO Updated state #040: Changed 5 fields: +2024-12-17T05:27:58Z INFO Updated state #040: Set `system.last_config` = `2024-12-17T05:27:56Z` +2024-12-17T05:27:58Z INFO Updated state #040: Set `system.status.level` = `300` +2024-12-17T05:27:58Z INFO Updated state #040: Set `system.status.category` = `system.config.apply` +2024-12-17T05:27:58Z INFO Updated state #040: Remove `pointset.points.extraneous_point` +2024-12-17T05:27:58Z INFO Updated state #040: Set `timestamp` = `2024-12-17T05:27:58Z` +2024-12-17T05:27:58Z DEBUG Updated state has last_config 2024-12-17T05:27:56Z (expecting 2024-12-17T05:27:56Z) +2024-12-17T05:27:58Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:27:58Z DEBUG Stage finished waiting for config update synchronized at 41s after 2s +2024-12-17T05:27:58Z TRACE Stage resume waiting for pointset state removes extraneous point error at 41s +2024-12-17T05:27:58Z DEBUG Config sync took 2s +2024-12-17T05:27:58Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:27:58Z DEBUG New lastConfigMark at 2024-12-17T05:27:58Z +2024-12-17T05:27:58Z DEBUG Update config before pointset state removes extraneous point error timestamp 2024-12-17T05:27:56Z +2024-12-17T05:27:58Z TRACE Outgoing local_update: { +2024-12-17T05:27:58Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:56Z", +2024-12-17T05:27:58Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:58Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:58Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:58Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:58Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:58Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:27:58Z TRACE Outgoing local_update: }, +2024-12-17T05:27:58Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:58Z TRACE Outgoing local_update: "sequence_name" : "pointset_request_extraneous" +2024-12-17T05:27:58Z TRACE Outgoing local_update: } +2024-12-17T05:27:58Z TRACE Outgoing local_update: }, +2024-12-17T05:27:58Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:58Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:58Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:27:58Z TRACE Outgoing local_update: } +2024-12-17T05:27:58Z TRACE Outgoing local_update: }, +2024-12-17T05:27:58Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:58Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:58Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:58Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:58Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:58Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:58Z TRACE Outgoing local_update: } +2024-12-17T05:27:58Z TRACE Outgoing local_update: }, +2024-12-17T05:27:58Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:58Z TRACE Outgoing local_update: "sample_rate_sec" : 10, +2024-12-17T05:27:58Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:58Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:58Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:58Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:58Z TRACE Outgoing local_update: }, +2024-12-17T05:27:58Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:58Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:58Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:58Z TRACE Outgoing local_update: }, +2024-12-17T05:27:58Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:58Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:58Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:58Z TRACE Outgoing local_update: } +2024-12-17T05:27:58Z TRACE Outgoing local_update: } +2024-12-17T05:27:58Z TRACE Outgoing local_update: } +2024-12-17T05:27:58Z TRACE Outgoing local_update: } +2024-12-17T05:27:58Z DEBUG Recorded sequence: 1. Update config before pointset state removes extraneous point error +2024-12-17T05:27:58Z INFO Device config Remove `pointset.points[extraneous_point]` +2024-12-17T05:27:58Z TRACE Update config before pointset state removes extraneous point error: Remove `pointset.points[extraneous_point]` +2024-12-17T05:27:58Z DEBUG Recorded sequence: 1. Wait for pointset state removes extraneous point error +2024-12-17T05:27:58Z DEBUG Stage finished waiting for pointset state removes extraneous point error at 41s after 2s +2024-12-17T05:27:58Z TRACE Stage resume waiting for executing test at 41s +2024-12-17T05:27:58Z TRACE Stage suspend waiting for executing test at 41s +2024-12-17T05:27:58Z INFO Stage start waiting for checking pointset sanity at 41s +2024-12-17T05:27:58Z TRACE Stage suspend waiting for checking pointset sanity at 41s +2024-12-17T05:27:58Z INFO Stage start waiting for pointset state matches config at 41s +2024-12-17T05:27:58Z DEBUG Delay from lastConfigMark 2024-12-17T05:27:58.271420451Z is 1999ms +2024-12-17T05:27:58Z DEBUG Rate-limiting config by 1999ms +2024-12-17T05:28:00Z DEBUG System config extra field null +2024-12-17T05:28:00Z TRACE Updated check config_system: false +2024-12-17T05:28:00Z TRACE Updated check config_pointset: false +2024-12-17T05:28:00Z TRACE Updated check config_gateway: false +2024-12-17T05:28:00Z TRACE Updated check config_localnet: false +2024-12-17T05:28:00Z TRACE Updated check config_blobset: false +2024-12-17T05:28:00Z TRACE Updated check config_discovery: false +2024-12-17T05:28:00Z DEBUG New lastConfigMark at 2024-12-17T05:28:00Z +2024-12-17T05:28:00Z DEBUG Update config before pointset state matches config timestamp 2024-12-17T05:27:56Z +2024-12-17T05:28:00Z TRACE Outgoing local_update: { +2024-12-17T05:28:00Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:56Z", +2024-12-17T05:28:00Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:00Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:00Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:00Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:00Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:00Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:28:00Z TRACE Outgoing local_update: }, +2024-12-17T05:28:00Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:00Z TRACE Outgoing local_update: "sequence_name" : "pointset_request_extraneous" +2024-12-17T05:28:00Z TRACE Outgoing local_update: } +2024-12-17T05:28:00Z TRACE Outgoing local_update: }, +2024-12-17T05:28:00Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:00Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:00Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:00Z TRACE Outgoing local_update: } +2024-12-17T05:28:00Z TRACE Outgoing local_update: }, +2024-12-17T05:28:00Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:00Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:00Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:00Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:00Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:00Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:00Z TRACE Outgoing local_update: } +2024-12-17T05:28:00Z TRACE Outgoing local_update: }, +2024-12-17T05:28:00Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:00Z TRACE Outgoing local_update: "sample_rate_sec" : 10, +2024-12-17T05:28:00Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:00Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:00Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:00Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:00Z TRACE Outgoing local_update: }, +2024-12-17T05:28:00Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:00Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:00Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:00Z TRACE Outgoing local_update: }, +2024-12-17T05:28:00Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:00Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:00Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:28:00Z TRACE Outgoing local_update: } +2024-12-17T05:28:00Z TRACE Outgoing local_update: } +2024-12-17T05:28:00Z TRACE Outgoing local_update: } +2024-12-17T05:28:00Z TRACE Outgoing local_update: } +2024-12-17T05:28:00Z DEBUG Recorded sequence: 1. Wait until pointset state matches config +2024-12-17T05:28:00Z DEBUG Stage finished waiting for pointset state matches config at 43s after 2s +2024-12-17T05:28:00Z TRACE Stage resume waiting for checking pointset sanity at 43s +2024-12-17T05:28:00Z TRACE Stage suspend waiting for checking pointset sanity at 43s +2024-12-17T05:28:00Z INFO Stage start waiting for pointset event contains correct points at 43s +2024-12-17T05:28:00Z DEBUG Delay from lastConfigMark 2024-12-17T05:28:00.272561682Z is 1999ms +2024-12-17T05:28:00Z DEBUG Rate-limiting config by 1999ms +2024-12-17T05:28:02Z DEBUG System config extra field null +2024-12-17T05:28:02Z TRACE Updated check config_system: false +2024-12-17T05:28:02Z TRACE Updated check config_pointset: false +2024-12-17T05:28:02Z TRACE Updated check config_gateway: false +2024-12-17T05:28:02Z TRACE Updated check config_localnet: false +2024-12-17T05:28:02Z TRACE Updated check config_blobset: false +2024-12-17T05:28:02Z TRACE Updated check config_discovery: false +2024-12-17T05:28:02Z DEBUG New lastConfigMark at 2024-12-17T05:28:02Z +2024-12-17T05:28:02Z DEBUG Update config before pointset event contains correct points timestamp 2024-12-17T05:27:56Z +2024-12-17T05:28:02Z TRACE Outgoing local_update: { +2024-12-17T05:28:02Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:56Z", +2024-12-17T05:28:02Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:02Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:02Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:02Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:02Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:02Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:28:02Z TRACE Outgoing local_update: }, +2024-12-17T05:28:02Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:02Z TRACE Outgoing local_update: "sequence_name" : "pointset_request_extraneous" +2024-12-17T05:28:02Z TRACE Outgoing local_update: } +2024-12-17T05:28:02Z TRACE Outgoing local_update: }, +2024-12-17T05:28:02Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:02Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:02Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:02Z TRACE Outgoing local_update: } +2024-12-17T05:28:02Z TRACE Outgoing local_update: }, +2024-12-17T05:28:02Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:02Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:02Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:02Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:02Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:02Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:02Z TRACE Outgoing local_update: } +2024-12-17T05:28:02Z TRACE Outgoing local_update: }, +2024-12-17T05:28:02Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:02Z TRACE Outgoing local_update: "sample_rate_sec" : 10, +2024-12-17T05:28:02Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:02Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:02Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:02Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:02Z TRACE Outgoing local_update: }, +2024-12-17T05:28:02Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:02Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:02Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:02Z TRACE Outgoing local_update: }, +2024-12-17T05:28:02Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:02Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:02Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:28:02Z TRACE Outgoing local_update: } +2024-12-17T05:28:02Z TRACE Outgoing local_update: } +2024-12-17T05:28:02Z TRACE Outgoing local_update: } +2024-12-17T05:28:02Z TRACE Outgoing local_update: } +2024-12-17T05:28:02Z DEBUG Detail pointset event contains correct points is now: any received pointset event +2024-12-17T05:28:02Z TRACE received command AHU-1/state/system +2024-12-17T05:28:02Z TRACE Received state_system: { +2024-12-17T05:28:02Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:02Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:02Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:02Z TRACE Received state_system: }, +2024-12-17T05:28:02Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:56Z", +2024-12-17T05:28:02Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:02Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:02Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:28:02Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:02Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:02Z TRACE Received state_system: }, +2024-12-17T05:28:02Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:28:02Z TRACE Received state_system: "software" : { +2024-12-17T05:28:02Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:02Z TRACE Received state_system: }, +2024-12-17T05:28:02Z TRACE Received state_system: "status" : { +2024-12-17T05:28:02Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:02Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:28:02Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:56Z", +2024-12-17T05:28:02Z TRACE Received state_system: "level" : 300 +2024-12-17T05:28:02Z TRACE Received state_system: }, +2024-12-17T05:28:02Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:58Z", +2024-12-17T05:28:02Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:02Z TRACE Received state_system: } +2024-12-17T05:28:02Z DEBUG Handling device message state_system MP:b8f975ef-0 +2024-12-17T05:28:02Z TRACE Ignoring partial state update +2024-12-17T05:28:02Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:02Z TRACE Received state_discovery: { +2024-12-17T05:28:02Z TRACE Received state_discovery: "families" : { +2024-12-17T05:28:02Z TRACE Received state_discovery: "vendor" : { +2024-12-17T05:28:02Z TRACE Received state_discovery: "phase" : "stopped", +2024-12-17T05:28:02Z TRACE Received state_discovery: "active_count" : 3 +2024-12-17T05:28:02Z TRACE Received state_discovery: } +2024-12-17T05:28:02Z TRACE Received state_discovery: }, +2024-12-17T05:28:02Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:58Z", +2024-12-17T05:28:02Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:02Z TRACE Received state_discovery: } +2024-12-17T05:28:02Z DEBUG Handling device message state_discovery MP:b8f975ef-1 +2024-12-17T05:28:02Z TRACE Ignoring partial state update +2024-12-17T05:28:02Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:02Z TRACE Received state_localnet: { +2024-12-17T05:28:02Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:02Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:02Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:28:02Z TRACE Received state_localnet: }, +2024-12-17T05:28:02Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:02Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:28:02Z TRACE Received state_localnet: }, +2024-12-17T05:28:02Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:02Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:28:02Z TRACE Received state_localnet: }, +2024-12-17T05:28:02Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:02Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:02Z TRACE Received state_localnet: } +2024-12-17T05:28:02Z TRACE Received state_localnet: }, +2024-12-17T05:28:02Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:58Z", +2024-12-17T05:28:02Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:02Z TRACE Received state_localnet: } +2024-12-17T05:28:02Z DEBUG Handling device message state_localnet MP:b8f975ef-2 +2024-12-17T05:28:02Z TRACE Ignoring partial state update +2024-12-17T05:28:02Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:02Z TRACE Received state_pointset: { +2024-12-17T05:28:02Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:02Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:02Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:02Z TRACE Received state_pointset: }, +2024-12-17T05:28:02Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:02Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:02Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:02Z TRACE Received state_pointset: }, +2024-12-17T05:28:02Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:02Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:02Z TRACE Received state_pointset: } +2024-12-17T05:28:02Z TRACE Received state_pointset: }, +2024-12-17T05:28:02Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:58Z", +2024-12-17T05:28:02Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:02Z TRACE Received state_pointset: } +2024-12-17T05:28:02Z DEBUG Handling device message state_pointset MP:b8f975ef-3 +2024-12-17T05:28:02Z TRACE Ignoring partial state update +2024-12-17T05:28:06Z TRACE received command AHU-1/events/pointset +2024-12-17T05:28:06Z TRACE Received events_pointset: { +2024-12-17T05:28:06Z TRACE Received events_pointset: "points" : { +2024-12-17T05:28:06Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:06Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:28:06Z TRACE Received events_pointset: }, +2024-12-17T05:28:06Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:06Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:28:06Z TRACE Received events_pointset: }, +2024-12-17T05:28:06Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:06Z TRACE Received events_pointset: "present_value" : 10 +2024-12-17T05:28:06Z TRACE Received events_pointset: } +2024-12-17T05:28:06Z TRACE Received events_pointset: }, +2024-12-17T05:28:06Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:28:06Z", +2024-12-17T05:28:06Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:28:06Z TRACE Received events_pointset: } +2024-12-17T05:28:06Z DEBUG Handling device message events_pointset MP:4a3f172f +2024-12-17T05:28:06Z DEBUG last event is {"timestamp":"2024-12-17T05:28:06Z","version":"1.5.2","points":{"filter_alarm_pressure_status":{"present_value":false},"filter_differential_pressure_setpoint":{"present_value":98},"filter_differential_pressure_sensor":{"present_value":10}}} +2024-12-17T05:28:06Z TRACE Suppressing exception: Cannot read field "level" because "pointState.status" is null +2024-12-17T05:28:06Z TRACE Suppressing exception: Cannot read field "level" because "pointState.status" is null +2024-12-17T05:28:06Z TRACE Suppressing exception: Cannot read field "level" because "pointState.status" is null +2024-12-17T05:28:06Z DEBUG event points are filter_alarm_pressure_status, filter_differential_pressure_setpoint, filter_differential_pressure_sensor +2024-12-17T05:28:06Z DEBUG config points are filter_differential_pressure_setpoint, filter_alarm_pressure_status, filter_differential_pressure_sensor +2024-12-17T05:28:06Z DEBUG Detail pointset event contains correct points is now: null +2024-12-17T05:28:06Z DEBUG Recorded sequence: 1. Wait until pointset event contains correct points +2024-12-17T05:28:06Z DEBUG Stage finished waiting for pointset event contains correct points at 49s after 5s +2024-12-17T05:28:06Z TRACE Stage resume waiting for checking pointset sanity at 49s +2024-12-17T05:28:06Z DEBUG Stage finished waiting for checking pointset sanity at 49s after 7s +2024-12-17T05:28:06Z TRACE Stage resume waiting for executing test at 49s +2024-12-17T05:28:06Z DEBUG stage done waiting for executing test at 49s +2024-12-17T05:28:06Z DEBUG Removing implicit system capability LAST_CONFIG +2024-12-17T05:28:06Z NOTICE RESULT pass pointset pointset_request_extraneous STABLE 10/10 Sequence complete +2024-12-17T05:28:06Z NOTICE Sequence complete +2024-12-17T05:28:06Z NOTICE ending test pointset_request_extraneous after 49s ################################ diff --git a/validator/sequences/pointset_request_extraneous/state_discovery.attr b/validator/sequences/pointset_request_extraneous/state_discovery.attr index bf23483e39..4faae11719 100644 --- a/validator/sequences/pointset_request_extraneous/state_discovery.attr +++ b/validator/sequences/pointset_request_extraneous/state_discovery.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_2", + "deviceRegistryId" : "ZZ-TRI-FECTA_9", "projectId" : "localhost", - "transactionId" : "MP:9af551ff-1", - "publishTime" : "2024-11-06T17:33:26Z", + "transactionId" : "MP:b8f975ef-1", + "publishTime" : "2024-12-17T05:27:58Z", "subFolder" : "discovery", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/pointset_request_extraneous/state_discovery.json b/validator/sequences/pointset_request_extraneous/state_discovery.json index cd0a6d3100..a2f2ca50e1 100644 --- a/validator/sequences/pointset_request_extraneous/state_discovery.json +++ b/validator/sequences/pointset_request_extraneous/state_discovery.json @@ -1,4 +1,10 @@ { - "timestamp" : "2024-11-06T17:33:26Z", + "families" : { + "vendor" : { + "phase" : "stopped", + "active_count" : 3 + } + }, + "timestamp" : "2024-12-17T05:27:58Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/pointset_request_extraneous/state_localnet.attr b/validator/sequences/pointset_request_extraneous/state_localnet.attr index 74f8c53098..d2512833aa 100644 --- a/validator/sequences/pointset_request_extraneous/state_localnet.attr +++ b/validator/sequences/pointset_request_extraneous/state_localnet.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_2", + "deviceRegistryId" : "ZZ-TRI-FECTA_9", "projectId" : "localhost", - "transactionId" : "MP:69c54f26-1", - "publishTime" : "2024-11-06T17:33:56Z", + "transactionId" : "MP:b8f975ef-2", + "publishTime" : "2024-12-17T05:27:58Z", "subFolder" : "localnet", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/pointset_request_extraneous/state_localnet.json b/validator/sequences/pointset_request_extraneous/state_localnet.json index 34098dbe19..66ad311495 100644 --- a/validator/sequences/pointset_request_extraneous/state_localnet.json +++ b/validator/sequences/pointset_request_extraneous/state_localnet.json @@ -1,18 +1,18 @@ { "families" : { "ether" : { - "addr" : "7c:1e:52:59:f6:f5" + "addr" : "00:0d:3a:62:99:06" }, "ipv4" : { - "addr" : "10.1.0.159" + "addr" : "10.1.0.90" }, "ipv6" : { - "addr" : "fe80::7e1e:52ff:fe59:f6f5" + "addr" : "fe80::20d:3aff:fe62:9906" }, "vendor" : { "addr" : "28179023" } }, - "timestamp" : "2024-11-06T17:33:56Z", + "timestamp" : "2024-12-17T05:27:58Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/pointset_request_extraneous/state_pointset.attr b/validator/sequences/pointset_request_extraneous/state_pointset.attr index 00f4fbdb92..3d34b628bd 100644 --- a/validator/sequences/pointset_request_extraneous/state_pointset.attr +++ b/validator/sequences/pointset_request_extraneous/state_pointset.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_2", + "deviceRegistryId" : "ZZ-TRI-FECTA_9", "projectId" : "localhost", - "transactionId" : "MP:69c54f26-2", - "publishTime" : "2024-11-06T17:33:56Z", + "transactionId" : "MP:b8f975ef-3", + "publishTime" : "2024-12-17T05:27:58Z", "subFolder" : "pointset", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/pointset_request_extraneous/state_pointset.json b/validator/sequences/pointset_request_extraneous/state_pointset.json index 6b839cecf8..db168f9ab9 100644 --- a/validator/sequences/pointset_request_extraneous/state_pointset.json +++ b/validator/sequences/pointset_request_extraneous/state_pointset.json @@ -11,6 +11,6 @@ "units" : "Degrees-Celsius" } }, - "timestamp" : "2024-11-06T17:33:56Z", + "timestamp" : "2024-12-17T05:27:58Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/pointset_request_extraneous/state_system.attr b/validator/sequences/pointset_request_extraneous/state_system.attr index 4a421657cc..91bc493e51 100644 --- a/validator/sequences/pointset_request_extraneous/state_system.attr +++ b/validator/sequences/pointset_request_extraneous/state_system.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_2", + "deviceRegistryId" : "ZZ-TRI-FECTA_9", "projectId" : "localhost", - "transactionId" : "MP:69c54f26-0", - "publishTime" : "2024-11-06T17:33:56Z", + "transactionId" : "MP:b8f975ef-0", + "publishTime" : "2024-12-17T05:27:58Z", "subFolder" : "system", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/pointset_request_extraneous/state_system.json b/validator/sequences/pointset_request_extraneous/state_system.json index 1147c99f29..adbd46227a 100644 --- a/validator/sequences/pointset_request_extraneous/state_system.json +++ b/validator/sequences/pointset_request_extraneous/state_system.json @@ -3,23 +3,23 @@ "make" : "BOS", "model" : "pubber" }, - "last_config" : "2024-11-06T17:33:54Z", + "last_config" : "2024-12-17T05:27:56Z", "operation" : { "operational" : true, - "last_start" : "2024-11-06T17:31:49Z", + "last_start" : "2024-12-17T05:25:35Z", "restart_count" : 1, "mode" : "initial" }, - "serial_no" : "sequencer-7871", + "serial_no" : "sequencer-27990", "software" : { "firmware" : "v1" }, "status" : { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-11-06T17:33:54Z", + "timestamp" : "2024-12-17T05:27:56Z", "level" : 300 }, - "timestamp" : "2024-11-06T17:33:56Z", + "timestamp" : "2024-12-17T05:27:58Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/pointset_request_extraneous/state_update.attr b/validator/sequences/pointset_request_extraneous/state_update.attr index 86f5c89f15..880f2fbc39 100644 --- a/validator/sequences/pointset_request_extraneous/state_update.attr +++ b/validator/sequences/pointset_request_extraneous/state_update.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_2", + "deviceRegistryId" : "ZZ-TRI-FECTA_9", "projectId" : "localhost", - "transactionId" : "MP:69c54f26", - "publishTime" : "2024-11-06T17:33:56Z", + "transactionId" : "MP:b8f975ef", + "publishTime" : "2024-12-17T05:27:58Z", "subFolder" : "update", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/pointset_request_extraneous/state_update.json b/validator/sequences/pointset_request_extraneous/state_update.json index 18000a3c7b..6242c97c23 100644 --- a/validator/sequences/pointset_request_extraneous/state_update.json +++ b/validator/sequences/pointset_request_extraneous/state_update.json @@ -1,14 +1,22 @@ { + "discovery" : { + "families" : { + "vendor" : { + "phase" : "stopped", + "active_count" : 3 + } + } + }, "localnet" : { "families" : { "ether" : { - "addr" : "7c:1e:52:59:f6:f5" + "addr" : "00:0d:3a:62:99:06" }, "ipv4" : { - "addr" : "10.1.0.159" + "addr" : "10.1.0.90" }, "ipv6" : { - "addr" : "fe80::7e1e:52ff:fe59:f6f5" + "addr" : "fe80::20d:3aff:fe62:9906" }, "vendor" : { "addr" : "28179023" @@ -30,14 +38,14 @@ } }, "system" : { - "last_config" : "2024-11-06T17:33:54Z", + "last_config" : "2024-12-17T05:27:56Z", "operation" : { "operational" : true, - "last_start" : "2024-11-06T17:31:49Z", + "last_start" : "2024-12-17T05:25:35Z", "restart_count" : 1, "mode" : "initial" }, - "serial_no" : "sequencer-7871", + "serial_no" : "sequencer-27990", "hardware" : { "make" : "BOS", "model" : "pubber" @@ -48,10 +56,10 @@ "status" : { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-11-06T17:33:54Z", + "timestamp" : "2024-12-17T05:27:56Z", "level" : 300 } }, - "timestamp" : "2024-11-06T17:33:56Z", + "timestamp" : "2024-12-17T05:27:58Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/scan_single_future/config_update.attr b/validator/sequences/scan_single_future/config_update.attr index 96cd0e466d..817be58dd2 100644 --- a/validator/sequences/scan_single_future/config_update.attr +++ b/validator/sequences/scan_single_future/config_update.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_8", "projectId" : "localhost", - "transactionId" : "RC:f8a4d6.0000001c", - "publishTime" : "2024-12-10T16:13:35Z", + "transactionId" : "RC:8d810a.0000001e", + "publishTime" : "2024-12-17T05:26:37Z", "subFolder" : "update", "subType" : "config" } \ No newline at end of file diff --git a/validator/sequences/scan_single_future/config_update.json b/validator/sequences/scan_single_future/config_update.json index 3436cb4574..c245a92a7e 100644 --- a/validator/sequences/scan_single_future/config_update.json +++ b/validator/sequences/scan_single_future/config_update.json @@ -2,7 +2,7 @@ "discovery" : { "families" : { "vendor" : { - "generation" : "2024-12-10T16:13:45Z", + "generation" : "2024-12-17T05:26:45Z", "scan_duration_sec" : 10 } } @@ -35,14 +35,14 @@ "metrics_rate_sec" : 10, "min_loglevel" : 100, "operation" : { - "last_start" : "2024-12-10T16:12:43Z" + "last_start" : "2024-12-17T05:25:34Z" }, "testing" : { "config_base" : 21, "sequence_name" : "scan_single_future", - "transaction_id" : "RC:f8a4d6.0000001c" + "transaction_id" : "RC:8d810a.0000001e" } }, - "timestamp" : "2024-12-10T16:13:35Z", - "version" : "git-e79bdcc" + "timestamp" : "2024-12-17T05:26:37Z", + "version" : "git-46fef59" } \ No newline at end of file diff --git a/validator/sequences/scan_single_future/device_system.log b/validator/sequences/scan_single_future/device_system.log index acf47df346..a36c5ed2cd 100644 --- a/validator/sequences/scan_single_future/device_system.log +++ b/validator/sequences/scan_single_future/device_system.log @@ -1,206 +1,228 @@ -2024-12-10T16:13:05Z DEBUG device.log State update defer 0ms -2024-12-10T16:13:05Z INFO device.log Update state 2024-12-10T16:13:05Z last_config 2024-12-10T16:13:04Z -2024-12-10T16:13:05Z DEBUG device.log State update AHU-1 (device_config_acked) -2024-12-10T16:13:05Z DEBUG system.config.receive success -2024-12-10T16:13:05Z DEBUG device.log State update defer 1645ms -2024-12-10T16:13:05Z DEBUG system.config.parse success -2024-12-10T16:13:05Z INFO device.log Device AHU-1 config handler -2024-12-10T16:13:05Z DEBUG device.log Config update AHU-1 (device_config_acked) -2024-12-10T16:13:05Z DEBUG device.log State update defer 1643ms -2024-12-10T16:13:05Z INFO device.log 2024-12-10T16:13:05Z received config 2024-12-10T16:13:05Z -2024-12-10T16:13:05Z DEBUG device.log State update defer 1641ms -2024-12-10T16:13:05Z DEBUG device.log State update defer 1640ms -2024-12-10T16:13:05Z NOTICE system.config.apply success -2024-12-10T16:13:05Z DEBUG device.log State update defer 1640ms -2024-12-10T16:13:05Z DEBUG device.log State update defer 1639ms -2024-12-10T16:13:07Z DEBUG system.config.receive success -2024-12-10T16:13:07Z DEBUG device.log State update defer 438ms -2024-12-10T16:13:07Z DEBUG system.config.parse success -2024-12-10T16:13:07Z INFO device.log Device AHU-1 config handler -2024-12-10T16:13:07Z DEBUG device.log Config update AHU-1 (device_config_acked) -2024-12-10T16:13:07Z INFO device.log 2024-12-10T16:13:07Z received config 2024-12-10T16:13:07Z -2024-12-10T16:13:07Z DEBUG device.log State update defer 436ms -2024-12-10T16:13:07Z DEBUG device.log State update defer 435ms -2024-12-10T16:13:07Z DEBUG device.log State update defer 435ms -2024-12-10T16:13:07Z DEBUG device.log State update defer 435ms -2024-12-10T16:13:07Z DEBUG device.log State update defer 435ms -2024-12-10T16:13:07Z NOTICE system.config.apply success -2024-12-10T16:13:07Z DEBUG device.log State update defer 434ms -2024-12-10T16:13:07Z DEBUG device.log State update defer 433ms -2024-12-10T16:13:07Z DEBUG device.log State update defer 0ms -2024-12-10T16:13:07Z INFO device.log Update state 2024-12-10T16:13:07Z last_config 2024-12-10T16:13:07Z -2024-12-10T16:13:07Z DEBUG device.log State update AHU-1 (device_config_acked) -2024-12-10T16:13:08Z DEBUG system.config.receive success -2024-12-10T16:13:08Z DEBUG device.log State update defer 1335ms -2024-12-10T16:13:08Z DEBUG system.config.parse success -2024-12-10T16:13:08Z INFO device.log Device AHU-1 config handler -2024-12-10T16:13:08Z DEBUG device.log State update defer 1334ms -2024-12-10T16:13:08Z DEBUG device.log Config update AHU-1 (device_config_acked) -2024-12-10T16:13:08Z INFO device.log 2024-12-10T16:13:08Z received config 2024-12-10T16:13:08Z -2024-12-10T16:13:08Z NOTICE system.config.apply success -2024-12-10T16:13:08Z DEBUG device.log State update defer 1332ms -2024-12-10T16:13:08Z DEBUG device.log State update defer 1332ms -2024-12-10T16:13:08Z DEBUG device.log State update defer 1332ms -2024-12-10T16:13:08Z DEBUG device.log State update defer 1331ms -2024-12-10T16:13:08Z DEBUG device.log State update defer 1331ms -2024-12-10T16:13:08Z DEBUG device.log State update defer 1331ms -2024-12-10T16:13:08Z DEBUG device.log State update defer 1331ms -2024-12-10T16:13:09Z DEBUG device.log State update defer 0ms -2024-12-10T16:13:09Z INFO device.log Update state 2024-12-10T16:13:09Z last_config 2024-12-10T16:13:08Z -2024-12-10T16:13:09Z DEBUG device.log State update AHU-1 (device_config_acked) -2024-12-10T16:13:19Z DEBUG system.config.receive success -2024-12-10T16:13:19Z DEBUG device.log State update defer -8263ms -2024-12-10T16:13:19Z INFO device.log Update state 2024-12-10T16:13:19Z last_config 2024-12-10T16:13:08Z -2024-12-10T16:13:19Z DEBUG system.config.parse success -2024-12-10T16:13:19Z INFO device.log Device AHU-1 config handler -2024-12-10T16:13:19Z DEBUG device.log State update AHU-1 (device_config_acked) -2024-12-10T16:13:19Z DEBUG device.log Config update AHU-1 (device_config_acked) -2024-12-10T16:13:19Z DEBUG device.log State update defer 2000ms -2024-12-10T16:13:19Z INFO device.log 2024-12-10T16:13:19Z received config 2024-12-10T16:13:19Z -2024-12-10T16:13:19Z NOTICE system.config.apply success -2024-12-10T16:13:19Z DEBUG device.log State update defer 1999ms -2024-12-10T16:13:19Z DEBUG device.log State update defer 1999ms -2024-12-10T16:13:19Z DEBUG device.log State update defer 1999ms -2024-12-10T16:13:19Z DEBUG device.log State update defer 1999ms -2024-12-10T16:13:19Z DEBUG device.log State update defer 1998ms -2024-12-10T16:13:19Z DEBUG device.log State update defer 1998ms -2024-12-10T16:13:19Z DEBUG device.log State update defer 1998ms -2024-12-10T16:13:19Z DEBUG system.config.receive success -2024-12-10T16:13:19Z DEBUG system.config.parse success -2024-12-10T16:13:19Z INFO device.log Device AHU-1 config handler -2024-12-10T16:13:19Z DEBUG device.log State update defer 1930ms -2024-12-10T16:13:19Z DEBUG device.log Config update AHU-1 (scan_single_future) -2024-12-10T16:13:19Z INFO device.log 2024-12-10T16:13:19Z received config 2024-12-10T16:13:19Z -2024-12-10T16:13:19Z NOTICE system.config.apply success -2024-12-10T16:13:19Z DEBUG device.log State update defer 1928ms -2024-12-10T16:13:19Z DEBUG device.log State update defer 1928ms -2024-12-10T16:13:19Z DEBUG device.log State update defer 1928ms -2024-12-10T16:13:19Z DEBUG device.log State update defer 1928ms -2024-12-10T16:13:19Z DEBUG device.log State update defer 1927ms -2024-12-10T16:13:19Z DEBUG device.log State update defer 1927ms -2024-12-10T16:13:21Z DEBUG device.log State update defer 0ms -2024-12-10T16:13:21Z INFO device.log Update state 2024-12-10T16:13:21Z last_config 2024-12-10T16:13:19Z -2024-12-10T16:13:21Z DEBUG device.log State update AHU-1 (scan_single_future) -2024-12-10T16:13:22Z DEBUG system.config.receive success -2024-12-10T16:13:22Z DEBUG device.log State update defer 901ms -2024-12-10T16:13:22Z DEBUG system.config.parse success -2024-12-10T16:13:22Z INFO device.log Device AHU-1 config handler -2024-12-10T16:13:22Z DEBUG device.log Config update AHU-1 (scan_single_future) -2024-12-10T16:13:22Z INFO device.log 2024-12-10T16:13:22Z received config 2024-12-10T16:13:22Z -2024-12-10T16:13:22Z NOTICE system.config.apply success -2024-12-10T16:13:22Z DEBUG device.log State update defer 899ms -2024-12-10T16:13:22Z DEBUG device.log State update defer 898ms -2024-12-10T16:13:22Z DEBUG device.log State update defer 898ms -2024-12-10T16:13:22Z DEBUG device.log State update defer 898ms -2024-12-10T16:13:23Z DEBUG device.log State update defer 0ms -2024-12-10T16:13:23Z INFO device.log Update state 2024-12-10T16:13:23Z last_config 2024-12-10T16:13:22Z -2024-12-10T16:13:23Z DEBUG device.log State update AHU-1 (scan_single_future) -2024-12-10T16:13:25Z DEBUG system.config.receive success -2024-12-10T16:13:25Z DEBUG device.log State update defer 803ms -2024-12-10T16:13:25Z DEBUG system.config.parse success -2024-12-10T16:13:25Z INFO device.log Device AHU-1 config handler -2024-12-10T16:13:25Z DEBUG device.log State update defer 803ms -2024-12-10T16:13:25Z DEBUG device.log Config update AHU-1 (scan_single_future) -2024-12-10T16:13:25Z INFO device.log 2024-12-10T16:13:25Z received config 2024-12-10T16:13:25Z -2024-12-10T16:13:25Z NOTICE system.config.apply success -2024-12-10T16:13:25Z DEBUG device.log State update defer 801ms -2024-12-10T16:13:25Z DEBUG device.log State update defer 801ms -2024-12-10T16:13:25Z DEBUG device.log State update defer 0ms -2024-12-10T16:13:25Z INFO device.log Update state 2024-12-10T16:13:25Z last_config 2024-12-10T16:13:25Z -2024-12-10T16:13:25Z DEBUG device.log State update AHU-1 (scan_single_future) -2024-12-10T16:13:26Z DEBUG system.config.receive success -2024-12-10T16:13:26Z DEBUG system.config.parse success -2024-12-10T16:13:26Z DEBUG device.log State update defer 880ms -2024-12-10T16:13:26Z DEBUG device.log State update defer 879ms -2024-12-10T16:13:26Z DEBUG device.log Config update AHU-1 (scan_single_future) -2024-12-10T16:13:26Z INFO device.log 2024-12-10T16:13:26Z received config 2024-12-10T16:13:26Z -2024-12-10T16:13:26Z NOTICE system.config.apply success -2024-12-10T16:13:26Z DEBUG device.log State update defer 878ms -2024-12-10T16:13:26Z DEBUG device.log State update defer 878ms -2024-12-10T16:13:26Z DEBUG device.log State update defer 877ms -2024-12-10T16:13:26Z DEBUG device.log State update defer 877ms -2024-12-10T16:13:26Z DEBUG device.log State update defer 877ms -2024-12-10T16:13:26Z DEBUG device.log State update defer 877ms -2024-12-10T16:13:26Z DEBUG device.log State update defer 877ms -2024-12-10T16:13:27Z DEBUG device.log State update defer 0ms -2024-12-10T16:13:27Z INFO device.log Update state 2024-12-10T16:13:27Z last_config 2024-12-10T16:13:26Z -2024-12-10T16:13:27Z DEBUG device.log State update AHU-1 (scan_single_future) -2024-12-10T16:13:28Z DEBUG system.config.receive success -2024-12-10T16:13:28Z DEBUG device.log State update defer 1678ms -2024-12-10T16:13:28Z DEBUG system.config.parse success -2024-12-10T16:13:28Z INFO device.log Device AHU-1 config handler -2024-12-10T16:13:28Z DEBUG device.log Config update AHU-1 (scan_single_future) -2024-12-10T16:13:28Z INFO device.log 2024-12-10T16:13:28Z received config 2024-12-10T16:13:28Z -2024-12-10T16:13:28Z NOTICE system.config.apply success -2024-12-10T16:13:28Z DEBUG device.log State update defer 1673ms -2024-12-10T16:13:28Z DEBUG device.log State update defer 1673ms -2024-12-10T16:13:28Z DEBUG device.log State update defer 1673ms -2024-12-10T16:13:28Z DEBUG device.log State update defer 1672ms -2024-12-10T16:13:29Z DEBUG system.config.receive success -2024-12-10T16:13:29Z DEBUG system.config.parse success -2024-12-10T16:13:29Z INFO device.log Device AHU-1 config handler -2024-12-10T16:13:29Z DEBUG device.log State update defer 472ms -2024-12-10T16:13:29Z DEBUG device.log State update defer 472ms -2024-12-10T16:13:29Z DEBUG device.log Config update AHU-1 (scan_single_future) -2024-12-10T16:13:29Z INFO device.log 2024-12-10T16:13:29Z received config 2024-12-10T16:13:29Z -2024-12-10T16:13:29Z NOTICE system.config.apply success -2024-12-10T16:13:29Z DEBUG device.log State update defer 471ms -2024-12-10T16:13:29Z DEBUG device.log State update defer 470ms -2024-12-10T16:13:29Z DEBUG device.log State update defer 470ms -2024-12-10T16:13:29Z DEBUG device.log State update defer 470ms -2024-12-10T16:13:29Z DEBUG device.log State update defer 470ms -2024-12-10T16:13:29Z DEBUG device.log State update defer 0ms -2024-12-10T16:13:29Z INFO device.log Update state 2024-12-10T16:13:29Z last_config 2024-12-10T16:13:29Z -2024-12-10T16:13:29Z DEBUG device.log State update AHU-1 (scan_single_future) -2024-12-10T16:13:30Z DEBUG system.config.receive success -2024-12-10T16:13:30Z DEBUG device.log State update defer 1365ms -2024-12-10T16:13:30Z DEBUG system.config.parse success -2024-12-10T16:13:30Z INFO device.log Device AHU-1 config handler -2024-12-10T16:13:30Z DEBUG device.log State update defer 1364ms -2024-12-10T16:13:30Z DEBUG device.log Config update AHU-1 (scan_single_future) -2024-12-10T16:13:30Z INFO device.log 2024-12-10T16:13:30Z received config 2024-12-10T16:13:30Z -2024-12-10T16:13:30Z NOTICE system.config.apply success -2024-12-10T16:13:30Z DEBUG device.log State update defer 1363ms -2024-12-10T16:13:30Z DEBUG device.log State update defer 1363ms -2024-12-10T16:13:30Z DEBUG device.log State update defer 1362ms -2024-12-10T16:13:30Z DEBUG device.log State update defer 1362ms -2024-12-10T16:13:30Z DEBUG device.log State update defer 1362ms -2024-12-10T16:13:30Z DEBUG device.log State update defer 1362ms -2024-12-10T16:13:30Z DEBUG device.log State update defer 1362ms -2024-12-10T16:13:31Z DEBUG device.log State update defer 0ms -2024-12-10T16:13:31Z INFO device.log Update state 2024-12-10T16:13:31Z last_config 2024-12-10T16:13:30Z -2024-12-10T16:13:31Z DEBUG device.log State update AHU-1 (scan_single_future) -2024-12-10T16:13:35Z DEBUG system.config.receive success -2024-12-10T16:13:35Z DEBUG device.log State update defer -2109ms -2024-12-10T16:13:35Z INFO device.log Update state 2024-12-10T16:13:35Z last_config 2024-12-10T16:13:30Z -2024-12-10T16:13:35Z DEBUG device.log State update AHU-1 (scan_single_future) -2024-12-10T16:13:35Z DEBUG system.config.parse success -2024-12-10T16:13:35Z INFO device.log Device AHU-1 config handler -2024-12-10T16:13:35Z DEBUG device.log Config update AHU-1 (scan_single_future) -2024-12-10T16:13:35Z DEBUG device.log State update defer 2000ms -2024-12-10T16:13:35Z INFO device.log 2024-12-10T16:13:35Z received config 2024-12-10T16:13:35Z -2024-12-10T16:13:35Z INFO device.log Discovery scan generation vendor pending at 2024-12-10T16:13:45Z -2024-12-10T16:13:35Z DEBUG device.log Scheduling future in 9020ms -2024-12-10T16:13:35Z NOTICE system.config.apply success -2024-12-10T16:13:35Z DEBUG device.log State update defer 1992ms -2024-12-10T16:13:35Z DEBUG device.log State update defer 1992ms -2024-12-10T16:13:35Z DEBUG device.log State update defer 1992ms -2024-12-10T16:13:35Z DEBUG device.log State update defer 1992ms -2024-12-10T16:13:37Z DEBUG device.log State update defer 0ms -2024-12-10T16:13:37Z INFO device.log Update state 2024-12-10T16:13:37Z last_config 2024-12-10T16:13:35Z -2024-12-10T16:13:37Z DEBUG device.log State update AHU-1 (scan_single_future) -2024-12-10T16:13:45Z INFO device.log Discovery scan starting vendor generation 2024-12-10T16:13:45Z -2024-12-10T16:13:45Z DEBUG device.log Scheduling future in 10000ms -2024-12-10T16:13:45Z DEBUG device.log State update defer -5023ms -2024-12-10T16:13:45Z INFO device.log Update state 2024-12-10T16:13:45Z last_config 2024-12-10T16:13:35Z -2024-12-10T16:13:45Z DEBUG device.log State update AHU-1 (scan_single_future) -2024-12-10T16:13:45Z INFO device.log Discovered vendor device 20231 for gen 2024-12-10T16:13:45Z -2024-12-10T16:13:45Z DEBUG device.log State update defer 1997ms -2024-12-10T16:13:45Z INFO device.log Discovered vendor device 28179023 for gen 2024-12-10T16:13:45Z -2024-12-10T16:13:45Z DEBUG device.log State update defer 1984ms -2024-12-10T16:13:45Z INFO device.log Discovered vendor device 0x65 for gen 2024-12-10T16:13:45Z -2024-12-10T16:13:45Z DEBUG device.log State update defer 1976ms -2024-12-10T16:13:47Z DEBUG device.log State update defer 0ms -2024-12-10T16:13:47Z INFO device.log Update state 2024-12-10T16:13:47Z last_config 2024-12-10T16:13:35Z -2024-12-10T16:13:47Z DEBUG device.log State update AHU-1 (scan_single_future) -2024-12-10T16:13:56Z NOTICE validation.feature.sequence Sequence complete +2024-12-17T05:25:56Z DEBUG system.config.receive success +2024-12-17T05:25:56Z DEBUG device.log State update defer -95ms +2024-12-17T05:25:56Z INFO device.log Update state 2024-12-17T05:25:56Z last_config 2024-12-17T05:25:52Z +2024-12-17T05:25:56Z DEBUG device.log State update AHU-1 (device_config_acked) +2024-12-17T05:25:56Z DEBUG system.config.parse success +2024-12-17T05:25:56Z INFO device.log Device AHU-1 config handler +2024-12-17T05:25:56Z DEBUG device.log Config update AHU-1 (device_config_acked) +2024-12-17T05:25:56Z INFO device.log 2024-12-17T05:25:56Z received config 2024-12-17T05:25:56Z +2024-12-17T05:25:56Z NOTICE system.config.apply success +2024-12-17T05:25:56Z DEBUG device.log State update defer 1999ms +2024-12-17T05:25:56Z DEBUG device.log State update defer 1999ms +2024-12-17T05:25:58Z DEBUG device.log State update defer 0ms +2024-12-17T05:25:58Z INFO device.log Update state 2024-12-17T05:25:58Z last_config 2024-12-17T05:25:56Z +2024-12-17T05:25:58Z DEBUG device.log State update AHU-1 (device_config_acked) +2024-12-17T05:26:00Z DEBUG system.config.receive success +2024-12-17T05:26:00Z DEBUG device.log State update defer -123ms +2024-12-17T05:26:00Z INFO device.log Update state 2024-12-17T05:26:00Z last_config 2024-12-17T05:25:56Z +2024-12-17T05:26:00Z DEBUG system.config.parse success +2024-12-17T05:26:00Z INFO device.log Device AHU-1 config handler +2024-12-17T05:26:00Z DEBUG device.log State update AHU-1 (device_config_acked) +2024-12-17T05:26:00Z DEBUG device.log Config update AHU-1 (device_config_acked) +2024-12-17T05:26:00Z DEBUG device.log State update defer 1999ms +2024-12-17T05:26:00Z INFO device.log 2024-12-17T05:26:00Z received config 2024-12-17T05:26:00Z +2024-12-17T05:26:00Z NOTICE system.config.apply success +2024-12-17T05:26:00Z DEBUG device.log State update defer 1993ms +2024-12-17T05:26:00Z DEBUG device.log State update defer 1993ms +2024-12-17T05:26:00Z DEBUG device.log State update defer 1992ms +2024-12-17T05:26:00Z DEBUG device.log State update defer 1992ms +2024-12-17T05:26:00Z DEBUG device.log State update defer 1992ms +2024-12-17T05:26:00Z DEBUG device.log State update defer 1992ms +2024-12-17T05:26:00Z DEBUG device.log State update defer 1991ms +2024-12-17T05:26:01Z DEBUG system.config.receive success +2024-12-17T05:26:01Z DEBUG device.log State update defer 800ms +2024-12-17T05:26:01Z DEBUG system.config.parse success +2024-12-17T05:26:01Z INFO device.log Device AHU-1 config handler +2024-12-17T05:26:01Z DEBUG device.log State update defer 799ms +2024-12-17T05:26:01Z DEBUG device.log Config update AHU-1 (device_config_acked) +2024-12-17T05:26:01Z INFO device.log 2024-12-17T05:26:01Z received config 2024-12-17T05:26:01Z +2024-12-17T05:26:01Z NOTICE system.config.apply success +2024-12-17T05:26:01Z DEBUG device.log State update defer 797ms +2024-12-17T05:26:01Z DEBUG device.log State update defer 797ms +2024-12-17T05:26:01Z DEBUG device.log State update defer 796ms +2024-12-17T05:26:01Z DEBUG device.log State update defer 796ms +2024-12-17T05:26:01Z DEBUG device.log State update defer 796ms +2024-12-17T05:26:01Z DEBUG device.log State update defer 796ms +2024-12-17T05:26:01Z DEBUG device.log State update defer 795ms +2024-12-17T05:26:02Z DEBUG device.log State update defer 0ms +2024-12-17T05:26:02Z INFO device.log Update state 2024-12-17T05:26:02Z last_config 2024-12-17T05:26:01Z +2024-12-17T05:26:02Z DEBUG device.log State update AHU-1 (device_config_acked) +2024-12-17T05:26:03Z DEBUG system.config.receive success +2024-12-17T05:26:03Z DEBUG device.log State update defer 1596ms +2024-12-17T05:26:03Z DEBUG system.config.parse success +2024-12-17T05:26:03Z INFO device.log Device AHU-1 config handler +2024-12-17T05:26:03Z DEBUG device.log Config update AHU-1 (device_config_acked) +2024-12-17T05:26:03Z INFO device.log 2024-12-17T05:26:03Z received config 2024-12-17T05:26:02Z +2024-12-17T05:26:03Z NOTICE system.config.apply success +2024-12-17T05:26:03Z DEBUG device.log State update defer 1594ms +2024-12-17T05:26:03Z DEBUG device.log State update defer 1593ms +2024-12-17T05:26:03Z DEBUG device.log State update defer 1593ms +2024-12-17T05:26:03Z DEBUG device.log State update defer 1593ms +2024-12-17T05:26:03Z DEBUG device.log State update defer 1593ms +2024-12-17T05:26:03Z DEBUG device.log State update defer 1593ms +2024-12-17T05:26:03Z DEBUG device.log State update defer 1592ms +2024-12-17T05:26:04Z DEBUG system.config.receive success +2024-12-17T05:26:04Z DEBUG system.config.parse success +2024-12-17T05:26:04Z DEBUG device.log State update defer 486ms +2024-12-17T05:26:04Z DEBUG device.log State update defer 485ms +2024-12-17T05:26:04Z DEBUG device.log Config update AHU-1 (device_config_acked) +2024-12-17T05:26:04Z INFO device.log 2024-12-17T05:26:04Z received config 2024-12-17T05:26:04Z +2024-12-17T05:26:04Z DEBUG device.log State update defer 484ms +2024-12-17T05:26:04Z NOTICE system.config.apply success +2024-12-17T05:26:04Z DEBUG device.log State update defer 484ms +2024-12-17T05:26:04Z DEBUG device.log State update defer 484ms +2024-12-17T05:26:04Z DEBUG device.log State update defer 0ms +2024-12-17T05:26:04Z INFO device.log Update state 2024-12-17T05:26:04Z last_config 2024-12-17T05:26:04Z +2024-12-17T05:26:04Z DEBUG device.log State update AHU-1 (device_config_acked) +2024-12-17T05:26:14Z DEBUG system.config.receive success +2024-12-17T05:26:14Z DEBUG device.log State update defer -8193ms +2024-12-17T05:26:14Z INFO device.log Update state 2024-12-17T05:26:14Z last_config 2024-12-17T05:26:04Z +2024-12-17T05:26:14Z DEBUG system.config.parse success +2024-12-17T05:26:14Z INFO device.log Device AHU-1 config handler +2024-12-17T05:26:14Z DEBUG device.log State update AHU-1 (device_config_acked) +2024-12-17T05:26:14Z DEBUG device.log Config update AHU-1 (device_config_acked) +2024-12-17T05:26:14Z DEBUG device.log State update defer 1999ms +2024-12-17T05:26:14Z INFO device.log 2024-12-17T05:26:14Z received config 2024-12-17T05:26:14Z +2024-12-17T05:26:14Z NOTICE system.config.apply success +2024-12-17T05:26:14Z DEBUG device.log State update defer 1999ms +2024-12-17T05:26:14Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:14Z DEBUG system.config.receive success +2024-12-17T05:26:14Z DEBUG device.log State update defer 1936ms +2024-12-17T05:26:14Z DEBUG system.config.parse success +2024-12-17T05:26:14Z INFO device.log Device AHU-1 config handler +2024-12-17T05:26:14Z DEBUG device.log Config update AHU-1 (scan_single_future) +2024-12-17T05:26:14Z INFO device.log 2024-12-17T05:26:14Z received config 2024-12-17T05:26:14Z +2024-12-17T05:26:14Z NOTICE system.config.apply success +2024-12-17T05:26:14Z DEBUG device.log State update defer 1933ms +2024-12-17T05:26:14Z DEBUG device.log State update defer 1930ms +2024-12-17T05:26:14Z DEBUG device.log State update defer 1930ms +2024-12-17T05:26:14Z DEBUG device.log State update defer 1929ms +2024-12-17T05:26:14Z DEBUG device.log State update defer 1929ms +2024-12-17T05:26:14Z DEBUG device.log State update defer 1929ms +2024-12-17T05:26:14Z DEBUG device.log State update defer 1929ms +2024-12-17T05:26:14Z DEBUG device.log State update defer 1929ms +2024-12-17T05:26:15Z DEBUG device.log State update defer 1090ms +2024-12-17T05:26:16Z DEBUG device.log State update defer 0ms +2024-12-17T05:26:16Z INFO device.log Update state 2024-12-17T05:26:16Z last_config 2024-12-17T05:26:14Z +2024-12-17T05:26:16Z DEBUG device.log State update AHU-1 (scan_single_future) +2024-12-17T05:26:18Z DEBUG system.config.receive success +2024-12-17T05:26:18Z DEBUG device.log State update defer -55ms +2024-12-17T05:26:18Z INFO device.log Update state 2024-12-17T05:26:18Z last_config 2024-12-17T05:26:14Z +2024-12-17T05:26:18Z DEBUG system.config.parse success +2024-12-17T05:26:18Z INFO device.log Device AHU-1 config handler +2024-12-17T05:26:18Z DEBUG device.log Config update AHU-1 (scan_single_future) +2024-12-17T05:26:18Z DEBUG device.log State update defer 2000ms +2024-12-17T05:26:18Z INFO device.log 2024-12-17T05:26:18Z received config 2024-12-17T05:26:18Z +2024-12-17T05:26:18Z NOTICE system.config.apply success +2024-12-17T05:26:18Z DEBUG device.log State update defer 1999ms +2024-12-17T05:26:18Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:18Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:18Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:18Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:18Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:18Z DEBUG device.log State update defer 1997ms +2024-12-17T05:26:20Z DEBUG device.log State update defer 0ms +2024-12-17T05:26:20Z INFO device.log Update state 2024-12-17T05:26:20Z last_config 2024-12-17T05:26:18Z +2024-12-17T05:26:20Z DEBUG device.log State update AHU-1 (scan_single_future) +2024-12-17T05:26:23Z DEBUG system.config.receive success +2024-12-17T05:26:23Z DEBUG device.log State update defer -97ms +2024-12-17T05:26:23Z DEBUG system.config.parse success +2024-12-17T05:26:23Z INFO device.log Update state 2024-12-17T05:26:23Z last_config 2024-12-17T05:26:18Z +2024-12-17T05:26:23Z INFO device.log Device AHU-1 config handler +2024-12-17T05:26:23Z DEBUG device.log State update AHU-1 (scan_single_future) +2024-12-17T05:26:23Z DEBUG device.log Config update AHU-1 (scan_single_future) +2024-12-17T05:26:23Z DEBUG device.log State update defer 2000ms +2024-12-17T05:26:23Z INFO device.log 2024-12-17T05:26:23Z received config 2024-12-17T05:26:23Z +2024-12-17T05:26:23Z NOTICE system.config.apply success +2024-12-17T05:26:23Z DEBUG device.log State update defer 1999ms +2024-12-17T05:26:23Z DEBUG device.log State update defer 1999ms +2024-12-17T05:26:23Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:23Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:23Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:23Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:23Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:25Z DEBUG device.log State update defer 0ms +2024-12-17T05:26:25Z INFO device.log Update state 2024-12-17T05:26:25Z last_config 2024-12-17T05:26:23Z +2024-12-17T05:26:25Z DEBUG device.log State update AHU-1 (scan_single_future) +2024-12-17T05:26:27Z DEBUG system.config.receive success +2024-12-17T05:26:27Z DEBUG device.log State update defer -119ms +2024-12-17T05:26:27Z INFO device.log Update state 2024-12-17T05:26:27Z last_config 2024-12-17T05:26:23Z +2024-12-17T05:26:27Z DEBUG system.config.parse success +2024-12-17T05:26:27Z INFO device.log Device AHU-1 config handler +2024-12-17T05:26:27Z DEBUG device.log State update AHU-1 (scan_single_future) +2024-12-17T05:26:27Z DEBUG device.log Config update AHU-1 (scan_single_future) +2024-12-17T05:26:27Z DEBUG device.log State update defer 2000ms +2024-12-17T05:26:27Z INFO device.log 2024-12-17T05:26:27Z received config 2024-12-17T05:26:27Z +2024-12-17T05:26:27Z NOTICE system.config.apply success +2024-12-17T05:26:27Z DEBUG device.log State update defer 1999ms +2024-12-17T05:26:27Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:27Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:27Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:27Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:27Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:27Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:28Z DEBUG system.config.receive success +2024-12-17T05:26:28Z DEBUG device.log State update defer 797ms +2024-12-17T05:26:28Z DEBUG system.config.parse success +2024-12-17T05:26:28Z INFO device.log Device AHU-1 config handler +2024-12-17T05:26:28Z DEBUG device.log State update defer 795ms +2024-12-17T05:26:28Z DEBUG device.log Config update AHU-1 (scan_single_future) +2024-12-17T05:26:28Z INFO device.log 2024-12-17T05:26:28Z received config 2024-12-17T05:26:28Z +2024-12-17T05:26:28Z NOTICE system.config.apply success +2024-12-17T05:26:28Z DEBUG device.log State update defer 793ms +2024-12-17T05:26:28Z DEBUG device.log State update defer 792ms +2024-12-17T05:26:29Z DEBUG device.log State update defer 0ms +2024-12-17T05:26:29Z INFO device.log Update state 2024-12-17T05:26:29Z last_config 2024-12-17T05:26:28Z +2024-12-17T05:26:29Z DEBUG device.log State update AHU-1 (scan_single_future) +2024-12-17T05:26:29Z DEBUG system.config.receive success +2024-12-17T05:26:29Z DEBUG device.log State update defer 1693ms +2024-12-17T05:26:29Z DEBUG system.config.parse success +2024-12-17T05:26:29Z INFO device.log Device AHU-1 config handler +2024-12-17T05:26:29Z DEBUG device.log Config update AHU-1 (scan_single_future) +2024-12-17T05:26:29Z INFO device.log 2024-12-17T05:26:29Z received config 2024-12-17T05:26:29Z +2024-12-17T05:26:29Z NOTICE system.config.apply success +2024-12-17T05:26:29Z DEBUG device.log State update defer 1691ms +2024-12-17T05:26:29Z DEBUG device.log State update defer 1691ms +2024-12-17T05:26:29Z DEBUG device.log State update defer 1691ms +2024-12-17T05:26:29Z DEBUG device.log State update defer 1691ms +2024-12-17T05:26:30Z DEBUG system.config.receive success +2024-12-17T05:26:30Z DEBUG device.log State update defer 583ms +2024-12-17T05:26:30Z DEBUG system.config.parse success +2024-12-17T05:26:30Z INFO device.log Device AHU-1 config handler +2024-12-17T05:26:30Z DEBUG device.log Config update AHU-1 (scan_single_future) +2024-12-17T05:26:30Z INFO device.log 2024-12-17T05:26:30Z received config 2024-12-17T05:26:30Z +2024-12-17T05:26:30Z NOTICE system.config.apply success +2024-12-17T05:26:30Z DEBUG device.log State update defer 582ms +2024-12-17T05:26:30Z DEBUG device.log State update defer 581ms +2024-12-17T05:26:31Z DEBUG device.log State update defer 0ms +2024-12-17T05:26:31Z INFO device.log Update state 2024-12-17T05:26:31Z last_config 2024-12-17T05:26:30Z +2024-12-17T05:26:31Z DEBUG device.log State update AHU-1 (scan_single_future) +2024-12-17T05:26:37Z DEBUG system.config.receive success +2024-12-17T05:26:37Z DEBUG device.log State update defer -4058ms +2024-12-17T05:26:37Z INFO device.log Update state 2024-12-17T05:26:37Z last_config 2024-12-17T05:26:30Z +2024-12-17T05:26:37Z DEBUG system.config.parse success +2024-12-17T05:26:37Z INFO device.log Device AHU-1 config handler +2024-12-17T05:26:37Z DEBUG device.log Config update AHU-1 (scan_single_future) +2024-12-17T05:26:37Z DEBUG device.log State update defer 1999ms +2024-12-17T05:26:37Z INFO device.log 2024-12-17T05:26:37Z received config 2024-12-17T05:26:37Z +2024-12-17T05:26:37Z INFO device.log Discovery scan generation vendor pending at 2024-12-17T05:26:45Z +2024-12-17T05:26:37Z DEBUG device.log Scheduling future in 7759ms +2024-12-17T05:26:37Z NOTICE system.config.apply success +2024-12-17T05:26:37Z DEBUG device.log State update defer 1995ms +2024-12-17T05:26:37Z DEBUG device.log State update defer 1995ms +2024-12-17T05:26:39Z DEBUG device.log State update defer 0ms +2024-12-17T05:26:39Z INFO device.log Update state 2024-12-17T05:26:39Z last_config 2024-12-17T05:26:37Z +2024-12-17T05:26:39Z DEBUG device.log State update AHU-1 (scan_single_future) +2024-12-17T05:26:45Z INFO device.log Discovery scan starting vendor generation 2024-12-17T05:26:45Z +2024-12-17T05:26:45Z DEBUG device.log Scheduling future in 10000ms +2024-12-17T05:26:45Z DEBUG device.log State update defer -3760ms +2024-12-17T05:26:45Z INFO device.log Update state 2024-12-17T05:26:45Z last_config 2024-12-17T05:26:37Z +2024-12-17T05:26:45Z DEBUG device.log State update AHU-1 (scan_single_future) +2024-12-17T05:26:45Z INFO device.log Discovered vendor device 20231 for gen 2024-12-17T05:26:45Z +2024-12-17T05:26:45Z DEBUG device.log State update defer 1997ms +2024-12-17T05:26:45Z INFO device.log Discovered vendor device 28179023 for gen 2024-12-17T05:26:45Z +2024-12-17T05:26:45Z DEBUG device.log State update defer 1987ms +2024-12-17T05:26:45Z INFO device.log Discovered vendor device 0x65 for gen 2024-12-17T05:26:45Z +2024-12-17T05:26:45Z DEBUG device.log State update defer 1986ms +2024-12-17T05:26:45Z DEBUG device.log State update defer 1206ms +2024-12-17T05:26:55Z NOTICE validation.feature.sequence Sequence complete diff --git a/validator/sequences/scan_single_future/events_discovery.attr b/validator/sequences/scan_single_future/events_discovery.attr index 3c1a9356f3..cf97324c46 100644 --- a/validator/sequences/scan_single_future/events_discovery.attr +++ b/validator/sequences/scan_single_future/events_discovery.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_8", "projectId" : "localhost", - "transactionId" : "MP:7e937dbf", - "publishTime" : "2024-12-10T16:13:45Z", + "transactionId" : "MP:cbc04ae0", + "publishTime" : "2024-12-17T05:26:45Z", "subFolder" : "discovery", "subType" : "events" } \ No newline at end of file diff --git a/validator/sequences/scan_single_future/events_discovery.json b/validator/sequences/scan_single_future/events_discovery.json index d6a3ccc71e..f8c7c79d68 100644 --- a/validator/sequences/scan_single_future/events_discovery.json +++ b/validator/sequences/scan_single_future/events_discovery.json @@ -1,12 +1,12 @@ { - "generation" : "2024-12-10T16:13:45Z", - "scan_addr" : "0x65", + "generation" : "2024-12-17T05:26:45Z", + "scan_addr" : "28179023", "scan_family" : "vendor", "system" : { "ancillary" : { - "device-name" : "AHU-22" + "device-name" : "AHU-1" } }, - "timestamp" : "2024-12-10T16:13:45Z", + "timestamp" : "2024-12-17T05:26:45Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/scan_single_future/events_pointset.attr b/validator/sequences/scan_single_future/events_pointset.attr index 69e68c97a9..85b6f7bfc2 100644 --- a/validator/sequences/scan_single_future/events_pointset.attr +++ b/validator/sequences/scan_single_future/events_pointset.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_8", "projectId" : "localhost", - "transactionId" : "MP:d2e6604b", - "publishTime" : "2024-12-10T16:13:54Z", + "transactionId" : "MP:d7290a39", + "publishTime" : "2024-12-17T05:26:45Z", "subFolder" : "pointset", "subType" : "events" } \ No newline at end of file diff --git a/validator/sequences/scan_single_future/events_pointset.json b/validator/sequences/scan_single_future/events_pointset.json index caf2f7462d..7c013d95ff 100644 --- a/validator/sequences/scan_single_future/events_pointset.json +++ b/validator/sequences/scan_single_future/events_pointset.json @@ -7,9 +7,9 @@ "present_value" : 98 }, "filter_differential_pressure_sensor" : { - "present_value" : 12 + "present_value" : 11 } }, - "timestamp" : "2024-12-10T16:13:54Z", + "timestamp" : "2024-12-17T05:26:45Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/scan_single_future/events_system.attr b/validator/sequences/scan_single_future/events_system.attr index 8cb7bb22ad..397840d613 100644 --- a/validator/sequences/scan_single_future/events_system.attr +++ b/validator/sequences/scan_single_future/events_system.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_8", "projectId" : "localhost", - "transactionId" : "MP:a2bc2545", - "publishTime" : "2024-12-10T16:13:54Z", + "transactionId" : "MP:8709d979", + "publishTime" : "2024-12-17T05:26:45Z", "subFolder" : "system", "subType" : "events" } \ No newline at end of file diff --git a/validator/sequences/scan_single_future/events_system.json b/validator/sequences/scan_single_future/events_system.json index 0760d78f63..a0da364b82 100644 --- a/validator/sequences/scan_single_future/events_system.json +++ b/validator/sequences/scan_single_future/events_system.json @@ -1,83 +1,154 @@ { - "event_no" : 7, - "last_config" : "2024-12-10T16:13:35Z", + "event_no" : 8, + "last_config" : "2024-12-17T05:26:37Z", "logentries" : [ { - "message" : "Discovery scan starting vendor generation 2024-12-10T16:13:45Z", + "message" : "success", + "category" : "system.config.receive", + "timestamp" : "2024-12-17T05:26:37Z", + "level" : 100 + }, { + "message" : "State update defer -4058ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:26:37Z", + "level" : 100 + }, { + "message" : "Update state 2024-12-17T05:26:37Z last_config 2024-12-17T05:26:30Z", "category" : "device.log", - "timestamp" : "2024-12-10T16:13:45Z", + "timestamp" : "2024-12-17T05:26:37Z", "level" : 200 }, { - "message" : "Scheduling future in 10000ms", + "message" : "success", + "category" : "system.config.parse", + "timestamp" : "2024-12-17T05:26:37Z", + "level" : 100 + }, { + "message" : "Device AHU-1 config handler", + "category" : "device.log", + "timestamp" : "2024-12-17T05:26:37Z", + "level" : 200 + }, { + "message" : "Config update AHU-1 (scan_single_future)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:26:37Z\",\n \"version\" : \"git-46fef59\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-17T05:25:34Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"scan_single_future\",\n \"transaction_id\" : \"RC:8d810a.0000001e\",\n \"config_base\" : 21\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : {\n \"generation\" : \"2024-12-17T05:26:45Z\",\n \"scan_duration_sec\" : 10\n }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:26:37Z", + "level" : 100 + }, { + "message" : "State update defer 1999ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:26:37Z", + "level" : 100 + }, { + "message" : "2024-12-17T05:26:37Z received config 2024-12-17T05:26:37Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:26:37Z", + "level" : 200 + }, { + "message" : "Discovery scan generation vendor pending at 2024-12-17T05:26:45Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:26:37Z", + "level" : 200 + }, { + "message" : "Scheduling future in 7759ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:13:45Z", + "timestamp" : "2024-12-17T05:26:37Z", "level" : 100 }, { - "message" : "State update defer -5023ms", + "message" : "success", + "category" : "system.config.apply", + "timestamp" : "2024-12-17T05:26:37Z", + "level" : 300 + }, { + "message" : "State update defer 1995ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:26:37Z", + "level" : 100 + }, { + "message" : "State update defer 1995ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:26:37Z", + "level" : 100 + }, { + "message" : "State update defer 0ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:13:45Z", + "timestamp" : "2024-12-17T05:26:39Z", "level" : 100 }, { - "message" : "Update state 2024-12-10T16:13:45Z last_config 2024-12-10T16:13:35Z", + "message" : "Update state 2024-12-17T05:26:39Z last_config 2024-12-17T05:26:37Z", "category" : "device.log", - "timestamp" : "2024-12-10T16:13:45Z", + "timestamp" : "2024-12-17T05:26:39Z", "level" : 200 }, { "message" : "State update AHU-1 (scan_single_future)", - "detail" : "{\n \"timestamp\" : \"2024-12-10T16:13:45Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-10T16:13:35Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-10T16:12:43Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-4265\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.apply\",\n \"timestamp\" : \"2024-12-10T16:13:35Z\",\n \"level\" : 300\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : {\n \"generation\" : \"2024-12-10T16:13:45Z\",\n \"phase\" : \"active\",\n \"active_count\" : 0\n }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"00:0d:3a:03:d4:23\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.117\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::20d:3aff:fe03:d423\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:26:39Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-17T05:26:37Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-17T05:25:34Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-14408\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.apply\",\n \"timestamp\" : \"2024-12-17T05:26:37Z\",\n \"level\" : 300\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : {\n \"generation\" : \"2024-12-17T05:26:45Z\",\n \"phase\" : \"pending\"\n }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"60:45:bd:78:e2:18\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.76\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::6245:bdff:fe78:e218\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", "category" : "device.log", - "timestamp" : "2024-12-10T16:13:45Z", + "timestamp" : "2024-12-17T05:26:39Z", "level" : 100 }, { - "message" : "Discovered vendor device 20231 for gen 2024-12-10T16:13:45Z", + "message" : "Discovery scan starting vendor generation 2024-12-17T05:26:45Z", "category" : "device.log", - "timestamp" : "2024-12-10T16:13:45Z", + "timestamp" : "2024-12-17T05:26:45Z", "level" : 200 }, { - "message" : "State update defer 1997ms", + "message" : "Scheduling future in 10000ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:13:45Z", + "timestamp" : "2024-12-17T05:26:45Z", "level" : 100 }, { - "message" : "Discovered vendor device 28179023 for gen 2024-12-10T16:13:45Z", + "message" : "State update defer -3760ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:13:45Z", + "timestamp" : "2024-12-17T05:26:45Z", + "level" : 100 + }, { + "message" : "Update state 2024-12-17T05:26:45Z last_config 2024-12-17T05:26:37Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:26:45Z", "level" : 200 }, { - "message" : "State update defer 1984ms", + "message" : "State update AHU-1 (scan_single_future)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:26:45Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-17T05:26:37Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-17T05:25:34Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-14408\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.apply\",\n \"timestamp\" : \"2024-12-17T05:26:37Z\",\n \"level\" : 300\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : {\n \"generation\" : \"2024-12-17T05:26:45Z\",\n \"phase\" : \"active\",\n \"active_count\" : 0\n }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"60:45:bd:78:e2:18\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.76\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::6245:bdff:fe78:e218\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", "category" : "device.log", - "timestamp" : "2024-12-10T16:13:45Z", + "timestamp" : "2024-12-17T05:26:45Z", "level" : 100 }, { - "message" : "Discovered vendor device 0x65 for gen 2024-12-10T16:13:45Z", + "message" : "Discovered vendor device 20231 for gen 2024-12-17T05:26:45Z", "category" : "device.log", - "timestamp" : "2024-12-10T16:13:45Z", + "timestamp" : "2024-12-17T05:26:45Z", "level" : 200 }, { - "message" : "State update defer 1976ms", + "message" : "State update defer 1997ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:13:45Z", + "timestamp" : "2024-12-17T05:26:45Z", "level" : 100 }, { - "message" : "State update defer 0ms", + "message" : "Discovered vendor device 28179023 for gen 2024-12-17T05:26:45Z", "category" : "device.log", - "timestamp" : "2024-12-10T16:13:47Z", + "timestamp" : "2024-12-17T05:26:45Z", + "level" : 200 + }, { + "message" : "State update defer 1987ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:26:45Z", "level" : 100 }, { - "message" : "Update state 2024-12-10T16:13:47Z last_config 2024-12-10T16:13:35Z", + "message" : "Discovered vendor device 0x65 for gen 2024-12-17T05:26:45Z", "category" : "device.log", - "timestamp" : "2024-12-10T16:13:47Z", + "timestamp" : "2024-12-17T05:26:45Z", "level" : 200 }, { - "message" : "State update AHU-1 (scan_single_future)", - "detail" : "{\n \"timestamp\" : \"2024-12-10T16:13:47Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-10T16:13:35Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-10T16:12:43Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-4265\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.apply\",\n \"timestamp\" : \"2024-12-10T16:13:35Z\",\n \"level\" : 300\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : {\n \"generation\" : \"2024-12-10T16:13:45Z\",\n \"phase\" : \"active\",\n \"active_count\" : 3\n }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"00:0d:3a:03:d4:23\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.117\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::20d:3aff:fe03:d423\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "message" : "State update defer 1986ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:26:45Z", + "level" : 100 + }, { + "message" : "State update defer 1206ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:13:47Z", + "timestamp" : "2024-12-17T05:26:45Z", "level" : 100 } ], "metrics" : { "mem_total_mb" : 254.0, - "mem_free_mb" : 204.93954467773438 + "mem_free_mb" : 204.30736541748047 }, - "timestamp" : "2024-12-10T16:13:54Z", + "timestamp" : "2024-12-17T05:26:45Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/scan_single_future/local_discovery.json b/validator/sequences/scan_single_future/local_discovery.json index e5001a8b64..b840af6842 100644 --- a/validator/sequences/scan_single_future/local_discovery.json +++ b/validator/sequences/scan_single_future/local_discovery.json @@ -1,7 +1,7 @@ { "families" : { "vendor" : { - "generation" : "2024-12-10T16:13:45Z", + "generation" : "2024-12-17T05:26:45Z", "scan_duration_sec" : 10 } } diff --git a/validator/sequences/scan_single_future/local_system.json b/validator/sequences/scan_single_future/local_system.json index 2f789e4191..6b1a0a35fe 100644 --- a/validator/sequences/scan_single_future/local_system.json +++ b/validator/sequences/scan_single_future/local_system.json @@ -2,7 +2,7 @@ "min_loglevel" : 100, "metrics_rate_sec" : 10, "operation" : { - "last_start" : "2024-12-10T16:12:43Z" + "last_start" : "2024-12-17T05:25:34Z" }, "testing" : { "sequence_name" : "scan_single_future" diff --git a/validator/sequences/scan_single_future/local_update.json b/validator/sequences/scan_single_future/local_update.json index a9f15ffff4..c033f9ba94 100644 --- a/validator/sequences/scan_single_future/local_update.json +++ b/validator/sequences/scan_single_future/local_update.json @@ -1,11 +1,11 @@ { - "timestamp" : "2024-12-10T16:13:35Z", - "version" : "@@@cloud udmi version###git-e79bdcc", + "timestamp" : "2024-12-17T05:26:37Z", + "version" : "@@@cloud udmi version###git-46fef59", "system" : { "min_loglevel" : 100, "metrics_rate_sec" : 10, "operation" : { - "last_start" : "2024-12-10T16:12:43Z" + "last_start" : "2024-12-17T05:25:34Z" }, "testing" : { "sequence_name" : "scan_single_future" @@ -14,7 +14,7 @@ "discovery" : { "families" : { "vendor" : { - "generation" : "2024-12-10T16:13:45Z", + "generation" : "2024-12-17T05:26:45Z", "scan_duration_sec" : 10 } } diff --git a/validator/sequences/scan_single_future/sequence.md b/validator/sequences/scan_single_future/sequence.md index a38d722c9d..c9c8c850b7 100644 --- a/validator/sequences/scan_single_future/sequence.md +++ b/validator/sequences/scan_single_future/sequence.md @@ -8,7 +8,7 @@ Check results of a single scan scheduled soon 1. Wait for discovery families defined 1. Wait until discovery family keys match 1. Wait for no scans active -1. Update config Before scheduled scan pending +1. Update config before scheduled scan pending * Add `discovery.families.vendor` = { "generation": `family generation`, "scan_duration_sec": `10` } 1. Wait until scheduled scan pending 1. Wait until scheduled scan active diff --git a/validator/sequences/scan_single_future/sequencer.log b/validator/sequences/scan_single_future/sequencer.log index 18f8bc3ea6..92bd8a9967 100644 --- a/validator/sequences/scan_single_future/sequencer.log +++ b/validator/sequences/scan_single_future/sequencer.log @@ -1,2270 +1,2562 @@ -2024-12-10T16:13:09Z NOTICE starting test scan_single_future ################################ -2024-12-10T16:13:09Z INFO Stage start waiting for starting test wrapper at 0s -2024-12-10T16:13:17Z DEBUG Clear configTransactions and reset device config -2024-12-10T16:13:17Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:13:17Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z -2024-12-10T16:13:17Z DEBUG last_start changed true, last_start 1970-01-01T00:01:13Z -2024-12-10T16:13:17Z DEBUG extraFieldChanged false because extra_field null -2024-12-10T16:13:17Z WARNING Now using alternate connection client! -2024-12-10T16:13:17Z TRACE Stage suspend waiting for starting test wrapper at 8s -2024-12-10T16:13:17Z INFO Stage start waiting for using alternate client at 8s -2024-12-10T16:13:18Z DEBUG Forcing config update -2024-12-10T16:13:18Z TRACE updated check config_update: true -2024-12-10T16:13:18Z DEBUG update config_update, adding configTransaction RC:f8a4d6.00000013 -2024-12-10T16:13:18Z TRACE local local_update: { -2024-12-10T16:13:18Z TRACE local local_update: "version" : "@@@cloud udmi version###null", -2024-12-10T16:13:18Z TRACE local local_update: "system" : { -2024-12-10T16:13:18Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:13:18Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:13:18Z TRACE local local_update: "operation" : { -2024-12-10T16:13:18Z TRACE local local_update: "last_start" : "1970-01-01T00:01:13Z" -2024-12-10T16:13:18Z TRACE local local_update: }, -2024-12-10T16:13:18Z TRACE local local_update: "testing" : { -2024-12-10T16:13:18Z TRACE local local_update: "sequence_name" : "scan_single_future", -2024-12-10T16:13:18Z TRACE local local_update: "endpoint_type" : "alternate" -2024-12-10T16:13:18Z TRACE local local_update: } -2024-12-10T16:13:18Z TRACE local local_update: }, -2024-12-10T16:13:18Z TRACE local local_update: "blobset" : { -2024-12-10T16:13:18Z TRACE local local_update: "blobs" : { -2024-12-10T16:13:18Z TRACE local local_update: "_iot_endpoint_config" : { -2024-12-10T16:13:18Z TRACE local local_update: "phase" : "final", -2024-12-10T16:13:18Z TRACE local local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzgvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzgvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfOC9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", -2024-12-10T16:13:18Z TRACE local local_update: "sha256" : "@@@blob data hash###d89b825711339e88caa63e974b6901e2cd0863fba76b18210f2a6c992509caa6", -2024-12-10T16:13:18Z TRACE local local_update: "generation" : "2024-12-10T16:13:17Z" -2024-12-10T16:13:18Z TRACE local local_update: } -2024-12-10T16:13:18Z TRACE local local_update: } -2024-12-10T16:13:18Z TRACE local local_update: } -2024-12-10T16:13:18Z TRACE local local_update: } -2024-12-10T16:13:18Z DEBUG Detail pending config transaction is now: RC:f8a4d6.00000013 -2024-12-10T16:13:18Z TRACE received command null/config/udmi -2024-12-10T16:13:18Z TRACE received command AHU-1/config/update -2024-12-10T16:13:18Z DEBUG received config_update -2024-12-10T16:13:18Z DEBUG Handling update message config_update RC:f8a4d6.00000013 -2024-12-10T16:13:18Z DEBUG Removed configTransaction RC:f8a4d6.00000013 -2024-12-10T16:13:18Z DEBUG last_start changed false, last_start 1970-01-01T00:01:13Z -2024-12-10T16:13:18Z DEBUG Updated config 2024-12-10T16:13:18Z RC:f8a4d6.00000013 -2024-12-10T16:13:18Z INFO Updated config #010: Changed 6 fields: -2024-12-10T16:13:18Z INFO Updated config #010: Add `system.testing.endpoint_type` = `alternate` -2024-12-10T16:13:18Z INFO Updated config #010: Set `system.testing.sequence_name` = `scan_single_future` -2024-12-10T16:13:18Z INFO Updated config #010: Add `blobset` = { "blobs": { "_iot_endpoint_config": { "phase": `final`, "generation": `blob generation`, "sha256": `blob data hash`, "url": `endpoint data` } } } -2024-12-10T16:13:18Z INFO Updated config #010: Remove `discovery` -2024-12-10T16:13:18Z INFO Updated config #010: Remove `pointset` -2024-12-10T16:13:18Z INFO Updated config #010: Remove `localnet` -2024-12-10T16:13:18Z DEBUG Detail pending config transaction is now: null -2024-12-10T16:13:18Z DEBUG Update config reset alternate registry timestamp 2024-12-10T16:13:18Z -2024-12-10T16:13:18Z TRACE local local_update: { -2024-12-10T16:13:18Z TRACE local local_update: "timestamp" : "2024-12-10T16:13:18Z", -2024-12-10T16:13:18Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:13:18Z TRACE local local_update: "system" : { -2024-12-10T16:13:18Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:13:18Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:13:18Z TRACE local local_update: "operation" : { -2024-12-10T16:13:18Z TRACE local local_update: "last_start" : "1970-01-01T00:01:13Z" -2024-12-10T16:13:18Z TRACE local local_update: }, -2024-12-10T16:13:18Z TRACE local local_update: "testing" : { -2024-12-10T16:13:18Z TRACE local local_update: "sequence_name" : "scan_single_future", -2024-12-10T16:13:18Z TRACE local local_update: "endpoint_type" : "alternate" -2024-12-10T16:13:18Z TRACE local local_update: } -2024-12-10T16:13:18Z TRACE local local_update: }, -2024-12-10T16:13:18Z TRACE local local_update: "blobset" : { -2024-12-10T16:13:18Z TRACE local local_update: "blobs" : { -2024-12-10T16:13:18Z TRACE local local_update: "_iot_endpoint_config" : { -2024-12-10T16:13:18Z TRACE local local_update: "phase" : "final", -2024-12-10T16:13:18Z TRACE local local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzgvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzgvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfOC9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", -2024-12-10T16:13:18Z TRACE local local_update: "sha256" : "@@@blob data hash###d89b825711339e88caa63e974b6901e2cd0863fba76b18210f2a6c992509caa6", -2024-12-10T16:13:18Z TRACE local local_update: "generation" : "2024-12-10T16:13:17Z" -2024-12-10T16:13:18Z TRACE local local_update: } -2024-12-10T16:13:18Z TRACE local local_update: } -2024-12-10T16:13:18Z TRACE local local_update: } -2024-12-10T16:13:18Z TRACE local local_update: } -2024-12-10T16:13:18Z TRACE Update config reset alternate registry: Add `blobset` = { "blobs": { "_iot_endpoint_config": { "phase": `final`, "generation": `blob generation`, "sha256": `blob data hash`, "url": `endpoint data` } } } -2024-12-10T16:13:18Z TRACE Update config reset alternate registry: Remove `discovery` -2024-12-10T16:13:18Z TRACE Update config reset alternate registry: Remove `pointset` -2024-12-10T16:13:18Z TRACE Update config reset alternate registry: Remove `localnet` -2024-12-10T16:13:18Z DEBUG Stage finished waiting for using alternate client at 9s after 1s -2024-12-10T16:13:18Z TRACE Stage resume waiting for starting test wrapper at 9s -2024-12-10T16:13:18Z WARNING Done with alternate connection client! -2024-12-10T16:13:18Z DEBUG Allowing device state change (everything) -2024-12-10T16:13:18Z DEBUG Starting reset_config full reset true -2024-12-10T16:13:18Z DEBUG Clear configTransactions and reset device config -2024-12-10T16:13:18Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:13:18Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z -2024-12-10T16:13:18Z DEBUG last_start changed true, last_start 1970-01-01T00:01:13Z -2024-12-10T16:13:18Z DEBUG extraFieldChanged false because extra_field null -2024-12-10T16:13:18Z DEBUG extraFieldChanged true because extra_field reset_config -2024-12-10T16:13:18Z DEBUG Clear configTransactions and reset device config -2024-12-10T16:13:18Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:13:18Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z -2024-12-10T16:13:18Z DEBUG last_start changed true, last_start 1970-01-01T00:01:13Z -2024-12-10T16:13:18Z DEBUG extraFieldChanged true because extra_field null -2024-12-10T16:13:19Z TRACE updated check config_update: true -2024-12-10T16:13:19Z DEBUG update config_update, adding configTransaction RC:f8a4d6.00000014 -2024-12-10T16:13:19Z TRACE local local_update: { -2024-12-10T16:13:19Z TRACE local local_update: "version" : "@@@cloud udmi version###1.5.2", -2024-12-10T16:13:19Z TRACE local local_update: "system" : { -2024-12-10T16:13:19Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:13:19Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:13:19Z TRACE local local_update: "operation" : { -2024-12-10T16:13:19Z TRACE local local_update: "last_start" : "1970-01-01T00:01:13Z" -2024-12-10T16:13:19Z TRACE local local_update: }, -2024-12-10T16:13:19Z TRACE local local_update: "testing" : { -2024-12-10T16:13:19Z TRACE local local_update: "sequence_name" : "scan_single_future" -2024-12-10T16:13:19Z TRACE local local_update: } -2024-12-10T16:13:19Z TRACE local local_update: }, -2024-12-10T16:13:19Z TRACE local local_update: "discovery" : { -2024-12-10T16:13:19Z TRACE local local_update: "families" : { -2024-12-10T16:13:19Z TRACE local local_update: "vendor" : { } -2024-12-10T16:13:19Z TRACE local local_update: } -2024-12-10T16:13:19Z TRACE local local_update: }, -2024-12-10T16:13:19Z TRACE local local_update: "localnet" : { -2024-12-10T16:13:19Z TRACE local local_update: "families" : { -2024-12-10T16:13:19Z TRACE local local_update: "ether" : { }, -2024-12-10T16:13:19Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:13:19Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:13:19Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:13:19Z TRACE local local_update: } -2024-12-10T16:13:19Z TRACE local local_update: }, -2024-12-10T16:13:19Z TRACE local local_update: "pointset" : { -2024-12-10T16:13:19Z TRACE local local_update: "points" : { -2024-12-10T16:13:19Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:19Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:13:19Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:13:19Z TRACE local local_update: }, -2024-12-10T16:13:19Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:13:19Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:13:19Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:13:19Z TRACE local local_update: }, -2024-12-10T16:13:19Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:19Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:13:19Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:13:19Z TRACE local local_update: } -2024-12-10T16:13:19Z TRACE local local_update: } -2024-12-10T16:13:19Z TRACE local local_update: } -2024-12-10T16:13:19Z TRACE local local_update: } -2024-12-10T16:13:19Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:13:19Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-12-10T16:13:19Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:13:19Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-12-10T16:13:19Z DEBUG Saving pre-config state timestamp null -2024-12-10T16:13:19Z DEBUG Update lastConfigUpdate 2024-12-10T16:13:19Z, because soft reset -2024-12-10T16:13:19Z TRACE Stage suspend waiting for starting test wrapper at 10s -2024-12-10T16:13:19Z INFO Stage start waiting for config update synchronized at 10s -2024-12-10T16:13:19Z TRACE received command AHU-1/reply/update -2024-12-10T16:13:19Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:13:19Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-12-10T16:13:19Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:13:19Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-12-10T16:13:19Z TRACE received command AHU-1/events/pointset -2024-12-10T16:13:19Z TRACE received events_pointset: { -2024-12-10T16:13:19Z TRACE received events_pointset: "points" : { -2024-12-10T16:13:19Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:13:19Z TRACE received events_pointset: "present_value" : false -2024-12-10T16:13:19Z TRACE received events_pointset: }, -2024-12-10T16:13:19Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:19Z TRACE received events_pointset: "present_value" : 98 -2024-12-10T16:13:19Z TRACE received events_pointset: }, -2024-12-10T16:13:19Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:19Z TRACE received events_pointset: "present_value" : 9 -2024-12-10T16:13:19Z TRACE received events_pointset: } -2024-12-10T16:13:19Z TRACE received events_pointset: }, -2024-12-10T16:13:19Z TRACE received events_pointset: "timestamp" : "2024-12-10T16:13:14Z", -2024-12-10T16:13:19Z TRACE received events_pointset: "version" : "1.5.2" -2024-12-10T16:13:19Z TRACE received events_pointset: } -2024-12-10T16:13:19Z DEBUG Handling device message events_pointset MP:4c073c51 -2024-12-10T16:13:19Z TRACE received command AHU-1/events/system -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:05Z DEBUG device.log: State update defer 0ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:05Z INFO device.log: Update state 2024-12-10T16:13:05Z last_config 2024-12-10T16:13:04Z -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:05Z DEBUG device.log: State update AHU-1 (device_config_acked) -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:05Z DEBUG system.config.receive: success -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:05Z DEBUG device.log: State update defer 1645ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:05Z DEBUG system.config.parse: success -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:05Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:05Z DEBUG device.log: Config update AHU-1 (device_config_acked) -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:05Z DEBUG device.log: State update defer 1643ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:05Z INFO device.log: 2024-12-10T16:13:05Z received config 2024-12-10T16:13:05Z -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:05Z DEBUG device.log: State update defer 1641ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:05Z DEBUG device.log: State update defer 1640ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:05Z NOTICE system.config.apply: success -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:05Z DEBUG device.log: State update defer 1640ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:05Z DEBUG device.log: State update defer 1639ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:07Z DEBUG system.config.receive: success -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:07Z DEBUG device.log: State update defer 438ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:07Z DEBUG system.config.parse: success -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:07Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:07Z DEBUG device.log: Config update AHU-1 (device_config_acked) -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:07Z INFO device.log: 2024-12-10T16:13:07Z received config 2024-12-10T16:13:07Z -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:07Z DEBUG device.log: State update defer 436ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:07Z DEBUG device.log: State update defer 435ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:07Z DEBUG device.log: State update defer 435ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:07Z DEBUG device.log: State update defer 435ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:07Z DEBUG device.log: State update defer 435ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:07Z NOTICE system.config.apply: success -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:07Z DEBUG device.log: State update defer 434ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:07Z DEBUG device.log: State update defer 433ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:07Z DEBUG device.log: State update defer 0ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:07Z INFO device.log: Update state 2024-12-10T16:13:07Z last_config 2024-12-10T16:13:07Z -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:07Z DEBUG device.log: State update AHU-1 (device_config_acked) -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:08Z DEBUG system.config.receive: success -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:08Z DEBUG device.log: State update defer 1335ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:08Z DEBUG system.config.parse: success -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:08Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:08Z DEBUG device.log: State update defer 1334ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:08Z DEBUG device.log: Config update AHU-1 (device_config_acked) -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:08Z INFO device.log: 2024-12-10T16:13:08Z received config 2024-12-10T16:13:08Z -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:08Z NOTICE system.config.apply: success -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:08Z DEBUG device.log: State update defer 1332ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:08Z DEBUG device.log: State update defer 1332ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:08Z DEBUG device.log: State update defer 1332ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:08Z DEBUG device.log: State update defer 1331ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:08Z DEBUG device.log: State update defer 1331ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:08Z DEBUG device.log: State update defer 1331ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:08Z DEBUG device.log: State update defer 1331ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:09Z DEBUG device.log: State update defer 0ms -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:09Z INFO device.log: Update state 2024-12-10T16:13:09Z last_config 2024-12-10T16:13:08Z -2024-12-10T16:13:19Z DEBUG received events_system 2024-12-10T16:13:09Z DEBUG device.log: State update AHU-1 (device_config_acked) -2024-12-10T16:13:19Z DEBUG Handling device message events_system MP:efaf22f6 -2024-12-10T16:13:19Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:13:19Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-12-10T16:13:19Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:13:19Z TRACE received command null/config/udmi -2024-12-10T16:13:19Z TRACE received command AHU-1/state/update -2024-12-10T16:13:19Z DEBUG received state_update -2024-12-10T16:13:19Z DEBUG Handling update message state_update MP:47aa6709 -2024-12-10T16:13:19Z DEBUG Updated state after 0s 2024-12-10T16:13:19Z MP:47aa6709 -2024-12-10T16:13:19Z INFO Updated state #010: Changed 4 fields: -2024-12-10T16:13:19Z INFO Updated state #010: Set `system.status.level` = `100` -2024-12-10T16:13:19Z INFO Updated state #010: Set `system.status.category` = `system.config.parse` -2024-12-10T16:13:19Z INFO Updated state #010: Set `system.status.timestamp` = `2024-12-10T16:13:19Z` -2024-12-10T16:13:19Z INFO Updated state #010: Set `timestamp` = `2024-12-10T16:13:19Z` -2024-12-10T16:13:19Z NOTICE Received serial number sequencer-4265 -2024-12-10T16:13:19Z DEBUG Updated state has last_config 2024-12-10T16:13:08Z (expecting null) -2024-12-10T16:13:19Z DEBUG Detail config update synchronized is now: last_start not synced in config, config transactions not cleared, last_config not synced in state -2024-12-10T16:13:19Z TRACE received command AHU-1/config/update -2024-12-10T16:13:19Z DEBUG received config_update -2024-12-10T16:13:19Z DEBUG Handling update message config_update RC:f8a4d6.00000014 -2024-12-10T16:13:19Z DEBUG Removed configTransaction RC:f8a4d6.00000014 -2024-12-10T16:13:19Z DEBUG last_start changed false, last_start 1970-01-01T00:01:13Z -2024-12-10T16:13:19Z DEBUG Updated config 2024-12-10T16:13:19Z RC:f8a4d6.00000014 -2024-12-10T16:13:19Z INFO Updated config #011: Changed 5 fields: -2024-12-10T16:13:19Z INFO Updated config #011: Remove `system.testing.endpoint_type` -2024-12-10T16:13:19Z INFO Updated config #011: Add `discovery` = { "families": { "vendor": { } } } -2024-12-10T16:13:19Z INFO Updated config #011: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } -2024-12-10T16:13:19Z INFO Updated config #011: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "bacnet": { } } } -2024-12-10T16:13:19Z INFO Updated config #011: Remove `blobset` -2024-12-10T16:13:19Z TRACE received command AHU-1/state/system -2024-12-10T16:13:19Z TRACE received state_system: { -2024-12-10T16:13:19Z TRACE received state_system: "hardware" : { -2024-12-10T16:13:19Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:13:19Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:13:19Z TRACE received state_system: }, -2024-12-10T16:13:19Z TRACE received state_system: "last_config" : "2024-12-10T16:13:08Z", -2024-12-10T16:13:19Z TRACE received state_system: "operation" : { -2024-12-10T16:13:19Z TRACE received state_system: "operational" : true, -2024-12-10T16:13:19Z TRACE received state_system: "last_start" : "2024-12-10T16:12:43Z", -2024-12-10T16:13:19Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:13:19Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:13:19Z TRACE received state_system: }, -2024-12-10T16:13:19Z TRACE received state_system: "serial_no" : "sequencer-4265", -2024-12-10T16:13:19Z TRACE received state_system: "software" : { -2024-12-10T16:13:19Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:13:19Z TRACE received state_system: }, -2024-12-10T16:13:19Z TRACE received state_system: "status" : { -2024-12-10T16:13:19Z TRACE received state_system: "message" : "success", -2024-12-10T16:13:19Z TRACE received state_system: "category" : "system.config.parse", -2024-12-10T16:13:19Z TRACE received state_system: "timestamp" : "2024-12-10T16:13:19Z", -2024-12-10T16:13:19Z TRACE received state_system: "level" : 100 -2024-12-10T16:13:19Z TRACE received state_system: }, -2024-12-10T16:13:19Z TRACE received state_system: "timestamp" : "2024-12-10T16:13:19Z", -2024-12-10T16:13:19Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:13:19Z TRACE received state_system: } -2024-12-10T16:13:19Z DEBUG Handling device message state_system MP:47aa6709-0 -2024-12-10T16:13:19Z TRACE Ignoring partial state update -2024-12-10T16:13:19Z DEBUG Detail config update synchronized is now: last_start not synced in config, last_config not synced in state -2024-12-10T16:13:19Z TRACE received command AHU-1/state/discovery -2024-12-10T16:13:19Z TRACE received state_discovery: { -2024-12-10T16:13:19Z TRACE received state_discovery: "families" : { }, -2024-12-10T16:13:19Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:13:19Z", -2024-12-10T16:13:19Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:13:19Z TRACE received state_discovery: } -2024-12-10T16:13:19Z DEBUG Handling device message state_discovery MP:47aa6709-1 -2024-12-10T16:13:19Z TRACE Ignoring partial state update -2024-12-10T16:13:19Z TRACE received command AHU-1/state/localnet -2024-12-10T16:13:19Z TRACE received state_localnet: { -2024-12-10T16:13:19Z TRACE received state_localnet: "families" : { -2024-12-10T16:13:19Z TRACE received state_localnet: "ether" : { -2024-12-10T16:13:19Z TRACE received state_localnet: "addr" : "00:0d:3a:03:d4:23" -2024-12-10T16:13:19Z TRACE received state_localnet: }, -2024-12-10T16:13:19Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:13:19Z TRACE received state_localnet: "addr" : "10.1.0.117" -2024-12-10T16:13:19Z TRACE received state_localnet: }, -2024-12-10T16:13:19Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:13:19Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe03:d423" -2024-12-10T16:13:19Z TRACE received state_localnet: }, -2024-12-10T16:13:19Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:13:19Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:13:19Z TRACE received state_localnet: } -2024-12-10T16:13:19Z TRACE received state_localnet: }, -2024-12-10T16:13:19Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:13:19Z", -2024-12-10T16:13:19Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:13:19Z TRACE received state_localnet: } -2024-12-10T16:13:19Z DEBUG Handling device message state_localnet MP:47aa6709-2 -2024-12-10T16:13:19Z TRACE Ignoring partial state update -2024-12-10T16:13:19Z TRACE received command AHU-1/state/pointset -2024-12-10T16:13:19Z TRACE received state_pointset: { -2024-12-10T16:13:19Z TRACE received state_pointset: "points" : { -2024-12-10T16:13:19Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:13:19Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:13:19Z TRACE received state_pointset: }, -2024-12-10T16:13:19Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:19Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:13:19Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:13:19Z TRACE received state_pointset: }, -2024-12-10T16:13:19Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:19Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:13:19Z TRACE received state_pointset: } -2024-12-10T16:13:19Z TRACE received state_pointset: }, -2024-12-10T16:13:19Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:13:19Z", -2024-12-10T16:13:19Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:13:19Z TRACE received state_pointset: } -2024-12-10T16:13:19Z DEBUG Handling device message state_pointset MP:47aa6709-3 -2024-12-10T16:13:19Z TRACE Ignoring partial state update -2024-12-10T16:13:19Z TRACE received command AHU-1/config/update -2024-12-10T16:13:19Z DEBUG received config_update -2024-12-10T16:13:19Z DEBUG Handling update message config_update MP:47aa6709 -2024-12-10T16:13:19Z DEBUG last_start changed true, last_start 2024-12-10T16:12:43Z -2024-12-10T16:13:19Z DEBUG Updated config 2024-12-10T16:13:19Z MP:47aa6709 -2024-12-10T16:13:19Z INFO Updated config #012: Changed 0 fields. -2024-12-10T16:13:19Z DEBUG Detail config update synchronized is now: last_config not synced in state -2024-12-10T16:13:21Z TRACE received command AHU-1/state/update -2024-12-10T16:13:21Z DEBUG received state_update -2024-12-10T16:13:21Z DEBUG Handling update message state_update MP:bdba40a2 -2024-12-10T16:13:21Z DEBUG Updated state after 0s 2024-12-10T16:13:21Z MP:bdba40a2 -2024-12-10T16:13:21Z INFO Updated state #011: Changed 4 fields: -2024-12-10T16:13:21Z INFO Updated state #011: Set `system.last_config` = `2024-12-10T16:13:19Z` -2024-12-10T16:13:21Z INFO Updated state #011: Set `system.status.level` = `300` -2024-12-10T16:13:21Z INFO Updated state #011: Set `system.status.category` = `system.config.apply` -2024-12-10T16:13:21Z INFO Updated state #011: Set `timestamp` = `2024-12-10T16:13:21Z` -2024-12-10T16:13:21Z DEBUG Updated state has last_config 2024-12-10T16:13:19Z (expecting 2024-12-10T16:13:19Z) -2024-12-10T16:13:21Z TRACE received command AHU-1/state/system -2024-12-10T16:13:21Z TRACE received state_system: { -2024-12-10T16:13:21Z TRACE received state_system: "hardware" : { -2024-12-10T16:13:21Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:13:21Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:13:21Z TRACE received state_system: }, -2024-12-10T16:13:21Z TRACE received state_system: "last_config" : "2024-12-10T16:13:19Z", -2024-12-10T16:13:21Z TRACE received state_system: "operation" : { -2024-12-10T16:13:21Z TRACE received state_system: "operational" : true, -2024-12-10T16:13:21Z TRACE received state_system: "last_start" : "2024-12-10T16:12:43Z", -2024-12-10T16:13:21Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:13:21Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:13:21Z TRACE received state_system: }, -2024-12-10T16:13:21Z TRACE received state_system: "serial_no" : "sequencer-4265", -2024-12-10T16:13:21Z TRACE received state_system: "software" : { -2024-12-10T16:13:21Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:13:21Z TRACE received state_system: }, -2024-12-10T16:13:21Z TRACE received state_system: "status" : { -2024-12-10T16:13:21Z TRACE received state_system: "message" : "success", -2024-12-10T16:13:21Z TRACE received state_system: "category" : "system.config.apply", -2024-12-10T16:13:21Z TRACE received state_system: "timestamp" : "2024-12-10T16:13:19Z", -2024-12-10T16:13:21Z TRACE received state_system: "level" : 300 -2024-12-10T16:13:21Z TRACE received state_system: }, -2024-12-10T16:13:21Z TRACE received state_system: "timestamp" : "2024-12-10T16:13:21Z", -2024-12-10T16:13:21Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:13:21Z TRACE received state_system: } -2024-12-10T16:13:21Z DEBUG Handling device message state_system MP:bdba40a2-0 -2024-12-10T16:13:21Z TRACE Ignoring partial state update -2024-12-10T16:13:21Z DEBUG Detail config update synchronized is now: null -2024-12-10T16:13:21Z DEBUG Stage finished waiting for config update synchronized at 12s after 2s -2024-12-10T16:13:21Z TRACE Stage resume waiting for starting test wrapper at 12s -2024-12-10T16:13:21Z DEBUG Config sync took 2s -2024-12-10T16:13:21Z DEBUG Finished wait for config sync pending: null -2024-12-10T16:13:21Z DEBUG Update config soft reset timestamp 2024-12-10T16:13:19Z -2024-12-10T16:13:21Z TRACE local local_update: { -2024-12-10T16:13:21Z TRACE local local_update: "timestamp" : "2024-12-10T16:13:19Z", -2024-12-10T16:13:21Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:13:21Z TRACE local local_update: "system" : { -2024-12-10T16:13:21Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:13:21Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:13:21Z TRACE local local_update: "operation" : { -2024-12-10T16:13:21Z TRACE local local_update: "last_start" : "2024-12-10T16:12:43Z" -2024-12-10T16:13:21Z TRACE local local_update: }, -2024-12-10T16:13:21Z TRACE local local_update: "testing" : { -2024-12-10T16:13:21Z TRACE local local_update: "sequence_name" : "scan_single_future" -2024-12-10T16:13:21Z TRACE local local_update: } -2024-12-10T16:13:21Z TRACE local local_update: }, -2024-12-10T16:13:21Z TRACE local local_update: "discovery" : { -2024-12-10T16:13:21Z TRACE local local_update: "families" : { -2024-12-10T16:13:21Z TRACE local local_update: "vendor" : { } -2024-12-10T16:13:21Z TRACE local local_update: } -2024-12-10T16:13:21Z TRACE local local_update: }, -2024-12-10T16:13:21Z TRACE local local_update: "localnet" : { -2024-12-10T16:13:21Z TRACE local local_update: "families" : { -2024-12-10T16:13:21Z TRACE local local_update: "ether" : { }, -2024-12-10T16:13:21Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:13:21Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:13:21Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:13:21Z TRACE local local_update: } -2024-12-10T16:13:21Z TRACE local local_update: }, -2024-12-10T16:13:21Z TRACE local local_update: "pointset" : { -2024-12-10T16:13:21Z TRACE local local_update: "points" : { -2024-12-10T16:13:21Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:21Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:13:21Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:13:21Z TRACE local local_update: }, -2024-12-10T16:13:21Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:13:21Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:13:21Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:13:21Z TRACE local local_update: }, -2024-12-10T16:13:21Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:21Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:13:21Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:13:21Z TRACE local local_update: } -2024-12-10T16:13:21Z TRACE local local_update: } -2024-12-10T16:13:21Z TRACE local local_update: } -2024-12-10T16:13:21Z TRACE local local_update: } -2024-12-10T16:13:21Z TRACE Update config soft reset: Add `discovery` = { "families": { "vendor": { } } } -2024-12-10T16:13:21Z TRACE Update config soft reset: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } -2024-12-10T16:13:21Z TRACE Update config soft reset: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "bacnet": { } } } -2024-12-10T16:13:21Z TRACE Update config soft reset: Add `timestamp` = `generated timestamp` -2024-12-10T16:13:21Z DEBUG Done with reset_config -2024-12-10T16:13:21Z TRACE Stage suspend waiting for starting test wrapper at 12s -2024-12-10T16:13:21Z INFO Stage start waiting for config update synchronized at 12s -2024-12-10T16:13:21Z TRACE received command AHU-1/state/discovery -2024-12-10T16:13:21Z TRACE received state_discovery: { -2024-12-10T16:13:21Z TRACE received state_discovery: "families" : { }, -2024-12-10T16:13:21Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:13:21Z", -2024-12-10T16:13:21Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:13:21Z TRACE received state_discovery: } -2024-12-10T16:13:21Z DEBUG Handling device message state_discovery MP:bdba40a2-1 -2024-12-10T16:13:21Z TRACE Ignoring partial state update -2024-12-10T16:13:21Z DEBUG Stage finished waiting for config update synchronized at 12s after 0s -2024-12-10T16:13:21Z TRACE Stage resume waiting for starting test wrapper at 12s -2024-12-10T16:13:21Z DEBUG Config sync took 2s -2024-12-10T16:13:21Z DEBUG Finished wait for config sync pending: null -2024-12-10T16:13:21Z DEBUG Disallowing device state change (everything) -2024-12-10T16:13:22Z TRACE updated check config_update: true -2024-12-10T16:13:22Z DEBUG update config_update, adding configTransaction RC:f8a4d6.00000015 -2024-12-10T16:13:22Z TRACE local local_update: { -2024-12-10T16:13:22Z TRACE local local_update: "timestamp" : "2024-12-10T16:13:19Z", -2024-12-10T16:13:22Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:13:22Z TRACE local local_update: "system" : { -2024-12-10T16:13:22Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:13:22Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:13:22Z TRACE local local_update: "operation" : { -2024-12-10T16:13:22Z TRACE local local_update: "last_start" : "2024-12-10T16:12:43Z" -2024-12-10T16:13:22Z TRACE local local_update: }, -2024-12-10T16:13:22Z TRACE local local_update: "testing" : { -2024-12-10T16:13:22Z TRACE local local_update: "sequence_name" : "scan_single_future" -2024-12-10T16:13:22Z TRACE local local_update: } -2024-12-10T16:13:22Z TRACE local local_update: }, -2024-12-10T16:13:22Z TRACE local local_update: "discovery" : { -2024-12-10T16:13:22Z TRACE local local_update: "families" : { -2024-12-10T16:13:22Z TRACE local local_update: "vendor" : { } -2024-12-10T16:13:22Z TRACE local local_update: } -2024-12-10T16:13:22Z TRACE local local_update: }, -2024-12-10T16:13:22Z TRACE local local_update: "localnet" : { -2024-12-10T16:13:22Z TRACE local local_update: "families" : { -2024-12-10T16:13:22Z TRACE local local_update: "ether" : { }, -2024-12-10T16:13:22Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:13:22Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:13:22Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:13:22Z TRACE local local_update: } -2024-12-10T16:13:22Z TRACE local local_update: }, -2024-12-10T16:13:22Z TRACE local local_update: "pointset" : { -2024-12-10T16:13:22Z TRACE local local_update: "points" : { -2024-12-10T16:13:22Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:22Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:13:22Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:13:22Z TRACE local local_update: }, -2024-12-10T16:13:22Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:13:22Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:13:22Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:13:22Z TRACE local local_update: }, -2024-12-10T16:13:22Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:22Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:13:22Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:13:22Z TRACE local local_update: } -2024-12-10T16:13:22Z TRACE local local_update: } -2024-12-10T16:13:22Z TRACE local local_update: } -2024-12-10T16:13:22Z TRACE local local_update: } -2024-12-10T16:13:22Z DEBUG Saving pre-config state timestamp 2024-12-10T16:13:21Z -2024-12-10T16:13:22Z DEBUG Update lastConfigUpdate 2024-12-10T16:13:22Z, because initial setup -2024-12-10T16:13:22Z TRACE Stage suspend waiting for starting test wrapper at 13s -2024-12-10T16:13:22Z INFO Stage start waiting for config update synchronized at 13s -2024-12-10T16:13:22Z TRACE received command AHU-1/state/localnet -2024-12-10T16:13:22Z TRACE received state_localnet: { -2024-12-10T16:13:22Z TRACE received state_localnet: "families" : { -2024-12-10T16:13:22Z TRACE received state_localnet: "ether" : { -2024-12-10T16:13:22Z TRACE received state_localnet: "addr" : "00:0d:3a:03:d4:23" -2024-12-10T16:13:22Z TRACE received state_localnet: }, -2024-12-10T16:13:22Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:13:22Z TRACE received state_localnet: "addr" : "10.1.0.117" -2024-12-10T16:13:22Z TRACE received state_localnet: }, -2024-12-10T16:13:22Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:13:22Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe03:d423" -2024-12-10T16:13:22Z TRACE received state_localnet: }, -2024-12-10T16:13:22Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:13:22Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:13:22Z TRACE received state_localnet: } -2024-12-10T16:13:22Z TRACE received state_localnet: }, -2024-12-10T16:13:22Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:13:21Z", -2024-12-10T16:13:22Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:13:22Z TRACE received state_localnet: } -2024-12-10T16:13:22Z DEBUG Handling device message state_localnet MP:bdba40a2-2 -2024-12-10T16:13:22Z TRACE Ignoring partial state update -2024-12-10T16:13:22Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-12-10T16:13:22Z TRACE received command AHU-1/state/pointset -2024-12-10T16:13:22Z TRACE received state_pointset: { -2024-12-10T16:13:22Z TRACE received state_pointset: "points" : { -2024-12-10T16:13:22Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:13:22Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:13:22Z TRACE received state_pointset: }, -2024-12-10T16:13:22Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:22Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:13:22Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:13:22Z TRACE received state_pointset: }, -2024-12-10T16:13:22Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:22Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:13:22Z TRACE received state_pointset: } -2024-12-10T16:13:22Z TRACE received state_pointset: }, -2024-12-10T16:13:22Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:13:21Z", -2024-12-10T16:13:22Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:13:22Z TRACE received state_pointset: } -2024-12-10T16:13:22Z DEBUG Handling device message state_pointset MP:bdba40a2-3 -2024-12-10T16:13:22Z TRACE Ignoring partial state update -2024-12-10T16:13:22Z TRACE received command AHU-1/config/update -2024-12-10T16:13:22Z DEBUG received config_update -2024-12-10T16:13:22Z DEBUG Handling update message config_update RC:f8a4d6.00000015 -2024-12-10T16:13:22Z DEBUG Removed configTransaction RC:f8a4d6.00000015 -2024-12-10T16:13:22Z DEBUG last_start changed false, last_start 2024-12-10T16:12:43Z -2024-12-10T16:13:22Z DEBUG Updated config 2024-12-10T16:13:22Z RC:f8a4d6.00000015 -2024-12-10T16:13:22Z INFO Updated config #013: Changed 0 fields. -2024-12-10T16:13:22Z DEBUG Detail config update synchronized is now: device state not updated since config issued, last_config not synced in state -2024-12-10T16:13:23Z TRACE received command AHU-1/state/update -2024-12-10T16:13:23Z DEBUG received state_update -2024-12-10T16:13:23Z DEBUG Handling update message state_update MP:2353b1af -2024-12-10T16:13:23Z DEBUG Updated state after 0s 2024-12-10T16:13:23Z MP:2353b1af -2024-12-10T16:13:23Z INFO Updated state #012: Changed 3 fields: -2024-12-10T16:13:23Z INFO Updated state #012: Set `system.last_config` = `2024-12-10T16:13:22Z` -2024-12-10T16:13:23Z INFO Updated state #012: Set `system.status.timestamp` = `2024-12-10T16:13:22Z` -2024-12-10T16:13:23Z INFO Updated state #012: Set `timestamp` = `2024-12-10T16:13:23Z` -2024-12-10T16:13:23Z DEBUG Updated state has last_config 2024-12-10T16:13:22Z (expecting 2024-12-10T16:13:22Z) -2024-12-10T16:13:23Z TRACE received command AHU-1/state/system -2024-12-10T16:13:23Z TRACE received state_system: { -2024-12-10T16:13:23Z TRACE received state_system: "hardware" : { -2024-12-10T16:13:23Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:13:23Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:13:23Z TRACE received state_system: }, -2024-12-10T16:13:23Z TRACE received state_system: "last_config" : "2024-12-10T16:13:22Z", -2024-12-10T16:13:23Z TRACE received state_system: "operation" : { -2024-12-10T16:13:23Z TRACE received state_system: "operational" : true, -2024-12-10T16:13:23Z TRACE received state_system: "last_start" : "2024-12-10T16:12:43Z", -2024-12-10T16:13:23Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:13:23Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:13:23Z TRACE received state_system: }, -2024-12-10T16:13:23Z TRACE received state_system: "serial_no" : "sequencer-4265", -2024-12-10T16:13:23Z TRACE received state_system: "software" : { -2024-12-10T16:13:23Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:13:23Z TRACE received state_system: }, -2024-12-10T16:13:23Z TRACE received state_system: "status" : { -2024-12-10T16:13:23Z TRACE received state_system: "message" : "success", -2024-12-10T16:13:23Z TRACE received state_system: "category" : "system.config.apply", -2024-12-10T16:13:23Z TRACE received state_system: "timestamp" : "2024-12-10T16:13:22Z", -2024-12-10T16:13:23Z TRACE received state_system: "level" : 300 -2024-12-10T16:13:23Z TRACE received state_system: }, -2024-12-10T16:13:23Z TRACE received state_system: "timestamp" : "2024-12-10T16:13:23Z", -2024-12-10T16:13:23Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:13:23Z TRACE received state_system: } -2024-12-10T16:13:23Z DEBUG Handling device message state_system MP:2353b1af-0 -2024-12-10T16:13:23Z TRACE Ignoring partial state update -2024-12-10T16:13:23Z DEBUG Detail config update synchronized is now: null -2024-12-10T16:13:23Z DEBUG Stage finished waiting for config update synchronized at 14s after 0s -2024-12-10T16:13:23Z TRACE Stage resume waiting for starting test wrapper at 14s -2024-12-10T16:13:23Z DEBUG Config sync took 1s -2024-12-10T16:13:23Z DEBUG Finished wait for config sync pending: null -2024-12-10T16:13:23Z DEBUG Update config initial setup timestamp 2024-12-10T16:13:22Z -2024-12-10T16:13:23Z TRACE local local_update: { -2024-12-10T16:13:23Z TRACE local local_update: "timestamp" : "2024-12-10T16:13:22Z", -2024-12-10T16:13:23Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:13:23Z TRACE local local_update: "system" : { -2024-12-10T16:13:23Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:13:23Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:13:23Z TRACE local local_update: "operation" : { -2024-12-10T16:13:23Z TRACE local local_update: "last_start" : "2024-12-10T16:12:43Z" -2024-12-10T16:13:23Z TRACE local local_update: }, -2024-12-10T16:13:23Z TRACE local local_update: "testing" : { -2024-12-10T16:13:23Z TRACE local local_update: "sequence_name" : "scan_single_future" -2024-12-10T16:13:23Z TRACE local local_update: } -2024-12-10T16:13:23Z TRACE local local_update: }, -2024-12-10T16:13:23Z TRACE local local_update: "discovery" : { -2024-12-10T16:13:23Z TRACE local local_update: "families" : { -2024-12-10T16:13:23Z TRACE local local_update: "vendor" : { } -2024-12-10T16:13:23Z TRACE local local_update: } -2024-12-10T16:13:23Z TRACE local local_update: }, -2024-12-10T16:13:23Z TRACE local local_update: "localnet" : { -2024-12-10T16:13:23Z TRACE local local_update: "families" : { -2024-12-10T16:13:23Z TRACE local local_update: "ether" : { }, -2024-12-10T16:13:23Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:13:23Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:13:23Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:13:23Z TRACE local local_update: } -2024-12-10T16:13:23Z TRACE local local_update: }, -2024-12-10T16:13:23Z TRACE local local_update: "pointset" : { -2024-12-10T16:13:23Z TRACE local local_update: "points" : { -2024-12-10T16:13:23Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:23Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:13:23Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:13:23Z TRACE local local_update: }, -2024-12-10T16:13:23Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:13:23Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:13:23Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:13:23Z TRACE local local_update: }, -2024-12-10T16:13:23Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:23Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:13:23Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:13:23Z TRACE local local_update: } -2024-12-10T16:13:23Z TRACE local local_update: } -2024-12-10T16:13:23Z TRACE local local_update: } -2024-12-10T16:13:23Z TRACE local local_update: } -2024-12-10T16:13:23Z DEBUG Stale state cutoff threshold is 2024-12-10T16:12:45Z -2024-12-10T16:13:23Z DEBUG Waiting for device stateTransaction RC:f8a4d6.00000016 (was null) -2024-12-10T16:13:23Z TRACE Stage suspend waiting for starting test wrapper at 14s -2024-12-10T16:13:23Z INFO Stage start waiting for state query at 14s -2024-12-10T16:13:23Z TRACE received command AHU-1/state/discovery -2024-12-10T16:13:23Z TRACE received state_discovery: { -2024-12-10T16:13:23Z TRACE received state_discovery: "families" : { }, -2024-12-10T16:13:23Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:13:23Z", -2024-12-10T16:13:23Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:13:23Z TRACE received state_discovery: } -2024-12-10T16:13:23Z DEBUG Handling device message state_discovery MP:2353b1af-1 -2024-12-10T16:13:23Z TRACE Ignoring partial state update -2024-12-10T16:13:23Z TRACE received command AHU-1/state/localnet -2024-12-10T16:13:23Z TRACE received state_localnet: { -2024-12-10T16:13:23Z TRACE received state_localnet: "families" : { -2024-12-10T16:13:23Z TRACE received state_localnet: "ether" : { -2024-12-10T16:13:23Z TRACE received state_localnet: "addr" : "00:0d:3a:03:d4:23" -2024-12-10T16:13:23Z TRACE received state_localnet: }, -2024-12-10T16:13:23Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:13:23Z TRACE received state_localnet: "addr" : "10.1.0.117" -2024-12-10T16:13:23Z TRACE received state_localnet: }, -2024-12-10T16:13:23Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:13:23Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe03:d423" -2024-12-10T16:13:23Z TRACE received state_localnet: }, -2024-12-10T16:13:23Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:13:23Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:13:23Z TRACE received state_localnet: } -2024-12-10T16:13:23Z TRACE received state_localnet: }, -2024-12-10T16:13:23Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:13:23Z", -2024-12-10T16:13:23Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:13:23Z TRACE received state_localnet: } -2024-12-10T16:13:23Z DEBUG Handling device message state_localnet MP:2353b1af-2 -2024-12-10T16:13:23Z TRACE Ignoring partial state update -2024-12-10T16:13:23Z TRACE received command AHU-1/state/pointset -2024-12-10T16:13:23Z TRACE received state_pointset: { -2024-12-10T16:13:23Z TRACE received state_pointset: "points" : { -2024-12-10T16:13:23Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:13:23Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:13:23Z TRACE received state_pointset: }, -2024-12-10T16:13:23Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:23Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:13:23Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:13:23Z TRACE received state_pointset: }, -2024-12-10T16:13:23Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:23Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:13:23Z TRACE received state_pointset: } -2024-12-10T16:13:23Z TRACE received state_pointset: }, -2024-12-10T16:13:23Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:13:23Z", -2024-12-10T16:13:23Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:13:23Z TRACE received state_pointset: } -2024-12-10T16:13:23Z DEBUG Handling device message state_pointset MP:2353b1af-3 -2024-12-10T16:13:23Z TRACE Ignoring partial state update -2024-12-10T16:13:23Z TRACE received command AHU-1/state/update -2024-12-10T16:13:23Z DEBUG received state_update -2024-12-10T16:13:23Z INFO Received device configAcked -2024-12-10T16:13:24Z DEBUG Handling update message state_update RC:f8a4d6.00000016 -2024-12-10T16:13:24Z DEBUG Removed stateTransaction RC:f8a4d6.00000016 -2024-12-10T16:13:24Z DEBUG Updated state after 1s 2024-12-10T16:13:23Z RC:f8a4d6.00000016 -2024-12-10T16:13:24Z INFO Updated state #013: Changed 0 fields. -2024-12-10T16:13:24Z DEBUG Updated state has last_config 2024-12-10T16:13:22Z (expecting 2024-12-10T16:13:22Z) -2024-12-10T16:13:24Z DEBUG Stage finished waiting for state query at 14s after 0s -2024-12-10T16:13:24Z TRACE Stage resume waiting for starting test wrapper at 14s -2024-12-10T16:13:24Z TRACE Stage suspend waiting for starting test wrapper at 14s -2024-12-10T16:13:24Z INFO Stage start waiting for initial device state at 14s -2024-12-10T16:13:25Z TRACE updated check config_update: true -2024-12-10T16:13:25Z DEBUG update config_update, adding configTransaction RC:f8a4d6.00000017 -2024-12-10T16:13:25Z TRACE local local_update: { -2024-12-10T16:13:25Z TRACE local local_update: "timestamp" : "2024-12-10T16:13:22Z", -2024-12-10T16:13:25Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:13:25Z TRACE local local_update: "system" : { -2024-12-10T16:13:25Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:13:25Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:13:25Z TRACE local local_update: "operation" : { -2024-12-10T16:13:25Z TRACE local local_update: "last_start" : "2024-12-10T16:12:43Z" -2024-12-10T16:13:25Z TRACE local local_update: }, -2024-12-10T16:13:25Z TRACE local local_update: "testing" : { -2024-12-10T16:13:25Z TRACE local local_update: "sequence_name" : "scan_single_future" -2024-12-10T16:13:25Z TRACE local local_update: } -2024-12-10T16:13:25Z TRACE local local_update: }, -2024-12-10T16:13:25Z TRACE local local_update: "discovery" : { -2024-12-10T16:13:25Z TRACE local local_update: "families" : { -2024-12-10T16:13:25Z TRACE local local_update: "vendor" : { } -2024-12-10T16:13:25Z TRACE local local_update: } -2024-12-10T16:13:25Z TRACE local local_update: }, -2024-12-10T16:13:25Z TRACE local local_update: "localnet" : { -2024-12-10T16:13:25Z TRACE local local_update: "families" : { -2024-12-10T16:13:25Z TRACE local local_update: "ether" : { }, -2024-12-10T16:13:25Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:13:25Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:13:25Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:13:25Z TRACE local local_update: } -2024-12-10T16:13:25Z TRACE local local_update: }, -2024-12-10T16:13:25Z TRACE local local_update: "pointset" : { -2024-12-10T16:13:25Z TRACE local local_update: "points" : { -2024-12-10T16:13:25Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:25Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:13:25Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:13:25Z TRACE local local_update: }, -2024-12-10T16:13:25Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:13:25Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:13:25Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:13:25Z TRACE local local_update: }, -2024-12-10T16:13:25Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:25Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:13:25Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:13:25Z TRACE local local_update: } -2024-12-10T16:13:25Z TRACE local local_update: } -2024-12-10T16:13:25Z TRACE local local_update: } -2024-12-10T16:13:25Z TRACE local local_update: } -2024-12-10T16:13:25Z DEBUG Saving pre-config state timestamp 2024-12-10T16:13:23Z -2024-12-10T16:13:25Z DEBUG Update lastConfigUpdate 2024-12-10T16:13:25Z, because before initial device state -2024-12-10T16:13:25Z TRACE Stage suspend waiting for initial device state at 15s -2024-12-10T16:13:25Z INFO Stage start waiting for config update synchronized at 15s -2024-12-10T16:13:25Z TRACE received command AHU-1/reply/update -2024-12-10T16:13:25Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-12-10T16:13:25Z TRACE received command AHU-1/events/pointset -2024-12-10T16:13:25Z TRACE received events_pointset: { -2024-12-10T16:13:25Z TRACE received events_pointset: "points" : { -2024-12-10T16:13:25Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:13:25Z TRACE received events_pointset: "present_value" : false -2024-12-10T16:13:25Z TRACE received events_pointset: }, -2024-12-10T16:13:25Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:25Z TRACE received events_pointset: "present_value" : 98 -2024-12-10T16:13:25Z TRACE received events_pointset: }, -2024-12-10T16:13:25Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:25Z TRACE received events_pointset: "present_value" : 10 -2024-12-10T16:13:25Z TRACE received events_pointset: } -2024-12-10T16:13:25Z TRACE received events_pointset: }, -2024-12-10T16:13:25Z TRACE received events_pointset: "timestamp" : "2024-12-10T16:13:24Z", -2024-12-10T16:13:25Z TRACE received events_pointset: "version" : "1.5.2" -2024-12-10T16:13:25Z TRACE received events_pointset: } -2024-12-10T16:13:25Z DEBUG Handling device message events_pointset MP:99d84d6d -2024-12-10T16:13:25Z TRACE received command AHU-1/events/system -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z DEBUG system.config.receive: success -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z DEBUG device.log: State update defer -8263ms -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z INFO device.log: Update state 2024-12-10T16:13:19Z last_config 2024-12-10T16:13:08Z -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z DEBUG system.config.parse: success -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z DEBUG device.log: State update AHU-1 (device_config_acked) -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z DEBUG device.log: Config update AHU-1 (device_config_acked) -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z DEBUG device.log: State update defer 2000ms -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z INFO device.log: 2024-12-10T16:13:19Z received config 2024-12-10T16:13:19Z -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z NOTICE system.config.apply: success -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z DEBUG device.log: State update defer 1999ms -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z DEBUG device.log: State update defer 1999ms -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z DEBUG device.log: State update defer 1999ms -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z DEBUG device.log: State update defer 1999ms -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z DEBUG device.log: State update defer 1998ms -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z DEBUG device.log: State update defer 1998ms -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z DEBUG device.log: State update defer 1998ms -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z DEBUG system.config.receive: success -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z DEBUG system.config.parse: success -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z DEBUG device.log: State update defer 1930ms -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z DEBUG device.log: Config update AHU-1 (scan_single_future) -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z INFO device.log: 2024-12-10T16:13:19Z received config 2024-12-10T16:13:19Z -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z NOTICE system.config.apply: success -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z DEBUG device.log: State update defer 1928ms -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z DEBUG device.log: State update defer 1928ms -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z DEBUG device.log: State update defer 1928ms -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z DEBUG device.log: State update defer 1928ms -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z DEBUG device.log: State update defer 1927ms -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:19Z DEBUG device.log: State update defer 1927ms -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:21Z DEBUG device.log: State update defer 0ms -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:21Z INFO device.log: Update state 2024-12-10T16:13:21Z last_config 2024-12-10T16:13:19Z -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:21Z DEBUG device.log: State update AHU-1 (scan_single_future) -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:22Z DEBUG system.config.receive: success -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:22Z DEBUG device.log: State update defer 901ms -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:22Z DEBUG system.config.parse: success -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:22Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:22Z DEBUG device.log: Config update AHU-1 (scan_single_future) -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:22Z INFO device.log: 2024-12-10T16:13:22Z received config 2024-12-10T16:13:22Z -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:22Z NOTICE system.config.apply: success -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:22Z DEBUG device.log: State update defer 899ms -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:22Z DEBUG device.log: State update defer 898ms -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:22Z DEBUG device.log: State update defer 898ms -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:22Z DEBUG device.log: State update defer 898ms -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:23Z DEBUG device.log: State update defer 0ms -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:23Z INFO device.log: Update state 2024-12-10T16:13:23Z last_config 2024-12-10T16:13:22Z -2024-12-10T16:13:25Z DEBUG received events_system 2024-12-10T16:13:23Z DEBUG device.log: State update AHU-1 (scan_single_future) -2024-12-10T16:13:25Z DEBUG Handling device message events_system MP:351543f8 -2024-12-10T16:13:25Z TRACE received command AHU-1/config/update -2024-12-10T16:13:25Z DEBUG received config_update -2024-12-10T16:13:25Z DEBUG Handling update message config_update RC:f8a4d6.00000017 -2024-12-10T16:13:25Z DEBUG Removed configTransaction RC:f8a4d6.00000017 -2024-12-10T16:13:25Z DEBUG last_start changed false, last_start 2024-12-10T16:12:43Z -2024-12-10T16:13:25Z DEBUG Updated config 2024-12-10T16:13:25Z RC:f8a4d6.00000017 -2024-12-10T16:13:25Z INFO Updated config #014: Changed 0 fields. -2024-12-10T16:13:25Z TRACE received command AHU-1/state/update -2024-12-10T16:13:25Z DEBUG received state_update -2024-12-10T16:13:25Z DEBUG Handling update message state_update MP:f561f5ac -2024-12-10T16:13:25Z DEBUG Updated state after 0s 2024-12-10T16:13:25Z MP:f561f5ac -2024-12-10T16:13:25Z INFO Updated state #014: Changed 3 fields: -2024-12-10T16:13:25Z INFO Updated state #014: Set `system.last_config` = `2024-12-10T16:13:25Z` -2024-12-10T16:13:25Z INFO Updated state #014: Set `system.status.timestamp` = `2024-12-10T16:13:25Z` -2024-12-10T16:13:25Z INFO Updated state #014: Set `timestamp` = `2024-12-10T16:13:25Z` -2024-12-10T16:13:25Z DEBUG Updated state has last_config 2024-12-10T16:13:25Z (expecting 2024-12-10T16:13:25Z) -2024-12-10T16:13:25Z DEBUG Detail config update synchronized is now: null -2024-12-10T16:13:25Z DEBUG Stage finished waiting for config update synchronized at 16s after 0s -2024-12-10T16:13:25Z TRACE Stage resume waiting for initial device state at 16s -2024-12-10T16:13:25Z DEBUG Config sync took 0s -2024-12-10T16:13:25Z DEBUG Finished wait for config sync pending: null -2024-12-10T16:13:25Z DEBUG Update config before initial device state timestamp 2024-12-10T16:13:25Z -2024-12-10T16:13:25Z TRACE local local_update: { -2024-12-10T16:13:25Z TRACE local local_update: "timestamp" : "2024-12-10T16:13:25Z", -2024-12-10T16:13:25Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:13:25Z TRACE local local_update: "system" : { -2024-12-10T16:13:25Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:13:25Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:13:25Z TRACE local local_update: "operation" : { -2024-12-10T16:13:25Z TRACE local local_update: "last_start" : "2024-12-10T16:12:43Z" -2024-12-10T16:13:25Z TRACE local local_update: }, -2024-12-10T16:13:25Z TRACE local local_update: "testing" : { -2024-12-10T16:13:25Z TRACE local local_update: "sequence_name" : "scan_single_future" -2024-12-10T16:13:25Z TRACE local local_update: } -2024-12-10T16:13:25Z TRACE local local_update: }, -2024-12-10T16:13:25Z TRACE local local_update: "discovery" : { -2024-12-10T16:13:25Z TRACE local local_update: "families" : { -2024-12-10T16:13:25Z TRACE local local_update: "vendor" : { } -2024-12-10T16:13:25Z TRACE local local_update: } -2024-12-10T16:13:25Z TRACE local local_update: }, -2024-12-10T16:13:25Z TRACE local local_update: "localnet" : { -2024-12-10T16:13:25Z TRACE local local_update: "families" : { -2024-12-10T16:13:25Z TRACE local local_update: "ether" : { }, -2024-12-10T16:13:25Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:13:25Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:13:25Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:13:25Z TRACE local local_update: } -2024-12-10T16:13:25Z TRACE local local_update: }, -2024-12-10T16:13:25Z TRACE local local_update: "pointset" : { -2024-12-10T16:13:25Z TRACE local local_update: "points" : { -2024-12-10T16:13:25Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:25Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:13:25Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:13:25Z TRACE local local_update: }, -2024-12-10T16:13:25Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:13:25Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:13:25Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:13:25Z TRACE local local_update: }, -2024-12-10T16:13:25Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:25Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:13:25Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:13:25Z TRACE local local_update: } -2024-12-10T16:13:25Z TRACE local local_update: } -2024-12-10T16:13:25Z TRACE local local_update: } -2024-12-10T16:13:25Z TRACE local local_update: } -2024-12-10T16:13:25Z DEBUG Stage finished waiting for initial device state at 16s after 1s -2024-12-10T16:13:25Z TRACE Stage resume waiting for starting test wrapper at 16s -2024-12-10T16:13:25Z DEBUG Device state system status level is now 300 -2024-12-10T16:13:25Z TRACE Stage suspend waiting for starting test wrapper at 16s -2024-12-10T16:13:25Z INFO Stage start waiting for config update synchronized at 16s -2024-12-10T16:13:25Z TRACE received command AHU-1/state/system -2024-12-10T16:13:25Z TRACE received state_system: { -2024-12-10T16:13:25Z TRACE received state_system: "hardware" : { -2024-12-10T16:13:25Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:13:25Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:13:25Z TRACE received state_system: }, -2024-12-10T16:13:25Z TRACE received state_system: "last_config" : "2024-12-10T16:13:25Z", -2024-12-10T16:13:25Z TRACE received state_system: "operation" : { -2024-12-10T16:13:25Z TRACE received state_system: "operational" : true, -2024-12-10T16:13:25Z TRACE received state_system: "last_start" : "2024-12-10T16:12:43Z", -2024-12-10T16:13:25Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:13:25Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:13:25Z TRACE received state_system: }, -2024-12-10T16:13:25Z TRACE received state_system: "serial_no" : "sequencer-4265", -2024-12-10T16:13:25Z TRACE received state_system: "software" : { -2024-12-10T16:13:25Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:13:25Z TRACE received state_system: }, -2024-12-10T16:13:25Z TRACE received state_system: "status" : { -2024-12-10T16:13:25Z TRACE received state_system: "message" : "success", -2024-12-10T16:13:25Z TRACE received state_system: "category" : "system.config.apply", -2024-12-10T16:13:25Z TRACE received state_system: "timestamp" : "2024-12-10T16:13:25Z", -2024-12-10T16:13:25Z TRACE received state_system: "level" : 300 -2024-12-10T16:13:25Z TRACE received state_system: }, -2024-12-10T16:13:25Z TRACE received state_system: "timestamp" : "2024-12-10T16:13:25Z", -2024-12-10T16:13:25Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:13:25Z TRACE received state_system: } -2024-12-10T16:13:25Z DEBUG Handling device message state_system MP:f561f5ac-0 -2024-12-10T16:13:25Z TRACE Ignoring partial state update -2024-12-10T16:13:25Z DEBUG Stage finished waiting for config update synchronized at 16s after 0s -2024-12-10T16:13:25Z TRACE Stage resume waiting for starting test wrapper at 16s -2024-12-10T16:13:25Z DEBUG Config sync took 0s -2024-12-10T16:13:25Z DEBUG Finished wait for config sync pending: null -2024-12-10T16:13:25Z TRACE Stage suspend waiting for starting test wrapper at 16s -2024-12-10T16:13:25Z INFO Stage start waiting for executing test at 16s -2024-12-10T16:13:25Z DEBUG stage begin waiting for executing test at 16s -2024-12-10T16:13:25Z DEBUG Allowing device state change discovery -2024-12-10T16:13:25Z TRACE Stage suspend waiting for executing test at 16s -2024-12-10T16:13:25Z INFO Stage start waiting for discovery families defined at 16s -2024-12-10T16:13:26Z DEBUG system config extra field null -2024-12-10T16:13:26Z TRACE updated check config_system: true -2024-12-10T16:13:26Z DEBUG update config_system, adding configTransaction RC:f8a4d6.00000018 -2024-12-10T16:13:26Z TRACE local local_system: { -2024-12-10T16:13:26Z TRACE local local_system: "min_loglevel" : 100, -2024-12-10T16:13:26Z TRACE local local_system: "metrics_rate_sec" : 10, -2024-12-10T16:13:26Z TRACE local local_system: "operation" : { -2024-12-10T16:13:26Z TRACE local local_system: "last_start" : "2024-12-10T16:12:43Z" -2024-12-10T16:13:26Z TRACE local local_system: }, -2024-12-10T16:13:26Z TRACE local local_system: "testing" : { -2024-12-10T16:13:26Z TRACE local local_system: "sequence_name" : "scan_single_future" -2024-12-10T16:13:26Z TRACE local local_system: } -2024-12-10T16:13:26Z TRACE local local_system: } -2024-12-10T16:13:26Z TRACE updated check config_pointset: true -2024-12-10T16:13:26Z DEBUG update config_pointset, adding configTransaction RC:f8a4d6.00000019 -2024-12-10T16:13:26Z TRACE local local_pointset: { -2024-12-10T16:13:26Z TRACE local local_pointset: "points" : { -2024-12-10T16:13:26Z TRACE local local_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:26Z TRACE local local_pointset: "units" : "Bars", -2024-12-10T16:13:26Z TRACE local local_pointset: "set_value" : 98 -2024-12-10T16:13:26Z TRACE local local_pointset: }, -2024-12-10T16:13:26Z TRACE local local_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:13:26Z TRACE local local_pointset: "ref" : "BV11.present_value", -2024-12-10T16:13:26Z TRACE local local_pointset: "units" : "No-units" -2024-12-10T16:13:26Z TRACE local local_pointset: }, -2024-12-10T16:13:26Z TRACE local local_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:26Z TRACE local local_pointset: "ref" : "AV12.present_value", -2024-12-10T16:13:26Z TRACE local local_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:13:26Z TRACE local local_pointset: } -2024-12-10T16:13:26Z TRACE local local_pointset: } -2024-12-10T16:13:26Z TRACE local local_pointset: } -2024-12-10T16:13:26Z TRACE updated check config_gateway: false -2024-12-10T16:13:26Z TRACE updated check config_localnet: true -2024-12-10T16:13:26Z DEBUG update config_localnet, adding configTransaction RC:f8a4d6.0000001a -2024-12-10T16:13:26Z TRACE local local_localnet: { -2024-12-10T16:13:26Z TRACE local local_localnet: "families" : { -2024-12-10T16:13:26Z TRACE local local_localnet: "ether" : { }, -2024-12-10T16:13:26Z TRACE local local_localnet: "ipv4" : { }, -2024-12-10T16:13:26Z TRACE local local_localnet: "vendor" : { }, -2024-12-10T16:13:26Z TRACE local local_localnet: "bacnet" : { } -2024-12-10T16:13:26Z TRACE local local_localnet: } -2024-12-10T16:13:26Z TRACE local local_localnet: } -2024-12-10T16:13:26Z TRACE updated check config_blobset: false -2024-12-10T16:13:26Z TRACE updated check config_discovery: true -2024-12-10T16:13:26Z DEBUG update config_discovery, adding configTransaction RC:f8a4d6.0000001b -2024-12-10T16:13:26Z TRACE local local_discovery: { -2024-12-10T16:13:26Z TRACE local local_discovery: "families" : { } -2024-12-10T16:13:26Z TRACE local local_discovery: } -2024-12-10T16:13:26Z DEBUG Saving pre-config state timestamp 2024-12-10T16:13:25Z -2024-12-10T16:13:26Z DEBUG Update lastConfigUpdate 2024-12-10T16:13:26Z, because before discovery families defined -2024-12-10T16:13:26Z TRACE Stage suspend waiting for discovery families defined at 17s -2024-12-10T16:13:26Z INFO Stage start waiting for config update synchronized at 17s -2024-12-10T16:13:26Z TRACE received command AHU-1/state/discovery -2024-12-10T16:13:26Z TRACE received state_discovery: { -2024-12-10T16:13:26Z TRACE received state_discovery: "families" : { }, -2024-12-10T16:13:26Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:13:25Z", -2024-12-10T16:13:26Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:13:26Z TRACE received state_discovery: } -2024-12-10T16:13:26Z DEBUG Handling device message state_discovery MP:f561f5ac-1 -2024-12-10T16:13:26Z TRACE Ignoring partial state update -2024-12-10T16:13:26Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-12-10T16:13:26Z TRACE received command AHU-1/state/localnet -2024-12-10T16:13:26Z TRACE received state_localnet: { -2024-12-10T16:13:26Z TRACE received state_localnet: "families" : { -2024-12-10T16:13:26Z TRACE received state_localnet: "ether" : { -2024-12-10T16:13:26Z TRACE received state_localnet: "addr" : "00:0d:3a:03:d4:23" -2024-12-10T16:13:26Z TRACE received state_localnet: }, -2024-12-10T16:13:26Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:13:26Z TRACE received state_localnet: "addr" : "10.1.0.117" -2024-12-10T16:13:26Z TRACE received state_localnet: }, -2024-12-10T16:13:26Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:13:26Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe03:d423" -2024-12-10T16:13:26Z TRACE received state_localnet: }, -2024-12-10T16:13:26Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:13:26Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:13:26Z TRACE received state_localnet: } -2024-12-10T16:13:26Z TRACE received state_localnet: }, -2024-12-10T16:13:26Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:13:25Z", -2024-12-10T16:13:26Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:13:26Z TRACE received state_localnet: } -2024-12-10T16:13:26Z DEBUG Handling device message state_localnet MP:f561f5ac-2 -2024-12-10T16:13:26Z TRACE Ignoring partial state update -2024-12-10T16:13:26Z TRACE received command AHU-1/state/pointset -2024-12-10T16:13:26Z TRACE received state_pointset: { -2024-12-10T16:13:26Z TRACE received state_pointset: "points" : { -2024-12-10T16:13:26Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:13:26Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:13:26Z TRACE received state_pointset: }, -2024-12-10T16:13:26Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:26Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:13:26Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:13:26Z TRACE received state_pointset: }, -2024-12-10T16:13:26Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:26Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:13:26Z TRACE received state_pointset: } -2024-12-10T16:13:26Z TRACE received state_pointset: }, -2024-12-10T16:13:26Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:13:25Z", -2024-12-10T16:13:26Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:13:26Z TRACE received state_pointset: } -2024-12-10T16:13:26Z DEBUG Handling device message state_pointset MP:f561f5ac-3 -2024-12-10T16:13:26Z TRACE Ignoring partial state update -2024-12-10T16:13:26Z TRACE received command AHU-1/config/update -2024-12-10T16:13:26Z DEBUG received config_update -2024-12-10T16:13:26Z DEBUG Handling update message config_update RC:f8a4d6.00000018 -2024-12-10T16:13:26Z DEBUG Removed configTransaction RC:f8a4d6.00000018 -2024-12-10T16:13:26Z DEBUG last_start changed false, last_start 2024-12-10T16:12:43Z -2024-12-10T16:13:26Z DEBUG Updated config 2024-12-10T16:13:26Z RC:f8a4d6.00000018 -2024-12-10T16:13:26Z INFO Updated config #015: Changed 1 fields: -2024-12-10T16:13:26Z INFO Updated config #015: Remove `discovery.families.vendor` -2024-12-10T16:13:27Z TRACE received command AHU-1/state/update -2024-12-10T16:13:27Z DEBUG received state_update -2024-12-10T16:13:27Z DEBUG Handling update message state_update MP:1cebaf1b -2024-12-10T16:13:27Z DEBUG Updated state after 0s 2024-12-10T16:13:27Z MP:1cebaf1b -2024-12-10T16:13:27Z INFO Updated state #015: Changed 3 fields: -2024-12-10T16:13:27Z INFO Updated state #015: Set `system.last_config` = `2024-12-10T16:13:26Z` -2024-12-10T16:13:27Z INFO Updated state #015: Set `system.status.timestamp` = `2024-12-10T16:13:26Z` -2024-12-10T16:13:27Z INFO Updated state #015: Set `timestamp` = `2024-12-10T16:13:27Z` -2024-12-10T16:13:27Z DEBUG Updated state has last_config 2024-12-10T16:13:26Z (expecting 2024-12-10T16:13:26Z) -2024-12-10T16:13:27Z DEBUG Detail config update synchronized is now: config transactions not cleared -2024-12-10T16:13:27Z TRACE received command AHU-1/state/system -2024-12-10T16:13:27Z TRACE received state_system: { -2024-12-10T16:13:27Z TRACE received state_system: "hardware" : { -2024-12-10T16:13:27Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:13:27Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:13:27Z TRACE received state_system: }, -2024-12-10T16:13:27Z TRACE received state_system: "last_config" : "2024-12-10T16:13:26Z", -2024-12-10T16:13:27Z TRACE received state_system: "operation" : { -2024-12-10T16:13:27Z TRACE received state_system: "operational" : true, -2024-12-10T16:13:27Z TRACE received state_system: "last_start" : "2024-12-10T16:12:43Z", -2024-12-10T16:13:27Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:13:27Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:13:27Z TRACE received state_system: }, -2024-12-10T16:13:27Z TRACE received state_system: "serial_no" : "sequencer-4265", -2024-12-10T16:13:27Z TRACE received state_system: "software" : { -2024-12-10T16:13:27Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:13:27Z TRACE received state_system: }, -2024-12-10T16:13:27Z TRACE received state_system: "status" : { -2024-12-10T16:13:27Z TRACE received state_system: "message" : "success", -2024-12-10T16:13:27Z TRACE received state_system: "category" : "system.config.apply", -2024-12-10T16:13:27Z TRACE received state_system: "timestamp" : "2024-12-10T16:13:26Z", -2024-12-10T16:13:27Z TRACE received state_system: "level" : 300 -2024-12-10T16:13:27Z TRACE received state_system: }, -2024-12-10T16:13:27Z TRACE received state_system: "timestamp" : "2024-12-10T16:13:27Z", -2024-12-10T16:13:27Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:13:27Z TRACE received state_system: } -2024-12-10T16:13:27Z DEBUG Handling device message state_system MP:1cebaf1b-0 -2024-12-10T16:13:27Z TRACE Ignoring partial state update -2024-12-10T16:13:27Z TRACE received command AHU-1/state/discovery -2024-12-10T16:13:27Z TRACE received state_discovery: { -2024-12-10T16:13:27Z TRACE received state_discovery: "families" : { }, -2024-12-10T16:13:27Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:13:27Z", -2024-12-10T16:13:27Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:13:27Z TRACE received state_discovery: } -2024-12-10T16:13:27Z DEBUG Handling device message state_discovery MP:1cebaf1b-1 -2024-12-10T16:13:27Z TRACE Ignoring partial state update -2024-12-10T16:13:27Z TRACE received command AHU-1/state/localnet -2024-12-10T16:13:27Z TRACE received state_localnet: { -2024-12-10T16:13:27Z TRACE received state_localnet: "families" : { -2024-12-10T16:13:27Z TRACE received state_localnet: "ether" : { -2024-12-10T16:13:27Z TRACE received state_localnet: "addr" : "00:0d:3a:03:d4:23" -2024-12-10T16:13:27Z TRACE received state_localnet: }, -2024-12-10T16:13:27Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:13:27Z TRACE received state_localnet: "addr" : "10.1.0.117" -2024-12-10T16:13:27Z TRACE received state_localnet: }, -2024-12-10T16:13:27Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:13:27Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe03:d423" -2024-12-10T16:13:27Z TRACE received state_localnet: }, -2024-12-10T16:13:27Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:13:27Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:13:27Z TRACE received state_localnet: } -2024-12-10T16:13:27Z TRACE received state_localnet: }, -2024-12-10T16:13:27Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:13:27Z", -2024-12-10T16:13:27Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:13:27Z TRACE received state_localnet: } -2024-12-10T16:13:27Z DEBUG Handling device message state_localnet MP:1cebaf1b-2 -2024-12-10T16:13:27Z TRACE Ignoring partial state update -2024-12-10T16:13:27Z TRACE received command AHU-1/state/pointset -2024-12-10T16:13:27Z TRACE received state_pointset: { -2024-12-10T16:13:27Z TRACE received state_pointset: "points" : { -2024-12-10T16:13:27Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:13:27Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:13:27Z TRACE received state_pointset: }, -2024-12-10T16:13:27Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:27Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:13:27Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:13:27Z TRACE received state_pointset: }, -2024-12-10T16:13:27Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:27Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:13:27Z TRACE received state_pointset: } -2024-12-10T16:13:27Z TRACE received state_pointset: }, -2024-12-10T16:13:27Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:13:27Z", -2024-12-10T16:13:27Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:13:27Z TRACE received state_pointset: } -2024-12-10T16:13:27Z DEBUG Handling device message state_pointset MP:1cebaf1b-3 -2024-12-10T16:13:27Z TRACE Ignoring partial state update -2024-12-10T16:13:28Z TRACE received command AHU-1/config/update -2024-12-10T16:13:28Z DEBUG received config_update -2024-12-10T16:13:28Z DEBUG Handling update message config_update RC:f8a4d6.0000001b -2024-12-10T16:13:28Z DEBUG Removed configTransaction RC:f8a4d6.0000001b -2024-12-10T16:13:28Z DEBUG last_start changed false, last_start 2024-12-10T16:12:43Z -2024-12-10T16:13:28Z DEBUG Updated config 2024-12-10T16:13:28Z RC:f8a4d6.0000001b -2024-12-10T16:13:28Z INFO Updated config #016: Changed 0 fields. -2024-12-10T16:13:29Z TRACE received command AHU-1/config/update -2024-12-10T16:13:29Z DEBUG received config_update -2024-12-10T16:13:29Z DEBUG Handling update message config_update RC:f8a4d6.0000001a -2024-12-10T16:13:29Z DEBUG Removed configTransaction RC:f8a4d6.0000001a -2024-12-10T16:13:29Z DEBUG last_start changed false, last_start 2024-12-10T16:12:43Z -2024-12-10T16:13:29Z DEBUG Updated config 2024-12-10T16:13:29Z RC:f8a4d6.0000001a -2024-12-10T16:13:29Z INFO Updated config #017: Changed 0 fields. -2024-12-10T16:13:29Z DEBUG Detail config update synchronized is now: config transactions not cleared, last_config not synced in state -2024-12-10T16:13:29Z TRACE received command AHU-1/state/update -2024-12-10T16:13:29Z DEBUG received state_update -2024-12-10T16:13:29Z DEBUG Handling update message state_update MP:64712622 -2024-12-10T16:13:29Z DEBUG Updated state after 0s 2024-12-10T16:13:29Z MP:64712622 -2024-12-10T16:13:29Z INFO Updated state #016: Changed 3 fields: -2024-12-10T16:13:29Z INFO Updated state #016: Set `system.last_config` = `2024-12-10T16:13:29Z` -2024-12-10T16:13:29Z INFO Updated state #016: Set `system.status.timestamp` = `2024-12-10T16:13:29Z` -2024-12-10T16:13:29Z INFO Updated state #016: Set `timestamp` = `2024-12-10T16:13:29Z` -2024-12-10T16:13:29Z DEBUG Updated state has last_config 2024-12-10T16:13:29Z (expecting 2024-12-10T16:13:29Z) -2024-12-10T16:13:29Z TRACE received command AHU-1/state/system -2024-12-10T16:13:29Z TRACE received state_system: { -2024-12-10T16:13:29Z TRACE received state_system: "hardware" : { -2024-12-10T16:13:29Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:13:29Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:13:29Z TRACE received state_system: }, -2024-12-10T16:13:29Z TRACE received state_system: "last_config" : "2024-12-10T16:13:29Z", -2024-12-10T16:13:29Z TRACE received state_system: "operation" : { -2024-12-10T16:13:29Z TRACE received state_system: "operational" : true, -2024-12-10T16:13:29Z TRACE received state_system: "last_start" : "2024-12-10T16:12:43Z", -2024-12-10T16:13:29Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:13:29Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:13:29Z TRACE received state_system: }, -2024-12-10T16:13:29Z TRACE received state_system: "serial_no" : "sequencer-4265", -2024-12-10T16:13:29Z TRACE received state_system: "software" : { -2024-12-10T16:13:29Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:13:29Z TRACE received state_system: }, -2024-12-10T16:13:29Z TRACE received state_system: "status" : { -2024-12-10T16:13:29Z TRACE received state_system: "message" : "success", -2024-12-10T16:13:29Z TRACE received state_system: "category" : "system.config.apply", -2024-12-10T16:13:29Z TRACE received state_system: "timestamp" : "2024-12-10T16:13:29Z", -2024-12-10T16:13:29Z TRACE received state_system: "level" : 300 -2024-12-10T16:13:29Z TRACE received state_system: }, -2024-12-10T16:13:29Z TRACE received state_system: "timestamp" : "2024-12-10T16:13:29Z", -2024-12-10T16:13:29Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:13:29Z TRACE received state_system: } -2024-12-10T16:13:29Z DEBUG Handling device message state_system MP:64712622-0 -2024-12-10T16:13:29Z TRACE Ignoring partial state update -2024-12-10T16:13:29Z DEBUG Detail config update synchronized is now: config transactions not cleared -2024-12-10T16:13:29Z TRACE received command AHU-1/state/discovery -2024-12-10T16:13:29Z TRACE received state_discovery: { -2024-12-10T16:13:29Z TRACE received state_discovery: "families" : { }, -2024-12-10T16:13:29Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:13:29Z", -2024-12-10T16:13:29Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:13:29Z TRACE received state_discovery: } -2024-12-10T16:13:29Z DEBUG Handling device message state_discovery MP:64712622-1 -2024-12-10T16:13:29Z TRACE Ignoring partial state update -2024-12-10T16:13:29Z TRACE received command AHU-1/state/localnet -2024-12-10T16:13:29Z TRACE received state_localnet: { -2024-12-10T16:13:29Z TRACE received state_localnet: "families" : { -2024-12-10T16:13:29Z TRACE received state_localnet: "ether" : { -2024-12-10T16:13:29Z TRACE received state_localnet: "addr" : "00:0d:3a:03:d4:23" -2024-12-10T16:13:29Z TRACE received state_localnet: }, -2024-12-10T16:13:29Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:13:29Z TRACE received state_localnet: "addr" : "10.1.0.117" -2024-12-10T16:13:29Z TRACE received state_localnet: }, -2024-12-10T16:13:29Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:13:29Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe03:d423" -2024-12-10T16:13:29Z TRACE received state_localnet: }, -2024-12-10T16:13:29Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:13:29Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:13:29Z TRACE received state_localnet: } -2024-12-10T16:13:29Z TRACE received state_localnet: }, -2024-12-10T16:13:29Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:13:29Z", -2024-12-10T16:13:29Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:13:29Z TRACE received state_localnet: } -2024-12-10T16:13:29Z DEBUG Handling device message state_localnet MP:64712622-2 -2024-12-10T16:13:29Z TRACE Ignoring partial state update -2024-12-10T16:13:29Z TRACE received command AHU-1/state/pointset -2024-12-10T16:13:29Z TRACE received state_pointset: { -2024-12-10T16:13:29Z TRACE received state_pointset: "points" : { -2024-12-10T16:13:29Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:13:29Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:13:29Z TRACE received state_pointset: }, -2024-12-10T16:13:29Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:29Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:13:29Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:13:29Z TRACE received state_pointset: }, -2024-12-10T16:13:29Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:29Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:13:29Z TRACE received state_pointset: } -2024-12-10T16:13:29Z TRACE received state_pointset: }, -2024-12-10T16:13:29Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:13:29Z", -2024-12-10T16:13:29Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:13:29Z TRACE received state_pointset: } -2024-12-10T16:13:29Z DEBUG Handling device message state_pointset MP:64712622-3 -2024-12-10T16:13:29Z TRACE Ignoring partial state update -2024-12-10T16:13:30Z TRACE received command AHU-1/config/update -2024-12-10T16:13:30Z DEBUG received config_update -2024-12-10T16:13:30Z DEBUG Handling update message config_update RC:f8a4d6.00000019 -2024-12-10T16:13:30Z DEBUG Removed configTransaction RC:f8a4d6.00000019 -2024-12-10T16:13:30Z DEBUG last_start changed false, last_start 2024-12-10T16:12:43Z -2024-12-10T16:13:30Z DEBUG Updated config 2024-12-10T16:13:30Z RC:f8a4d6.00000019 -2024-12-10T16:13:30Z INFO Updated config #018: Changed 0 fields. -2024-12-10T16:13:30Z DEBUG Detail config update synchronized is now: last_config not synced in state -2024-12-10T16:13:31Z TRACE received command AHU-1/state/update -2024-12-10T16:13:31Z DEBUG received state_update -2024-12-10T16:13:31Z DEBUG Handling update message state_update MP:c8720d18 -2024-12-10T16:13:31Z DEBUG Updated state after 0s 2024-12-10T16:13:31Z MP:c8720d18 -2024-12-10T16:13:31Z INFO Updated state #017: Changed 3 fields: -2024-12-10T16:13:31Z INFO Updated state #017: Set `system.last_config` = `2024-12-10T16:13:30Z` -2024-12-10T16:13:31Z INFO Updated state #017: Set `system.status.timestamp` = `2024-12-10T16:13:30Z` -2024-12-10T16:13:31Z INFO Updated state #017: Set `timestamp` = `2024-12-10T16:13:31Z` -2024-12-10T16:13:31Z DEBUG Updated state has last_config 2024-12-10T16:13:30Z (expecting 2024-12-10T16:13:30Z) -2024-12-10T16:13:31Z TRACE received command AHU-1/state/system -2024-12-10T16:13:31Z TRACE received state_system: { -2024-12-10T16:13:31Z TRACE received state_system: "hardware" : { -2024-12-10T16:13:31Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:13:31Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:13:31Z TRACE received state_system: }, -2024-12-10T16:13:31Z TRACE received state_system: "last_config" : "2024-12-10T16:13:30Z", -2024-12-10T16:13:31Z TRACE received state_system: "operation" : { -2024-12-10T16:13:31Z TRACE received state_system: "operational" : true, -2024-12-10T16:13:31Z TRACE received state_system: "last_start" : "2024-12-10T16:12:43Z", -2024-12-10T16:13:31Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:13:31Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:13:31Z TRACE received state_system: }, -2024-12-10T16:13:31Z TRACE received state_system: "serial_no" : "sequencer-4265", -2024-12-10T16:13:31Z TRACE received state_system: "software" : { -2024-12-10T16:13:31Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:13:31Z TRACE received state_system: }, -2024-12-10T16:13:31Z TRACE received state_system: "status" : { -2024-12-10T16:13:31Z TRACE received state_system: "message" : "success", -2024-12-10T16:13:31Z TRACE received state_system: "category" : "system.config.apply", -2024-12-10T16:13:31Z TRACE received state_system: "timestamp" : "2024-12-10T16:13:30Z", -2024-12-10T16:13:31Z TRACE received state_system: "level" : 300 -2024-12-10T16:13:31Z TRACE received state_system: }, -2024-12-10T16:13:31Z TRACE received state_system: "timestamp" : "2024-12-10T16:13:31Z", -2024-12-10T16:13:31Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:13:31Z TRACE received state_system: } -2024-12-10T16:13:31Z DEBUG Handling device message state_system MP:c8720d18-0 -2024-12-10T16:13:31Z TRACE Ignoring partial state update -2024-12-10T16:13:31Z DEBUG Detail config update synchronized is now: null -2024-12-10T16:13:31Z DEBUG Stage finished waiting for config update synchronized at 22s after 4s -2024-12-10T16:13:31Z TRACE Stage resume waiting for discovery families defined at 22s -2024-12-10T16:13:31Z DEBUG Config sync took 5s -2024-12-10T16:13:31Z DEBUG Finished wait for config sync pending: null -2024-12-10T16:13:31Z DEBUG Update config before discovery families defined timestamp 2024-12-10T16:13:30Z -2024-12-10T16:13:31Z TRACE local local_update: { -2024-12-10T16:13:31Z TRACE local local_update: "timestamp" : "2024-12-10T16:13:30Z", -2024-12-10T16:13:31Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:13:31Z TRACE local local_update: "system" : { -2024-12-10T16:13:31Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:13:31Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:13:31Z TRACE local local_update: "operation" : { -2024-12-10T16:13:31Z TRACE local local_update: "last_start" : "2024-12-10T16:12:43Z" -2024-12-10T16:13:31Z TRACE local local_update: }, -2024-12-10T16:13:31Z TRACE local local_update: "testing" : { -2024-12-10T16:13:31Z TRACE local local_update: "sequence_name" : "scan_single_future" -2024-12-10T16:13:31Z TRACE local local_update: } -2024-12-10T16:13:31Z TRACE local local_update: }, -2024-12-10T16:13:31Z TRACE local local_update: "discovery" : { -2024-12-10T16:13:31Z TRACE local local_update: "families" : { } -2024-12-10T16:13:31Z TRACE local local_update: }, -2024-12-10T16:13:31Z TRACE local local_update: "localnet" : { -2024-12-10T16:13:31Z TRACE local local_update: "families" : { -2024-12-10T16:13:31Z TRACE local local_update: "ether" : { }, -2024-12-10T16:13:31Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:13:31Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:13:31Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:13:31Z TRACE local local_update: } -2024-12-10T16:13:31Z TRACE local local_update: }, -2024-12-10T16:13:31Z TRACE local local_update: "pointset" : { -2024-12-10T16:13:31Z TRACE local local_update: "points" : { -2024-12-10T16:13:31Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:31Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:13:31Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:13:31Z TRACE local local_update: }, -2024-12-10T16:13:31Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:13:31Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:13:31Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:13:31Z TRACE local local_update: }, -2024-12-10T16:13:31Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:31Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:13:31Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:13:31Z TRACE local local_update: } -2024-12-10T16:13:31Z TRACE local local_update: } -2024-12-10T16:13:31Z TRACE local local_update: } -2024-12-10T16:13:31Z TRACE local local_update: } -2024-12-10T16:13:31Z DEBUG Recorded sequence: 1. Update config before discovery families defined -2024-12-10T16:13:31Z INFO Device config Remove `discovery.families.vendor` -2024-12-10T16:13:31Z TRACE Update config before discovery families defined: Remove `discovery.families.vendor` -2024-12-10T16:13:31Z DEBUG Recorded sequence: 1. Wait for discovery families defined -2024-12-10T16:13:31Z DEBUG Stage finished waiting for discovery families defined at 22s after 6s -2024-12-10T16:13:31Z TRACE Stage resume waiting for executing test at 22s -2024-12-10T16:13:31Z TRACE Stage suspend waiting for executing test at 22s -2024-12-10T16:13:31Z INFO Stage start waiting for discovery family keys match at 22s -2024-12-10T16:13:32Z DEBUG system config extra field null -2024-12-10T16:13:32Z TRACE updated check config_system: false -2024-12-10T16:13:32Z TRACE updated check config_pointset: false -2024-12-10T16:13:32Z TRACE updated check config_gateway: false -2024-12-10T16:13:32Z TRACE updated check config_localnet: false -2024-12-10T16:13:32Z TRACE updated check config_blobset: false -2024-12-10T16:13:32Z TRACE updated check config_discovery: false -2024-12-10T16:13:32Z DEBUG Update config Before discovery family keys match timestamp 2024-12-10T16:13:30Z -2024-12-10T16:13:32Z TRACE local local_update: { -2024-12-10T16:13:32Z TRACE local local_update: "timestamp" : "2024-12-10T16:13:30Z", -2024-12-10T16:13:32Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:13:32Z TRACE local local_update: "system" : { -2024-12-10T16:13:32Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:13:32Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:13:32Z TRACE local local_update: "operation" : { -2024-12-10T16:13:32Z TRACE local local_update: "last_start" : "2024-12-10T16:12:43Z" -2024-12-10T16:13:32Z TRACE local local_update: }, -2024-12-10T16:13:32Z TRACE local local_update: "testing" : { -2024-12-10T16:13:32Z TRACE local local_update: "sequence_name" : "scan_single_future" -2024-12-10T16:13:32Z TRACE local local_update: } -2024-12-10T16:13:32Z TRACE local local_update: }, -2024-12-10T16:13:32Z TRACE local local_update: "discovery" : { -2024-12-10T16:13:32Z TRACE local local_update: "families" : { } -2024-12-10T16:13:32Z TRACE local local_update: }, -2024-12-10T16:13:32Z TRACE local local_update: "localnet" : { -2024-12-10T16:13:32Z TRACE local local_update: "families" : { -2024-12-10T16:13:32Z TRACE local local_update: "ether" : { }, -2024-12-10T16:13:32Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:13:32Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:13:32Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:13:32Z TRACE local local_update: } -2024-12-10T16:13:32Z TRACE local local_update: }, -2024-12-10T16:13:32Z TRACE local local_update: "pointset" : { -2024-12-10T16:13:32Z TRACE local local_update: "points" : { -2024-12-10T16:13:32Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:32Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:13:32Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:13:32Z TRACE local local_update: }, -2024-12-10T16:13:32Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:13:32Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:13:32Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:13:32Z TRACE local local_update: }, -2024-12-10T16:13:32Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:32Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:13:32Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:13:32Z TRACE local local_update: } -2024-12-10T16:13:32Z TRACE local local_update: } -2024-12-10T16:13:32Z TRACE local local_update: } -2024-12-10T16:13:32Z TRACE local local_update: } -2024-12-10T16:13:32Z DEBUG Recorded sequence: 1. Wait until discovery family keys match -2024-12-10T16:13:32Z DEBUG Stage finished waiting for discovery family keys match at 23s after 1s -2024-12-10T16:13:32Z TRACE Stage resume waiting for executing test at 23s -2024-12-10T16:13:32Z TRACE Stage suspend waiting for executing test at 23s -2024-12-10T16:13:32Z INFO Stage start waiting for no scans active at 23s -2024-12-10T16:13:33Z DEBUG system config extra field null -2024-12-10T16:13:33Z TRACE updated check config_system: false -2024-12-10T16:13:33Z TRACE updated check config_pointset: false -2024-12-10T16:13:33Z TRACE updated check config_gateway: false -2024-12-10T16:13:33Z TRACE updated check config_localnet: false -2024-12-10T16:13:33Z TRACE updated check config_blobset: false -2024-12-10T16:13:33Z TRACE updated check config_discovery: false -2024-12-10T16:13:33Z DEBUG Update config before no scans active timestamp 2024-12-10T16:13:30Z -2024-12-10T16:13:33Z TRACE local local_update: { -2024-12-10T16:13:33Z TRACE local local_update: "timestamp" : "2024-12-10T16:13:30Z", -2024-12-10T16:13:33Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:13:33Z TRACE local local_update: "system" : { -2024-12-10T16:13:33Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:13:33Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:13:33Z TRACE local local_update: "operation" : { -2024-12-10T16:13:33Z TRACE local local_update: "last_start" : "2024-12-10T16:12:43Z" -2024-12-10T16:13:33Z TRACE local local_update: }, -2024-12-10T16:13:33Z TRACE local local_update: "testing" : { -2024-12-10T16:13:33Z TRACE local local_update: "sequence_name" : "scan_single_future" -2024-12-10T16:13:33Z TRACE local local_update: } -2024-12-10T16:13:33Z TRACE local local_update: }, -2024-12-10T16:13:33Z TRACE local local_update: "discovery" : { -2024-12-10T16:13:33Z TRACE local local_update: "families" : { } -2024-12-10T16:13:33Z TRACE local local_update: }, -2024-12-10T16:13:33Z TRACE local local_update: "localnet" : { -2024-12-10T16:13:33Z TRACE local local_update: "families" : { -2024-12-10T16:13:33Z TRACE local local_update: "ether" : { }, -2024-12-10T16:13:33Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:13:33Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:13:33Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:13:33Z TRACE local local_update: } -2024-12-10T16:13:33Z TRACE local local_update: }, -2024-12-10T16:13:33Z TRACE local local_update: "pointset" : { -2024-12-10T16:13:33Z TRACE local local_update: "points" : { -2024-12-10T16:13:33Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:33Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:13:33Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:13:33Z TRACE local local_update: }, -2024-12-10T16:13:33Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:13:33Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:13:33Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:13:33Z TRACE local local_update: }, -2024-12-10T16:13:33Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:33Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:13:33Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:13:33Z TRACE local local_update: } -2024-12-10T16:13:33Z TRACE local local_update: } -2024-12-10T16:13:33Z TRACE local local_update: } -2024-12-10T16:13:33Z TRACE local local_update: } -2024-12-10T16:13:33Z DEBUG Recorded sequence: 1. Wait for no scans active -2024-12-10T16:13:33Z DEBUG Stage finished waiting for no scans active at 24s after 1s -2024-12-10T16:13:33Z TRACE Stage resume waiting for executing test at 24s -2024-12-10T16:13:33Z INFO Scan configured for family vendor starting at 2024-12-10T16:13:45Z evey nulls -2024-12-10T16:13:34Z TRACE Stage suspend waiting for executing test at 25s -2024-12-10T16:13:34Z INFO Stage start waiting for scheduled scan pending at 25s -2024-12-10T16:13:35Z DEBUG system config extra field null -2024-12-10T16:13:35Z TRACE updated check config_system: false -2024-12-10T16:13:35Z TRACE updated check config_pointset: false -2024-12-10T16:13:35Z TRACE updated check config_gateway: false -2024-12-10T16:13:35Z TRACE updated check config_localnet: false -2024-12-10T16:13:35Z TRACE updated check config_blobset: false -2024-12-10T16:13:35Z TRACE updated check config_discovery: true -2024-12-10T16:13:35Z DEBUG update config_discovery, adding configTransaction RC:f8a4d6.0000001c -2024-12-10T16:13:35Z TRACE local local_discovery: { -2024-12-10T16:13:35Z TRACE local local_discovery: "families" : { -2024-12-10T16:13:35Z TRACE local local_discovery: "vendor" : { -2024-12-10T16:13:35Z TRACE local local_discovery: "generation" : "2024-12-10T16:13:45Z", -2024-12-10T16:13:35Z TRACE local local_discovery: "scan_duration_sec" : 10 -2024-12-10T16:13:35Z TRACE local local_discovery: } -2024-12-10T16:13:35Z TRACE local local_discovery: } -2024-12-10T16:13:35Z TRACE local local_discovery: } -2024-12-10T16:13:35Z DEBUG Saving pre-config state timestamp 2024-12-10T16:13:31Z -2024-12-10T16:13:35Z DEBUG Update lastConfigUpdate 2024-12-10T16:13:35Z, because Before scheduled scan pending -2024-12-10T16:13:35Z TRACE Stage suspend waiting for scheduled scan pending at 26s -2024-12-10T16:13:35Z INFO Stage start waiting for config update synchronized at 26s -2024-12-10T16:13:35Z TRACE received command AHU-1/state/discovery -2024-12-10T16:13:35Z TRACE received state_discovery: { -2024-12-10T16:13:35Z TRACE received state_discovery: "families" : { }, -2024-12-10T16:13:35Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:13:31Z", -2024-12-10T16:13:35Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:13:35Z TRACE received state_discovery: } -2024-12-10T16:13:35Z DEBUG Handling device message state_discovery MP:c8720d18-1 -2024-12-10T16:13:35Z TRACE Ignoring partial state update -2024-12-10T16:13:35Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-12-10T16:13:35Z TRACE received command AHU-1/state/localnet -2024-12-10T16:13:35Z TRACE received state_localnet: { -2024-12-10T16:13:35Z TRACE received state_localnet: "families" : { -2024-12-10T16:13:35Z TRACE received state_localnet: "ether" : { -2024-12-10T16:13:35Z TRACE received state_localnet: "addr" : "00:0d:3a:03:d4:23" -2024-12-10T16:13:35Z TRACE received state_localnet: }, -2024-12-10T16:13:35Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:13:35Z TRACE received state_localnet: "addr" : "10.1.0.117" -2024-12-10T16:13:35Z TRACE received state_localnet: }, -2024-12-10T16:13:35Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:13:35Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe03:d423" -2024-12-10T16:13:35Z TRACE received state_localnet: }, -2024-12-10T16:13:35Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:13:35Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:13:35Z TRACE received state_localnet: } -2024-12-10T16:13:35Z TRACE received state_localnet: }, -2024-12-10T16:13:35Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:13:31Z", -2024-12-10T16:13:35Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:13:35Z TRACE received state_localnet: } -2024-12-10T16:13:35Z DEBUG Handling device message state_localnet MP:c8720d18-2 -2024-12-10T16:13:35Z TRACE Ignoring partial state update -2024-12-10T16:13:35Z TRACE received command AHU-1/state/pointset -2024-12-10T16:13:35Z TRACE received state_pointset: { -2024-12-10T16:13:35Z TRACE received state_pointset: "points" : { -2024-12-10T16:13:35Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:13:35Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:13:35Z TRACE received state_pointset: }, -2024-12-10T16:13:35Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:35Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:13:35Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:13:35Z TRACE received state_pointset: }, -2024-12-10T16:13:35Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:35Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:13:35Z TRACE received state_pointset: } -2024-12-10T16:13:35Z TRACE received state_pointset: }, -2024-12-10T16:13:35Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:13:31Z", -2024-12-10T16:13:35Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:13:35Z TRACE received state_pointset: } -2024-12-10T16:13:35Z DEBUG Handling device message state_pointset MP:c8720d18-3 -2024-12-10T16:13:35Z TRACE Ignoring partial state update -2024-12-10T16:13:35Z TRACE received command AHU-1/events/pointset -2024-12-10T16:13:35Z TRACE received events_pointset: { -2024-12-10T16:13:35Z TRACE received events_pointset: "points" : { -2024-12-10T16:13:35Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:13:35Z TRACE received events_pointset: "present_value" : false -2024-12-10T16:13:35Z TRACE received events_pointset: }, -2024-12-10T16:13:35Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:35Z TRACE received events_pointset: "present_value" : 98 -2024-12-10T16:13:35Z TRACE received events_pointset: }, -2024-12-10T16:13:35Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:35Z TRACE received events_pointset: "present_value" : 12 -2024-12-10T16:13:35Z TRACE received events_pointset: } -2024-12-10T16:13:35Z TRACE received events_pointset: }, -2024-12-10T16:13:35Z TRACE received events_pointset: "timestamp" : "2024-12-10T16:13:34Z", -2024-12-10T16:13:35Z TRACE received events_pointset: "version" : "1.5.2" -2024-12-10T16:13:35Z TRACE received events_pointset: } -2024-12-10T16:13:35Z DEBUG Handling device message events_pointset MP:a01ec7e7 -2024-12-10T16:13:35Z TRACE received command AHU-1/events/system -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:25Z DEBUG system.config.receive: success -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:25Z DEBUG device.log: State update defer 803ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:25Z DEBUG system.config.parse: success -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:25Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:25Z DEBUG device.log: State update defer 803ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:25Z DEBUG device.log: Config update AHU-1 (scan_single_future) -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:25Z INFO device.log: 2024-12-10T16:13:25Z received config 2024-12-10T16:13:25Z -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:25Z NOTICE system.config.apply: success -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:25Z DEBUG device.log: State update defer 801ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:25Z DEBUG device.log: State update defer 801ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:25Z DEBUG device.log: State update defer 0ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:25Z INFO device.log: Update state 2024-12-10T16:13:25Z last_config 2024-12-10T16:13:25Z -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:25Z DEBUG device.log: State update AHU-1 (scan_single_future) -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:26Z DEBUG system.config.receive: success -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:26Z DEBUG system.config.parse: success -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:26Z DEBUG device.log: State update defer 880ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:26Z DEBUG device.log: State update defer 879ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:26Z DEBUG device.log: Config update AHU-1 (scan_single_future) -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:26Z INFO device.log: 2024-12-10T16:13:26Z received config 2024-12-10T16:13:26Z -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:26Z NOTICE system.config.apply: success -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:26Z DEBUG device.log: State update defer 878ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:26Z DEBUG device.log: State update defer 878ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:26Z DEBUG device.log: State update defer 877ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:26Z DEBUG device.log: State update defer 877ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:26Z DEBUG device.log: State update defer 877ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:26Z DEBUG device.log: State update defer 877ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:26Z DEBUG device.log: State update defer 877ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:27Z DEBUG device.log: State update defer 0ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:27Z INFO device.log: Update state 2024-12-10T16:13:27Z last_config 2024-12-10T16:13:26Z -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:27Z DEBUG device.log: State update AHU-1 (scan_single_future) -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:28Z DEBUG system.config.receive: success -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:28Z DEBUG device.log: State update defer 1678ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:28Z DEBUG system.config.parse: success -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:28Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:28Z DEBUG device.log: Config update AHU-1 (scan_single_future) -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:28Z INFO device.log: 2024-12-10T16:13:28Z received config 2024-12-10T16:13:28Z -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:28Z NOTICE system.config.apply: success -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:28Z DEBUG device.log: State update defer 1673ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:28Z DEBUG device.log: State update defer 1673ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:28Z DEBUG device.log: State update defer 1673ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:28Z DEBUG device.log: State update defer 1672ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:29Z DEBUG system.config.receive: success -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:29Z DEBUG system.config.parse: success -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:29Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:29Z DEBUG device.log: State update defer 472ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:29Z DEBUG device.log: State update defer 472ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:29Z DEBUG device.log: Config update AHU-1 (scan_single_future) -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:29Z INFO device.log: 2024-12-10T16:13:29Z received config 2024-12-10T16:13:29Z -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:29Z NOTICE system.config.apply: success -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:29Z DEBUG device.log: State update defer 471ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:29Z DEBUG device.log: State update defer 470ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:29Z DEBUG device.log: State update defer 470ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:29Z DEBUG device.log: State update defer 470ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:29Z DEBUG device.log: State update defer 470ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:29Z DEBUG device.log: State update defer 0ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:29Z INFO device.log: Update state 2024-12-10T16:13:29Z last_config 2024-12-10T16:13:29Z -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:29Z DEBUG device.log: State update AHU-1 (scan_single_future) -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:30Z DEBUG system.config.receive: success -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:30Z DEBUG device.log: State update defer 1365ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:30Z DEBUG system.config.parse: success -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:30Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:30Z DEBUG device.log: State update defer 1364ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:30Z DEBUG device.log: Config update AHU-1 (scan_single_future) -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:30Z INFO device.log: 2024-12-10T16:13:30Z received config 2024-12-10T16:13:30Z -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:30Z NOTICE system.config.apply: success -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:30Z DEBUG device.log: State update defer 1363ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:30Z DEBUG device.log: State update defer 1363ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:30Z DEBUG device.log: State update defer 1362ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:30Z DEBUG device.log: State update defer 1362ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:30Z DEBUG device.log: State update defer 1362ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:30Z DEBUG device.log: State update defer 1362ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:30Z DEBUG device.log: State update defer 1362ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:31Z DEBUG device.log: State update defer 0ms -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:31Z INFO device.log: Update state 2024-12-10T16:13:31Z last_config 2024-12-10T16:13:30Z -2024-12-10T16:13:35Z DEBUG received events_system 2024-12-10T16:13:31Z DEBUG device.log: State update AHU-1 (scan_single_future) -2024-12-10T16:13:35Z DEBUG Handling device message events_system MP:ad1e8f19 -2024-12-10T16:13:35Z TRACE received command AHU-1/state/update -2024-12-10T16:13:35Z DEBUG received state_update -2024-12-10T16:13:35Z DEBUG Handling update message state_update MP:bd955f34 -2024-12-10T16:13:35Z DEBUG Updated state after 0s 2024-12-10T16:13:35Z MP:bd955f34 -2024-12-10T16:13:35Z INFO Updated state #018: Changed 4 fields: -2024-12-10T16:13:35Z INFO Updated state #018: Set `system.status.level` = `100` -2024-12-10T16:13:35Z INFO Updated state #018: Set `system.status.category` = `system.config.parse` -2024-12-10T16:13:35Z INFO Updated state #018: Set `system.status.timestamp` = `2024-12-10T16:13:35Z` -2024-12-10T16:13:35Z INFO Updated state #018: Set `timestamp` = `2024-12-10T16:13:35Z` -2024-12-10T16:13:35Z DEBUG Updated state has last_config 2024-12-10T16:13:30Z (expecting 2024-12-10T16:13:30Z) -2024-12-10T16:13:35Z TRACE received command AHU-1/config/update -2024-12-10T16:13:35Z DEBUG received config_update -2024-12-10T16:13:35Z DEBUG Handling update message config_update RC:f8a4d6.0000001c -2024-12-10T16:13:35Z DEBUG Removed configTransaction RC:f8a4d6.0000001c -2024-12-10T16:13:35Z DEBUG last_start changed false, last_start 2024-12-10T16:12:43Z -2024-12-10T16:13:35Z DEBUG Updated config 2024-12-10T16:13:35Z RC:f8a4d6.0000001c -2024-12-10T16:13:35Z INFO Updated config #019: Changed 1 fields: -2024-12-10T16:13:35Z INFO Updated config #019: Add `discovery.families.vendor` = { "generation": `family generation`, "scan_duration_sec": `10` } -2024-12-10T16:13:35Z DEBUG Detail config update synchronized is now: last_config not synced in state -2024-12-10T16:13:36Z TRACE received command AHU-1/state/system -2024-12-10T16:13:36Z TRACE received state_system: { -2024-12-10T16:13:36Z TRACE received state_system: "hardware" : { -2024-12-10T16:13:36Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:13:36Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:13:36Z TRACE received state_system: }, -2024-12-10T16:13:36Z TRACE received state_system: "last_config" : "2024-12-10T16:13:30Z", -2024-12-10T16:13:36Z TRACE received state_system: "operation" : { -2024-12-10T16:13:36Z TRACE received state_system: "operational" : true, -2024-12-10T16:13:36Z TRACE received state_system: "last_start" : "2024-12-10T16:12:43Z", -2024-12-10T16:13:36Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:13:36Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:13:36Z TRACE received state_system: }, -2024-12-10T16:13:36Z TRACE received state_system: "serial_no" : "sequencer-4265", -2024-12-10T16:13:36Z TRACE received state_system: "software" : { -2024-12-10T16:13:36Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:13:36Z TRACE received state_system: }, -2024-12-10T16:13:36Z TRACE received state_system: "status" : { -2024-12-10T16:13:36Z TRACE received state_system: "message" : "success", -2024-12-10T16:13:36Z TRACE received state_system: "category" : "system.config.parse", -2024-12-10T16:13:36Z TRACE received state_system: "timestamp" : "2024-12-10T16:13:35Z", -2024-12-10T16:13:36Z TRACE received state_system: "level" : 100 -2024-12-10T16:13:36Z TRACE received state_system: }, -2024-12-10T16:13:36Z TRACE received state_system: "timestamp" : "2024-12-10T16:13:35Z", -2024-12-10T16:13:36Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:13:36Z TRACE received state_system: } -2024-12-10T16:13:36Z DEBUG Handling device message state_system MP:bd955f34-0 -2024-12-10T16:13:36Z TRACE Ignoring partial state update -2024-12-10T16:13:36Z TRACE received command AHU-1/state/discovery -2024-12-10T16:13:36Z TRACE received state_discovery: { -2024-12-10T16:13:36Z TRACE received state_discovery: "families" : { }, -2024-12-10T16:13:36Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:13:35Z", -2024-12-10T16:13:36Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:13:36Z TRACE received state_discovery: } -2024-12-10T16:13:36Z DEBUG Handling device message state_discovery MP:bd955f34-1 -2024-12-10T16:13:36Z TRACE Ignoring partial state update -2024-12-10T16:13:36Z TRACE received command AHU-1/state/localnet -2024-12-10T16:13:36Z TRACE received state_localnet: { -2024-12-10T16:13:36Z TRACE received state_localnet: "families" : { -2024-12-10T16:13:36Z TRACE received state_localnet: "ether" : { -2024-12-10T16:13:36Z TRACE received state_localnet: "addr" : "00:0d:3a:03:d4:23" -2024-12-10T16:13:36Z TRACE received state_localnet: }, -2024-12-10T16:13:36Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:13:36Z TRACE received state_localnet: "addr" : "10.1.0.117" -2024-12-10T16:13:36Z TRACE received state_localnet: }, -2024-12-10T16:13:36Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:13:36Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe03:d423" -2024-12-10T16:13:36Z TRACE received state_localnet: }, -2024-12-10T16:13:36Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:13:36Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:13:36Z TRACE received state_localnet: } -2024-12-10T16:13:36Z TRACE received state_localnet: }, -2024-12-10T16:13:36Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:13:35Z", -2024-12-10T16:13:36Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:13:36Z TRACE received state_localnet: } -2024-12-10T16:13:36Z DEBUG Handling device message state_localnet MP:bd955f34-2 -2024-12-10T16:13:36Z TRACE Ignoring partial state update -2024-12-10T16:13:36Z TRACE received command AHU-1/state/pointset -2024-12-10T16:13:36Z TRACE received state_pointset: { -2024-12-10T16:13:36Z TRACE received state_pointset: "points" : { -2024-12-10T16:13:36Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:13:36Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:13:36Z TRACE received state_pointset: }, -2024-12-10T16:13:36Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:36Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:13:36Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:13:36Z TRACE received state_pointset: }, -2024-12-10T16:13:36Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:36Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:13:36Z TRACE received state_pointset: } -2024-12-10T16:13:36Z TRACE received state_pointset: }, -2024-12-10T16:13:36Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:13:35Z", -2024-12-10T16:13:36Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:13:36Z TRACE received state_pointset: } -2024-12-10T16:13:36Z DEBUG Handling device message state_pointset MP:bd955f34-3 -2024-12-10T16:13:36Z TRACE Ignoring partial state update -2024-12-10T16:13:37Z TRACE received command AHU-1/state/update -2024-12-10T16:13:37Z DEBUG received state_update -2024-12-10T16:13:37Z DEBUG Handling update message state_update MP:7832975d -2024-12-10T16:13:37Z DEBUG Updated state after 0s 2024-12-10T16:13:37Z MP:7832975d -2024-12-10T16:13:37Z INFO Updated state #019: Changed 5 fields: -2024-12-10T16:13:37Z INFO Updated state #019: Set `system.last_config` = `2024-12-10T16:13:35Z` -2024-12-10T16:13:37Z INFO Updated state #019: Set `system.status.level` = `300` -2024-12-10T16:13:37Z INFO Updated state #019: Set `system.status.category` = `system.config.apply` -2024-12-10T16:13:37Z INFO Updated state #019: Add `discovery.families.vendor` = { "generation": `2024-12-10T16:13:45Z`, "phase": `pending` } -2024-12-10T16:13:37Z INFO Updated state #019: Set `timestamp` = `2024-12-10T16:13:37Z` -2024-12-10T16:13:37Z DEBUG Updated state has last_config 2024-12-10T16:13:35Z (expecting 2024-12-10T16:13:35Z) -2024-12-10T16:13:38Z TRACE received command AHU-1/state/system -2024-12-10T16:13:38Z TRACE received state_system: { -2024-12-10T16:13:38Z TRACE received state_system: "hardware" : { -2024-12-10T16:13:38Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:13:38Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:13:38Z TRACE received state_system: }, -2024-12-10T16:13:38Z TRACE received state_system: "last_config" : "2024-12-10T16:13:35Z", -2024-12-10T16:13:38Z TRACE received state_system: "operation" : { -2024-12-10T16:13:38Z TRACE received state_system: "operational" : true, -2024-12-10T16:13:38Z TRACE received state_system: "last_start" : "2024-12-10T16:12:43Z", -2024-12-10T16:13:38Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:13:38Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:13:38Z TRACE received state_system: }, -2024-12-10T16:13:38Z TRACE received state_system: "serial_no" : "sequencer-4265", -2024-12-10T16:13:38Z TRACE received state_system: "software" : { -2024-12-10T16:13:38Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:13:38Z TRACE received state_system: }, -2024-12-10T16:13:38Z TRACE received state_system: "status" : { -2024-12-10T16:13:38Z TRACE received state_system: "message" : "success", -2024-12-10T16:13:38Z TRACE received state_system: "category" : "system.config.apply", -2024-12-10T16:13:38Z TRACE received state_system: "timestamp" : "2024-12-10T16:13:35Z", -2024-12-10T16:13:38Z TRACE received state_system: "level" : 300 -2024-12-10T16:13:38Z TRACE received state_system: }, -2024-12-10T16:13:38Z TRACE received state_system: "timestamp" : "2024-12-10T16:13:37Z", -2024-12-10T16:13:38Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:13:38Z TRACE received state_system: } -2024-12-10T16:13:38Z DEBUG Handling device message state_system MP:7832975d-0 -2024-12-10T16:13:38Z TRACE Ignoring partial state update -2024-12-10T16:13:38Z DEBUG Detail config update synchronized is now: null -2024-12-10T16:13:38Z DEBUG Stage finished waiting for config update synchronized at 28s after 2s -2024-12-10T16:13:38Z TRACE Stage resume waiting for scheduled scan pending at 28s -2024-12-10T16:13:38Z DEBUG Config sync took 3s -2024-12-10T16:13:38Z DEBUG Finished wait for config sync pending: null -2024-12-10T16:13:38Z DEBUG Update config Before scheduled scan pending timestamp 2024-12-10T16:13:35Z -2024-12-10T16:13:38Z TRACE local local_update: { -2024-12-10T16:13:38Z TRACE local local_update: "timestamp" : "2024-12-10T16:13:35Z", -2024-12-10T16:13:38Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:13:38Z TRACE local local_update: "system" : { -2024-12-10T16:13:38Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:13:38Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:13:38Z TRACE local local_update: "operation" : { -2024-12-10T16:13:38Z TRACE local local_update: "last_start" : "2024-12-10T16:12:43Z" -2024-12-10T16:13:38Z TRACE local local_update: }, -2024-12-10T16:13:38Z TRACE local local_update: "testing" : { -2024-12-10T16:13:38Z TRACE local local_update: "sequence_name" : "scan_single_future" -2024-12-10T16:13:38Z TRACE local local_update: } -2024-12-10T16:13:38Z TRACE local local_update: }, -2024-12-10T16:13:38Z TRACE local local_update: "discovery" : { -2024-12-10T16:13:38Z TRACE local local_update: "families" : { -2024-12-10T16:13:38Z TRACE local local_update: "vendor" : { -2024-12-10T16:13:38Z TRACE local local_update: "generation" : "2024-12-10T16:13:45Z", -2024-12-10T16:13:38Z TRACE local local_update: "scan_duration_sec" : 10 -2024-12-10T16:13:38Z TRACE local local_update: } -2024-12-10T16:13:38Z TRACE local local_update: } -2024-12-10T16:13:38Z TRACE local local_update: }, -2024-12-10T16:13:38Z TRACE local local_update: "localnet" : { -2024-12-10T16:13:38Z TRACE local local_update: "families" : { -2024-12-10T16:13:38Z TRACE local local_update: "ether" : { }, -2024-12-10T16:13:38Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:13:38Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:13:38Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:13:38Z TRACE local local_update: } -2024-12-10T16:13:38Z TRACE local local_update: }, -2024-12-10T16:13:38Z TRACE local local_update: "pointset" : { -2024-12-10T16:13:38Z TRACE local local_update: "points" : { -2024-12-10T16:13:38Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:38Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:13:38Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:13:38Z TRACE local local_update: }, -2024-12-10T16:13:38Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:13:38Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:13:38Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:13:38Z TRACE local local_update: }, -2024-12-10T16:13:38Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:38Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:13:38Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:13:38Z TRACE local local_update: } -2024-12-10T16:13:38Z TRACE local local_update: } -2024-12-10T16:13:38Z TRACE local local_update: } -2024-12-10T16:13:38Z TRACE local local_update: } -2024-12-10T16:13:38Z DEBUG Recorded sequence: 1. Update config Before scheduled scan pending -2024-12-10T16:13:38Z INFO Device config Add `discovery.families.vendor` = { "generation": `family generation`, "scan_duration_sec": `10` } -2024-12-10T16:13:38Z TRACE Update config Before scheduled scan pending: Add `discovery.families.vendor` = { "generation": `family generation`, "scan_duration_sec": `10` } -2024-12-10T16:13:38Z DEBUG Recorded sequence: 1. Wait until scheduled scan pending -2024-12-10T16:13:38Z DEBUG Stage finished waiting for scheduled scan pending at 28s after 3s -2024-12-10T16:13:38Z TRACE Stage resume waiting for executing test at 28s -2024-12-10T16:13:38Z TRACE Stage suspend waiting for executing test at 28s -2024-12-10T16:13:38Z INFO Stage start waiting for scheduled scan active at 28s -2024-12-10T16:13:39Z DEBUG system config extra field null -2024-12-10T16:13:39Z TRACE updated check config_system: false -2024-12-10T16:13:39Z TRACE updated check config_pointset: false -2024-12-10T16:13:39Z TRACE updated check config_gateway: false -2024-12-10T16:13:39Z TRACE updated check config_localnet: false -2024-12-10T16:13:39Z TRACE updated check config_blobset: false -2024-12-10T16:13:39Z TRACE updated check config_discovery: false -2024-12-10T16:13:39Z DEBUG Update config Before scheduled scan active timestamp 2024-12-10T16:13:35Z -2024-12-10T16:13:39Z TRACE local local_update: { -2024-12-10T16:13:39Z TRACE local local_update: "timestamp" : "2024-12-10T16:13:35Z", -2024-12-10T16:13:39Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:13:39Z TRACE local local_update: "system" : { -2024-12-10T16:13:39Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:13:39Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:13:39Z TRACE local local_update: "operation" : { -2024-12-10T16:13:39Z TRACE local local_update: "last_start" : "2024-12-10T16:12:43Z" -2024-12-10T16:13:39Z TRACE local local_update: }, -2024-12-10T16:13:39Z TRACE local local_update: "testing" : { -2024-12-10T16:13:39Z TRACE local local_update: "sequence_name" : "scan_single_future" -2024-12-10T16:13:39Z TRACE local local_update: } -2024-12-10T16:13:39Z TRACE local local_update: }, -2024-12-10T16:13:39Z TRACE local local_update: "discovery" : { -2024-12-10T16:13:39Z TRACE local local_update: "families" : { -2024-12-10T16:13:39Z TRACE local local_update: "vendor" : { -2024-12-10T16:13:39Z TRACE local local_update: "generation" : "2024-12-10T16:13:45Z", -2024-12-10T16:13:39Z TRACE local local_update: "scan_duration_sec" : 10 -2024-12-10T16:13:39Z TRACE local local_update: } -2024-12-10T16:13:39Z TRACE local local_update: } -2024-12-10T16:13:39Z TRACE local local_update: }, -2024-12-10T16:13:39Z TRACE local local_update: "localnet" : { -2024-12-10T16:13:39Z TRACE local local_update: "families" : { -2024-12-10T16:13:39Z TRACE local local_update: "ether" : { }, -2024-12-10T16:13:39Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:13:39Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:13:39Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:13:39Z TRACE local local_update: } -2024-12-10T16:13:39Z TRACE local local_update: }, -2024-12-10T16:13:39Z TRACE local local_update: "pointset" : { -2024-12-10T16:13:39Z TRACE local local_update: "points" : { -2024-12-10T16:13:39Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:39Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:13:39Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:13:39Z TRACE local local_update: }, -2024-12-10T16:13:39Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:13:39Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:13:39Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:13:39Z TRACE local local_update: }, -2024-12-10T16:13:39Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:39Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:13:39Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:13:39Z TRACE local local_update: } -2024-12-10T16:13:39Z TRACE local local_update: } -2024-12-10T16:13:39Z TRACE local local_update: } -2024-12-10T16:13:39Z TRACE local local_update: } -2024-12-10T16:13:39Z DEBUG Detail scheduled scan active is now: Expected active 2024-12-10T16:13:45Z but {"generation":"2024-12-10T16:13:45Z","phase":"pending"} -2024-12-10T16:13:39Z TRACE received command AHU-1/state/discovery -2024-12-10T16:13:39Z TRACE received state_discovery: { -2024-12-10T16:13:39Z TRACE received state_discovery: "families" : { -2024-12-10T16:13:39Z TRACE received state_discovery: "vendor" : { -2024-12-10T16:13:39Z TRACE received state_discovery: "generation" : "2024-12-10T16:13:45Z", -2024-12-10T16:13:39Z TRACE received state_discovery: "phase" : "pending" -2024-12-10T16:13:39Z TRACE received state_discovery: } -2024-12-10T16:13:39Z TRACE received state_discovery: }, -2024-12-10T16:13:39Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:13:37Z", -2024-12-10T16:13:39Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:13:39Z TRACE received state_discovery: } -2024-12-10T16:13:39Z DEBUG Handling device message state_discovery MP:7832975d-1 -2024-12-10T16:13:39Z TRACE Ignoring partial state update -2024-12-10T16:13:39Z TRACE received command AHU-1/state/localnet -2024-12-10T16:13:39Z TRACE received state_localnet: { -2024-12-10T16:13:39Z TRACE received state_localnet: "families" : { -2024-12-10T16:13:39Z TRACE received state_localnet: "ether" : { -2024-12-10T16:13:39Z TRACE received state_localnet: "addr" : "00:0d:3a:03:d4:23" -2024-12-10T16:13:39Z TRACE received state_localnet: }, -2024-12-10T16:13:39Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:13:39Z TRACE received state_localnet: "addr" : "10.1.0.117" -2024-12-10T16:13:39Z TRACE received state_localnet: }, -2024-12-10T16:13:39Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:13:39Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe03:d423" -2024-12-10T16:13:39Z TRACE received state_localnet: }, -2024-12-10T16:13:39Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:13:39Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:13:39Z TRACE received state_localnet: } -2024-12-10T16:13:39Z TRACE received state_localnet: }, -2024-12-10T16:13:39Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:13:37Z", -2024-12-10T16:13:39Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:13:39Z TRACE received state_localnet: } -2024-12-10T16:13:39Z DEBUG Handling device message state_localnet MP:7832975d-2 -2024-12-10T16:13:39Z TRACE Ignoring partial state update -2024-12-10T16:13:39Z TRACE received command AHU-1/state/pointset -2024-12-10T16:13:39Z TRACE received state_pointset: { -2024-12-10T16:13:39Z TRACE received state_pointset: "points" : { -2024-12-10T16:13:39Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:13:39Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:13:39Z TRACE received state_pointset: }, -2024-12-10T16:13:39Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:39Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:13:39Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:13:39Z TRACE received state_pointset: }, -2024-12-10T16:13:39Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:39Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:13:39Z TRACE received state_pointset: } -2024-12-10T16:13:39Z TRACE received state_pointset: }, -2024-12-10T16:13:39Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:13:37Z", -2024-12-10T16:13:39Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:13:39Z TRACE received state_pointset: } -2024-12-10T16:13:39Z DEBUG Handling device message state_pointset MP:7832975d-3 -2024-12-10T16:13:39Z TRACE Ignoring partial state update -2024-12-10T16:13:44Z TRACE received command AHU-1/events/pointset -2024-12-10T16:13:44Z TRACE received events_pointset: { -2024-12-10T16:13:44Z TRACE received events_pointset: "points" : { -2024-12-10T16:13:44Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:13:44Z TRACE received events_pointset: "present_value" : false -2024-12-10T16:13:44Z TRACE received events_pointset: }, -2024-12-10T16:13:44Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:44Z TRACE received events_pointset: "present_value" : 98 -2024-12-10T16:13:44Z TRACE received events_pointset: }, -2024-12-10T16:13:44Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:44Z TRACE received events_pointset: "present_value" : 9 -2024-12-10T16:13:44Z TRACE received events_pointset: } -2024-12-10T16:13:44Z TRACE received events_pointset: }, -2024-12-10T16:13:44Z TRACE received events_pointset: "timestamp" : "2024-12-10T16:13:44Z", -2024-12-10T16:13:44Z TRACE received events_pointset: "version" : "1.5.2" -2024-12-10T16:13:44Z TRACE received events_pointset: } -2024-12-10T16:13:44Z DEBUG Handling device message events_pointset MP:2c79df23 -2024-12-10T16:13:44Z TRACE received command AHU-1/events/system -2024-12-10T16:13:44Z DEBUG received events_system 2024-12-10T16:13:35Z DEBUG system.config.receive: success -2024-12-10T16:13:44Z DEBUG received events_system 2024-12-10T16:13:35Z DEBUG device.log: State update defer -2109ms -2024-12-10T16:13:44Z DEBUG received events_system 2024-12-10T16:13:35Z INFO device.log: Update state 2024-12-10T16:13:35Z last_config 2024-12-10T16:13:30Z -2024-12-10T16:13:44Z DEBUG received events_system 2024-12-10T16:13:35Z DEBUG device.log: State update AHU-1 (scan_single_future) -2024-12-10T16:13:44Z DEBUG received events_system 2024-12-10T16:13:35Z DEBUG system.config.parse: success -2024-12-10T16:13:44Z DEBUG received events_system 2024-12-10T16:13:35Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:13:44Z DEBUG received events_system 2024-12-10T16:13:35Z DEBUG device.log: Config update AHU-1 (scan_single_future) -2024-12-10T16:13:44Z DEBUG received events_system 2024-12-10T16:13:35Z DEBUG device.log: State update defer 2000ms -2024-12-10T16:13:44Z DEBUG received events_system 2024-12-10T16:13:35Z INFO device.log: 2024-12-10T16:13:35Z received config 2024-12-10T16:13:35Z -2024-12-10T16:13:44Z DEBUG received events_system 2024-12-10T16:13:35Z INFO device.log: Discovery scan generation vendor pending at 2024-12-10T16:13:45Z -2024-12-10T16:13:44Z DEBUG received events_system 2024-12-10T16:13:35Z DEBUG device.log: Scheduling future in 9020ms -2024-12-10T16:13:44Z DEBUG received events_system 2024-12-10T16:13:35Z NOTICE system.config.apply: success -2024-12-10T16:13:44Z DEBUG received events_system 2024-12-10T16:13:35Z DEBUG device.log: State update defer 1992ms -2024-12-10T16:13:44Z DEBUG received events_system 2024-12-10T16:13:35Z DEBUG device.log: State update defer 1992ms -2024-12-10T16:13:44Z DEBUG received events_system 2024-12-10T16:13:35Z DEBUG device.log: State update defer 1992ms -2024-12-10T16:13:44Z DEBUG received events_system 2024-12-10T16:13:35Z DEBUG device.log: State update defer 1992ms -2024-12-10T16:13:44Z DEBUG received events_system 2024-12-10T16:13:37Z DEBUG device.log: State update defer 0ms -2024-12-10T16:13:44Z DEBUG received events_system 2024-12-10T16:13:37Z INFO device.log: Update state 2024-12-10T16:13:37Z last_config 2024-12-10T16:13:35Z -2024-12-10T16:13:44Z DEBUG received events_system 2024-12-10T16:13:37Z DEBUG device.log: State update AHU-1 (scan_single_future) -2024-12-10T16:13:44Z DEBUG Handling device message events_system MP:e248ba68 -2024-12-10T16:13:45Z TRACE received command AHU-1/state/update -2024-12-10T16:13:45Z DEBUG received state_update -2024-12-10T16:13:45Z DEBUG Handling update message state_update MP:a0103522 -2024-12-10T16:13:45Z DEBUG Updated state after 0s 2024-12-10T16:13:45Z MP:a0103522 -2024-12-10T16:13:45Z INFO Updated state #020: Changed 3 fields: -2024-12-10T16:13:45Z INFO Updated state #020: Set `discovery.families.vendor.phase` = `active` -2024-12-10T16:13:45Z INFO Updated state #020: Add `discovery.families.vendor.active_count` = `0` -2024-12-10T16:13:45Z INFO Updated state #020: Set `timestamp` = `2024-12-10T16:13:45Z` -2024-12-10T16:13:45Z DEBUG Updated state has last_config 2024-12-10T16:13:35Z (expecting 2024-12-10T16:13:35Z) -2024-12-10T16:13:45Z DEBUG Detail scheduled scan active is now: null -2024-12-10T16:13:45Z DEBUG Recorded sequence: 1. Wait until scheduled scan active -2024-12-10T16:13:45Z DEBUG Stage finished waiting for scheduled scan active at 35s after 6s -2024-12-10T16:13:45Z TRACE Stage resume waiting for executing test at 35s -2024-12-10T16:13:45Z DEBUG Recorded sequence: 1. Check that scan started at time -2024-12-10T16:13:45Z TRACE Stage suspend waiting for executing test at 35s -2024-12-10T16:13:45Z INFO Stage start waiting for scheduled scan complete at 35s -2024-12-10T16:13:46Z DEBUG system config extra field null -2024-12-10T16:13:46Z TRACE updated check config_system: false -2024-12-10T16:13:46Z TRACE updated check config_pointset: false -2024-12-10T16:13:46Z TRACE updated check config_gateway: false -2024-12-10T16:13:46Z TRACE updated check config_localnet: false -2024-12-10T16:13:46Z TRACE updated check config_blobset: false -2024-12-10T16:13:46Z TRACE updated check config_discovery: false -2024-12-10T16:13:46Z DEBUG Update config Before scheduled scan complete timestamp 2024-12-10T16:13:35Z -2024-12-10T16:13:46Z TRACE local local_update: { -2024-12-10T16:13:46Z TRACE local local_update: "timestamp" : "2024-12-10T16:13:35Z", -2024-12-10T16:13:46Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:13:46Z TRACE local local_update: "system" : { -2024-12-10T16:13:46Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:13:46Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:13:46Z TRACE local local_update: "operation" : { -2024-12-10T16:13:46Z TRACE local local_update: "last_start" : "2024-12-10T16:12:43Z" -2024-12-10T16:13:46Z TRACE local local_update: }, -2024-12-10T16:13:46Z TRACE local local_update: "testing" : { -2024-12-10T16:13:46Z TRACE local local_update: "sequence_name" : "scan_single_future" -2024-12-10T16:13:46Z TRACE local local_update: } -2024-12-10T16:13:46Z TRACE local local_update: }, -2024-12-10T16:13:46Z TRACE local local_update: "discovery" : { -2024-12-10T16:13:46Z TRACE local local_update: "families" : { -2024-12-10T16:13:46Z TRACE local local_update: "vendor" : { -2024-12-10T16:13:46Z TRACE local local_update: "generation" : "2024-12-10T16:13:45Z", -2024-12-10T16:13:46Z TRACE local local_update: "scan_duration_sec" : 10 -2024-12-10T16:13:46Z TRACE local local_update: } -2024-12-10T16:13:46Z TRACE local local_update: } -2024-12-10T16:13:46Z TRACE local local_update: }, -2024-12-10T16:13:46Z TRACE local local_update: "localnet" : { -2024-12-10T16:13:46Z TRACE local local_update: "families" : { -2024-12-10T16:13:46Z TRACE local local_update: "ether" : { }, -2024-12-10T16:13:46Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:13:46Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:13:46Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:13:46Z TRACE local local_update: } -2024-12-10T16:13:46Z TRACE local local_update: }, -2024-12-10T16:13:46Z TRACE local local_update: "pointset" : { -2024-12-10T16:13:46Z TRACE local local_update: "points" : { -2024-12-10T16:13:46Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:46Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:13:46Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:13:46Z TRACE local local_update: }, -2024-12-10T16:13:46Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:13:46Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:13:46Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:13:46Z TRACE local local_update: }, -2024-12-10T16:13:46Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:46Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:13:46Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:13:46Z TRACE local local_update: } -2024-12-10T16:13:46Z TRACE local local_update: } -2024-12-10T16:13:46Z TRACE local local_update: } -2024-12-10T16:13:46Z TRACE local local_update: } -2024-12-10T16:13:46Z DEBUG Detail scheduled scan complete is now: Expected stopped 2024-12-10T16:13:45Z but {"generation":"2024-12-10T16:13:45Z","phase":"active","active_count":0} -2024-12-10T16:13:46Z TRACE received command AHU-1/events/discovery -2024-12-10T16:13:46Z TRACE received events_discovery: { -2024-12-10T16:13:46Z TRACE received events_discovery: "generation" : "2024-12-10T16:13:45Z", -2024-12-10T16:13:46Z TRACE received events_discovery: "scan_addr" : "20231", -2024-12-10T16:13:46Z TRACE received events_discovery: "scan_family" : "vendor", -2024-12-10T16:13:46Z TRACE received events_discovery: "system" : { -2024-12-10T16:13:46Z TRACE received events_discovery: "ancillary" : { -2024-12-10T16:13:46Z TRACE received events_discovery: "device-name" : "GAT-123" -2024-12-10T16:13:46Z TRACE received events_discovery: } -2024-12-10T16:13:46Z TRACE received events_discovery: }, -2024-12-10T16:13:46Z TRACE received events_discovery: "timestamp" : "2024-12-10T16:13:45Z", -2024-12-10T16:13:46Z TRACE received events_discovery: "version" : "1.5.2" -2024-12-10T16:13:46Z TRACE received events_discovery: } -2024-12-10T16:13:46Z DEBUG Handling device message events_discovery MP:37fcdcff -2024-12-10T16:13:46Z TRACE received command AHU-1/events/discovery -2024-12-10T16:13:46Z TRACE received events_discovery: { -2024-12-10T16:13:46Z TRACE received events_discovery: "generation" : "2024-12-10T16:13:45Z", -2024-12-10T16:13:46Z TRACE received events_discovery: "scan_addr" : "28179023", -2024-12-10T16:13:46Z TRACE received events_discovery: "scan_family" : "vendor", -2024-12-10T16:13:46Z TRACE received events_discovery: "system" : { -2024-12-10T16:13:46Z TRACE received events_discovery: "ancillary" : { -2024-12-10T16:13:46Z TRACE received events_discovery: "device-name" : "AHU-1" -2024-12-10T16:13:46Z TRACE received events_discovery: } -2024-12-10T16:13:46Z TRACE received events_discovery: }, -2024-12-10T16:13:46Z TRACE received events_discovery: "timestamp" : "2024-12-10T16:13:45Z", -2024-12-10T16:13:46Z TRACE received events_discovery: "version" : "1.5.2" -2024-12-10T16:13:46Z TRACE received events_discovery: } -2024-12-10T16:13:46Z DEBUG Handling device message events_discovery MP:063116e6 -2024-12-10T16:13:46Z TRACE received command AHU-1/events/discovery -2024-12-10T16:13:46Z TRACE received events_discovery: { -2024-12-10T16:13:46Z TRACE received events_discovery: "generation" : "2024-12-10T16:13:45Z", -2024-12-10T16:13:46Z TRACE received events_discovery: "scan_addr" : "0x65", -2024-12-10T16:13:46Z TRACE received events_discovery: "scan_family" : "vendor", -2024-12-10T16:13:46Z TRACE received events_discovery: "system" : { -2024-12-10T16:13:46Z TRACE received events_discovery: "ancillary" : { -2024-12-10T16:13:46Z TRACE received events_discovery: "device-name" : "AHU-22" -2024-12-10T16:13:46Z TRACE received events_discovery: } -2024-12-10T16:13:46Z TRACE received events_discovery: }, -2024-12-10T16:13:46Z TRACE received events_discovery: "timestamp" : "2024-12-10T16:13:45Z", -2024-12-10T16:13:46Z TRACE received events_discovery: "version" : "1.5.2" -2024-12-10T16:13:46Z TRACE received events_discovery: } -2024-12-10T16:13:46Z DEBUG Handling device message events_discovery MP:7e937dbf -2024-12-10T16:13:46Z TRACE received command AHU-1/state/system -2024-12-10T16:13:46Z TRACE received state_system: { -2024-12-10T16:13:46Z TRACE received state_system: "hardware" : { -2024-12-10T16:13:46Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:13:46Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:13:46Z TRACE received state_system: }, -2024-12-10T16:13:46Z TRACE received state_system: "last_config" : "2024-12-10T16:13:35Z", -2024-12-10T16:13:46Z TRACE received state_system: "operation" : { -2024-12-10T16:13:46Z TRACE received state_system: "operational" : true, -2024-12-10T16:13:46Z TRACE received state_system: "last_start" : "2024-12-10T16:12:43Z", -2024-12-10T16:13:46Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:13:46Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:13:46Z TRACE received state_system: }, -2024-12-10T16:13:46Z TRACE received state_system: "serial_no" : "sequencer-4265", -2024-12-10T16:13:46Z TRACE received state_system: "software" : { -2024-12-10T16:13:46Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:13:46Z TRACE received state_system: }, -2024-12-10T16:13:46Z TRACE received state_system: "status" : { -2024-12-10T16:13:46Z TRACE received state_system: "message" : "success", -2024-12-10T16:13:46Z TRACE received state_system: "category" : "system.config.apply", -2024-12-10T16:13:46Z TRACE received state_system: "timestamp" : "2024-12-10T16:13:35Z", -2024-12-10T16:13:46Z TRACE received state_system: "level" : 300 -2024-12-10T16:13:46Z TRACE received state_system: }, -2024-12-10T16:13:46Z TRACE received state_system: "timestamp" : "2024-12-10T16:13:45Z", -2024-12-10T16:13:46Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:13:46Z TRACE received state_system: } -2024-12-10T16:13:46Z DEBUG Handling device message state_system MP:a0103522-0 -2024-12-10T16:13:46Z TRACE Ignoring partial state update -2024-12-10T16:13:46Z TRACE received command AHU-1/state/discovery -2024-12-10T16:13:46Z TRACE received state_discovery: { -2024-12-10T16:13:46Z TRACE received state_discovery: "families" : { -2024-12-10T16:13:46Z TRACE received state_discovery: "vendor" : { -2024-12-10T16:13:46Z TRACE received state_discovery: "generation" : "2024-12-10T16:13:45Z", -2024-12-10T16:13:46Z TRACE received state_discovery: "phase" : "active", -2024-12-10T16:13:46Z TRACE received state_discovery: "active_count" : 0 -2024-12-10T16:13:46Z TRACE received state_discovery: } -2024-12-10T16:13:46Z TRACE received state_discovery: }, -2024-12-10T16:13:46Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:13:45Z", -2024-12-10T16:13:46Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:13:46Z TRACE received state_discovery: } -2024-12-10T16:13:46Z DEBUG Handling device message state_discovery MP:a0103522-1 -2024-12-10T16:13:46Z TRACE Ignoring partial state update -2024-12-10T16:13:46Z TRACE received command AHU-1/state/localnet -2024-12-10T16:13:46Z TRACE received state_localnet: { -2024-12-10T16:13:46Z TRACE received state_localnet: "families" : { -2024-12-10T16:13:46Z TRACE received state_localnet: "ether" : { -2024-12-10T16:13:46Z TRACE received state_localnet: "addr" : "00:0d:3a:03:d4:23" -2024-12-10T16:13:46Z TRACE received state_localnet: }, -2024-12-10T16:13:46Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:13:46Z TRACE received state_localnet: "addr" : "10.1.0.117" -2024-12-10T16:13:46Z TRACE received state_localnet: }, -2024-12-10T16:13:46Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:13:46Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe03:d423" -2024-12-10T16:13:46Z TRACE received state_localnet: }, -2024-12-10T16:13:46Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:13:46Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:13:46Z TRACE received state_localnet: } -2024-12-10T16:13:46Z TRACE received state_localnet: }, -2024-12-10T16:13:46Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:13:45Z", -2024-12-10T16:13:46Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:13:46Z TRACE received state_localnet: } -2024-12-10T16:13:46Z DEBUG Handling device message state_localnet MP:a0103522-2 -2024-12-10T16:13:46Z TRACE Ignoring partial state update -2024-12-10T16:13:46Z TRACE received command AHU-1/state/pointset -2024-12-10T16:13:46Z TRACE received state_pointset: { -2024-12-10T16:13:46Z TRACE received state_pointset: "points" : { -2024-12-10T16:13:46Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:13:46Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:13:46Z TRACE received state_pointset: }, -2024-12-10T16:13:46Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:46Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:13:46Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:13:46Z TRACE received state_pointset: }, -2024-12-10T16:13:46Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:46Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:13:46Z TRACE received state_pointset: } -2024-12-10T16:13:46Z TRACE received state_pointset: }, -2024-12-10T16:13:46Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:13:45Z", -2024-12-10T16:13:46Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:13:46Z TRACE received state_pointset: } -2024-12-10T16:13:46Z DEBUG Handling device message state_pointset MP:a0103522-3 -2024-12-10T16:13:46Z TRACE Ignoring partial state update -2024-12-10T16:13:47Z TRACE received command AHU-1/state/update -2024-12-10T16:13:47Z DEBUG received state_update -2024-12-10T16:13:47Z DEBUG Handling update message state_update MP:b0d963dd -2024-12-10T16:13:47Z DEBUG Updated state after 0s 2024-12-10T16:13:47Z MP:b0d963dd -2024-12-10T16:13:47Z INFO Updated state #021: Changed 2 fields: -2024-12-10T16:13:47Z INFO Updated state #021: Set `discovery.families.vendor.active_count` = `3` -2024-12-10T16:13:47Z INFO Updated state #021: Set `timestamp` = `2024-12-10T16:13:47Z` -2024-12-10T16:13:47Z DEBUG Updated state has last_config 2024-12-10T16:13:35Z (expecting 2024-12-10T16:13:35Z) -2024-12-10T16:13:47Z DEBUG Detail scheduled scan complete is now: Expected stopped 2024-12-10T16:13:45Z but {"generation":"2024-12-10T16:13:45Z","phase":"active","active_count":3} -2024-12-10T16:13:47Z TRACE received command AHU-1/state/system -2024-12-10T16:13:47Z TRACE received state_system: { -2024-12-10T16:13:47Z TRACE received state_system: "hardware" : { -2024-12-10T16:13:47Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:13:47Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:13:47Z TRACE received state_system: }, -2024-12-10T16:13:47Z TRACE received state_system: "last_config" : "2024-12-10T16:13:35Z", -2024-12-10T16:13:47Z TRACE received state_system: "operation" : { -2024-12-10T16:13:47Z TRACE received state_system: "operational" : true, -2024-12-10T16:13:47Z TRACE received state_system: "last_start" : "2024-12-10T16:12:43Z", -2024-12-10T16:13:47Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:13:47Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:13:47Z TRACE received state_system: }, -2024-12-10T16:13:47Z TRACE received state_system: "serial_no" : "sequencer-4265", -2024-12-10T16:13:47Z TRACE received state_system: "software" : { -2024-12-10T16:13:47Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:13:47Z TRACE received state_system: }, -2024-12-10T16:13:47Z TRACE received state_system: "status" : { -2024-12-10T16:13:47Z TRACE received state_system: "message" : "success", -2024-12-10T16:13:47Z TRACE received state_system: "category" : "system.config.apply", -2024-12-10T16:13:47Z TRACE received state_system: "timestamp" : "2024-12-10T16:13:35Z", -2024-12-10T16:13:47Z TRACE received state_system: "level" : 300 -2024-12-10T16:13:47Z TRACE received state_system: }, -2024-12-10T16:13:47Z TRACE received state_system: "timestamp" : "2024-12-10T16:13:47Z", -2024-12-10T16:13:47Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:13:47Z TRACE received state_system: } -2024-12-10T16:13:47Z DEBUG Handling device message state_system MP:b0d963dd-0 -2024-12-10T16:13:47Z TRACE Ignoring partial state update -2024-12-10T16:13:47Z TRACE received command AHU-1/state/discovery -2024-12-10T16:13:47Z TRACE received state_discovery: { -2024-12-10T16:13:47Z TRACE received state_discovery: "families" : { -2024-12-10T16:13:47Z TRACE received state_discovery: "vendor" : { -2024-12-10T16:13:47Z TRACE received state_discovery: "generation" : "2024-12-10T16:13:45Z", -2024-12-10T16:13:47Z TRACE received state_discovery: "phase" : "active", -2024-12-10T16:13:47Z TRACE received state_discovery: "active_count" : 3 -2024-12-10T16:13:47Z TRACE received state_discovery: } -2024-12-10T16:13:47Z TRACE received state_discovery: }, -2024-12-10T16:13:47Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:13:47Z", -2024-12-10T16:13:47Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:13:47Z TRACE received state_discovery: } -2024-12-10T16:13:47Z DEBUG Handling device message state_discovery MP:b0d963dd-1 -2024-12-10T16:13:47Z TRACE Ignoring partial state update -2024-12-10T16:13:47Z TRACE received command AHU-1/state/localnet -2024-12-10T16:13:47Z TRACE received state_localnet: { -2024-12-10T16:13:47Z TRACE received state_localnet: "families" : { -2024-12-10T16:13:47Z TRACE received state_localnet: "ether" : { -2024-12-10T16:13:47Z TRACE received state_localnet: "addr" : "00:0d:3a:03:d4:23" -2024-12-10T16:13:47Z TRACE received state_localnet: }, -2024-12-10T16:13:47Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:13:47Z TRACE received state_localnet: "addr" : "10.1.0.117" -2024-12-10T16:13:47Z TRACE received state_localnet: }, -2024-12-10T16:13:47Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:13:47Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe03:d423" -2024-12-10T16:13:47Z TRACE received state_localnet: }, -2024-12-10T16:13:47Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:13:47Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:13:47Z TRACE received state_localnet: } -2024-12-10T16:13:47Z TRACE received state_localnet: }, -2024-12-10T16:13:47Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:13:47Z", -2024-12-10T16:13:47Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:13:47Z TRACE received state_localnet: } -2024-12-10T16:13:47Z DEBUG Handling device message state_localnet MP:b0d963dd-2 -2024-12-10T16:13:47Z TRACE Ignoring partial state update -2024-12-10T16:13:47Z TRACE received command AHU-1/state/pointset -2024-12-10T16:13:47Z TRACE received state_pointset: { -2024-12-10T16:13:47Z TRACE received state_pointset: "points" : { -2024-12-10T16:13:47Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:13:47Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:13:47Z TRACE received state_pointset: }, -2024-12-10T16:13:47Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:47Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:13:47Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:13:47Z TRACE received state_pointset: }, -2024-12-10T16:13:47Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:47Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:13:47Z TRACE received state_pointset: } -2024-12-10T16:13:47Z TRACE received state_pointset: }, -2024-12-10T16:13:47Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:13:47Z", -2024-12-10T16:13:47Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:13:47Z TRACE received state_pointset: } -2024-12-10T16:13:47Z DEBUG Handling device message state_pointset MP:b0d963dd-3 -2024-12-10T16:13:47Z TRACE Ignoring partial state update -2024-12-10T16:13:54Z TRACE received command AHU-1/events/system -2024-12-10T16:13:54Z DEBUG received events_system 2024-12-10T16:13:45Z INFO device.log: Discovery scan starting vendor generation 2024-12-10T16:13:45Z -2024-12-10T16:13:54Z DEBUG received events_system 2024-12-10T16:13:45Z DEBUG device.log: Scheduling future in 10000ms -2024-12-10T16:13:54Z DEBUG received events_system 2024-12-10T16:13:45Z DEBUG device.log: State update defer -5023ms -2024-12-10T16:13:54Z DEBUG received events_system 2024-12-10T16:13:45Z INFO device.log: Update state 2024-12-10T16:13:45Z last_config 2024-12-10T16:13:35Z -2024-12-10T16:13:54Z DEBUG received events_system 2024-12-10T16:13:45Z DEBUG device.log: State update AHU-1 (scan_single_future) -2024-12-10T16:13:54Z DEBUG received events_system 2024-12-10T16:13:45Z INFO device.log: Discovered vendor device 20231 for gen 2024-12-10T16:13:45Z -2024-12-10T16:13:54Z DEBUG received events_system 2024-12-10T16:13:45Z DEBUG device.log: State update defer 1997ms -2024-12-10T16:13:54Z DEBUG received events_system 2024-12-10T16:13:45Z INFO device.log: Discovered vendor device 28179023 for gen 2024-12-10T16:13:45Z -2024-12-10T16:13:54Z DEBUG received events_system 2024-12-10T16:13:45Z DEBUG device.log: State update defer 1984ms -2024-12-10T16:13:54Z DEBUG received events_system 2024-12-10T16:13:45Z INFO device.log: Discovered vendor device 0x65 for gen 2024-12-10T16:13:45Z -2024-12-10T16:13:54Z DEBUG received events_system 2024-12-10T16:13:45Z DEBUG device.log: State update defer 1976ms -2024-12-10T16:13:54Z DEBUG received events_system 2024-12-10T16:13:47Z DEBUG device.log: State update defer 0ms -2024-12-10T16:13:54Z DEBUG received events_system 2024-12-10T16:13:47Z INFO device.log: Update state 2024-12-10T16:13:47Z last_config 2024-12-10T16:13:35Z -2024-12-10T16:13:54Z DEBUG received events_system 2024-12-10T16:13:47Z DEBUG device.log: State update AHU-1 (scan_single_future) -2024-12-10T16:13:54Z DEBUG Handling device message events_system MP:a2bc2545 -2024-12-10T16:13:54Z TRACE received command AHU-1/events/pointset -2024-12-10T16:13:54Z TRACE received events_pointset: { -2024-12-10T16:13:54Z TRACE received events_pointset: "points" : { -2024-12-10T16:13:54Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:13:54Z TRACE received events_pointset: "present_value" : true -2024-12-10T16:13:54Z TRACE received events_pointset: }, -2024-12-10T16:13:54Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:54Z TRACE received events_pointset: "present_value" : 98 -2024-12-10T16:13:54Z TRACE received events_pointset: }, -2024-12-10T16:13:54Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:54Z TRACE received events_pointset: "present_value" : 12 -2024-12-10T16:13:54Z TRACE received events_pointset: } -2024-12-10T16:13:54Z TRACE received events_pointset: }, -2024-12-10T16:13:54Z TRACE received events_pointset: "timestamp" : "2024-12-10T16:13:54Z", -2024-12-10T16:13:54Z TRACE received events_pointset: "version" : "1.5.2" -2024-12-10T16:13:54Z TRACE received events_pointset: } -2024-12-10T16:13:54Z DEBUG Handling device message events_pointset MP:d2e6604b -2024-12-10T16:13:55Z TRACE received command AHU-1/state/update -2024-12-10T16:13:55Z DEBUG received state_update -2024-12-10T16:13:55Z DEBUG Handling update message state_update MP:2503a24c -2024-12-10T16:13:55Z DEBUG Updated state after 0s 2024-12-10T16:13:55Z MP:2503a24c -2024-12-10T16:13:55Z INFO Updated state #022: Changed 2 fields: -2024-12-10T16:13:55Z INFO Updated state #022: Set `discovery.families.vendor.phase` = `stopped` -2024-12-10T16:13:55Z INFO Updated state #022: Set `timestamp` = `2024-12-10T16:13:55Z` -2024-12-10T16:13:55Z DEBUG Updated state has last_config 2024-12-10T16:13:35Z (expecting 2024-12-10T16:13:35Z) -2024-12-10T16:13:55Z DEBUG Detail scheduled scan complete is now: null -2024-12-10T16:13:55Z DEBUG Recorded sequence: 1. Wait until scheduled scan complete -2024-12-10T16:13:55Z DEBUG Stage finished waiting for scheduled scan complete at 45s after 9s -2024-12-10T16:13:55Z TRACE Stage resume waiting for executing test at 45s -2024-12-10T16:13:55Z DEBUG Recorded sequence: 1. Check that scan completed at time -2024-12-10T16:13:56Z DEBUG Recorded sequence: 1. Check that discovery events were received -2024-12-10T16:13:56Z DEBUG Recorded sequence: 1. Check that no events have discovered refs -2024-12-10T16:13:56Z DEBUG Recorded sequence: 1. Check that discovery events were valid -2024-12-10T16:13:56Z DEBUG Recorded sequence: 1. Check that all scan addresses are unique -2024-12-10T16:13:56Z TRACE Suppressing exception: Cannot read field "families" because "java.util.Map$Entry.getValue().localnet" is null -2024-12-10T16:13:56Z TRACE Suppressing exception: Cannot read field "families" because "java.util.Map$Entry.getValue().localnet" is null -2024-12-10T16:13:56Z TRACE Suppressing exception: Cannot read field "families" because "java.util.Map$Entry.getValue().localnet" is null -2024-12-10T16:13:56Z DEBUG Recorded sequence: 1. Check that all expected addresses were found -2024-12-10T16:13:56Z DEBUG stage done waiting for executing test at 46s -2024-12-10T16:13:56Z DEBUG Removing implicit system capability LAST_CONFIG -2024-12-10T16:13:56Z NOTICE RESULT pass discovery.scan scan_single_future PREVIEW 10/10 Sequence complete -2024-12-10T16:13:56Z NOTICE Sequence complete -2024-12-10T16:13:56Z NOTICE ending test scan_single_future after 46s ################################ +2024-12-17T05:26:04Z NOTICE starting test scan_single_future ################################ +2024-12-17T05:26:04Z INFO Stage start waiting for starting test wrapper at 0s +2024-12-17T05:26:12Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:26:12Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:12Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:26:12Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:26:12Z DEBUG Set extraFieldChanged false because extra_field null +2024-12-17T05:26:12Z WARNING Now using alternate connection client! +2024-12-17T05:26:12Z TRACE Stage suspend waiting for starting test wrapper at 8s +2024-12-17T05:26:12Z INFO Stage start waiting for using alternate client at 8s +2024-12-17T05:26:12Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:04.775229109Z is -6005ms +2024-12-17T05:26:12Z DEBUG Forcing config update +2024-12-17T05:26:12Z TRACE Updated check config_update: true +2024-12-17T05:26:12Z DEBUG Update config_update, adding configTransaction RC:8d810a.00000015 +2024-12-17T05:26:12Z TRACE Outgoing local_update: { +2024-12-17T05:26:12Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###null", +2024-12-17T05:26:12Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:12Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:12Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:12Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:12Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:26:12Z TRACE Outgoing local_update: }, +2024-12-17T05:26:12Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:12Z TRACE Outgoing local_update: "sequence_name" : "scan_single_future", +2024-12-17T05:26:12Z TRACE Outgoing local_update: "endpoint_type" : "alternate" +2024-12-17T05:26:12Z TRACE Outgoing local_update: } +2024-12-17T05:26:12Z TRACE Outgoing local_update: }, +2024-12-17T05:26:12Z TRACE Outgoing local_update: "blobset" : { +2024-12-17T05:26:12Z TRACE Outgoing local_update: "blobs" : { +2024-12-17T05:26:12Z TRACE Outgoing local_update: "_iot_endpoint_config" : { +2024-12-17T05:26:12Z TRACE Outgoing local_update: "phase" : "final", +2024-12-17T05:26:12Z TRACE Outgoing local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzgvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzgvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfOC9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", +2024-12-17T05:26:12Z TRACE Outgoing local_update: "sha256" : "@@@blob data hash###d89b825711339e88caa63e974b6901e2cd0863fba76b18210f2a6c992509caa6", +2024-12-17T05:26:12Z TRACE Outgoing local_update: "generation" : "2024-12-17T05:26:12Z" +2024-12-17T05:26:12Z TRACE Outgoing local_update: } +2024-12-17T05:26:12Z TRACE Outgoing local_update: } +2024-12-17T05:26:12Z TRACE Outgoing local_update: } +2024-12-17T05:26:12Z TRACE Outgoing local_update: } +2024-12-17T05:26:12Z DEBUG Detail pending config transaction is now: RC:8d810a.00000015 +2024-12-17T05:26:12Z TRACE received command AHU-1/config/update +2024-12-17T05:26:12Z DEBUG Received config_update +2024-12-17T05:26:12Z DEBUG Handling update message config_update RC:8d810a.00000015 +2024-12-17T05:26:12Z DEBUG Removed configTransaction RC:8d810a.00000015 +2024-12-17T05:26:12Z DEBUG Set last_start changed false, last_start 1970-01-01T00:01:13Z +2024-12-17T05:26:12Z DEBUG Updated config 2024-12-17T05:26:12Z RC:8d810a.00000015 +2024-12-17T05:26:12Z INFO Updated config #010: Changed 6 fields: +2024-12-17T05:26:12Z INFO Updated config #010: Add `system.testing.endpoint_type` = `alternate` +2024-12-17T05:26:12Z INFO Updated config #010: Set `system.testing.sequence_name` = `scan_single_future` +2024-12-17T05:26:12Z INFO Updated config #010: Add `blobset` = { "blobs": { "_iot_endpoint_config": { "phase": `final`, "generation": `blob generation`, "sha256": `blob data hash`, "url": `endpoint data` } } } +2024-12-17T05:26:12Z INFO Updated config #010: Remove `discovery` +2024-12-17T05:26:12Z INFO Updated config #010: Remove `pointset` +2024-12-17T05:26:12Z INFO Updated config #010: Remove `localnet` +2024-12-17T05:26:12Z DEBUG Expected last_config now 2024-12-17T05:26:12Z +2024-12-17T05:26:12Z DEBUG Detail pending config transaction is now: null +2024-12-17T05:26:12Z DEBUG New lastConfigMark at 2024-12-17T05:26:12Z +2024-12-17T05:26:12Z DEBUG Update config reset alternate registry timestamp 2024-12-17T05:26:12Z +2024-12-17T05:26:12Z TRACE Outgoing local_update: { +2024-12-17T05:26:12Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:12Z", +2024-12-17T05:26:12Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:12Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:12Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:12Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:12Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:12Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:26:12Z TRACE Outgoing local_update: }, +2024-12-17T05:26:12Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:12Z TRACE Outgoing local_update: "sequence_name" : "scan_single_future", +2024-12-17T05:26:12Z TRACE Outgoing local_update: "endpoint_type" : "alternate" +2024-12-17T05:26:12Z TRACE Outgoing local_update: } +2024-12-17T05:26:12Z TRACE Outgoing local_update: }, +2024-12-17T05:26:12Z TRACE Outgoing local_update: "blobset" : { +2024-12-17T05:26:12Z TRACE Outgoing local_update: "blobs" : { +2024-12-17T05:26:12Z TRACE Outgoing local_update: "_iot_endpoint_config" : { +2024-12-17T05:26:12Z TRACE Outgoing local_update: "phase" : "final", +2024-12-17T05:26:12Z TRACE Outgoing local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzgvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzgvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfOC9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", +2024-12-17T05:26:12Z TRACE Outgoing local_update: "sha256" : "@@@blob data hash###d89b825711339e88caa63e974b6901e2cd0863fba76b18210f2a6c992509caa6", +2024-12-17T05:26:12Z TRACE Outgoing local_update: "generation" : "2024-12-17T05:26:12Z" +2024-12-17T05:26:12Z TRACE Outgoing local_update: } +2024-12-17T05:26:12Z TRACE Outgoing local_update: } +2024-12-17T05:26:12Z TRACE Outgoing local_update: } +2024-12-17T05:26:12Z TRACE Outgoing local_update: } +2024-12-17T05:26:12Z TRACE Update config reset alternate registry: Add `blobset` = { "blobs": { "_iot_endpoint_config": { "phase": `final`, "generation": `blob generation`, "sha256": `blob data hash`, "url": `endpoint data` } } } +2024-12-17T05:26:12Z TRACE Update config reset alternate registry: Remove `discovery` +2024-12-17T05:26:12Z TRACE Update config reset alternate registry: Remove `pointset` +2024-12-17T05:26:12Z TRACE Update config reset alternate registry: Remove `localnet` +2024-12-17T05:26:12Z DEBUG Stage finished waiting for using alternate client at 8s after 0s +2024-12-17T05:26:12Z TRACE Stage resume waiting for starting test wrapper at 8s +2024-12-17T05:26:12Z WARNING Done with alternate connection client! +2024-12-17T05:26:12Z DEBUG Allowing device state change (everything) +2024-12-17T05:26:12Z DEBUG Starting reset_config full reset true +2024-12-17T05:26:12Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:26:12Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:12Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:26:12Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:26:12Z DEBUG Set extraFieldChanged false because extra_field null +2024-12-17T05:26:12Z DEBUG Set extraFieldChanged true because extra_field reset_config +2024-12-17T05:26:12Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:26:12Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:12Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:26:12Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:26:12Z DEBUG Set extraFieldChanged true because extra_field null +2024-12-17T05:26:12Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:12.834420120Z is 1997ms +2024-12-17T05:26:12Z DEBUG Rate-limiting config by 1997ms +2024-12-17T05:26:14Z TRACE Updated check config_update: true +2024-12-17T05:26:14Z DEBUG Update config_update, adding configTransaction RC:8d810a.00000016 +2024-12-17T05:26:14Z TRACE Outgoing local_update: { +2024-12-17T05:26:14Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###1.5.2", +2024-12-17T05:26:14Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:14Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:14Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:14Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:14Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:26:14Z TRACE Outgoing local_update: }, +2024-12-17T05:26:14Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:14Z TRACE Outgoing local_update: "sequence_name" : "scan_single_future" +2024-12-17T05:26:14Z TRACE Outgoing local_update: } +2024-12-17T05:26:14Z TRACE Outgoing local_update: }, +2024-12-17T05:26:14Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:14Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:14Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:26:14Z TRACE Outgoing local_update: } +2024-12-17T05:26:14Z TRACE Outgoing local_update: }, +2024-12-17T05:26:14Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:14Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:14Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:14Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:14Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:14Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:14Z TRACE Outgoing local_update: } +2024-12-17T05:26:14Z TRACE Outgoing local_update: }, +2024-12-17T05:26:14Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:14Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:14Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:14Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:14Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:14Z TRACE Outgoing local_update: }, +2024-12-17T05:26:14Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:14Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:14Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:14Z TRACE Outgoing local_update: }, +2024-12-17T05:26:14Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:14Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:14Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:14Z TRACE Outgoing local_update: } +2024-12-17T05:26:14Z TRACE Outgoing local_update: } +2024-12-17T05:26:14Z TRACE Outgoing local_update: } +2024-12-17T05:26:14Z TRACE Outgoing local_update: } +2024-12-17T05:26:14Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:14Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:26:14Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:14Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:26:14Z DEBUG Saving pre-config state timestamp null +2024-12-17T05:26:14Z DEBUG Update lastConfigUpdate 2024-12-17T05:26:14Z, because soft reset +2024-12-17T05:26:14Z TRACE Stage suspend waiting for starting test wrapper at 10s +2024-12-17T05:26:14Z INFO Stage start waiting for config update synchronized at 10s +2024-12-17T05:26:14Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:14Z TRACE Received state_discovery: { +2024-12-17T05:26:14Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:14Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:04Z", +2024-12-17T05:26:14Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:14Z TRACE Received state_discovery: } +2024-12-17T05:26:14Z DEBUG Handling device message state_discovery MP:38be4a1d-1 +2024-12-17T05:26:14Z TRACE Ignoring partial state update +2024-12-17T05:26:14Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:14Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:26:14Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:14Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:26:14Z TRACE received command AHU-1/reply/update +2024-12-17T05:26:14Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:14Z TRACE Received state_localnet: { +2024-12-17T05:26:14Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:14Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:14Z TRACE Received state_localnet: "addr" : "60:45:bd:78:e2:18" +2024-12-17T05:26:14Z TRACE Received state_localnet: }, +2024-12-17T05:26:14Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:14Z TRACE Received state_localnet: "addr" : "10.1.0.76" +2024-12-17T05:26:14Z TRACE Received state_localnet: }, +2024-12-17T05:26:14Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:14Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe78:e218" +2024-12-17T05:26:14Z TRACE Received state_localnet: }, +2024-12-17T05:26:14Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:14Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:14Z TRACE Received state_localnet: } +2024-12-17T05:26:14Z TRACE Received state_localnet: }, +2024-12-17T05:26:14Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:04Z", +2024-12-17T05:26:14Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:14Z TRACE Received state_localnet: } +2024-12-17T05:26:14Z DEBUG Handling device message state_localnet MP:38be4a1d-2 +2024-12-17T05:26:14Z TRACE Ignoring partial state update +2024-12-17T05:26:14Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:14Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:26:14Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:14Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:14Z TRACE Received state_pointset: { +2024-12-17T05:26:14Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:14Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:14Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:14Z TRACE Received state_pointset: }, +2024-12-17T05:26:14Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:14Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:14Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:14Z TRACE Received state_pointset: }, +2024-12-17T05:26:14Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:14Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:14Z TRACE Received state_pointset: } +2024-12-17T05:26:14Z TRACE Received state_pointset: }, +2024-12-17T05:26:14Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:04Z", +2024-12-17T05:26:14Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:14Z TRACE Received state_pointset: } +2024-12-17T05:26:14Z DEBUG Handling device message state_pointset MP:38be4a1d-3 +2024-12-17T05:26:14Z TRACE Ignoring partial state update +2024-12-17T05:26:14Z TRACE received command AHU-1/events/pointset +2024-12-17T05:26:14Z TRACE Received events_pointset: { +2024-12-17T05:26:14Z TRACE Received events_pointset: "points" : { +2024-12-17T05:26:14Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:14Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:26:14Z TRACE Received events_pointset: }, +2024-12-17T05:26:14Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:14Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:26:14Z TRACE Received events_pointset: }, +2024-12-17T05:26:14Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:14Z TRACE Received events_pointset: "present_value" : 11 +2024-12-17T05:26:14Z TRACE Received events_pointset: } +2024-12-17T05:26:14Z TRACE Received events_pointset: }, +2024-12-17T05:26:14Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:26:05Z", +2024-12-17T05:26:14Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:26:14Z TRACE Received events_pointset: } +2024-12-17T05:26:14Z DEBUG Handling device message events_pointset MP:4319834e +2024-12-17T05:26:14Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:14Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:26:14Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:14Z TRACE received command AHU-1/events/system +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:25:56Z DEBUG system.config.receive: success +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:25:56Z DEBUG device.log: State update defer -95ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:25:56Z INFO device.log: Update state 2024-12-17T05:25:56Z last_config 2024-12-17T05:25:52Z +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:25:56Z DEBUG device.log: State update AHU-1 (device_config_acked) +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:25:56Z DEBUG system.config.parse: success +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:25:56Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:25:56Z DEBUG device.log: Config update AHU-1 (device_config_acked) +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:25:56Z INFO device.log: 2024-12-17T05:25:56Z received config 2024-12-17T05:25:56Z +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:25:56Z NOTICE system.config.apply: success +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:25:56Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:25:56Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:25:58Z DEBUG device.log: State update defer 0ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:25:58Z INFO device.log: Update state 2024-12-17T05:25:58Z last_config 2024-12-17T05:25:56Z +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:25:58Z DEBUG device.log: State update AHU-1 (device_config_acked) +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:00Z DEBUG system.config.receive: success +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:00Z DEBUG device.log: State update defer -123ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:00Z INFO device.log: Update state 2024-12-17T05:26:00Z last_config 2024-12-17T05:25:56Z +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:00Z DEBUG system.config.parse: success +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:00Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:00Z DEBUG device.log: State update AHU-1 (device_config_acked) +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:00Z DEBUG device.log: Config update AHU-1 (device_config_acked) +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:00Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:00Z INFO device.log: 2024-12-17T05:26:00Z received config 2024-12-17T05:26:00Z +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:00Z NOTICE system.config.apply: success +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:00Z DEBUG device.log: State update defer 1993ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:00Z DEBUG device.log: State update defer 1993ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:00Z DEBUG device.log: State update defer 1992ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:00Z DEBUG device.log: State update defer 1992ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:00Z DEBUG device.log: State update defer 1992ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:00Z DEBUG device.log: State update defer 1992ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:00Z DEBUG device.log: State update defer 1991ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:01Z DEBUG system.config.receive: success +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:01Z DEBUG device.log: State update defer 800ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:01Z DEBUG system.config.parse: success +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:01Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:01Z DEBUG device.log: State update defer 799ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:01Z DEBUG device.log: Config update AHU-1 (device_config_acked) +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:01Z INFO device.log: 2024-12-17T05:26:01Z received config 2024-12-17T05:26:01Z +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:01Z NOTICE system.config.apply: success +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:01Z DEBUG device.log: State update defer 797ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:01Z DEBUG device.log: State update defer 797ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:01Z DEBUG device.log: State update defer 796ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:01Z DEBUG device.log: State update defer 796ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:01Z DEBUG device.log: State update defer 796ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:01Z DEBUG device.log: State update defer 796ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:01Z DEBUG device.log: State update defer 795ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:02Z DEBUG device.log: State update defer 0ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:02Z INFO device.log: Update state 2024-12-17T05:26:02Z last_config 2024-12-17T05:26:01Z +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:02Z DEBUG device.log: State update AHU-1 (device_config_acked) +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:03Z DEBUG system.config.receive: success +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:03Z DEBUG device.log: State update defer 1596ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:03Z DEBUG system.config.parse: success +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:03Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:03Z DEBUG device.log: Config update AHU-1 (device_config_acked) +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:03Z INFO device.log: 2024-12-17T05:26:03Z received config 2024-12-17T05:26:02Z +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:03Z NOTICE system.config.apply: success +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:03Z DEBUG device.log: State update defer 1594ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:03Z DEBUG device.log: State update defer 1593ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:03Z DEBUG device.log: State update defer 1593ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:03Z DEBUG device.log: State update defer 1593ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:03Z DEBUG device.log: State update defer 1593ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:03Z DEBUG device.log: State update defer 1593ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:03Z DEBUG device.log: State update defer 1592ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:04Z DEBUG system.config.receive: success +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:04Z DEBUG system.config.parse: success +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:04Z DEBUG device.log: State update defer 486ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:04Z DEBUG device.log: State update defer 485ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:04Z DEBUG device.log: Config update AHU-1 (device_config_acked) +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:04Z INFO device.log: 2024-12-17T05:26:04Z received config 2024-12-17T05:26:04Z +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:04Z DEBUG device.log: State update defer 484ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:04Z NOTICE system.config.apply: success +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:04Z DEBUG device.log: State update defer 484ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:04Z DEBUG device.log: State update defer 484ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:04Z DEBUG device.log: State update defer 0ms +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:04Z INFO device.log: Update state 2024-12-17T05:26:04Z last_config 2024-12-17T05:26:04Z +2024-12-17T05:26:14Z DEBUG Received events_system 2024-12-17T05:26:04Z DEBUG device.log: State update AHU-1 (device_config_acked) +2024-12-17T05:26:14Z DEBUG Handling device message events_system MP:eed786dd +2024-12-17T05:26:14Z TRACE received command AHU-1/config/update +2024-12-17T05:26:14Z DEBUG Received config_update +2024-12-17T05:26:14Z DEBUG Handling update message config_update RC:8d810a.00000016 +2024-12-17T05:26:14Z DEBUG Removed configTransaction RC:8d810a.00000016 +2024-12-17T05:26:14Z DEBUG Set last_start changed false, last_start 1970-01-01T00:01:13Z +2024-12-17T05:26:14Z DEBUG Updated config 2024-12-17T05:26:14Z RC:8d810a.00000016 +2024-12-17T05:26:14Z INFO Updated config #011: Changed 5 fields: +2024-12-17T05:26:14Z INFO Updated config #011: Remove `system.testing.endpoint_type` +2024-12-17T05:26:14Z INFO Updated config #011: Add `discovery` = { "families": { "vendor": { } } } +2024-12-17T05:26:14Z INFO Updated config #011: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } +2024-12-17T05:26:14Z INFO Updated config #011: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "bacnet": { } } } +2024-12-17T05:26:14Z INFO Updated config #011: Remove `blobset` +2024-12-17T05:26:14Z DEBUG Expected last_config now 2024-12-17T05:26:14Z +2024-12-17T05:26:14Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:14Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:26:14Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:14Z DEBUG Detail config update synchronized is now: device state not updated since config issued +2024-12-17T05:26:14Z TRACE received command AHU-1/state/update +2024-12-17T05:26:14Z DEBUG Received state_update +2024-12-17T05:26:14Z DEBUG Handling update message state_update MP:ab258fec +2024-12-17T05:26:14Z DEBUG Updated state after 0s 2024-12-17T05:26:14Z MP:ab258fec +2024-12-17T05:26:14Z INFO Updated state #012: Changed 4 fields: +2024-12-17T05:26:14Z INFO Updated state #012: Set `system.status.level` = `100` +2024-12-17T05:26:14Z INFO Updated state #012: Set `system.status.category` = `system.config.parse` +2024-12-17T05:26:14Z INFO Updated state #012: Set `system.status.timestamp` = `2024-12-17T05:26:14Z` +2024-12-17T05:26:14Z INFO Updated state #012: Set `timestamp` = `2024-12-17T05:26:14Z` +2024-12-17T05:26:14Z NOTICE Received serial number sequencer-14408 +2024-12-17T05:26:14Z DEBUG Updated state has last_config 2024-12-17T05:26:04Z (expecting 2024-12-17T05:26:14Z) +2024-12-17T05:26:14Z TRACE received command AHU-1/state/system +2024-12-17T05:26:14Z TRACE Received state_system: { +2024-12-17T05:26:14Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:14Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:14Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:14Z TRACE Received state_system: }, +2024-12-17T05:26:14Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:04Z", +2024-12-17T05:26:14Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:14Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:14Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:34Z", +2024-12-17T05:26:14Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:14Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:14Z TRACE Received state_system: }, +2024-12-17T05:26:14Z TRACE Received state_system: "serial_no" : "sequencer-14408", +2024-12-17T05:26:14Z TRACE Received state_system: "software" : { +2024-12-17T05:26:14Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:14Z TRACE Received state_system: }, +2024-12-17T05:26:14Z TRACE Received state_system: "status" : { +2024-12-17T05:26:14Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:14Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:26:14Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:14Z", +2024-12-17T05:26:14Z TRACE Received state_system: "level" : 100 +2024-12-17T05:26:14Z TRACE Received state_system: }, +2024-12-17T05:26:14Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:14Z", +2024-12-17T05:26:14Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:14Z TRACE Received state_system: } +2024-12-17T05:26:14Z DEBUG Handling device message state_system MP:ab258fec-0 +2024-12-17T05:26:14Z TRACE Ignoring partial state update +2024-12-17T05:26:14Z DEBUG Detail config update synchronized is now: last_start not synced in config, last_config not synced in state +2024-12-17T05:26:14Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:14Z TRACE Received state_discovery: { +2024-12-17T05:26:14Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:14Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:14Z", +2024-12-17T05:26:14Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:14Z TRACE Received state_discovery: } +2024-12-17T05:26:14Z DEBUG Handling device message state_discovery MP:ab258fec-1 +2024-12-17T05:26:14Z TRACE Ignoring partial state update +2024-12-17T05:26:14Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:14Z TRACE Received state_localnet: { +2024-12-17T05:26:14Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:14Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:14Z TRACE Received state_localnet: "addr" : "60:45:bd:78:e2:18" +2024-12-17T05:26:14Z TRACE Received state_localnet: }, +2024-12-17T05:26:14Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:14Z TRACE Received state_localnet: "addr" : "10.1.0.76" +2024-12-17T05:26:14Z TRACE Received state_localnet: }, +2024-12-17T05:26:14Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:14Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe78:e218" +2024-12-17T05:26:14Z TRACE Received state_localnet: }, +2024-12-17T05:26:14Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:14Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:14Z TRACE Received state_localnet: } +2024-12-17T05:26:14Z TRACE Received state_localnet: }, +2024-12-17T05:26:14Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:14Z", +2024-12-17T05:26:14Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:14Z TRACE Received state_localnet: } +2024-12-17T05:26:14Z DEBUG Handling device message state_localnet MP:ab258fec-2 +2024-12-17T05:26:14Z TRACE Ignoring partial state update +2024-12-17T05:26:14Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:14Z TRACE Received state_pointset: { +2024-12-17T05:26:14Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:14Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:14Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:14Z TRACE Received state_pointset: }, +2024-12-17T05:26:14Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:14Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:14Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:14Z TRACE Received state_pointset: }, +2024-12-17T05:26:14Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:14Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:14Z TRACE Received state_pointset: } +2024-12-17T05:26:14Z TRACE Received state_pointset: }, +2024-12-17T05:26:14Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:14Z", +2024-12-17T05:26:14Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:14Z TRACE Received state_pointset: } +2024-12-17T05:26:14Z DEBUG Handling device message state_pointset MP:ab258fec-3 +2024-12-17T05:26:14Z TRACE Ignoring partial state update +2024-12-17T05:26:14Z TRACE received command AHU-1/config/update +2024-12-17T05:26:14Z DEBUG Received config_update +2024-12-17T05:26:14Z DEBUG Handling update message config_update MP:ab258fec +2024-12-17T05:26:14Z DEBUG Set last_start changed true, last_start 2024-12-17T05:25:34Z +2024-12-17T05:26:14Z DEBUG Updated config 2024-12-17T05:26:14Z MP:ab258fec +2024-12-17T05:26:14Z INFO Updated config #012: Changed 0 fields. +2024-12-17T05:26:14Z DEBUG Expected last_config now 2024-12-17T05:26:14Z +2024-12-17T05:26:14Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:26:15Z TRACE received command AHU-1/events/pointset +2024-12-17T05:26:15Z TRACE Received events_pointset: { +2024-12-17T05:26:15Z TRACE Received events_pointset: "points" : { +2024-12-17T05:26:15Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:15Z TRACE Received events_pointset: "present_value" : true +2024-12-17T05:26:15Z TRACE Received events_pointset: }, +2024-12-17T05:26:15Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:15Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:26:15Z TRACE Received events_pointset: }, +2024-12-17T05:26:15Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:15Z TRACE Received events_pointset: "present_value" : 12 +2024-12-17T05:26:15Z TRACE Received events_pointset: } +2024-12-17T05:26:15Z TRACE Received events_pointset: }, +2024-12-17T05:26:15Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:26:15Z", +2024-12-17T05:26:15Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:26:15Z TRACE Received events_pointset: } +2024-12-17T05:26:15Z DEBUG Handling device message events_pointset MP:3f632873 +2024-12-17T05:26:15Z TRACE received command AHU-1/events/system +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z DEBUG system.config.receive: success +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z DEBUG device.log: State update defer -8193ms +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z INFO device.log: Update state 2024-12-17T05:26:14Z last_config 2024-12-17T05:26:04Z +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z DEBUG system.config.parse: success +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z DEBUG device.log: State update AHU-1 (device_config_acked) +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z DEBUG device.log: Config update AHU-1 (device_config_acked) +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z INFO device.log: 2024-12-17T05:26:14Z received config 2024-12-17T05:26:14Z +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z NOTICE system.config.apply: success +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z DEBUG system.config.receive: success +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z DEBUG device.log: State update defer 1936ms +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z DEBUG system.config.parse: success +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z DEBUG device.log: Config update AHU-1 (scan_single_future) +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z INFO device.log: 2024-12-17T05:26:14Z received config 2024-12-17T05:26:14Z +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z NOTICE system.config.apply: success +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z DEBUG device.log: State update defer 1933ms +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z DEBUG device.log: State update defer 1930ms +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z DEBUG device.log: State update defer 1930ms +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z DEBUG device.log: State update defer 1929ms +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z DEBUG device.log: State update defer 1929ms +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z DEBUG device.log: State update defer 1929ms +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z DEBUG device.log: State update defer 1929ms +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:14Z DEBUG device.log: State update defer 1929ms +2024-12-17T05:26:15Z DEBUG Received events_system 2024-12-17T05:26:15Z DEBUG device.log: State update defer 1090ms +2024-12-17T05:26:15Z DEBUG Handling device message events_system MP:d07e86ba +2024-12-17T05:26:16Z TRACE received command null/config/udmi +2024-12-17T05:26:16Z TRACE received command AHU-1/state/update +2024-12-17T05:26:16Z DEBUG Received state_update +2024-12-17T05:26:16Z DEBUG Handling update message state_update MP:d36630be +2024-12-17T05:26:16Z DEBUG Updated state after 0s 2024-12-17T05:26:16Z MP:d36630be +2024-12-17T05:26:16Z INFO Updated state #013: Changed 4 fields: +2024-12-17T05:26:16Z INFO Updated state #013: Set `system.last_config` = `2024-12-17T05:26:14Z` +2024-12-17T05:26:16Z INFO Updated state #013: Set `system.status.level` = `300` +2024-12-17T05:26:16Z INFO Updated state #013: Set `system.status.category` = `system.config.apply` +2024-12-17T05:26:16Z INFO Updated state #013: Set `timestamp` = `2024-12-17T05:26:16Z` +2024-12-17T05:26:16Z DEBUG Updated state has last_config 2024-12-17T05:26:14Z (expecting 2024-12-17T05:26:14Z) +2024-12-17T05:26:16Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:26:16Z DEBUG Stage finished waiting for config update synchronized at 12s after 2s +2024-12-17T05:26:16Z TRACE Stage resume waiting for starting test wrapper at 12s +2024-12-17T05:26:16Z DEBUG Config sync took 2s +2024-12-17T05:26:16Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:26:16Z DEBUG New lastConfigMark at 2024-12-17T05:26:16Z +2024-12-17T05:26:16Z DEBUG Update config soft reset timestamp 2024-12-17T05:26:14Z +2024-12-17T05:26:16Z TRACE Outgoing local_update: { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:14Z", +2024-12-17T05:26:16Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:16Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:16Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:16Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:34Z" +2024-12-17T05:26:16Z TRACE Outgoing local_update: }, +2024-12-17T05:26:16Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "sequence_name" : "scan_single_future" +2024-12-17T05:26:16Z TRACE Outgoing local_update: } +2024-12-17T05:26:16Z TRACE Outgoing local_update: }, +2024-12-17T05:26:16Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:26:16Z TRACE Outgoing local_update: } +2024-12-17T05:26:16Z TRACE Outgoing local_update: }, +2024-12-17T05:26:16Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:16Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:16Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:16Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:16Z TRACE Outgoing local_update: } +2024-12-17T05:26:16Z TRACE Outgoing local_update: }, +2024-12-17T05:26:16Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:16Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:16Z TRACE Outgoing local_update: }, +2024-12-17T05:26:16Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:16Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:16Z TRACE Outgoing local_update: }, +2024-12-17T05:26:16Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:16Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:16Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:16Z TRACE Outgoing local_update: } +2024-12-17T05:26:16Z TRACE Outgoing local_update: } +2024-12-17T05:26:16Z TRACE Outgoing local_update: } +2024-12-17T05:26:16Z TRACE Outgoing local_update: } +2024-12-17T05:26:16Z TRACE Update config soft reset: Add `discovery` = { "families": { "vendor": { } } } +2024-12-17T05:26:16Z TRACE Update config soft reset: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } +2024-12-17T05:26:16Z TRACE Update config soft reset: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "bacnet": { } } } +2024-12-17T05:26:16Z TRACE Update config soft reset: Add `timestamp` = `generated timestamp` +2024-12-17T05:26:16Z DEBUG Done with reset_config +2024-12-17T05:26:16Z TRACE Stage suspend waiting for starting test wrapper at 12s +2024-12-17T05:26:16Z INFO Stage start waiting for config update synchronized at 12s +2024-12-17T05:26:16Z TRACE received command AHU-1/state/system +2024-12-17T05:26:16Z TRACE Received state_system: { +2024-12-17T05:26:16Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:16Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:16Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:16Z TRACE Received state_system: }, +2024-12-17T05:26:16Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:14Z", +2024-12-17T05:26:16Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:16Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:16Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:34Z", +2024-12-17T05:26:16Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:16Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:16Z TRACE Received state_system: }, +2024-12-17T05:26:16Z TRACE Received state_system: "serial_no" : "sequencer-14408", +2024-12-17T05:26:16Z TRACE Received state_system: "software" : { +2024-12-17T05:26:16Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:16Z TRACE Received state_system: }, +2024-12-17T05:26:16Z TRACE Received state_system: "status" : { +2024-12-17T05:26:16Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:16Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:26:16Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:14Z", +2024-12-17T05:26:16Z TRACE Received state_system: "level" : 300 +2024-12-17T05:26:16Z TRACE Received state_system: }, +2024-12-17T05:26:16Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:16Z", +2024-12-17T05:26:16Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:16Z TRACE Received state_system: } +2024-12-17T05:26:16Z DEBUG Handling device message state_system MP:d36630be-0 +2024-12-17T05:26:16Z TRACE Ignoring partial state update +2024-12-17T05:26:16Z DEBUG Stage finished waiting for config update synchronized at 12s after 0s +2024-12-17T05:26:16Z TRACE Stage resume waiting for starting test wrapper at 12s +2024-12-17T05:26:16Z DEBUG Config sync took 2s +2024-12-17T05:26:16Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:26:16Z DEBUG Disallowing device state change (everything) +2024-12-17T05:26:16Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:16.900592972Z is 1963ms +2024-12-17T05:26:16Z DEBUG Rate-limiting config by 1963ms +2024-12-17T05:26:18Z TRACE Updated check config_update: true +2024-12-17T05:26:18Z DEBUG Update config_update, adding configTransaction RC:8d810a.00000017 +2024-12-17T05:26:18Z TRACE Outgoing local_update: { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:14Z", +2024-12-17T05:26:18Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:18Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:18Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:18Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:34Z" +2024-12-17T05:26:18Z TRACE Outgoing local_update: }, +2024-12-17T05:26:18Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "sequence_name" : "scan_single_future" +2024-12-17T05:26:18Z TRACE Outgoing local_update: } +2024-12-17T05:26:18Z TRACE Outgoing local_update: }, +2024-12-17T05:26:18Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:26:18Z TRACE Outgoing local_update: } +2024-12-17T05:26:18Z TRACE Outgoing local_update: }, +2024-12-17T05:26:18Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:18Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:18Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:18Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:18Z TRACE Outgoing local_update: } +2024-12-17T05:26:18Z TRACE Outgoing local_update: }, +2024-12-17T05:26:18Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:18Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:18Z TRACE Outgoing local_update: }, +2024-12-17T05:26:18Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:18Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:18Z TRACE Outgoing local_update: }, +2024-12-17T05:26:18Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:18Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:18Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:18Z TRACE Outgoing local_update: } +2024-12-17T05:26:18Z TRACE Outgoing local_update: } +2024-12-17T05:26:18Z TRACE Outgoing local_update: } +2024-12-17T05:26:18Z TRACE Outgoing local_update: } +2024-12-17T05:26:18Z DEBUG Saving pre-config state timestamp 2024-12-17T05:26:16Z +2024-12-17T05:26:18Z DEBUG Update lastConfigUpdate 2024-12-17T05:26:18Z, because initial setup +2024-12-17T05:26:18Z TRACE Stage suspend waiting for starting test wrapper at 14s +2024-12-17T05:26:18Z INFO Stage start waiting for config update synchronized at 14s +2024-12-17T05:26:18Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:18Z TRACE Received state_discovery: { +2024-12-17T05:26:18Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:18Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:16Z", +2024-12-17T05:26:18Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:18Z TRACE Received state_discovery: } +2024-12-17T05:26:18Z DEBUG Handling device message state_discovery MP:d36630be-1 +2024-12-17T05:26:18Z TRACE Ignoring partial state update +2024-12-17T05:26:18Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:26:18Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:18Z TRACE Received state_localnet: { +2024-12-17T05:26:18Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:18Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:18Z TRACE Received state_localnet: "addr" : "60:45:bd:78:e2:18" +2024-12-17T05:26:18Z TRACE Received state_localnet: }, +2024-12-17T05:26:18Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:18Z TRACE Received state_localnet: "addr" : "10.1.0.76" +2024-12-17T05:26:18Z TRACE Received state_localnet: }, +2024-12-17T05:26:18Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:18Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe78:e218" +2024-12-17T05:26:18Z TRACE Received state_localnet: }, +2024-12-17T05:26:18Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:18Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:18Z TRACE Received state_localnet: } +2024-12-17T05:26:18Z TRACE Received state_localnet: }, +2024-12-17T05:26:18Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:16Z", +2024-12-17T05:26:18Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:18Z TRACE Received state_localnet: } +2024-12-17T05:26:18Z DEBUG Handling device message state_localnet MP:d36630be-2 +2024-12-17T05:26:18Z TRACE Ignoring partial state update +2024-12-17T05:26:18Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:18Z TRACE Received state_pointset: { +2024-12-17T05:26:18Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:18Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:18Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:18Z TRACE Received state_pointset: }, +2024-12-17T05:26:18Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:18Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:18Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:18Z TRACE Received state_pointset: }, +2024-12-17T05:26:18Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:18Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:18Z TRACE Received state_pointset: } +2024-12-17T05:26:18Z TRACE Received state_pointset: }, +2024-12-17T05:26:18Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:16Z", +2024-12-17T05:26:18Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:18Z TRACE Received state_pointset: } +2024-12-17T05:26:18Z DEBUG Handling device message state_pointset MP:d36630be-3 +2024-12-17T05:26:18Z TRACE Ignoring partial state update +2024-12-17T05:26:18Z TRACE received command AHU-1/config/update +2024-12-17T05:26:18Z DEBUG Received config_update +2024-12-17T05:26:18Z DEBUG Handling update message config_update RC:8d810a.00000017 +2024-12-17T05:26:18Z DEBUG Removed configTransaction RC:8d810a.00000017 +2024-12-17T05:26:18Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:34Z +2024-12-17T05:26:18Z DEBUG Updated config 2024-12-17T05:26:18Z RC:8d810a.00000017 +2024-12-17T05:26:18Z INFO Updated config #013: Changed 0 fields. +2024-12-17T05:26:18Z DEBUG Expected last_config now 2024-12-17T05:26:18Z +2024-12-17T05:26:18Z TRACE received command AHU-1/state/update +2024-12-17T05:26:18Z DEBUG Received state_update +2024-12-17T05:26:18Z DEBUG Handling update message state_update MP:71ee2c33 +2024-12-17T05:26:18Z DEBUG Updated state after 0s 2024-12-17T05:26:18Z MP:71ee2c33 +2024-12-17T05:26:18Z INFO Updated state #014: Changed 4 fields: +2024-12-17T05:26:18Z INFO Updated state #014: Set `system.status.level` = `100` +2024-12-17T05:26:18Z INFO Updated state #014: Set `system.status.category` = `system.config.parse` +2024-12-17T05:26:18Z INFO Updated state #014: Set `system.status.timestamp` = `2024-12-17T05:26:18Z` +2024-12-17T05:26:18Z INFO Updated state #014: Set `timestamp` = `2024-12-17T05:26:18Z` +2024-12-17T05:26:18Z DEBUG Updated state has last_config 2024-12-17T05:26:14Z (expecting 2024-12-17T05:26:18Z) +2024-12-17T05:26:18Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:26:18Z TRACE received command AHU-1/state/system +2024-12-17T05:26:18Z TRACE Received state_system: { +2024-12-17T05:26:18Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:18Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:18Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:18Z TRACE Received state_system: }, +2024-12-17T05:26:18Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:14Z", +2024-12-17T05:26:18Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:18Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:18Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:34Z", +2024-12-17T05:26:18Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:18Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:18Z TRACE Received state_system: }, +2024-12-17T05:26:18Z TRACE Received state_system: "serial_no" : "sequencer-14408", +2024-12-17T05:26:18Z TRACE Received state_system: "software" : { +2024-12-17T05:26:18Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:18Z TRACE Received state_system: }, +2024-12-17T05:26:18Z TRACE Received state_system: "status" : { +2024-12-17T05:26:18Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:18Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:26:18Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:18Z", +2024-12-17T05:26:18Z TRACE Received state_system: "level" : 100 +2024-12-17T05:26:18Z TRACE Received state_system: }, +2024-12-17T05:26:18Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:18Z", +2024-12-17T05:26:18Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:18Z TRACE Received state_system: } +2024-12-17T05:26:18Z DEBUG Handling device message state_system MP:71ee2c33-0 +2024-12-17T05:26:18Z TRACE Ignoring partial state update +2024-12-17T05:26:18Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:18Z TRACE Received state_discovery: { +2024-12-17T05:26:18Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:18Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:18Z", +2024-12-17T05:26:18Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:18Z TRACE Received state_discovery: } +2024-12-17T05:26:18Z DEBUG Handling device message state_discovery MP:71ee2c33-1 +2024-12-17T05:26:18Z TRACE Ignoring partial state update +2024-12-17T05:26:18Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:18Z TRACE Received state_localnet: { +2024-12-17T05:26:18Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:18Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:18Z TRACE Received state_localnet: "addr" : "60:45:bd:78:e2:18" +2024-12-17T05:26:18Z TRACE Received state_localnet: }, +2024-12-17T05:26:18Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:18Z TRACE Received state_localnet: "addr" : "10.1.0.76" +2024-12-17T05:26:18Z TRACE Received state_localnet: }, +2024-12-17T05:26:18Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:18Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe78:e218" +2024-12-17T05:26:18Z TRACE Received state_localnet: }, +2024-12-17T05:26:18Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:18Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:18Z TRACE Received state_localnet: } +2024-12-17T05:26:18Z TRACE Received state_localnet: }, +2024-12-17T05:26:18Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:18Z", +2024-12-17T05:26:18Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:18Z TRACE Received state_localnet: } +2024-12-17T05:26:18Z DEBUG Handling device message state_localnet MP:71ee2c33-2 +2024-12-17T05:26:18Z TRACE Ignoring partial state update +2024-12-17T05:26:18Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:18Z TRACE Received state_pointset: { +2024-12-17T05:26:18Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:18Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:18Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:18Z TRACE Received state_pointset: }, +2024-12-17T05:26:18Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:18Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:18Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:18Z TRACE Received state_pointset: }, +2024-12-17T05:26:18Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:18Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:18Z TRACE Received state_pointset: } +2024-12-17T05:26:18Z TRACE Received state_pointset: }, +2024-12-17T05:26:18Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:18Z", +2024-12-17T05:26:18Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:18Z TRACE Received state_pointset: } +2024-12-17T05:26:18Z DEBUG Handling device message state_pointset MP:71ee2c33-3 +2024-12-17T05:26:18Z TRACE Ignoring partial state update +2024-12-17T05:26:20Z TRACE received command AHU-1/state/update +2024-12-17T05:26:20Z DEBUG Received state_update +2024-12-17T05:26:20Z DEBUG Handling update message state_update MP:473d17a3 +2024-12-17T05:26:20Z DEBUG Updated state after 0s 2024-12-17T05:26:20Z MP:473d17a3 +2024-12-17T05:26:20Z INFO Updated state #015: Changed 4 fields: +2024-12-17T05:26:20Z INFO Updated state #015: Set `system.last_config` = `2024-12-17T05:26:18Z` +2024-12-17T05:26:20Z INFO Updated state #015: Set `system.status.level` = `300` +2024-12-17T05:26:20Z INFO Updated state #015: Set `system.status.category` = `system.config.apply` +2024-12-17T05:26:20Z INFO Updated state #015: Set `timestamp` = `2024-12-17T05:26:20Z` +2024-12-17T05:26:20Z DEBUG Updated state has last_config 2024-12-17T05:26:18Z (expecting 2024-12-17T05:26:18Z) +2024-12-17T05:26:20Z TRACE received command AHU-1/state/system +2024-12-17T05:26:20Z TRACE Received state_system: { +2024-12-17T05:26:20Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:20Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:20Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:20Z TRACE Received state_system: }, +2024-12-17T05:26:20Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:18Z", +2024-12-17T05:26:20Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:20Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:20Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:34Z", +2024-12-17T05:26:20Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:20Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:20Z TRACE Received state_system: }, +2024-12-17T05:26:20Z TRACE Received state_system: "serial_no" : "sequencer-14408", +2024-12-17T05:26:20Z TRACE Received state_system: "software" : { +2024-12-17T05:26:20Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:20Z TRACE Received state_system: }, +2024-12-17T05:26:21Z TRACE Received state_system: "status" : { +2024-12-17T05:26:21Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:21Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:26:21Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:18Z", +2024-12-17T05:26:21Z TRACE Received state_system: "level" : 300 +2024-12-17T05:26:21Z TRACE Received state_system: }, +2024-12-17T05:26:21Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:20Z", +2024-12-17T05:26:21Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:21Z TRACE Received state_system: } +2024-12-17T05:26:21Z DEBUG Handling device message state_system MP:473d17a3-0 +2024-12-17T05:26:21Z TRACE Ignoring partial state update +2024-12-17T05:26:21Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:26:21Z DEBUG Stage finished waiting for config update synchronized at 16s after 2s +2024-12-17T05:26:21Z TRACE Stage resume waiting for starting test wrapper at 16s +2024-12-17T05:26:21Z DEBUG Config sync took 3s +2024-12-17T05:26:21Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:26:21Z DEBUG New lastConfigMark at 2024-12-17T05:26:21Z +2024-12-17T05:26:21Z DEBUG Update config initial setup timestamp 2024-12-17T05:26:18Z +2024-12-17T05:26:21Z TRACE Outgoing local_update: { +2024-12-17T05:26:21Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:18Z", +2024-12-17T05:26:21Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:21Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:21Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:21Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:21Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:21Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:34Z" +2024-12-17T05:26:21Z TRACE Outgoing local_update: }, +2024-12-17T05:26:21Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:21Z TRACE Outgoing local_update: "sequence_name" : "scan_single_future" +2024-12-17T05:26:21Z TRACE Outgoing local_update: } +2024-12-17T05:26:21Z TRACE Outgoing local_update: }, +2024-12-17T05:26:21Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:21Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:21Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:26:21Z TRACE Outgoing local_update: } +2024-12-17T05:26:21Z TRACE Outgoing local_update: }, +2024-12-17T05:26:21Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:21Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:21Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:21Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:21Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:21Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:21Z TRACE Outgoing local_update: } +2024-12-17T05:26:21Z TRACE Outgoing local_update: }, +2024-12-17T05:26:21Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:21Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:21Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:21Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:21Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:21Z TRACE Outgoing local_update: }, +2024-12-17T05:26:21Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:21Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:21Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:21Z TRACE Outgoing local_update: }, +2024-12-17T05:26:21Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:21Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:21Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:21Z TRACE Outgoing local_update: } +2024-12-17T05:26:21Z TRACE Outgoing local_update: } +2024-12-17T05:26:21Z TRACE Outgoing local_update: } +2024-12-17T05:26:21Z TRACE Outgoing local_update: } +2024-12-17T05:26:21Z DEBUG Stale state cutoff threshold is 2024-12-17T05:25:36Z +2024-12-17T05:26:21Z DEBUG Waiting for device stateTransaction RC:8d810a.00000018 (was null) +2024-12-17T05:26:21Z TRACE Stage suspend waiting for starting test wrapper at 16s +2024-12-17T05:26:21Z INFO Stage start waiting for state query at 16s +2024-12-17T05:26:21Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:21Z TRACE Received state_discovery: { +2024-12-17T05:26:21Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:21Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:20Z", +2024-12-17T05:26:21Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:21Z TRACE Received state_discovery: } +2024-12-17T05:26:21Z DEBUG Handling device message state_discovery MP:473d17a3-1 +2024-12-17T05:26:21Z TRACE Ignoring partial state update +2024-12-17T05:26:21Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:21Z TRACE Received state_localnet: { +2024-12-17T05:26:21Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:21Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:21Z TRACE Received state_localnet: "addr" : "60:45:bd:78:e2:18" +2024-12-17T05:26:21Z TRACE Received state_localnet: }, +2024-12-17T05:26:21Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:21Z TRACE Received state_localnet: "addr" : "10.1.0.76" +2024-12-17T05:26:21Z TRACE Received state_localnet: }, +2024-12-17T05:26:21Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:21Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe78:e218" +2024-12-17T05:26:21Z TRACE Received state_localnet: }, +2024-12-17T05:26:21Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:21Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:21Z TRACE Received state_localnet: } +2024-12-17T05:26:21Z TRACE Received state_localnet: }, +2024-12-17T05:26:21Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:20Z", +2024-12-17T05:26:21Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:21Z TRACE Received state_localnet: } +2024-12-17T05:26:21Z DEBUG Handling device message state_localnet MP:473d17a3-2 +2024-12-17T05:26:21Z TRACE Ignoring partial state update +2024-12-17T05:26:21Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:21Z TRACE Received state_pointset: { +2024-12-17T05:26:21Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:21Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:21Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:21Z TRACE Received state_pointset: }, +2024-12-17T05:26:21Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:21Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:21Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:21Z TRACE Received state_pointset: }, +2024-12-17T05:26:21Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:21Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:21Z TRACE Received state_pointset: } +2024-12-17T05:26:21Z TRACE Received state_pointset: }, +2024-12-17T05:26:21Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:20Z", +2024-12-17T05:26:21Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:21Z TRACE Received state_pointset: } +2024-12-17T05:26:21Z DEBUG Handling device message state_pointset MP:473d17a3-3 +2024-12-17T05:26:21Z TRACE Ignoring partial state update +2024-12-17T05:26:21Z TRACE received command AHU-1/state/update +2024-12-17T05:26:21Z DEBUG Received state_update +2024-12-17T05:26:21Z INFO Received device configAcked +2024-12-17T05:26:21Z DEBUG Handling update message state_update RC:8d810a.00000018 +2024-12-17T05:26:21Z DEBUG Removed stateTransaction RC:8d810a.00000018 +2024-12-17T05:26:21Z DEBUG Updated state after 1s 2024-12-17T05:26:20Z RC:8d810a.00000018 +2024-12-17T05:26:21Z INFO Updated state #016: Changed 0 fields. +2024-12-17T05:26:21Z DEBUG Updated state has last_config 2024-12-17T05:26:18Z (expecting 2024-12-17T05:26:18Z) +2024-12-17T05:26:21Z DEBUG Stage finished waiting for state query at 16s after 0s +2024-12-17T05:26:21Z TRACE Stage resume waiting for starting test wrapper at 16s +2024-12-17T05:26:21Z TRACE Stage suspend waiting for starting test wrapper at 16s +2024-12-17T05:26:21Z INFO Stage start waiting for initial device state at 16s +2024-12-17T05:26:21Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:21.000798490Z is 1898ms +2024-12-17T05:26:21Z DEBUG Rate-limiting config by 1898ms +2024-12-17T05:26:23Z TRACE Updated check config_update: true +2024-12-17T05:26:23Z DEBUG Update config_update, adding configTransaction RC:8d810a.00000019 +2024-12-17T05:26:23Z TRACE Outgoing local_update: { +2024-12-17T05:26:23Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:18Z", +2024-12-17T05:26:23Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:23Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:23Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:23Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:23Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:23Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:34Z" +2024-12-17T05:26:23Z TRACE Outgoing local_update: }, +2024-12-17T05:26:23Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:23Z TRACE Outgoing local_update: "sequence_name" : "scan_single_future" +2024-12-17T05:26:23Z TRACE Outgoing local_update: } +2024-12-17T05:26:23Z TRACE Outgoing local_update: }, +2024-12-17T05:26:23Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:23Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:23Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:26:23Z TRACE Outgoing local_update: } +2024-12-17T05:26:23Z TRACE Outgoing local_update: }, +2024-12-17T05:26:23Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:23Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:23Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:23Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:23Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:23Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:23Z TRACE Outgoing local_update: } +2024-12-17T05:26:23Z TRACE Outgoing local_update: }, +2024-12-17T05:26:23Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:23Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:23Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:23Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:23Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:23Z TRACE Outgoing local_update: }, +2024-12-17T05:26:23Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:23Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:23Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:23Z TRACE Outgoing local_update: }, +2024-12-17T05:26:23Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:23Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:23Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:23Z TRACE Outgoing local_update: } +2024-12-17T05:26:23Z TRACE Outgoing local_update: } +2024-12-17T05:26:23Z TRACE Outgoing local_update: } +2024-12-17T05:26:23Z TRACE Outgoing local_update: } +2024-12-17T05:26:23Z DEBUG Saving pre-config state timestamp 2024-12-17T05:26:20Z +2024-12-17T05:26:23Z DEBUG Update lastConfigUpdate 2024-12-17T05:26:23Z, because before initial device state +2024-12-17T05:26:23Z TRACE Stage suspend waiting for initial device state at 18s +2024-12-17T05:26:23Z INFO Stage start waiting for config update synchronized at 18s +2024-12-17T05:26:23Z TRACE received command AHU-1/reply/update +2024-12-17T05:26:23Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:26:23Z TRACE received command AHU-1/state/update +2024-12-17T05:26:23Z DEBUG Received state_update +2024-12-17T05:26:23Z DEBUG Handling update message state_update MP:37b72e19 +2024-12-17T05:26:23Z DEBUG Updated state after 0s 2024-12-17T05:26:23Z MP:37b72e19 +2024-12-17T05:26:23Z INFO Updated state #017: Changed 4 fields: +2024-12-17T05:26:23Z INFO Updated state #017: Set `system.status.level` = `100` +2024-12-17T05:26:23Z INFO Updated state #017: Set `system.status.category` = `system.config.parse` +2024-12-17T05:26:23Z INFO Updated state #017: Set `system.status.timestamp` = `2024-12-17T05:26:23Z` +2024-12-17T05:26:23Z INFO Updated state #017: Set `timestamp` = `2024-12-17T05:26:23Z` +2024-12-17T05:26:23Z DEBUG Updated state has last_config 2024-12-17T05:26:18Z (expecting 2024-12-17T05:26:18Z) +2024-12-17T05:26:23Z TRACE received command AHU-1/config/update +2024-12-17T05:26:23Z DEBUG Received config_update +2024-12-17T05:26:23Z DEBUG Handling update message config_update RC:8d810a.00000019 +2024-12-17T05:26:23Z DEBUG Removed configTransaction RC:8d810a.00000019 +2024-12-17T05:26:23Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:34Z +2024-12-17T05:26:23Z DEBUG Updated config 2024-12-17T05:26:23Z RC:8d810a.00000019 +2024-12-17T05:26:23Z INFO Updated config #014: Changed 0 fields. +2024-12-17T05:26:23Z DEBUG Expected last_config now 2024-12-17T05:26:23Z +2024-12-17T05:26:23Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:26:23Z TRACE received command AHU-1/state/system +2024-12-17T05:26:23Z TRACE Received state_system: { +2024-12-17T05:26:23Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:23Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:23Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:23Z TRACE Received state_system: }, +2024-12-17T05:26:23Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:18Z", +2024-12-17T05:26:23Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:23Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:23Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:34Z", +2024-12-17T05:26:23Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:23Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:23Z TRACE Received state_system: }, +2024-12-17T05:26:23Z TRACE Received state_system: "serial_no" : "sequencer-14408", +2024-12-17T05:26:23Z TRACE Received state_system: "software" : { +2024-12-17T05:26:23Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:23Z TRACE Received state_system: }, +2024-12-17T05:26:23Z TRACE Received state_system: "status" : { +2024-12-17T05:26:23Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:23Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:26:23Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:23Z", +2024-12-17T05:26:23Z TRACE Received state_system: "level" : 100 +2024-12-17T05:26:23Z TRACE Received state_system: }, +2024-12-17T05:26:23Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:23Z", +2024-12-17T05:26:23Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:23Z TRACE Received state_system: } +2024-12-17T05:26:23Z DEBUG Handling device message state_system MP:37b72e19-0 +2024-12-17T05:26:23Z TRACE Ignoring partial state update +2024-12-17T05:26:23Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:23Z TRACE Received state_discovery: { +2024-12-17T05:26:23Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:23Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:23Z", +2024-12-17T05:26:23Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:23Z TRACE Received state_discovery: } +2024-12-17T05:26:23Z DEBUG Handling device message state_discovery MP:37b72e19-1 +2024-12-17T05:26:23Z TRACE Ignoring partial state update +2024-12-17T05:26:23Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:23Z TRACE Received state_localnet: { +2024-12-17T05:26:23Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:23Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:23Z TRACE Received state_localnet: "addr" : "60:45:bd:78:e2:18" +2024-12-17T05:26:23Z TRACE Received state_localnet: }, +2024-12-17T05:26:23Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:23Z TRACE Received state_localnet: "addr" : "10.1.0.76" +2024-12-17T05:26:23Z TRACE Received state_localnet: }, +2024-12-17T05:26:23Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:23Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe78:e218" +2024-12-17T05:26:23Z TRACE Received state_localnet: }, +2024-12-17T05:26:23Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:23Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:23Z TRACE Received state_localnet: } +2024-12-17T05:26:23Z TRACE Received state_localnet: }, +2024-12-17T05:26:23Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:23Z", +2024-12-17T05:26:23Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:23Z TRACE Received state_localnet: } +2024-12-17T05:26:23Z DEBUG Handling device message state_localnet MP:37b72e19-2 +2024-12-17T05:26:23Z TRACE Ignoring partial state update +2024-12-17T05:26:23Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:23Z TRACE Received state_pointset: { +2024-12-17T05:26:23Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:23Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:23Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:23Z TRACE Received state_pointset: }, +2024-12-17T05:26:23Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:23Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:23Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:23Z TRACE Received state_pointset: }, +2024-12-17T05:26:23Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:23Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:23Z TRACE Received state_pointset: } +2024-12-17T05:26:23Z TRACE Received state_pointset: }, +2024-12-17T05:26:23Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:23Z", +2024-12-17T05:26:23Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:23Z TRACE Received state_pointset: } +2024-12-17T05:26:23Z DEBUG Handling device message state_pointset MP:37b72e19-3 +2024-12-17T05:26:23Z TRACE Ignoring partial state update +2024-12-17T05:26:25Z TRACE received command AHU-1/state/update +2024-12-17T05:26:25Z DEBUG Received state_update +2024-12-17T05:26:25Z DEBUG Handling update message state_update MP:94dd3c1d +2024-12-17T05:26:25Z DEBUG Updated state after 0s 2024-12-17T05:26:25Z MP:94dd3c1d +2024-12-17T05:26:25Z INFO Updated state #018: Changed 4 fields: +2024-12-17T05:26:25Z INFO Updated state #018: Set `system.last_config` = `2024-12-17T05:26:23Z` +2024-12-17T05:26:25Z INFO Updated state #018: Set `system.status.level` = `300` +2024-12-17T05:26:25Z INFO Updated state #018: Set `system.status.category` = `system.config.apply` +2024-12-17T05:26:25Z INFO Updated state #018: Set `timestamp` = `2024-12-17T05:26:25Z` +2024-12-17T05:26:25Z DEBUG Updated state has last_config 2024-12-17T05:26:23Z (expecting 2024-12-17T05:26:23Z) +2024-12-17T05:26:25Z TRACE received command AHU-1/state/system +2024-12-17T05:26:25Z TRACE Received state_system: { +2024-12-17T05:26:25Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:25Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:25Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:25Z TRACE Received state_system: }, +2024-12-17T05:26:25Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:23Z", +2024-12-17T05:26:25Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:25Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:25Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:34Z", +2024-12-17T05:26:25Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:25Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:25Z TRACE Received state_system: }, +2024-12-17T05:26:25Z TRACE Received state_system: "serial_no" : "sequencer-14408", +2024-12-17T05:26:25Z TRACE Received state_system: "software" : { +2024-12-17T05:26:25Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:25Z TRACE Received state_system: }, +2024-12-17T05:26:25Z TRACE Received state_system: "status" : { +2024-12-17T05:26:25Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:25Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:26:25Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:23Z", +2024-12-17T05:26:25Z TRACE Received state_system: "level" : 300 +2024-12-17T05:26:25Z TRACE Received state_system: }, +2024-12-17T05:26:25Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:25Z", +2024-12-17T05:26:25Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:25Z TRACE Received state_system: } +2024-12-17T05:26:25Z DEBUG Handling device message state_system MP:94dd3c1d-0 +2024-12-17T05:26:25Z TRACE Ignoring partial state update +2024-12-17T05:26:25Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:26:25Z DEBUG Stage finished waiting for config update synchronized at 20s after 2s +2024-12-17T05:26:25Z TRACE Stage resume waiting for initial device state at 20s +2024-12-17T05:26:25Z DEBUG Config sync took 2s +2024-12-17T05:26:25Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:26:25Z DEBUG New lastConfigMark at 2024-12-17T05:26:25Z +2024-12-17T05:26:25Z DEBUG Update config before initial device state timestamp 2024-12-17T05:26:23Z +2024-12-17T05:26:25Z TRACE Outgoing local_update: { +2024-12-17T05:26:25Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:23Z", +2024-12-17T05:26:25Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:25Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:25Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:25Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:25Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:25Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:34Z" +2024-12-17T05:26:25Z TRACE Outgoing local_update: }, +2024-12-17T05:26:25Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:25Z TRACE Outgoing local_update: "sequence_name" : "scan_single_future" +2024-12-17T05:26:25Z TRACE Outgoing local_update: } +2024-12-17T05:26:25Z TRACE Outgoing local_update: }, +2024-12-17T05:26:25Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:25Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:25Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:26:25Z TRACE Outgoing local_update: } +2024-12-17T05:26:25Z TRACE Outgoing local_update: }, +2024-12-17T05:26:25Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:25Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:25Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:25Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:25Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:25Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:25Z TRACE Outgoing local_update: } +2024-12-17T05:26:25Z TRACE Outgoing local_update: }, +2024-12-17T05:26:25Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:25Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:25Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:25Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:25Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:25Z TRACE Outgoing local_update: }, +2024-12-17T05:26:25Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:25Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:25Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:25Z TRACE Outgoing local_update: }, +2024-12-17T05:26:25Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:25Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:25Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:25Z TRACE Outgoing local_update: } +2024-12-17T05:26:25Z TRACE Outgoing local_update: } +2024-12-17T05:26:25Z TRACE Outgoing local_update: } +2024-12-17T05:26:25Z TRACE Outgoing local_update: } +2024-12-17T05:26:25Z DEBUG Stage finished waiting for initial device state at 20s after 4s +2024-12-17T05:26:25Z TRACE Stage resume waiting for starting test wrapper at 20s +2024-12-17T05:26:25Z DEBUG Device state system status level is now 300 +2024-12-17T05:26:25Z TRACE Stage suspend waiting for starting test wrapper at 20s +2024-12-17T05:26:25Z INFO Stage start waiting for config update synchronized at 20s +2024-12-17T05:26:25Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:25Z TRACE Received state_discovery: { +2024-12-17T05:26:25Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:25Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:25Z", +2024-12-17T05:26:25Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:25Z TRACE Received state_discovery: } +2024-12-17T05:26:25Z DEBUG Handling device message state_discovery MP:94dd3c1d-1 +2024-12-17T05:26:25Z TRACE Ignoring partial state update +2024-12-17T05:26:25Z DEBUG Stage finished waiting for config update synchronized at 20s after 0s +2024-12-17T05:26:25Z TRACE Stage resume waiting for starting test wrapper at 20s +2024-12-17T05:26:25Z DEBUG Config sync took 2s +2024-12-17T05:26:25Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:26:25Z TRACE Stage suspend waiting for starting test wrapper at 20s +2024-12-17T05:26:25Z INFO Stage start waiting for executing test at 20s +2024-12-17T05:26:25Z DEBUG stage begin waiting for executing test at 20s +2024-12-17T05:26:25Z DEBUG Allowing device state change discovery +2024-12-17T05:26:25Z TRACE Stage suspend waiting for executing test at 20s +2024-12-17T05:26:25Z INFO Stage start waiting for discovery families defined at 20s +2024-12-17T05:26:25Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:25.101524919Z is 1990ms +2024-12-17T05:26:25Z DEBUG Rate-limiting config by 1990ms +2024-12-17T05:26:27Z DEBUG System config extra field null +2024-12-17T05:26:27Z TRACE Updated check config_system: true +2024-12-17T05:26:27Z DEBUG Update config_system, adding configTransaction RC:8d810a.0000001a +2024-12-17T05:26:27Z TRACE Outgoing local_system: { +2024-12-17T05:26:27Z TRACE Outgoing local_system: "min_loglevel" : 100, +2024-12-17T05:26:27Z TRACE Outgoing local_system: "metrics_rate_sec" : 10, +2024-12-17T05:26:27Z TRACE Outgoing local_system: "operation" : { +2024-12-17T05:26:27Z TRACE Outgoing local_system: "last_start" : "2024-12-17T05:25:34Z" +2024-12-17T05:26:27Z TRACE Outgoing local_system: }, +2024-12-17T05:26:27Z TRACE Outgoing local_system: "testing" : { +2024-12-17T05:26:27Z TRACE Outgoing local_system: "sequence_name" : "scan_single_future" +2024-12-17T05:26:27Z TRACE Outgoing local_system: } +2024-12-17T05:26:27Z TRACE Outgoing local_system: } +2024-12-17T05:26:27Z TRACE Updated check config_pointset: true +2024-12-17T05:26:27Z DEBUG Update config_pointset, adding configTransaction RC:8d810a.0000001b +2024-12-17T05:26:27Z TRACE Outgoing local_pointset: { +2024-12-17T05:26:27Z TRACE Outgoing local_pointset: "points" : { +2024-12-17T05:26:27Z TRACE Outgoing local_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:27Z TRACE Outgoing local_pointset: "units" : "Bars", +2024-12-17T05:26:27Z TRACE Outgoing local_pointset: "set_value" : 98 +2024-12-17T05:26:27Z TRACE Outgoing local_pointset: }, +2024-12-17T05:26:27Z TRACE Outgoing local_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:27Z TRACE Outgoing local_pointset: "ref" : "BV11.present_value", +2024-12-17T05:26:27Z TRACE Outgoing local_pointset: "units" : "No-units" +2024-12-17T05:26:27Z TRACE Outgoing local_pointset: }, +2024-12-17T05:26:27Z TRACE Outgoing local_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:27Z TRACE Outgoing local_pointset: "ref" : "AV12.present_value", +2024-12-17T05:26:27Z TRACE Outgoing local_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:27Z TRACE Outgoing local_pointset: } +2024-12-17T05:26:27Z TRACE Outgoing local_pointset: } +2024-12-17T05:26:27Z TRACE Outgoing local_pointset: } +2024-12-17T05:26:27Z TRACE Updated check config_gateway: false +2024-12-17T05:26:27Z TRACE Updated check config_localnet: true +2024-12-17T05:26:27Z DEBUG Update config_localnet, adding configTransaction RC:8d810a.0000001c +2024-12-17T05:26:27Z TRACE Outgoing local_localnet: { +2024-12-17T05:26:27Z TRACE Outgoing local_localnet: "families" : { +2024-12-17T05:26:27Z TRACE Outgoing local_localnet: "ether" : { }, +2024-12-17T05:26:27Z TRACE Outgoing local_localnet: "ipv4" : { }, +2024-12-17T05:26:27Z TRACE Outgoing local_localnet: "vendor" : { }, +2024-12-17T05:26:27Z TRACE Outgoing local_localnet: "bacnet" : { } +2024-12-17T05:26:27Z TRACE Outgoing local_localnet: } +2024-12-17T05:26:27Z TRACE Outgoing local_localnet: } +2024-12-17T05:26:27Z TRACE Updated check config_blobset: false +2024-12-17T05:26:27Z TRACE Updated check config_discovery: true +2024-12-17T05:26:27Z DEBUG Update config_discovery, adding configTransaction RC:8d810a.0000001d +2024-12-17T05:26:27Z TRACE Outgoing local_discovery: { +2024-12-17T05:26:27Z TRACE Outgoing local_discovery: "families" : { } +2024-12-17T05:26:27Z TRACE Outgoing local_discovery: } +2024-12-17T05:26:27Z DEBUG Saving pre-config state timestamp 2024-12-17T05:26:25Z +2024-12-17T05:26:27Z DEBUG Update lastConfigUpdate 2024-12-17T05:26:27Z, because before discovery families defined +2024-12-17T05:26:27Z TRACE Stage suspend waiting for discovery families defined at 22s +2024-12-17T05:26:27Z INFO Stage start waiting for config update synchronized at 22s +2024-12-17T05:26:27Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:27Z TRACE Received state_localnet: { +2024-12-17T05:26:27Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:27Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:27Z TRACE Received state_localnet: "addr" : "60:45:bd:78:e2:18" +2024-12-17T05:26:27Z TRACE Received state_localnet: }, +2024-12-17T05:26:27Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:27Z TRACE Received state_localnet: "addr" : "10.1.0.76" +2024-12-17T05:26:27Z TRACE Received state_localnet: }, +2024-12-17T05:26:27Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:27Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe78:e218" +2024-12-17T05:26:27Z TRACE Received state_localnet: }, +2024-12-17T05:26:27Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:27Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:27Z TRACE Received state_localnet: } +2024-12-17T05:26:27Z TRACE Received state_localnet: }, +2024-12-17T05:26:27Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:25Z", +2024-12-17T05:26:27Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:27Z TRACE Received state_localnet: } +2024-12-17T05:26:27Z DEBUG Handling device message state_localnet MP:94dd3c1d-2 +2024-12-17T05:26:27Z TRACE Ignoring partial state update +2024-12-17T05:26:27Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:26:27Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:27Z TRACE Received state_pointset: { +2024-12-17T05:26:27Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:27Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:27Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:27Z TRACE Received state_pointset: }, +2024-12-17T05:26:27Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:27Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:27Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:27Z TRACE Received state_pointset: }, +2024-12-17T05:26:27Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:27Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:27Z TRACE Received state_pointset: } +2024-12-17T05:26:27Z TRACE Received state_pointset: }, +2024-12-17T05:26:27Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:25Z", +2024-12-17T05:26:27Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:27Z TRACE Received state_pointset: } +2024-12-17T05:26:27Z DEBUG Handling device message state_pointset MP:94dd3c1d-3 +2024-12-17T05:26:27Z TRACE Ignoring partial state update +2024-12-17T05:26:27Z TRACE received command AHU-1/events/pointset +2024-12-17T05:26:27Z TRACE Received events_pointset: { +2024-12-17T05:26:27Z TRACE Received events_pointset: "points" : { +2024-12-17T05:26:27Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:27Z TRACE Received events_pointset: "present_value" : true +2024-12-17T05:26:27Z TRACE Received events_pointset: }, +2024-12-17T05:26:27Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:27Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:26:27Z TRACE Received events_pointset: }, +2024-12-17T05:26:27Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:27Z TRACE Received events_pointset: "present_value" : 12 +2024-12-17T05:26:27Z TRACE Received events_pointset: } +2024-12-17T05:26:27Z TRACE Received events_pointset: }, +2024-12-17T05:26:27Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:26:25Z", +2024-12-17T05:26:27Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:26:27Z TRACE Received events_pointset: } +2024-12-17T05:26:27Z DEBUG Handling device message events_pointset MP:ff263512 +2024-12-17T05:26:27Z TRACE received command AHU-1/events/system +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:16Z DEBUG device.log: State update defer 0ms +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:16Z INFO device.log: Update state 2024-12-17T05:26:16Z last_config 2024-12-17T05:26:14Z +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:16Z DEBUG device.log: State update AHU-1 (scan_single_future) +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:18Z DEBUG system.config.receive: success +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:18Z DEBUG device.log: State update defer -55ms +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:18Z INFO device.log: Update state 2024-12-17T05:26:18Z last_config 2024-12-17T05:26:14Z +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:18Z DEBUG system.config.parse: success +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:18Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:18Z DEBUG device.log: Config update AHU-1 (scan_single_future) +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:18Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:18Z INFO device.log: 2024-12-17T05:26:18Z received config 2024-12-17T05:26:18Z +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:18Z NOTICE system.config.apply: success +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:18Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:18Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:18Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:18Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:18Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:18Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:18Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:20Z DEBUG device.log: State update defer 0ms +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:20Z INFO device.log: Update state 2024-12-17T05:26:20Z last_config 2024-12-17T05:26:18Z +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:20Z DEBUG device.log: State update AHU-1 (scan_single_future) +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:23Z DEBUG system.config.receive: success +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:23Z DEBUG device.log: State update defer -97ms +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:23Z DEBUG system.config.parse: success +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:23Z INFO device.log: Update state 2024-12-17T05:26:23Z last_config 2024-12-17T05:26:18Z +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:23Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:23Z DEBUG device.log: State update AHU-1 (scan_single_future) +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:23Z DEBUG device.log: Config update AHU-1 (scan_single_future) +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:23Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:23Z INFO device.log: 2024-12-17T05:26:23Z received config 2024-12-17T05:26:23Z +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:23Z NOTICE system.config.apply: success +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:23Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:23Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:23Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:23Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:23Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:23Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:23Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:25Z DEBUG device.log: State update defer 0ms +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:25Z INFO device.log: Update state 2024-12-17T05:26:25Z last_config 2024-12-17T05:26:23Z +2024-12-17T05:26:27Z DEBUG Received events_system 2024-12-17T05:26:25Z DEBUG device.log: State update AHU-1 (scan_single_future) +2024-12-17T05:26:27Z DEBUG Handling device message events_system MP:6d9e29a5 +2024-12-17T05:26:27Z TRACE received command AHU-1/state/update +2024-12-17T05:26:27Z DEBUG Received state_update +2024-12-17T05:26:27Z DEBUG Handling update message state_update MP:6ab69cc3 +2024-12-17T05:26:27Z DEBUG Updated state after 0s 2024-12-17T05:26:27Z MP:6ab69cc3 +2024-12-17T05:26:27Z INFO Updated state #019: Changed 4 fields: +2024-12-17T05:26:27Z INFO Updated state #019: Set `system.status.level` = `100` +2024-12-17T05:26:27Z INFO Updated state #019: Set `system.status.category` = `system.config.parse` +2024-12-17T05:26:27Z INFO Updated state #019: Set `system.status.timestamp` = `2024-12-17T05:26:27Z` +2024-12-17T05:26:27Z INFO Updated state #019: Set `timestamp` = `2024-12-17T05:26:27Z` +2024-12-17T05:26:27Z DEBUG Updated state has last_config 2024-12-17T05:26:23Z (expecting 2024-12-17T05:26:23Z) +2024-12-17T05:26:27Z DEBUG Detail config update synchronized is now: config transactions not cleared +2024-12-17T05:26:27Z TRACE received command AHU-1/config/update +2024-12-17T05:26:27Z DEBUG Received config_update +2024-12-17T05:26:27Z DEBUG Handling update message config_update RC:8d810a.0000001b +2024-12-17T05:26:27Z DEBUG Removed configTransaction RC:8d810a.0000001b +2024-12-17T05:26:27Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:34Z +2024-12-17T05:26:27Z DEBUG Updated config 2024-12-17T05:26:27Z RC:8d810a.0000001b +2024-12-17T05:26:27Z INFO Updated config #015: Changed 1 fields: +2024-12-17T05:26:27Z INFO Updated config #015: Remove `discovery.families.vendor` +2024-12-17T05:26:27Z DEBUG Expected last_config now 2024-12-17T05:26:27Z +2024-12-17T05:26:27Z TRACE received command AHU-1/state/system +2024-12-17T05:26:27Z TRACE Received state_system: { +2024-12-17T05:26:27Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:27Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:27Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:27Z TRACE Received state_system: }, +2024-12-17T05:26:27Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:23Z", +2024-12-17T05:26:27Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:27Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:27Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:34Z", +2024-12-17T05:26:27Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:27Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:27Z TRACE Received state_system: }, +2024-12-17T05:26:27Z TRACE Received state_system: "serial_no" : "sequencer-14408", +2024-12-17T05:26:27Z TRACE Received state_system: "software" : { +2024-12-17T05:26:27Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:27Z TRACE Received state_system: }, +2024-12-17T05:26:27Z TRACE Received state_system: "status" : { +2024-12-17T05:26:27Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:27Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:26:27Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:27Z", +2024-12-17T05:26:27Z TRACE Received state_system: "level" : 100 +2024-12-17T05:26:27Z TRACE Received state_system: }, +2024-12-17T05:26:27Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:27Z", +2024-12-17T05:26:27Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:27Z TRACE Received state_system: } +2024-12-17T05:26:27Z DEBUG Handling device message state_system MP:6ab69cc3-0 +2024-12-17T05:26:27Z TRACE Ignoring partial state update +2024-12-17T05:26:27Z DEBUG Detail config update synchronized is now: config transactions not cleared, last_config not synced in state +2024-12-17T05:26:27Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:27Z TRACE Received state_discovery: { +2024-12-17T05:26:27Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:27Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:27Z", +2024-12-17T05:26:27Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:27Z TRACE Received state_discovery: } +2024-12-17T05:26:27Z DEBUG Handling device message state_discovery MP:6ab69cc3-1 +2024-12-17T05:26:27Z TRACE Ignoring partial state update +2024-12-17T05:26:27Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:27Z TRACE Received state_localnet: { +2024-12-17T05:26:27Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:27Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:27Z TRACE Received state_localnet: "addr" : "60:45:bd:78:e2:18" +2024-12-17T05:26:27Z TRACE Received state_localnet: }, +2024-12-17T05:26:27Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:27Z TRACE Received state_localnet: "addr" : "10.1.0.76" +2024-12-17T05:26:27Z TRACE Received state_localnet: }, +2024-12-17T05:26:27Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:27Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe78:e218" +2024-12-17T05:26:27Z TRACE Received state_localnet: }, +2024-12-17T05:26:27Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:27Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:27Z TRACE Received state_localnet: } +2024-12-17T05:26:27Z TRACE Received state_localnet: }, +2024-12-17T05:26:27Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:27Z", +2024-12-17T05:26:27Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:27Z TRACE Received state_localnet: } +2024-12-17T05:26:27Z DEBUG Handling device message state_localnet MP:6ab69cc3-2 +2024-12-17T05:26:27Z TRACE Ignoring partial state update +2024-12-17T05:26:27Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:27Z TRACE Received state_pointset: { +2024-12-17T05:26:27Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:27Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:27Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:27Z TRACE Received state_pointset: }, +2024-12-17T05:26:27Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:27Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:27Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:27Z TRACE Received state_pointset: }, +2024-12-17T05:26:27Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:27Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:27Z TRACE Received state_pointset: } +2024-12-17T05:26:27Z TRACE Received state_pointset: }, +2024-12-17T05:26:27Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:27Z", +2024-12-17T05:26:27Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:27Z TRACE Received state_pointset: } +2024-12-17T05:26:27Z DEBUG Handling device message state_pointset MP:6ab69cc3-3 +2024-12-17T05:26:27Z TRACE Ignoring partial state update +2024-12-17T05:26:28Z TRACE received command AHU-1/config/update +2024-12-17T05:26:28Z DEBUG Received config_update +2024-12-17T05:26:28Z DEBUG Handling update message config_update RC:8d810a.0000001c +2024-12-17T05:26:28Z DEBUG Removed configTransaction RC:8d810a.0000001c +2024-12-17T05:26:28Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:34Z +2024-12-17T05:26:28Z DEBUG Updated config 2024-12-17T05:26:28Z RC:8d810a.0000001c +2024-12-17T05:26:28Z INFO Updated config #016: Changed 0 fields. +2024-12-17T05:26:28Z DEBUG Expected last_config now 2024-12-17T05:26:28Z +2024-12-17T05:26:29Z TRACE received command AHU-1/state/update +2024-12-17T05:26:29Z DEBUG Received state_update +2024-12-17T05:26:29Z DEBUG Handling update message state_update MP:4dc0b234 +2024-12-17T05:26:29Z DEBUG Updated state after 0s 2024-12-17T05:26:29Z MP:4dc0b234 +2024-12-17T05:26:29Z INFO Updated state #020: Changed 5 fields: +2024-12-17T05:26:29Z INFO Updated state #020: Set `system.last_config` = `2024-12-17T05:26:28Z` +2024-12-17T05:26:29Z INFO Updated state #020: Set `system.status.level` = `300` +2024-12-17T05:26:29Z INFO Updated state #020: Set `system.status.category` = `system.config.apply` +2024-12-17T05:26:29Z INFO Updated state #020: Set `system.status.timestamp` = `2024-12-17T05:26:28Z` +2024-12-17T05:26:29Z INFO Updated state #020: Set `timestamp` = `2024-12-17T05:26:29Z` +2024-12-17T05:26:29Z DEBUG Updated state has last_config 2024-12-17T05:26:28Z (expecting 2024-12-17T05:26:28Z) +2024-12-17T05:26:29Z TRACE received command AHU-1/state/system +2024-12-17T05:26:29Z TRACE Received state_system: { +2024-12-17T05:26:29Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:29Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:29Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:29Z TRACE Received state_system: }, +2024-12-17T05:26:29Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:28Z", +2024-12-17T05:26:29Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:29Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:29Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:34Z", +2024-12-17T05:26:29Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:29Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:29Z TRACE Received state_system: }, +2024-12-17T05:26:29Z TRACE Received state_system: "serial_no" : "sequencer-14408", +2024-12-17T05:26:29Z TRACE Received state_system: "software" : { +2024-12-17T05:26:29Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:29Z TRACE Received state_system: }, +2024-12-17T05:26:29Z TRACE Received state_system: "status" : { +2024-12-17T05:26:29Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:29Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:26:29Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:28Z", +2024-12-17T05:26:29Z TRACE Received state_system: "level" : 300 +2024-12-17T05:26:29Z TRACE Received state_system: }, +2024-12-17T05:26:29Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:29Z", +2024-12-17T05:26:29Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:29Z TRACE Received state_system: } +2024-12-17T05:26:29Z DEBUG Handling device message state_system MP:4dc0b234-0 +2024-12-17T05:26:29Z TRACE Ignoring partial state update +2024-12-17T05:26:29Z DEBUG Detail config update synchronized is now: config transactions not cleared +2024-12-17T05:26:29Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:29Z TRACE Received state_discovery: { +2024-12-17T05:26:29Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:29Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:29Z", +2024-12-17T05:26:29Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:29Z TRACE Received state_discovery: } +2024-12-17T05:26:29Z DEBUG Handling device message state_discovery MP:4dc0b234-1 +2024-12-17T05:26:29Z TRACE Ignoring partial state update +2024-12-17T05:26:29Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:29Z TRACE Received state_localnet: { +2024-12-17T05:26:29Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:29Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:29Z TRACE Received state_localnet: "addr" : "60:45:bd:78:e2:18" +2024-12-17T05:26:29Z TRACE Received state_localnet: }, +2024-12-17T05:26:29Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:29Z TRACE Received state_localnet: "addr" : "10.1.0.76" +2024-12-17T05:26:29Z TRACE Received state_localnet: }, +2024-12-17T05:26:29Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:29Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe78:e218" +2024-12-17T05:26:29Z TRACE Received state_localnet: }, +2024-12-17T05:26:29Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:29Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:29Z TRACE Received state_localnet: } +2024-12-17T05:26:29Z TRACE Received state_localnet: }, +2024-12-17T05:26:29Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:29Z", +2024-12-17T05:26:29Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:29Z TRACE Received state_localnet: } +2024-12-17T05:26:29Z DEBUG Handling device message state_localnet MP:4dc0b234-2 +2024-12-17T05:26:29Z TRACE Ignoring partial state update +2024-12-17T05:26:29Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:29Z TRACE Received state_pointset: { +2024-12-17T05:26:29Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:29Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:29Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:29Z TRACE Received state_pointset: }, +2024-12-17T05:26:29Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:29Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:29Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:29Z TRACE Received state_pointset: }, +2024-12-17T05:26:29Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:29Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:29Z TRACE Received state_pointset: } +2024-12-17T05:26:29Z TRACE Received state_pointset: }, +2024-12-17T05:26:29Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:29Z", +2024-12-17T05:26:29Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:29Z TRACE Received state_pointset: } +2024-12-17T05:26:29Z DEBUG Handling device message state_pointset MP:4dc0b234-3 +2024-12-17T05:26:29Z TRACE Ignoring partial state update +2024-12-17T05:26:29Z TRACE received command AHU-1/config/update +2024-12-17T05:26:29Z DEBUG Received config_update +2024-12-17T05:26:29Z DEBUG Handling update message config_update RC:8d810a.0000001a +2024-12-17T05:26:29Z DEBUG Removed configTransaction RC:8d810a.0000001a +2024-12-17T05:26:29Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:34Z +2024-12-17T05:26:29Z DEBUG Updated config 2024-12-17T05:26:29Z RC:8d810a.0000001a +2024-12-17T05:26:29Z INFO Updated config #017: Changed 0 fields. +2024-12-17T05:26:29Z DEBUG Expected last_config now 2024-12-17T05:26:29Z +2024-12-17T05:26:29Z DEBUG Detail config update synchronized is now: config transactions not cleared, last_config not synced in state +2024-12-17T05:26:30Z TRACE received command AHU-1/config/update +2024-12-17T05:26:30Z DEBUG Received config_update +2024-12-17T05:26:30Z DEBUG Handling update message config_update RC:8d810a.0000001d +2024-12-17T05:26:30Z DEBUG Removed configTransaction RC:8d810a.0000001d +2024-12-17T05:26:30Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:34Z +2024-12-17T05:26:30Z DEBUG Updated config 2024-12-17T05:26:30Z RC:8d810a.0000001d +2024-12-17T05:26:30Z INFO Updated config #018: Changed 0 fields. +2024-12-17T05:26:30Z DEBUG Expected last_config now 2024-12-17T05:26:30Z +2024-12-17T05:26:31Z TRACE received command AHU-1/state/update +2024-12-17T05:26:31Z DEBUG Received state_update +2024-12-17T05:26:31Z DEBUG Handling update message state_update MP:d53bc315 +2024-12-17T05:26:31Z DEBUG Updated state after 0s 2024-12-17T05:26:31Z MP:d53bc315 +2024-12-17T05:26:31Z INFO Updated state #021: Changed 3 fields: +2024-12-17T05:26:31Z INFO Updated state #021: Set `system.last_config` = `2024-12-17T05:26:30Z` +2024-12-17T05:26:31Z INFO Updated state #021: Set `system.status.timestamp` = `2024-12-17T05:26:30Z` +2024-12-17T05:26:31Z INFO Updated state #021: Set `timestamp` = `2024-12-17T05:26:31Z` +2024-12-17T05:26:31Z DEBUG Updated state has last_config 2024-12-17T05:26:30Z (expecting 2024-12-17T05:26:30Z) +2024-12-17T05:26:31Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:26:31Z DEBUG Stage finished waiting for config update synchronized at 26s after 4s +2024-12-17T05:26:31Z TRACE Stage resume waiting for discovery families defined at 26s +2024-12-17T05:26:31Z DEBUG Config sync took 4s +2024-12-17T05:26:31Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:26:31Z DEBUG New lastConfigMark at 2024-12-17T05:26:31Z +2024-12-17T05:26:31Z DEBUG Update config before discovery families defined timestamp 2024-12-17T05:26:30Z +2024-12-17T05:26:31Z TRACE Outgoing local_update: { +2024-12-17T05:26:31Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:30Z", +2024-12-17T05:26:31Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:31Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:31Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:31Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:31Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:31Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:34Z" +2024-12-17T05:26:31Z TRACE Outgoing local_update: }, +2024-12-17T05:26:31Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:31Z TRACE Outgoing local_update: "sequence_name" : "scan_single_future" +2024-12-17T05:26:31Z TRACE Outgoing local_update: } +2024-12-17T05:26:31Z TRACE Outgoing local_update: }, +2024-12-17T05:26:31Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:31Z TRACE Outgoing local_update: "families" : { } +2024-12-17T05:26:31Z TRACE Outgoing local_update: }, +2024-12-17T05:26:31Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:31Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:31Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:31Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:31Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:31Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:31Z TRACE Outgoing local_update: } +2024-12-17T05:26:31Z TRACE Outgoing local_update: }, +2024-12-17T05:26:31Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:31Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:31Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:31Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:31Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:31Z TRACE Outgoing local_update: }, +2024-12-17T05:26:31Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:31Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:31Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:31Z TRACE Outgoing local_update: }, +2024-12-17T05:26:31Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:31Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:31Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:31Z TRACE Outgoing local_update: } +2024-12-17T05:26:31Z TRACE Outgoing local_update: } +2024-12-17T05:26:31Z TRACE Outgoing local_update: } +2024-12-17T05:26:31Z TRACE Outgoing local_update: } +2024-12-17T05:26:31Z DEBUG Recorded sequence: 1. Update config before discovery families defined +2024-12-17T05:26:31Z INFO Device config Remove `discovery.families.vendor` +2024-12-17T05:26:31Z TRACE Update config before discovery families defined: Remove `discovery.families.vendor` +2024-12-17T05:26:31Z DEBUG Recorded sequence: 1. Wait for discovery families defined +2024-12-17T05:26:31Z DEBUG Stage finished waiting for discovery families defined at 26s after 6s +2024-12-17T05:26:31Z TRACE Stage resume waiting for executing test at 26s +2024-12-17T05:26:31Z TRACE Stage suspend waiting for executing test at 26s +2024-12-17T05:26:31Z INFO Stage start waiting for discovery family keys match at 26s +2024-12-17T05:26:31Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:31.185494636Z is 1998ms +2024-12-17T05:26:31Z DEBUG Rate-limiting config by 1998ms +2024-12-17T05:26:33Z DEBUG System config extra field null +2024-12-17T05:26:33Z TRACE Updated check config_system: false +2024-12-17T05:26:33Z TRACE Updated check config_pointset: false +2024-12-17T05:26:33Z TRACE Updated check config_gateway: false +2024-12-17T05:26:33Z TRACE Updated check config_localnet: false +2024-12-17T05:26:33Z TRACE Updated check config_blobset: false +2024-12-17T05:26:33Z TRACE Updated check config_discovery: false +2024-12-17T05:26:33Z DEBUG New lastConfigMark at 2024-12-17T05:26:33Z +2024-12-17T05:26:33Z DEBUG Update config before discovery family keys match timestamp 2024-12-17T05:26:30Z +2024-12-17T05:26:33Z TRACE Outgoing local_update: { +2024-12-17T05:26:33Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:30Z", +2024-12-17T05:26:33Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:33Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:33Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:33Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:33Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:33Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:34Z" +2024-12-17T05:26:33Z TRACE Outgoing local_update: }, +2024-12-17T05:26:33Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:33Z TRACE Outgoing local_update: "sequence_name" : "scan_single_future" +2024-12-17T05:26:33Z TRACE Outgoing local_update: } +2024-12-17T05:26:33Z TRACE Outgoing local_update: }, +2024-12-17T05:26:33Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:33Z TRACE Outgoing local_update: "families" : { } +2024-12-17T05:26:33Z TRACE Outgoing local_update: }, +2024-12-17T05:26:33Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:33Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:33Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:33Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:33Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:33Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:33Z TRACE Outgoing local_update: } +2024-12-17T05:26:33Z TRACE Outgoing local_update: }, +2024-12-17T05:26:33Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:33Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:33Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:33Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:33Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:33Z TRACE Outgoing local_update: }, +2024-12-17T05:26:33Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:33Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:33Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:33Z TRACE Outgoing local_update: }, +2024-12-17T05:26:33Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:33Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:33Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:33Z TRACE Outgoing local_update: } +2024-12-17T05:26:33Z TRACE Outgoing local_update: } +2024-12-17T05:26:33Z TRACE Outgoing local_update: } +2024-12-17T05:26:33Z TRACE Outgoing local_update: } +2024-12-17T05:26:33Z DEBUG Recorded sequence: 1. Wait until discovery family keys match +2024-12-17T05:26:33Z DEBUG Stage finished waiting for discovery family keys match at 28s after 2s +2024-12-17T05:26:33Z TRACE Stage resume waiting for executing test at 28s +2024-12-17T05:26:33Z TRACE Stage suspend waiting for executing test at 28s +2024-12-17T05:26:33Z INFO Stage start waiting for no scans active at 28s +2024-12-17T05:26:33Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:33.187673308Z is 1997ms +2024-12-17T05:26:33Z DEBUG Rate-limiting config by 1997ms +2024-12-17T05:26:35Z DEBUG System config extra field null +2024-12-17T05:26:35Z TRACE Updated check config_system: false +2024-12-17T05:26:35Z TRACE Updated check config_pointset: false +2024-12-17T05:26:35Z TRACE Updated check config_gateway: false +2024-12-17T05:26:35Z TRACE Updated check config_localnet: false +2024-12-17T05:26:35Z TRACE Updated check config_blobset: false +2024-12-17T05:26:35Z TRACE Updated check config_discovery: false +2024-12-17T05:26:35Z DEBUG New lastConfigMark at 2024-12-17T05:26:35Z +2024-12-17T05:26:35Z DEBUG Update config before no scans active timestamp 2024-12-17T05:26:30Z +2024-12-17T05:26:35Z TRACE Outgoing local_update: { +2024-12-17T05:26:35Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:30Z", +2024-12-17T05:26:35Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:35Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:35Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:35Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:35Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:35Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:34Z" +2024-12-17T05:26:35Z TRACE Outgoing local_update: }, +2024-12-17T05:26:35Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:35Z TRACE Outgoing local_update: "sequence_name" : "scan_single_future" +2024-12-17T05:26:35Z TRACE Outgoing local_update: } +2024-12-17T05:26:35Z TRACE Outgoing local_update: }, +2024-12-17T05:26:35Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:35Z TRACE Outgoing local_update: "families" : { } +2024-12-17T05:26:35Z TRACE Outgoing local_update: }, +2024-12-17T05:26:35Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:35Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:35Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:35Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:35Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:35Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:35Z TRACE Outgoing local_update: } +2024-12-17T05:26:35Z TRACE Outgoing local_update: }, +2024-12-17T05:26:35Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:35Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:35Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:35Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:35Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:35Z TRACE Outgoing local_update: }, +2024-12-17T05:26:35Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:35Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:35Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:35Z TRACE Outgoing local_update: }, +2024-12-17T05:26:35Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:35Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:35Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:35Z TRACE Outgoing local_update: } +2024-12-17T05:26:35Z TRACE Outgoing local_update: } +2024-12-17T05:26:35Z TRACE Outgoing local_update: } +2024-12-17T05:26:35Z TRACE Outgoing local_update: } +2024-12-17T05:26:35Z DEBUG Recorded sequence: 1. Wait for no scans active +2024-12-17T05:26:35Z DEBUG Stage finished waiting for no scans active at 30s after 2s +2024-12-17T05:26:35Z TRACE Stage resume waiting for executing test at 30s +2024-12-17T05:26:35Z INFO Scan configured for family vendor starting at 2024-12-17T05:26:45Z evey nulls +2024-12-17T05:26:35Z TRACE Stage suspend waiting for executing test at 30s +2024-12-17T05:26:35Z INFO Stage start waiting for scheduled scan pending at 30s +2024-12-17T05:26:35Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:35.189362156Z is 1997ms +2024-12-17T05:26:35Z DEBUG Rate-limiting config by 1997ms +2024-12-17T05:26:37Z DEBUG System config extra field null +2024-12-17T05:26:37Z TRACE Updated check config_system: false +2024-12-17T05:26:37Z TRACE Updated check config_pointset: false +2024-12-17T05:26:37Z TRACE Updated check config_gateway: false +2024-12-17T05:26:37Z TRACE Updated check config_localnet: false +2024-12-17T05:26:37Z TRACE Updated check config_blobset: false +2024-12-17T05:26:37Z TRACE Updated check config_discovery: true +2024-12-17T05:26:37Z DEBUG Update config_discovery, adding configTransaction RC:8d810a.0000001e +2024-12-17T05:26:37Z TRACE Outgoing local_discovery: { +2024-12-17T05:26:37Z TRACE Outgoing local_discovery: "families" : { +2024-12-17T05:26:37Z TRACE Outgoing local_discovery: "vendor" : { +2024-12-17T05:26:37Z TRACE Outgoing local_discovery: "generation" : "2024-12-17T05:26:45Z", +2024-12-17T05:26:37Z TRACE Outgoing local_discovery: "scan_duration_sec" : 10 +2024-12-17T05:26:37Z TRACE Outgoing local_discovery: } +2024-12-17T05:26:37Z TRACE Outgoing local_discovery: } +2024-12-17T05:26:37Z TRACE Outgoing local_discovery: } +2024-12-17T05:26:37Z DEBUG Saving pre-config state timestamp 2024-12-17T05:26:31Z +2024-12-17T05:26:37Z DEBUG Update lastConfigUpdate 2024-12-17T05:26:37Z, because before scheduled scan pending +2024-12-17T05:26:37Z TRACE Stage suspend waiting for scheduled scan pending at 32s +2024-12-17T05:26:37Z INFO Stage start waiting for config update synchronized at 32s +2024-12-17T05:26:37Z TRACE received command AHU-1/state/system +2024-12-17T05:26:37Z TRACE Received state_system: { +2024-12-17T05:26:37Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:37Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:37Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:37Z TRACE Received state_system: }, +2024-12-17T05:26:37Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:30Z", +2024-12-17T05:26:37Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:37Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:37Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:34Z", +2024-12-17T05:26:37Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:37Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:37Z TRACE Received state_system: }, +2024-12-17T05:26:37Z TRACE Received state_system: "serial_no" : "sequencer-14408", +2024-12-17T05:26:37Z TRACE Received state_system: "software" : { +2024-12-17T05:26:37Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:37Z TRACE Received state_system: }, +2024-12-17T05:26:37Z TRACE Received state_system: "status" : { +2024-12-17T05:26:37Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:37Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:26:37Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:30Z", +2024-12-17T05:26:37Z TRACE Received state_system: "level" : 300 +2024-12-17T05:26:37Z TRACE Received state_system: }, +2024-12-17T05:26:37Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:31Z", +2024-12-17T05:26:37Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:37Z TRACE Received state_system: } +2024-12-17T05:26:37Z DEBUG Handling device message state_system MP:d53bc315-0 +2024-12-17T05:26:37Z TRACE Ignoring partial state update +2024-12-17T05:26:37Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:26:37Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:37Z TRACE Received state_discovery: { +2024-12-17T05:26:37Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:37Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:31Z", +2024-12-17T05:26:37Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:37Z TRACE Received state_discovery: } +2024-12-17T05:26:37Z DEBUG Handling device message state_discovery MP:d53bc315-1 +2024-12-17T05:26:37Z TRACE Ignoring partial state update +2024-12-17T05:26:37Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:37Z TRACE Received state_localnet: { +2024-12-17T05:26:37Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:37Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:37Z TRACE Received state_localnet: "addr" : "60:45:bd:78:e2:18" +2024-12-17T05:26:37Z TRACE Received state_localnet: }, +2024-12-17T05:26:37Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:37Z TRACE Received state_localnet: "addr" : "10.1.0.76" +2024-12-17T05:26:37Z TRACE Received state_localnet: }, +2024-12-17T05:26:37Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:37Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe78:e218" +2024-12-17T05:26:37Z TRACE Received state_localnet: }, +2024-12-17T05:26:37Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:37Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:37Z TRACE Received state_localnet: } +2024-12-17T05:26:37Z TRACE Received state_localnet: }, +2024-12-17T05:26:37Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:31Z", +2024-12-17T05:26:37Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:37Z TRACE Received state_localnet: } +2024-12-17T05:26:37Z DEBUG Handling device message state_localnet MP:d53bc315-2 +2024-12-17T05:26:37Z TRACE Ignoring partial state update +2024-12-17T05:26:37Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:37Z TRACE Received state_pointset: { +2024-12-17T05:26:37Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:37Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:37Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:37Z TRACE Received state_pointset: }, +2024-12-17T05:26:37Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:37Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:37Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:37Z TRACE Received state_pointset: }, +2024-12-17T05:26:37Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:37Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:37Z TRACE Received state_pointset: } +2024-12-17T05:26:37Z TRACE Received state_pointset: }, +2024-12-17T05:26:37Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:31Z", +2024-12-17T05:26:37Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:37Z TRACE Received state_pointset: } +2024-12-17T05:26:37Z DEBUG Handling device message state_pointset MP:d53bc315-3 +2024-12-17T05:26:37Z TRACE Ignoring partial state update +2024-12-17T05:26:37Z TRACE received command AHU-1/events/pointset +2024-12-17T05:26:37Z TRACE Received events_pointset: { +2024-12-17T05:26:37Z TRACE Received events_pointset: "points" : { +2024-12-17T05:26:37Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:37Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:26:37Z TRACE Received events_pointset: }, +2024-12-17T05:26:37Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:37Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:26:37Z TRACE Received events_pointset: }, +2024-12-17T05:26:37Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:37Z TRACE Received events_pointset: "present_value" : 11 +2024-12-17T05:26:37Z TRACE Received events_pointset: } +2024-12-17T05:26:37Z TRACE Received events_pointset: }, +2024-12-17T05:26:37Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:26:35Z", +2024-12-17T05:26:37Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:26:37Z TRACE Received events_pointset: } +2024-12-17T05:26:37Z DEBUG Handling device message events_pointset MP:4028e3fd +2024-12-17T05:26:37Z TRACE received command AHU-1/events/system +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:27Z DEBUG system.config.receive: success +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:27Z DEBUG device.log: State update defer -119ms +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:27Z INFO device.log: Update state 2024-12-17T05:26:27Z last_config 2024-12-17T05:26:23Z +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:27Z DEBUG system.config.parse: success +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:27Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:27Z DEBUG device.log: State update AHU-1 (scan_single_future) +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:27Z DEBUG device.log: Config update AHU-1 (scan_single_future) +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:27Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:27Z INFO device.log: 2024-12-17T05:26:27Z received config 2024-12-17T05:26:27Z +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:27Z NOTICE system.config.apply: success +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:27Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:27Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:27Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:27Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:27Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:27Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:27Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:28Z DEBUG system.config.receive: success +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:28Z DEBUG device.log: State update defer 797ms +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:28Z DEBUG system.config.parse: success +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:28Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:28Z DEBUG device.log: State update defer 795ms +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:28Z DEBUG device.log: Config update AHU-1 (scan_single_future) +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:28Z INFO device.log: 2024-12-17T05:26:28Z received config 2024-12-17T05:26:28Z +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:28Z NOTICE system.config.apply: success +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:28Z DEBUG device.log: State update defer 793ms +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:28Z DEBUG device.log: State update defer 792ms +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:29Z DEBUG device.log: State update defer 0ms +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:29Z INFO device.log: Update state 2024-12-17T05:26:29Z last_config 2024-12-17T05:26:28Z +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:29Z DEBUG device.log: State update AHU-1 (scan_single_future) +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:29Z DEBUG system.config.receive: success +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:29Z DEBUG device.log: State update defer 1693ms +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:29Z DEBUG system.config.parse: success +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:29Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:29Z DEBUG device.log: Config update AHU-1 (scan_single_future) +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:29Z INFO device.log: 2024-12-17T05:26:29Z received config 2024-12-17T05:26:29Z +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:29Z NOTICE system.config.apply: success +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:29Z DEBUG device.log: State update defer 1691ms +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:29Z DEBUG device.log: State update defer 1691ms +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:29Z DEBUG device.log: State update defer 1691ms +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:29Z DEBUG device.log: State update defer 1691ms +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:30Z DEBUG system.config.receive: success +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:30Z DEBUG device.log: State update defer 583ms +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:30Z DEBUG system.config.parse: success +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:30Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:30Z DEBUG device.log: Config update AHU-1 (scan_single_future) +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:30Z INFO device.log: 2024-12-17T05:26:30Z received config 2024-12-17T05:26:30Z +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:30Z NOTICE system.config.apply: success +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:30Z DEBUG device.log: State update defer 582ms +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:30Z DEBUG device.log: State update defer 581ms +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:31Z DEBUG device.log: State update defer 0ms +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:31Z INFO device.log: Update state 2024-12-17T05:26:31Z last_config 2024-12-17T05:26:30Z +2024-12-17T05:26:37Z DEBUG Received events_system 2024-12-17T05:26:31Z DEBUG device.log: State update AHU-1 (scan_single_future) +2024-12-17T05:26:37Z DEBUG Handling device message events_system MP:6a95c09d +2024-12-17T05:26:37Z TRACE received command AHU-1/config/update +2024-12-17T05:26:37Z DEBUG Received config_update +2024-12-17T05:26:37Z DEBUG Handling update message config_update RC:8d810a.0000001e +2024-12-17T05:26:37Z DEBUG Removed configTransaction RC:8d810a.0000001e +2024-12-17T05:26:37Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:34Z +2024-12-17T05:26:37Z DEBUG Updated config 2024-12-17T05:26:37Z RC:8d810a.0000001e +2024-12-17T05:26:37Z INFO Updated config #019: Changed 1 fields: +2024-12-17T05:26:37Z INFO Updated config #019: Add `discovery.families.vendor` = { "generation": `family generation`, "scan_duration_sec": `10` } +2024-12-17T05:26:37Z DEBUG Expected last_config now 2024-12-17T05:26:37Z +2024-12-17T05:26:37Z DEBUG Detail config update synchronized is now: device state not updated since config issued, last_config not synced in state +2024-12-17T05:26:37Z TRACE received command AHU-1/state/update +2024-12-17T05:26:37Z DEBUG Received state_update +2024-12-17T05:26:37Z DEBUG Handling update message state_update MP:b1e3005d +2024-12-17T05:26:37Z DEBUG Updated state after 0s 2024-12-17T05:26:37Z MP:b1e3005d +2024-12-17T05:26:37Z INFO Updated state #022: Changed 4 fields: +2024-12-17T05:26:37Z INFO Updated state #022: Set `system.status.level` = `100` +2024-12-17T05:26:37Z INFO Updated state #022: Set `system.status.category` = `system.config.parse` +2024-12-17T05:26:37Z INFO Updated state #022: Set `system.status.timestamp` = `2024-12-17T05:26:37Z` +2024-12-17T05:26:37Z INFO Updated state #022: Set `timestamp` = `2024-12-17T05:26:37Z` +2024-12-17T05:26:37Z DEBUG Updated state has last_config 2024-12-17T05:26:30Z (expecting 2024-12-17T05:26:37Z) +2024-12-17T05:26:37Z TRACE received command AHU-1/state/system +2024-12-17T05:26:37Z TRACE Received state_system: { +2024-12-17T05:26:37Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:37Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:37Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:37Z TRACE Received state_system: }, +2024-12-17T05:26:37Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:30Z", +2024-12-17T05:26:37Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:37Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:37Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:34Z", +2024-12-17T05:26:37Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:37Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:37Z TRACE Received state_system: }, +2024-12-17T05:26:37Z TRACE Received state_system: "serial_no" : "sequencer-14408", +2024-12-17T05:26:37Z TRACE Received state_system: "software" : { +2024-12-17T05:26:37Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:37Z TRACE Received state_system: }, +2024-12-17T05:26:37Z TRACE Received state_system: "status" : { +2024-12-17T05:26:37Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:37Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:26:37Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:37Z", +2024-12-17T05:26:37Z TRACE Received state_system: "level" : 100 +2024-12-17T05:26:37Z TRACE Received state_system: }, +2024-12-17T05:26:37Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:37Z", +2024-12-17T05:26:37Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:37Z TRACE Received state_system: } +2024-12-17T05:26:37Z DEBUG Handling device message state_system MP:b1e3005d-0 +2024-12-17T05:26:37Z TRACE Ignoring partial state update +2024-12-17T05:26:37Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:26:37Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:37Z TRACE Received state_discovery: { +2024-12-17T05:26:37Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:37Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:37Z", +2024-12-17T05:26:37Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:37Z TRACE Received state_discovery: } +2024-12-17T05:26:37Z DEBUG Handling device message state_discovery MP:b1e3005d-1 +2024-12-17T05:26:37Z TRACE Ignoring partial state update +2024-12-17T05:26:37Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:37Z TRACE Received state_localnet: { +2024-12-17T05:26:37Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:37Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:37Z TRACE Received state_localnet: "addr" : "60:45:bd:78:e2:18" +2024-12-17T05:26:37Z TRACE Received state_localnet: }, +2024-12-17T05:26:37Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:37Z TRACE Received state_localnet: "addr" : "10.1.0.76" +2024-12-17T05:26:37Z TRACE Received state_localnet: }, +2024-12-17T05:26:37Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:37Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe78:e218" +2024-12-17T05:26:37Z TRACE Received state_localnet: }, +2024-12-17T05:26:37Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:37Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:37Z TRACE Received state_localnet: } +2024-12-17T05:26:37Z TRACE Received state_localnet: }, +2024-12-17T05:26:37Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:37Z", +2024-12-17T05:26:37Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:37Z TRACE Received state_localnet: } +2024-12-17T05:26:37Z DEBUG Handling device message state_localnet MP:b1e3005d-2 +2024-12-17T05:26:37Z TRACE Ignoring partial state update +2024-12-17T05:26:37Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:37Z TRACE Received state_pointset: { +2024-12-17T05:26:37Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:37Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:37Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:37Z TRACE Received state_pointset: }, +2024-12-17T05:26:37Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:37Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:37Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:37Z TRACE Received state_pointset: }, +2024-12-17T05:26:37Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:37Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:37Z TRACE Received state_pointset: } +2024-12-17T05:26:37Z TRACE Received state_pointset: }, +2024-12-17T05:26:37Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:37Z", +2024-12-17T05:26:37Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:37Z TRACE Received state_pointset: } +2024-12-17T05:26:37Z DEBUG Handling device message state_pointset MP:b1e3005d-3 +2024-12-17T05:26:37Z TRACE Ignoring partial state update +2024-12-17T05:26:39Z TRACE received command AHU-1/state/update +2024-12-17T05:26:39Z DEBUG Received state_update +2024-12-17T05:26:39Z DEBUG Handling update message state_update MP:e79895ac +2024-12-17T05:26:39Z DEBUG Updated state after 0s 2024-12-17T05:26:39Z MP:e79895ac +2024-12-17T05:26:39Z INFO Updated state #023: Changed 5 fields: +2024-12-17T05:26:39Z INFO Updated state #023: Set `system.last_config` = `2024-12-17T05:26:37Z` +2024-12-17T05:26:39Z INFO Updated state #023: Set `system.status.level` = `300` +2024-12-17T05:26:39Z INFO Updated state #023: Set `system.status.category` = `system.config.apply` +2024-12-17T05:26:39Z INFO Updated state #023: Add `discovery.families.vendor` = { "generation": `2024-12-17T05:26:45Z`, "phase": `pending` } +2024-12-17T05:26:39Z INFO Updated state #023: Set `timestamp` = `2024-12-17T05:26:39Z` +2024-12-17T05:26:39Z DEBUG Updated state has last_config 2024-12-17T05:26:37Z (expecting 2024-12-17T05:26:37Z) +2024-12-17T05:26:39Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:26:39Z DEBUG Stage finished waiting for config update synchronized at 34s after 2s +2024-12-17T05:26:39Z TRACE Stage resume waiting for scheduled scan pending at 34s +2024-12-17T05:26:39Z DEBUG Config sync took 2s +2024-12-17T05:26:39Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:26:39Z DEBUG New lastConfigMark at 2024-12-17T05:26:39Z +2024-12-17T05:26:39Z DEBUG Update config before scheduled scan pending timestamp 2024-12-17T05:26:37Z +2024-12-17T05:26:39Z TRACE Outgoing local_update: { +2024-12-17T05:26:39Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:37Z", +2024-12-17T05:26:39Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:39Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:39Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:39Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:39Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:39Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:34Z" +2024-12-17T05:26:39Z TRACE Outgoing local_update: }, +2024-12-17T05:26:39Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:39Z TRACE Outgoing local_update: "sequence_name" : "scan_single_future" +2024-12-17T05:26:39Z TRACE Outgoing local_update: } +2024-12-17T05:26:39Z TRACE Outgoing local_update: }, +2024-12-17T05:26:39Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:39Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:39Z TRACE Outgoing local_update: "vendor" : { +2024-12-17T05:26:39Z TRACE Outgoing local_update: "generation" : "2024-12-17T05:26:45Z", +2024-12-17T05:26:39Z TRACE Outgoing local_update: "scan_duration_sec" : 10 +2024-12-17T05:26:39Z TRACE Outgoing local_update: } +2024-12-17T05:26:39Z TRACE Outgoing local_update: } +2024-12-17T05:26:39Z TRACE Outgoing local_update: }, +2024-12-17T05:26:39Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:39Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:39Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:39Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:39Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:39Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:39Z TRACE Outgoing local_update: } +2024-12-17T05:26:39Z TRACE Outgoing local_update: }, +2024-12-17T05:26:39Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:39Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:39Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:39Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:39Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:39Z TRACE Outgoing local_update: }, +2024-12-17T05:26:39Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:39Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:39Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:39Z TRACE Outgoing local_update: }, +2024-12-17T05:26:39Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:39Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:39Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:39Z TRACE Outgoing local_update: } +2024-12-17T05:26:39Z TRACE Outgoing local_update: } +2024-12-17T05:26:39Z TRACE Outgoing local_update: } +2024-12-17T05:26:39Z TRACE Outgoing local_update: } +2024-12-17T05:26:39Z DEBUG Recorded sequence: 1. Update config before scheduled scan pending +2024-12-17T05:26:39Z INFO Device config Add `discovery.families.vendor` = { "generation": `family generation`, "scan_duration_sec": `10` } +2024-12-17T05:26:39Z TRACE Update config before scheduled scan pending: Add `discovery.families.vendor` = { "generation": `family generation`, "scan_duration_sec": `10` } +2024-12-17T05:26:39Z DEBUG Recorded sequence: 1. Wait until scheduled scan pending +2024-12-17T05:26:39Z DEBUG Stage finished waiting for scheduled scan pending at 34s after 4s +2024-12-17T05:26:39Z TRACE Stage resume waiting for executing test at 34s +2024-12-17T05:26:39Z TRACE Stage suspend waiting for executing test at 34s +2024-12-17T05:26:39Z INFO Stage start waiting for scheduled scan active at 34s +2024-12-17T05:26:39Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:39.252703736Z is 1994ms +2024-12-17T05:26:39Z DEBUG Rate-limiting config by 1994ms +2024-12-17T05:26:41Z DEBUG System config extra field null +2024-12-17T05:26:41Z TRACE Updated check config_system: false +2024-12-17T05:26:41Z TRACE Updated check config_pointset: false +2024-12-17T05:26:41Z TRACE Updated check config_gateway: false +2024-12-17T05:26:41Z TRACE Updated check config_localnet: false +2024-12-17T05:26:41Z TRACE Updated check config_blobset: false +2024-12-17T05:26:41Z TRACE Updated check config_discovery: false +2024-12-17T05:26:41Z DEBUG New lastConfigMark at 2024-12-17T05:26:41Z +2024-12-17T05:26:41Z DEBUG Update config before scheduled scan active timestamp 2024-12-17T05:26:37Z +2024-12-17T05:26:41Z TRACE Outgoing local_update: { +2024-12-17T05:26:41Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:37Z", +2024-12-17T05:26:41Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:41Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:41Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:41Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:41Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:41Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:34Z" +2024-12-17T05:26:41Z TRACE Outgoing local_update: }, +2024-12-17T05:26:41Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:41Z TRACE Outgoing local_update: "sequence_name" : "scan_single_future" +2024-12-17T05:26:41Z TRACE Outgoing local_update: } +2024-12-17T05:26:41Z TRACE Outgoing local_update: }, +2024-12-17T05:26:41Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:41Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:41Z TRACE Outgoing local_update: "vendor" : { +2024-12-17T05:26:41Z TRACE Outgoing local_update: "generation" : "2024-12-17T05:26:45Z", +2024-12-17T05:26:41Z TRACE Outgoing local_update: "scan_duration_sec" : 10 +2024-12-17T05:26:41Z TRACE Outgoing local_update: } +2024-12-17T05:26:41Z TRACE Outgoing local_update: } +2024-12-17T05:26:41Z TRACE Outgoing local_update: }, +2024-12-17T05:26:41Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:41Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:41Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:41Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:41Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:41Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:41Z TRACE Outgoing local_update: } +2024-12-17T05:26:41Z TRACE Outgoing local_update: }, +2024-12-17T05:26:41Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:41Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:41Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:41Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:41Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:41Z TRACE Outgoing local_update: }, +2024-12-17T05:26:41Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:41Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:41Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:41Z TRACE Outgoing local_update: }, +2024-12-17T05:26:41Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:41Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:41Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:41Z TRACE Outgoing local_update: } +2024-12-17T05:26:41Z TRACE Outgoing local_update: } +2024-12-17T05:26:41Z TRACE Outgoing local_update: } +2024-12-17T05:26:41Z TRACE Outgoing local_update: } +2024-12-17T05:26:41Z DEBUG Detail scheduled scan active is now: Expected active 2024-12-17T05:26:45Z but {"generation":"2024-12-17T05:26:45Z","phase":"pending"} +2024-12-17T05:26:41Z TRACE received command AHU-1/state/system +2024-12-17T05:26:41Z TRACE Received state_system: { +2024-12-17T05:26:41Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:41Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:41Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:41Z TRACE Received state_system: }, +2024-12-17T05:26:41Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:37Z", +2024-12-17T05:26:41Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:41Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:41Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:34Z", +2024-12-17T05:26:41Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:41Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:41Z TRACE Received state_system: }, +2024-12-17T05:26:41Z TRACE Received state_system: "serial_no" : "sequencer-14408", +2024-12-17T05:26:41Z TRACE Received state_system: "software" : { +2024-12-17T05:26:41Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:41Z TRACE Received state_system: }, +2024-12-17T05:26:41Z TRACE Received state_system: "status" : { +2024-12-17T05:26:41Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:41Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:26:41Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:37Z", +2024-12-17T05:26:41Z TRACE Received state_system: "level" : 300 +2024-12-17T05:26:41Z TRACE Received state_system: }, +2024-12-17T05:26:41Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:39Z", +2024-12-17T05:26:41Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:41Z TRACE Received state_system: } +2024-12-17T05:26:41Z DEBUG Handling device message state_system MP:e79895ac-0 +2024-12-17T05:26:41Z TRACE Ignoring partial state update +2024-12-17T05:26:41Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:41Z TRACE Received state_discovery: { +2024-12-17T05:26:41Z TRACE Received state_discovery: "families" : { +2024-12-17T05:26:41Z TRACE Received state_discovery: "vendor" : { +2024-12-17T05:26:41Z TRACE Received state_discovery: "generation" : "2024-12-17T05:26:45Z", +2024-12-17T05:26:41Z TRACE Received state_discovery: "phase" : "pending" +2024-12-17T05:26:41Z TRACE Received state_discovery: } +2024-12-17T05:26:41Z TRACE Received state_discovery: }, +2024-12-17T05:26:41Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:39Z", +2024-12-17T05:26:41Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:41Z TRACE Received state_discovery: } +2024-12-17T05:26:41Z DEBUG Handling device message state_discovery MP:e79895ac-1 +2024-12-17T05:26:41Z TRACE Ignoring partial state update +2024-12-17T05:26:41Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:41Z TRACE Received state_localnet: { +2024-12-17T05:26:41Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:41Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:41Z TRACE Received state_localnet: "addr" : "60:45:bd:78:e2:18" +2024-12-17T05:26:41Z TRACE Received state_localnet: }, +2024-12-17T05:26:41Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:41Z TRACE Received state_localnet: "addr" : "10.1.0.76" +2024-12-17T05:26:41Z TRACE Received state_localnet: }, +2024-12-17T05:26:41Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:41Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe78:e218" +2024-12-17T05:26:41Z TRACE Received state_localnet: }, +2024-12-17T05:26:41Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:41Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:41Z TRACE Received state_localnet: } +2024-12-17T05:26:41Z TRACE Received state_localnet: }, +2024-12-17T05:26:41Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:39Z", +2024-12-17T05:26:41Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:41Z TRACE Received state_localnet: } +2024-12-17T05:26:41Z DEBUG Handling device message state_localnet MP:e79895ac-2 +2024-12-17T05:26:41Z TRACE Ignoring partial state update +2024-12-17T05:26:41Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:41Z TRACE Received state_pointset: { +2024-12-17T05:26:41Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:41Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:41Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:41Z TRACE Received state_pointset: }, +2024-12-17T05:26:41Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:41Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:41Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:41Z TRACE Received state_pointset: }, +2024-12-17T05:26:41Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:41Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:41Z TRACE Received state_pointset: } +2024-12-17T05:26:41Z TRACE Received state_pointset: }, +2024-12-17T05:26:41Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:39Z", +2024-12-17T05:26:41Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:41Z TRACE Received state_pointset: } +2024-12-17T05:26:41Z DEBUG Handling device message state_pointset MP:e79895ac-3 +2024-12-17T05:26:41Z TRACE Ignoring partial state update +2024-12-17T05:26:45Z TRACE received command AHU-1/state/update +2024-12-17T05:26:45Z DEBUG Received state_update +2024-12-17T05:26:45Z DEBUG Handling update message state_update MP:b081abc5 +2024-12-17T05:26:45Z DEBUG Updated state after 0s 2024-12-17T05:26:45Z MP:b081abc5 +2024-12-17T05:26:45Z INFO Updated state #024: Changed 3 fields: +2024-12-17T05:26:45Z INFO Updated state #024: Set `discovery.families.vendor.phase` = `active` +2024-12-17T05:26:45Z INFO Updated state #024: Add `discovery.families.vendor.active_count` = `0` +2024-12-17T05:26:45Z INFO Updated state #024: Set `timestamp` = `2024-12-17T05:26:45Z` +2024-12-17T05:26:45Z DEBUG Updated state has last_config 2024-12-17T05:26:37Z (expecting 2024-12-17T05:26:37Z) +2024-12-17T05:26:45Z DEBUG Detail scheduled scan active is now: null +2024-12-17T05:26:45Z DEBUG Recorded sequence: 1. Wait until scheduled scan active +2024-12-17T05:26:45Z DEBUG Stage finished waiting for scheduled scan active at 40s after 5s +2024-12-17T05:26:45Z TRACE Stage resume waiting for executing test at 40s +2024-12-17T05:26:45Z DEBUG Recorded sequence: 1. Check that scan started at time +2024-12-17T05:26:45Z TRACE Stage suspend waiting for executing test at 40s +2024-12-17T05:26:45Z INFO Stage start waiting for scheduled scan complete at 40s +2024-12-17T05:26:45Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:41.254570145Z is -1771ms +2024-12-17T05:26:45Z DEBUG System config extra field null +2024-12-17T05:26:45Z TRACE Updated check config_system: false +2024-12-17T05:26:45Z TRACE Updated check config_pointset: false +2024-12-17T05:26:45Z TRACE Updated check config_gateway: false +2024-12-17T05:26:45Z TRACE Updated check config_localnet: false +2024-12-17T05:26:45Z TRACE Updated check config_blobset: false +2024-12-17T05:26:45Z TRACE Updated check config_discovery: false +2024-12-17T05:26:45Z DEBUG New lastConfigMark at 2024-12-17T05:26:45Z +2024-12-17T05:26:45Z DEBUG Update config before scheduled scan complete timestamp 2024-12-17T05:26:37Z +2024-12-17T05:26:45Z TRACE Outgoing local_update: { +2024-12-17T05:26:45Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:37Z", +2024-12-17T05:26:45Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:45Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:45Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:45Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:45Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:45Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:34Z" +2024-12-17T05:26:45Z TRACE Outgoing local_update: }, +2024-12-17T05:26:45Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:45Z TRACE Outgoing local_update: "sequence_name" : "scan_single_future" +2024-12-17T05:26:45Z TRACE Outgoing local_update: } +2024-12-17T05:26:45Z TRACE Outgoing local_update: }, +2024-12-17T05:26:45Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:45Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:45Z TRACE Outgoing local_update: "vendor" : { +2024-12-17T05:26:45Z TRACE Outgoing local_update: "generation" : "2024-12-17T05:26:45Z", +2024-12-17T05:26:45Z TRACE Outgoing local_update: "scan_duration_sec" : 10 +2024-12-17T05:26:45Z TRACE Outgoing local_update: } +2024-12-17T05:26:45Z TRACE Outgoing local_update: } +2024-12-17T05:26:45Z TRACE Outgoing local_update: }, +2024-12-17T05:26:45Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:45Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:45Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:45Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:45Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:45Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:45Z TRACE Outgoing local_update: } +2024-12-17T05:26:45Z TRACE Outgoing local_update: }, +2024-12-17T05:26:45Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:45Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:45Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:45Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:45Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:45Z TRACE Outgoing local_update: }, +2024-12-17T05:26:45Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:45Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:45Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:45Z TRACE Outgoing local_update: }, +2024-12-17T05:26:45Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:45Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:45Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:45Z TRACE Outgoing local_update: } +2024-12-17T05:26:45Z TRACE Outgoing local_update: } +2024-12-17T05:26:45Z TRACE Outgoing local_update: } +2024-12-17T05:26:45Z TRACE Outgoing local_update: } +2024-12-17T05:26:45Z DEBUG Detail scheduled scan complete is now: Expected stopped 2024-12-17T05:26:45Z but {"generation":"2024-12-17T05:26:45Z","phase":"active","active_count":0} +2024-12-17T05:26:45Z TRACE received command AHU-1/events/discovery +2024-12-17T05:26:45Z TRACE Received events_discovery: { +2024-12-17T05:26:45Z TRACE Received events_discovery: "generation" : "2024-12-17T05:26:45Z", +2024-12-17T05:26:45Z TRACE Received events_discovery: "scan_addr" : "20231", +2024-12-17T05:26:45Z TRACE Received events_discovery: "scan_family" : "vendor", +2024-12-17T05:26:45Z TRACE Received events_discovery: "system" : { +2024-12-17T05:26:45Z TRACE Received events_discovery: "ancillary" : { +2024-12-17T05:26:45Z TRACE Received events_discovery: "device-name" : "GAT-123" +2024-12-17T05:26:45Z TRACE Received events_discovery: } +2024-12-17T05:26:45Z TRACE Received events_discovery: }, +2024-12-17T05:26:45Z TRACE Received events_discovery: "timestamp" : "2024-12-17T05:26:45Z", +2024-12-17T05:26:45Z TRACE Received events_discovery: "version" : "1.5.2" +2024-12-17T05:26:45Z TRACE Received events_discovery: } +2024-12-17T05:26:45Z DEBUG Handling device message events_discovery MP:12a036ea +2024-12-17T05:26:45Z TRACE received command AHU-1/events/discovery +2024-12-17T05:26:45Z TRACE Received events_discovery: { +2024-12-17T05:26:45Z TRACE Received events_discovery: "generation" : "2024-12-17T05:26:45Z", +2024-12-17T05:26:45Z TRACE Received events_discovery: "scan_addr" : "0x65", +2024-12-17T05:26:45Z TRACE Received events_discovery: "scan_family" : "vendor", +2024-12-17T05:26:45Z TRACE Received events_discovery: "system" : { +2024-12-17T05:26:45Z TRACE Received events_discovery: "ancillary" : { +2024-12-17T05:26:45Z TRACE Received events_discovery: "device-name" : "AHU-22" +2024-12-17T05:26:45Z TRACE Received events_discovery: } +2024-12-17T05:26:45Z TRACE Received events_discovery: }, +2024-12-17T05:26:45Z TRACE Received events_discovery: "timestamp" : "2024-12-17T05:26:45Z", +2024-12-17T05:26:45Z TRACE Received events_discovery: "version" : "1.5.2" +2024-12-17T05:26:45Z TRACE Received events_discovery: } +2024-12-17T05:26:45Z DEBUG Handling device message events_discovery MP:d729a0a6 +2024-12-17T05:26:45Z TRACE received command AHU-1/events/discovery +2024-12-17T05:26:45Z TRACE Received events_discovery: { +2024-12-17T05:26:45Z TRACE Received events_discovery: "generation" : "2024-12-17T05:26:45Z", +2024-12-17T05:26:45Z TRACE Received events_discovery: "scan_addr" : "28179023", +2024-12-17T05:26:45Z TRACE Received events_discovery: "scan_family" : "vendor", +2024-12-17T05:26:45Z TRACE Received events_discovery: "system" : { +2024-12-17T05:26:45Z TRACE Received events_discovery: "ancillary" : { +2024-12-17T05:26:45Z TRACE Received events_discovery: "device-name" : "AHU-1" +2024-12-17T05:26:45Z TRACE Received events_discovery: } +2024-12-17T05:26:45Z TRACE Received events_discovery: }, +2024-12-17T05:26:45Z TRACE Received events_discovery: "timestamp" : "2024-12-17T05:26:45Z", +2024-12-17T05:26:45Z TRACE Received events_discovery: "version" : "1.5.2" +2024-12-17T05:26:45Z TRACE Received events_discovery: } +2024-12-17T05:26:45Z DEBUG Handling device message events_discovery MP:cbc04ae0 +2024-12-17T05:26:45Z TRACE received command AHU-1/state/system +2024-12-17T05:26:45Z TRACE Received state_system: { +2024-12-17T05:26:45Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:45Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:45Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:45Z TRACE Received state_system: }, +2024-12-17T05:26:45Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:37Z", +2024-12-17T05:26:45Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:45Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:45Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:34Z", +2024-12-17T05:26:45Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:45Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:45Z TRACE Received state_system: }, +2024-12-17T05:26:45Z TRACE Received state_system: "serial_no" : "sequencer-14408", +2024-12-17T05:26:45Z TRACE Received state_system: "software" : { +2024-12-17T05:26:45Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:45Z TRACE Received state_system: }, +2024-12-17T05:26:45Z TRACE Received state_system: "status" : { +2024-12-17T05:26:45Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:45Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:26:45Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:37Z", +2024-12-17T05:26:45Z TRACE Received state_system: "level" : 300 +2024-12-17T05:26:45Z TRACE Received state_system: }, +2024-12-17T05:26:45Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:45Z", +2024-12-17T05:26:45Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:45Z TRACE Received state_system: } +2024-12-17T05:26:45Z DEBUG Handling device message state_system MP:b081abc5-0 +2024-12-17T05:26:45Z TRACE Ignoring partial state update +2024-12-17T05:26:45Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:45Z TRACE Received state_discovery: { +2024-12-17T05:26:45Z TRACE Received state_discovery: "families" : { +2024-12-17T05:26:45Z TRACE Received state_discovery: "vendor" : { +2024-12-17T05:26:45Z TRACE Received state_discovery: "generation" : "2024-12-17T05:26:45Z", +2024-12-17T05:26:45Z TRACE Received state_discovery: "phase" : "active", +2024-12-17T05:26:45Z TRACE Received state_discovery: "active_count" : 0 +2024-12-17T05:26:45Z TRACE Received state_discovery: } +2024-12-17T05:26:45Z TRACE Received state_discovery: }, +2024-12-17T05:26:45Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:45Z", +2024-12-17T05:26:45Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:45Z TRACE Received state_discovery: } +2024-12-17T05:26:45Z DEBUG Handling device message state_discovery MP:b081abc5-1 +2024-12-17T05:26:45Z TRACE Ignoring partial state update +2024-12-17T05:26:45Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:45Z TRACE Received state_localnet: { +2024-12-17T05:26:45Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:45Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:45Z TRACE Received state_localnet: "addr" : "60:45:bd:78:e2:18" +2024-12-17T05:26:45Z TRACE Received state_localnet: }, +2024-12-17T05:26:45Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:45Z TRACE Received state_localnet: "addr" : "10.1.0.76" +2024-12-17T05:26:45Z TRACE Received state_localnet: }, +2024-12-17T05:26:45Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:45Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe78:e218" +2024-12-17T05:26:45Z TRACE Received state_localnet: }, +2024-12-17T05:26:45Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:45Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:45Z TRACE Received state_localnet: } +2024-12-17T05:26:45Z TRACE Received state_localnet: }, +2024-12-17T05:26:45Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:45Z", +2024-12-17T05:26:45Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:45Z TRACE Received state_localnet: } +2024-12-17T05:26:45Z DEBUG Handling device message state_localnet MP:b081abc5-2 +2024-12-17T05:26:45Z TRACE Ignoring partial state update +2024-12-17T05:26:45Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:45Z TRACE Received state_pointset: { +2024-12-17T05:26:45Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:45Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:45Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:45Z TRACE Received state_pointset: }, +2024-12-17T05:26:45Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:45Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:45Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:45Z TRACE Received state_pointset: }, +2024-12-17T05:26:45Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:45Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:45Z TRACE Received state_pointset: } +2024-12-17T05:26:45Z TRACE Received state_pointset: }, +2024-12-17T05:26:45Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:45Z", +2024-12-17T05:26:45Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:45Z TRACE Received state_pointset: } +2024-12-17T05:26:45Z DEBUG Handling device message state_pointset MP:b081abc5-3 +2024-12-17T05:26:45Z TRACE Ignoring partial state update +2024-12-17T05:26:45Z TRACE received command AHU-1/events/pointset +2024-12-17T05:26:45Z TRACE Received events_pointset: { +2024-12-17T05:26:45Z TRACE Received events_pointset: "points" : { +2024-12-17T05:26:45Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:45Z TRACE Received events_pointset: "present_value" : true +2024-12-17T05:26:45Z TRACE Received events_pointset: }, +2024-12-17T05:26:45Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:45Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:26:45Z TRACE Received events_pointset: }, +2024-12-17T05:26:45Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:45Z TRACE Received events_pointset: "present_value" : 11 +2024-12-17T05:26:45Z TRACE Received events_pointset: } +2024-12-17T05:26:45Z TRACE Received events_pointset: }, +2024-12-17T05:26:45Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:26:45Z", +2024-12-17T05:26:45Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:26:45Z TRACE Received events_pointset: } +2024-12-17T05:26:45Z DEBUG Handling device message events_pointset MP:d7290a39 +2024-12-17T05:26:45Z TRACE received command AHU-1/events/system +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:37Z DEBUG system.config.receive: success +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:37Z DEBUG device.log: State update defer -4058ms +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:37Z INFO device.log: Update state 2024-12-17T05:26:37Z last_config 2024-12-17T05:26:30Z +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:37Z DEBUG system.config.parse: success +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:37Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:37Z DEBUG device.log: Config update AHU-1 (scan_single_future) +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:37Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:37Z INFO device.log: 2024-12-17T05:26:37Z received config 2024-12-17T05:26:37Z +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:37Z INFO device.log: Discovery scan generation vendor pending at 2024-12-17T05:26:45Z +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:37Z DEBUG device.log: Scheduling future in 7759ms +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:37Z NOTICE system.config.apply: success +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:37Z DEBUG device.log: State update defer 1995ms +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:37Z DEBUG device.log: State update defer 1995ms +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:39Z DEBUG device.log: State update defer 0ms +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:39Z INFO device.log: Update state 2024-12-17T05:26:39Z last_config 2024-12-17T05:26:37Z +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:39Z DEBUG device.log: State update AHU-1 (scan_single_future) +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:45Z INFO device.log: Discovery scan starting vendor generation 2024-12-17T05:26:45Z +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:45Z DEBUG device.log: Scheduling future in 10000ms +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:45Z DEBUG device.log: State update defer -3760ms +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:45Z INFO device.log: Update state 2024-12-17T05:26:45Z last_config 2024-12-17T05:26:37Z +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:45Z DEBUG device.log: State update AHU-1 (scan_single_future) +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:45Z INFO device.log: Discovered vendor device 20231 for gen 2024-12-17T05:26:45Z +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:45Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:45Z INFO device.log: Discovered vendor device 28179023 for gen 2024-12-17T05:26:45Z +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:45Z DEBUG device.log: State update defer 1987ms +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:45Z INFO device.log: Discovered vendor device 0x65 for gen 2024-12-17T05:26:45Z +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:45Z DEBUG device.log: State update defer 1986ms +2024-12-17T05:26:45Z DEBUG Received events_system 2024-12-17T05:26:45Z DEBUG device.log: State update defer 1206ms +2024-12-17T05:26:45Z DEBUG Handling device message events_system MP:8709d979 +2024-12-17T05:26:47Z TRACE received command AHU-1/state/update +2024-12-17T05:26:47Z DEBUG Received state_update +2024-12-17T05:26:47Z DEBUG Handling update message state_update MP:50ab3f0c +2024-12-17T05:26:47Z DEBUG Updated state after 0s 2024-12-17T05:26:47Z MP:50ab3f0c +2024-12-17T05:26:47Z INFO Updated state #025: Changed 2 fields: +2024-12-17T05:26:47Z INFO Updated state #025: Set `discovery.families.vendor.active_count` = `3` +2024-12-17T05:26:47Z INFO Updated state #025: Set `timestamp` = `2024-12-17T05:26:47Z` +2024-12-17T05:26:47Z DEBUG Updated state has last_config 2024-12-17T05:26:37Z (expecting 2024-12-17T05:26:37Z) +2024-12-17T05:26:47Z DEBUG Detail scheduled scan complete is now: Expected stopped 2024-12-17T05:26:45Z but {"generation":"2024-12-17T05:26:45Z","phase":"active","active_count":3} +2024-12-17T05:26:47Z TRACE received command AHU-1/state/system +2024-12-17T05:26:47Z TRACE Received state_system: { +2024-12-17T05:26:47Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:47Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:47Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:47Z TRACE Received state_system: }, +2024-12-17T05:26:47Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:37Z", +2024-12-17T05:26:47Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:47Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:47Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:34Z", +2024-12-17T05:26:47Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:47Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:47Z TRACE Received state_system: }, +2024-12-17T05:26:47Z TRACE Received state_system: "serial_no" : "sequencer-14408", +2024-12-17T05:26:47Z TRACE Received state_system: "software" : { +2024-12-17T05:26:47Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:47Z TRACE Received state_system: }, +2024-12-17T05:26:47Z TRACE Received state_system: "status" : { +2024-12-17T05:26:47Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:47Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:26:47Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:37Z", +2024-12-17T05:26:47Z TRACE Received state_system: "level" : 300 +2024-12-17T05:26:47Z TRACE Received state_system: }, +2024-12-17T05:26:47Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:47Z", +2024-12-17T05:26:47Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:47Z TRACE Received state_system: } +2024-12-17T05:26:47Z DEBUG Handling device message state_system MP:50ab3f0c-0 +2024-12-17T05:26:47Z TRACE Ignoring partial state update +2024-12-17T05:26:47Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:47Z TRACE Received state_discovery: { +2024-12-17T05:26:47Z TRACE Received state_discovery: "families" : { +2024-12-17T05:26:47Z TRACE Received state_discovery: "vendor" : { +2024-12-17T05:26:47Z TRACE Received state_discovery: "generation" : "2024-12-17T05:26:45Z", +2024-12-17T05:26:47Z TRACE Received state_discovery: "phase" : "active", +2024-12-17T05:26:47Z TRACE Received state_discovery: "active_count" : 3 +2024-12-17T05:26:47Z TRACE Received state_discovery: } +2024-12-17T05:26:47Z TRACE Received state_discovery: }, +2024-12-17T05:26:47Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:47Z", +2024-12-17T05:26:47Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:47Z TRACE Received state_discovery: } +2024-12-17T05:26:47Z DEBUG Handling device message state_discovery MP:50ab3f0c-1 +2024-12-17T05:26:47Z TRACE Ignoring partial state update +2024-12-17T05:26:47Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:47Z TRACE Received state_localnet: { +2024-12-17T05:26:47Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:47Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:47Z TRACE Received state_localnet: "addr" : "60:45:bd:78:e2:18" +2024-12-17T05:26:47Z TRACE Received state_localnet: }, +2024-12-17T05:26:47Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:47Z TRACE Received state_localnet: "addr" : "10.1.0.76" +2024-12-17T05:26:47Z TRACE Received state_localnet: }, +2024-12-17T05:26:47Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:47Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe78:e218" +2024-12-17T05:26:47Z TRACE Received state_localnet: }, +2024-12-17T05:26:47Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:47Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:47Z TRACE Received state_localnet: } +2024-12-17T05:26:47Z TRACE Received state_localnet: }, +2024-12-17T05:26:47Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:47Z", +2024-12-17T05:26:47Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:47Z TRACE Received state_localnet: } +2024-12-17T05:26:47Z DEBUG Handling device message state_localnet MP:50ab3f0c-2 +2024-12-17T05:26:47Z TRACE Ignoring partial state update +2024-12-17T05:26:47Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:47Z TRACE Received state_pointset: { +2024-12-17T05:26:47Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:47Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:47Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:47Z TRACE Received state_pointset: }, +2024-12-17T05:26:47Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:47Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:47Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:47Z TRACE Received state_pointset: }, +2024-12-17T05:26:47Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:47Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:47Z TRACE Received state_pointset: } +2024-12-17T05:26:47Z TRACE Received state_pointset: }, +2024-12-17T05:26:47Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:47Z", +2024-12-17T05:26:47Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:47Z TRACE Received state_pointset: } +2024-12-17T05:26:47Z DEBUG Handling device message state_pointset MP:50ab3f0c-3 +2024-12-17T05:26:47Z TRACE Ignoring partial state update +2024-12-17T05:26:55Z TRACE received command AHU-1/state/update +2024-12-17T05:26:55Z DEBUG Received state_update +2024-12-17T05:26:55Z DEBUG Handling update message state_update MP:2161614f +2024-12-17T05:26:55Z DEBUG Updated state after 0s 2024-12-17T05:26:55Z MP:2161614f +2024-12-17T05:26:55Z INFO Updated state #026: Changed 2 fields: +2024-12-17T05:26:55Z INFO Updated state #026: Set `discovery.families.vendor.phase` = `stopped` +2024-12-17T05:26:55Z INFO Updated state #026: Set `timestamp` = `2024-12-17T05:26:55Z` +2024-12-17T05:26:55Z DEBUG Updated state has last_config 2024-12-17T05:26:37Z (expecting 2024-12-17T05:26:37Z) +2024-12-17T05:26:55Z DEBUG Detail scheduled scan complete is now: null +2024-12-17T05:26:55Z DEBUG Recorded sequence: 1. Wait until scheduled scan complete +2024-12-17T05:26:55Z DEBUG Stage finished waiting for scheduled scan complete at 50s after 9s +2024-12-17T05:26:55Z TRACE Stage resume waiting for executing test at 50s +2024-12-17T05:26:55Z DEBUG Recorded sequence: 1. Check that scan completed at time +2024-12-17T05:26:55Z DEBUG Recorded sequence: 1. Check that discovery events were received +2024-12-17T05:26:55Z DEBUG Recorded sequence: 1. Check that no events have discovered refs +2024-12-17T05:26:55Z DEBUG Recorded sequence: 1. Check that discovery events were valid +2024-12-17T05:26:55Z DEBUG Recorded sequence: 1. Check that all scan addresses are unique +2024-12-17T05:26:55Z TRACE Suppressing exception: Cannot read field "families" because "java.util.Map$Entry.getValue().localnet" is null +2024-12-17T05:26:55Z TRACE Suppressing exception: Cannot read field "families" because "java.util.Map$Entry.getValue().localnet" is null +2024-12-17T05:26:55Z TRACE Suppressing exception: Cannot read field "families" because "java.util.Map$Entry.getValue().localnet" is null +2024-12-17T05:26:55Z DEBUG Recorded sequence: 1. Check that all expected addresses were found +2024-12-17T05:26:55Z DEBUG stage done waiting for executing test at 50s +2024-12-17T05:26:55Z DEBUG Removing implicit system capability LAST_CONFIG +2024-12-17T05:26:55Z NOTICE RESULT pass discovery.scan scan_single_future PREVIEW 10/10 Sequence complete +2024-12-17T05:26:55Z NOTICE Sequence complete +2024-12-17T05:26:55Z NOTICE ending test scan_single_future after 50s ################################ diff --git a/validator/sequences/scan_single_future/state_discovery.attr b/validator/sequences/scan_single_future/state_discovery.attr index 10a2fbe7cf..fca0bfb937 100644 --- a/validator/sequences/scan_single_future/state_discovery.attr +++ b/validator/sequences/scan_single_future/state_discovery.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_8", "projectId" : "localhost", - "transactionId" : "MP:b0d963dd-1", - "publishTime" : "2024-12-10T16:13:47Z", + "transactionId" : "MP:50ab3f0c-1", + "publishTime" : "2024-12-17T05:26:47Z", "subFolder" : "discovery", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/scan_single_future/state_discovery.json b/validator/sequences/scan_single_future/state_discovery.json index d13b6f6690..87c5b016f5 100644 --- a/validator/sequences/scan_single_future/state_discovery.json +++ b/validator/sequences/scan_single_future/state_discovery.json @@ -1,11 +1,11 @@ { "families" : { "vendor" : { - "generation" : "2024-12-10T16:13:45Z", + "generation" : "2024-12-17T05:26:45Z", "phase" : "active", "active_count" : 3 } }, - "timestamp" : "2024-12-10T16:13:47Z", + "timestamp" : "2024-12-17T05:26:47Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/scan_single_future/state_localnet.attr b/validator/sequences/scan_single_future/state_localnet.attr index f6af870954..a50e083f8b 100644 --- a/validator/sequences/scan_single_future/state_localnet.attr +++ b/validator/sequences/scan_single_future/state_localnet.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_8", "projectId" : "localhost", - "transactionId" : "MP:b0d963dd-2", - "publishTime" : "2024-12-10T16:13:47Z", + "transactionId" : "MP:50ab3f0c-2", + "publishTime" : "2024-12-17T05:26:47Z", "subFolder" : "localnet", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/scan_single_future/state_localnet.json b/validator/sequences/scan_single_future/state_localnet.json index 387f6403db..accde60a8d 100644 --- a/validator/sequences/scan_single_future/state_localnet.json +++ b/validator/sequences/scan_single_future/state_localnet.json @@ -1,18 +1,18 @@ { "families" : { "ether" : { - "addr" : "00:0d:3a:03:d4:23" + "addr" : "60:45:bd:78:e2:18" }, "ipv4" : { - "addr" : "10.1.0.117" + "addr" : "10.1.0.76" }, "ipv6" : { - "addr" : "fe80::20d:3aff:fe03:d423" + "addr" : "fe80::6245:bdff:fe78:e218" }, "vendor" : { "addr" : "28179023" } }, - "timestamp" : "2024-12-10T16:13:47Z", + "timestamp" : "2024-12-17T05:26:47Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/scan_single_future/state_pointset.attr b/validator/sequences/scan_single_future/state_pointset.attr index 835aea69b9..fa4d17a5ad 100644 --- a/validator/sequences/scan_single_future/state_pointset.attr +++ b/validator/sequences/scan_single_future/state_pointset.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_8", "projectId" : "localhost", - "transactionId" : "MP:b0d963dd-3", - "publishTime" : "2024-12-10T16:13:47Z", + "transactionId" : "MP:50ab3f0c-3", + "publishTime" : "2024-12-17T05:26:47Z", "subFolder" : "pointset", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/scan_single_future/state_pointset.json b/validator/sequences/scan_single_future/state_pointset.json index c61b8637c7..8814699541 100644 --- a/validator/sequences/scan_single_future/state_pointset.json +++ b/validator/sequences/scan_single_future/state_pointset.json @@ -11,6 +11,6 @@ "units" : "Degrees-Celsius" } }, - "timestamp" : "2024-12-10T16:13:47Z", + "timestamp" : "2024-12-17T05:26:47Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/scan_single_future/state_system.attr b/validator/sequences/scan_single_future/state_system.attr index 819fc58eb0..2f87b85659 100644 --- a/validator/sequences/scan_single_future/state_system.attr +++ b/validator/sequences/scan_single_future/state_system.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_8", "projectId" : "localhost", - "transactionId" : "MP:b0d963dd-0", - "publishTime" : "2024-12-10T16:13:47Z", + "transactionId" : "MP:50ab3f0c-0", + "publishTime" : "2024-12-17T05:26:47Z", "subFolder" : "system", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/scan_single_future/state_system.json b/validator/sequences/scan_single_future/state_system.json index dc102cf50c..b2bec77d7c 100644 --- a/validator/sequences/scan_single_future/state_system.json +++ b/validator/sequences/scan_single_future/state_system.json @@ -3,23 +3,23 @@ "make" : "BOS", "model" : "pubber" }, - "last_config" : "2024-12-10T16:13:35Z", + "last_config" : "2024-12-17T05:26:37Z", "operation" : { "operational" : true, - "last_start" : "2024-12-10T16:12:43Z", + "last_start" : "2024-12-17T05:25:34Z", "restart_count" : 1, "mode" : "initial" }, - "serial_no" : "sequencer-4265", + "serial_no" : "sequencer-14408", "software" : { "firmware" : "v1" }, "status" : { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-12-10T16:13:35Z", + "timestamp" : "2024-12-17T05:26:37Z", "level" : 300 }, - "timestamp" : "2024-12-10T16:13:47Z", + "timestamp" : "2024-12-17T05:26:47Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/scan_single_future/state_update.attr b/validator/sequences/scan_single_future/state_update.attr index e674808a8c..a1a9fc493c 100644 --- a/validator/sequences/scan_single_future/state_update.attr +++ b/validator/sequences/scan_single_future/state_update.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_8", "projectId" : "localhost", - "transactionId" : "MP:2503a24c", - "publishTime" : "2024-12-10T16:13:55Z", + "transactionId" : "MP:2161614f", + "publishTime" : "2024-12-17T05:26:55Z", "subFolder" : "update", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/scan_single_future/state_update.json b/validator/sequences/scan_single_future/state_update.json index b43c69eb57..730cb7d100 100644 --- a/validator/sequences/scan_single_future/state_update.json +++ b/validator/sequences/scan_single_future/state_update.json @@ -2,7 +2,7 @@ "discovery" : { "families" : { "vendor" : { - "generation" : "2024-12-10T16:13:45Z", + "generation" : "2024-12-17T05:26:45Z", "phase" : "stopped", "active_count" : 3 } @@ -11,13 +11,13 @@ "localnet" : { "families" : { "ether" : { - "addr" : "00:0d:3a:03:d4:23" + "addr" : "60:45:bd:78:e2:18" }, "ipv4" : { - "addr" : "10.1.0.117" + "addr" : "10.1.0.76" }, "ipv6" : { - "addr" : "fe80::20d:3aff:fe03:d423" + "addr" : "fe80::6245:bdff:fe78:e218" }, "vendor" : { "addr" : "28179023" @@ -39,14 +39,14 @@ } }, "system" : { - "last_config" : "2024-12-10T16:13:35Z", + "last_config" : "2024-12-17T05:26:37Z", "operation" : { "operational" : true, - "last_start" : "2024-12-10T16:12:43Z", + "last_start" : "2024-12-17T05:25:34Z", "restart_count" : 1, "mode" : "initial" }, - "serial_no" : "sequencer-4265", + "serial_no" : "sequencer-14408", "hardware" : { "make" : "BOS", "model" : "pubber" @@ -57,10 +57,10 @@ "status" : { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-12-10T16:13:35Z", + "timestamp" : "2024-12-17T05:26:37Z", "level" : 300 } }, - "timestamp" : "2024-12-10T16:13:55Z", + "timestamp" : "2024-12-17T05:26:55Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/scan_single_now/config_update.attr b/validator/sequences/scan_single_now/config_update.attr index f9dfeb22b1..e3fca88d4c 100644 --- a/validator/sequences/scan_single_now/config_update.attr +++ b/validator/sequences/scan_single_now/config_update.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_9", "projectId" : "localhost", - "transactionId" : "RC:570510.0000001f", - "publishTime" : "2024-12-10T16:14:13Z", + "transactionId" : "RC:bc7efb.00000021", + "publishTime" : "2024-12-17T05:27:06Z", "subFolder" : "update", "subType" : "config" } \ No newline at end of file diff --git a/validator/sequences/scan_single_now/config_update.json b/validator/sequences/scan_single_now/config_update.json index 873ebde9f6..891d7fad3c 100644 --- a/validator/sequences/scan_single_now/config_update.json +++ b/validator/sequences/scan_single_now/config_update.json @@ -2,7 +2,7 @@ "discovery" : { "families" : { "vendor" : { - "generation" : "2024-12-10T16:14:04Z", + "generation" : "2024-12-17T05:26:53Z", "scan_duration_sec" : 10 } } @@ -35,14 +35,14 @@ "metrics_rate_sec" : 10, "min_loglevel" : 100, "operation" : { - "last_start" : "2024-12-10T16:12:50Z" + "last_start" : "2024-12-17T05:25:35Z" }, "testing" : { "config_base" : 23, "sequence_name" : "scan_single_now", - "transaction_id" : "RC:570510.0000001f" + "transaction_id" : "RC:bc7efb.00000021" } }, - "timestamp" : "2024-12-10T16:14:13Z", - "version" : "git-e79bdcc" + "timestamp" : "2024-12-17T05:27:06Z", + "version" : "git-46fef59" } \ No newline at end of file diff --git a/validator/sequences/scan_single_now/device_system.log b/validator/sequences/scan_single_now/device_system.log index 0f3b71e9c2..510abcd4f8 100644 --- a/validator/sequences/scan_single_now/device_system.log +++ b/validator/sequences/scan_single_now/device_system.log @@ -1,149 +1,151 @@ -2024-12-10T16:13:59Z DEBUG system.config.receive success -2024-12-10T16:13:59Z DEBUG device.log State update defer -22103ms -2024-12-10T16:13:59Z DEBUG system.config.parse success -2024-12-10T16:13:59Z INFO device.log Update state 2024-12-10T16:13:59Z last_config 2024-12-10T16:13:33Z -2024-12-10T16:13:59Z INFO device.log Device AHU-1 config handler -2024-12-10T16:13:59Z DEBUG device.log State update AHU-1 (extra_config) -2024-12-10T16:13:59Z DEBUG device.log Config update AHU-1 (extra_config) -2024-12-10T16:13:59Z INFO device.log 2024-12-10T16:13:59Z received config 2024-12-10T16:13:59Z -2024-12-10T16:13:59Z NOTICE system.config.apply success -2024-12-10T16:13:59Z DEBUG device.log State update defer 1999ms -2024-12-10T16:13:59Z DEBUG device.log State update defer 1997ms -2024-12-10T16:13:59Z DEBUG device.log State update defer 1997ms -2024-12-10T16:13:59Z DEBUG device.log State update defer 1997ms -2024-12-10T16:13:59Z DEBUG system.config.receive success -2024-12-10T16:13:59Z DEBUG device.log State update defer 1941ms -2024-12-10T16:13:59Z DEBUG system.config.parse success -2024-12-10T16:13:59Z INFO device.log Device AHU-1 config handler -2024-12-10T16:13:59Z DEBUG device.log State update defer 1940ms -2024-12-10T16:13:59Z DEBUG device.log Config update AHU-1 (scan_single_now) -2024-12-10T16:13:59Z INFO device.log 2024-12-10T16:13:59Z received config 2024-12-10T16:13:59Z -2024-12-10T16:13:59Z NOTICE system.config.apply success -2024-12-10T16:13:59Z DEBUG device.log State update defer 1939ms -2024-12-10T16:13:59Z DEBUG device.log State update defer 1937ms -2024-12-10T16:13:59Z DEBUG device.log State update defer 1936ms -2024-12-10T16:13:59Z DEBUG device.log State update defer 1936ms -2024-12-10T16:13:59Z DEBUG device.log State update defer 1936ms -2024-12-10T16:13:59Z DEBUG device.log State update defer 1936ms -2024-12-10T16:13:59Z DEBUG device.log State update defer 1936ms -2024-12-10T16:14:01Z DEBUG device.log State update defer 145ms -2024-12-10T16:14:01Z DEBUG device.log State update defer 0ms -2024-12-10T16:14:01Z INFO device.log Update state 2024-12-10T16:14:01Z last_config 2024-12-10T16:13:59Z -2024-12-10T16:14:01Z DEBUG device.log State update AHU-1 (scan_single_now) -2024-12-10T16:14:02Z DEBUG system.config.receive success -2024-12-10T16:14:02Z DEBUG device.log State update defer 904ms -2024-12-10T16:14:02Z DEBUG system.config.parse success -2024-12-10T16:14:02Z INFO device.log Device AHU-1 config handler -2024-12-10T16:14:02Z DEBUG device.log Config update AHU-1 (scan_single_now) -2024-12-10T16:14:02Z INFO device.log 2024-12-10T16:14:02Z received config 2024-12-10T16:14:02Z -2024-12-10T16:14:02Z NOTICE system.config.apply success -2024-12-10T16:14:02Z DEBUG device.log State update defer 902ms -2024-12-10T16:14:02Z DEBUG device.log State update defer 901ms -2024-12-10T16:14:02Z DEBUG device.log State update defer 901ms -2024-12-10T16:14:02Z DEBUG device.log State update defer 901ms -2024-12-10T16:14:02Z DEBUG device.log State update defer 901ms -2024-12-10T16:14:03Z DEBUG device.log State update defer 0ms -2024-12-10T16:14:03Z INFO device.log Update state 2024-12-10T16:14:03Z last_config 2024-12-10T16:14:02Z -2024-12-10T16:14:03Z DEBUG device.log State update AHU-1 (scan_single_now) -2024-12-10T16:14:04Z DEBUG system.config.receive success -2024-12-10T16:14:04Z DEBUG device.log State update defer 814ms -2024-12-10T16:14:04Z DEBUG system.config.parse success -2024-12-10T16:14:04Z INFO device.log Device AHU-1 config handler -2024-12-10T16:14:04Z DEBUG device.log State update defer 811ms -2024-12-10T16:14:04Z DEBUG device.log Config update AHU-1 (scan_single_now) -2024-12-10T16:14:04Z INFO device.log 2024-12-10T16:14:04Z received config 2024-12-10T16:14:04Z -2024-12-10T16:14:04Z NOTICE system.config.apply success -2024-12-10T16:14:04Z DEBUG device.log State update defer 809ms -2024-12-10T16:14:04Z DEBUG device.log State update defer 809ms -2024-12-10T16:14:04Z DEBUG device.log State update defer 809ms -2024-12-10T16:14:04Z DEBUG device.log State update defer 809ms -2024-12-10T16:14:04Z DEBUG device.log State update defer 808ms -2024-12-10T16:14:04Z DEBUG device.log State update defer 808ms -2024-12-10T16:14:04Z DEBUG device.log State update defer 808ms -2024-12-10T16:14:05Z DEBUG device.log State update defer 0ms -2024-12-10T16:14:05Z INFO device.log Update state 2024-12-10T16:14:05Z last_config 2024-12-10T16:14:04Z -2024-12-10T16:14:05Z DEBUG device.log State update AHU-1 (scan_single_now) -2024-12-10T16:14:06Z DEBUG system.config.receive success -2024-12-10T16:14:06Z DEBUG device.log State update defer 830ms -2024-12-10T16:14:06Z DEBUG system.config.parse success -2024-12-10T16:14:06Z INFO device.log Device AHU-1 config handler -2024-12-10T16:14:06Z DEBUG device.log Config update AHU-1 (scan_single_now) -2024-12-10T16:14:06Z INFO device.log 2024-12-10T16:14:06Z received config 2024-12-10T16:14:06Z -2024-12-10T16:14:06Z NOTICE system.config.apply success -2024-12-10T16:14:06Z DEBUG device.log State update defer 828ms -2024-12-10T16:14:07Z DEBUG device.log State update defer 0ms -2024-12-10T16:14:07Z INFO device.log Update state 2024-12-10T16:14:07Z last_config 2024-12-10T16:14:06Z -2024-12-10T16:14:07Z DEBUG device.log State update AHU-1 (scan_single_now) -2024-12-10T16:14:07Z DEBUG system.config.receive success -2024-12-10T16:14:07Z DEBUG device.log State update defer 1723ms -2024-12-10T16:14:07Z DEBUG system.config.parse success -2024-12-10T16:14:07Z INFO device.log Device AHU-1 config handler -2024-12-10T16:14:07Z DEBUG device.log State update defer 1722ms -2024-12-10T16:14:07Z DEBUG device.log Config update AHU-1 (scan_single_now) -2024-12-10T16:14:07Z INFO device.log 2024-12-10T16:14:07Z received config 2024-12-10T16:14:07Z -2024-12-10T16:14:07Z NOTICE system.config.apply success -2024-12-10T16:14:07Z DEBUG device.log State update defer 1721ms -2024-12-10T16:14:07Z DEBUG device.log State update defer 1721ms -2024-12-10T16:14:07Z DEBUG device.log State update defer 1721ms -2024-12-10T16:14:07Z DEBUG device.log State update defer 1721ms -2024-12-10T16:14:07Z DEBUG device.log State update defer 1721ms -2024-12-10T16:14:07Z DEBUG device.log State update defer 1721ms -2024-12-10T16:14:08Z DEBUG system.config.receive success -2024-12-10T16:14:08Z DEBUG device.log State update defer 706ms -2024-12-10T16:14:08Z DEBUG system.config.parse success -2024-12-10T16:14:08Z INFO device.log Device AHU-1 config handler -2024-12-10T16:14:08Z DEBUG device.log Config update AHU-1 (scan_single_now) -2024-12-10T16:14:08Z INFO device.log 2024-12-10T16:14:08Z received config 2024-12-10T16:14:08Z -2024-12-10T16:14:08Z NOTICE system.config.apply success -2024-12-10T16:14:08Z DEBUG device.log State update defer 704ms -2024-12-10T16:14:08Z DEBUG device.log State update defer 703ms -2024-12-10T16:14:08Z DEBUG device.log State update defer 703ms -2024-12-10T16:14:08Z DEBUG device.log State update defer 703ms -2024-12-10T16:14:08Z DEBUG device.log State update defer 703ms -2024-12-10T16:14:08Z DEBUG device.log State update defer 703ms -2024-12-10T16:14:08Z DEBUG device.log State update defer 703ms -2024-12-10T16:14:08Z DEBUG device.log State update defer 703ms -2024-12-10T16:14:08Z DEBUG system.config.receive success -2024-12-10T16:14:08Z DEBUG device.log State update defer 613ms -2024-12-10T16:14:08Z DEBUG system.config.parse success -2024-12-10T16:14:08Z INFO device.log Device AHU-1 config handler -2024-12-10T16:14:08Z DEBUG device.log Config update AHU-1 (scan_single_now) -2024-12-10T16:14:08Z INFO device.log 2024-12-10T16:14:08Z received config 2024-12-10T16:14:08Z -2024-12-10T16:14:08Z NOTICE system.config.apply success -2024-12-10T16:14:08Z DEBUG device.log State update defer 611ms -2024-12-10T16:14:08Z DEBUG device.log State update defer 611ms -2024-12-10T16:14:08Z DEBUG device.log State update defer 611ms -2024-12-10T16:14:08Z DEBUG device.log State update defer 611ms -2024-12-10T16:14:08Z DEBUG device.log State update defer 610ms -2024-12-10T16:14:08Z DEBUG device.log State update defer 610ms -2024-12-10T16:14:08Z DEBUG device.log State update defer 610ms -2024-12-10T16:14:08Z DEBUG device.log State update defer 610ms -2024-12-10T16:14:09Z DEBUG device.log State update defer 0ms -2024-12-10T16:14:09Z INFO device.log Update state 2024-12-10T16:14:09Z last_config 2024-12-10T16:14:08Z -2024-12-10T16:14:09Z DEBUG device.log State update AHU-1 (scan_single_now) -2024-12-10T16:14:13Z DEBUG system.config.receive success -2024-12-10T16:14:13Z DEBUG device.log State update defer -2068ms -2024-12-10T16:14:13Z DEBUG system.config.parse success -2024-12-10T16:14:13Z INFO device.log Update state 2024-12-10T16:14:13Z last_config 2024-12-10T16:14:08Z -2024-12-10T16:14:13Z INFO device.log Device AHU-1 config handler -2024-12-10T16:14:13Z DEBUG device.log State update AHU-1 (scan_single_now) -2024-12-10T16:14:13Z DEBUG device.log Config update AHU-1 (scan_single_now) -2024-12-10T16:14:13Z INFO device.log 2024-12-10T16:14:13Z received config 2024-12-10T16:14:13Z -2024-12-10T16:14:13Z INFO device.log Discovery scan generation vendor pending at 2024-12-10T16:14:04Z -2024-12-10T16:14:13Z DEBUG device.log Scheduling future in 0ms -2024-12-10T16:14:13Z NOTICE system.config.apply success -2024-12-10T16:14:13Z DEBUG device.log State update defer 1995ms -2024-12-10T16:14:13Z DEBUG device.log State update defer 1995ms -2024-12-10T16:14:13Z INFO device.log Discovery scan starting vendor generation 2024-12-10T16:14:04Z -2024-12-10T16:14:13Z DEBUG device.log Scheduling future in 10000ms -2024-12-10T16:14:13Z DEBUG device.log State update defer 1992ms -2024-12-10T16:14:13Z INFO device.log Discovered vendor device 20231 for gen 2024-12-10T16:14:04Z -2024-12-10T16:14:13Z DEBUG device.log State update defer 1987ms -2024-12-10T16:14:13Z INFO device.log Discovered vendor device 28179023 for gen 2024-12-10T16:14:04Z -2024-12-10T16:14:13Z DEBUG device.log State update defer 1964ms -2024-12-10T16:14:13Z INFO device.log Discovered vendor device 0x65 for gen 2024-12-10T16:14:04Z -2024-12-10T16:14:13Z DEBUG device.log State update defer 1961ms -2024-12-10T16:14:15Z DEBUG device.log State update defer 0ms -2024-12-10T16:14:15Z INFO device.log Update state 2024-12-10T16:14:15Z last_config 2024-12-10T16:14:13Z -2024-12-10T16:14:15Z DEBUG device.log State update AHU-1 (scan_single_now) -2024-12-10T16:14:24Z NOTICE validation.feature.sequence Sequence complete +2024-12-17T05:26:26Z DEBUG device.log State update defer 0ms +2024-12-17T05:26:26Z INFO device.log Update state 2024-12-17T05:26:26Z last_config 2024-12-17T05:26:24Z +2024-12-17T05:26:26Z DEBUG device.log State update AHU-1 (extra_config) +2024-12-17T05:26:44Z DEBUG system.config.receive success +2024-12-17T05:26:44Z DEBUG device.log State update defer -16140ms +2024-12-17T05:26:44Z INFO device.log Update state 2024-12-17T05:26:44Z last_config 2024-12-17T05:26:24Z +2024-12-17T05:26:44Z DEBUG system.config.parse success +2024-12-17T05:26:44Z INFO device.log Device AHU-1 config handler +2024-12-17T05:26:44Z DEBUG device.log State update AHU-1 (extra_config) +2024-12-17T05:26:44Z DEBUG device.log Config update AHU-1 (extra_config) +2024-12-17T05:26:44Z DEBUG device.log State update defer 2000ms +2024-12-17T05:26:44Z INFO device.log 2024-12-17T05:26:44Z received config 2024-12-17T05:26:44Z +2024-12-17T05:26:44Z NOTICE system.config.apply success +2024-12-17T05:26:44Z DEBUG device.log State update defer 1999ms +2024-12-17T05:26:44Z DEBUG device.log State update defer 1999ms +2024-12-17T05:26:44Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:44Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:44Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:44Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:44Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:44Z DEBUG system.config.receive success +2024-12-17T05:26:44Z DEBUG device.log State update defer 1939ms +2024-12-17T05:26:44Z DEBUG system.config.parse success +2024-12-17T05:26:44Z INFO device.log Device AHU-1 config handler +2024-12-17T05:26:44Z DEBUG device.log State update defer 1938ms +2024-12-17T05:26:44Z INFO device.log 2024-12-17T05:26:44Z received config 2024-12-17T05:26:44Z +2024-12-17T05:26:44Z NOTICE system.config.apply success +2024-12-17T05:26:44Z DEBUG device.log State update defer 1937ms +2024-12-17T05:26:44Z DEBUG device.log State update defer 1937ms +2024-12-17T05:26:44Z DEBUG device.log State update defer 1937ms +2024-12-17T05:26:44Z DEBUG device.log State update defer 1936ms +2024-12-17T05:26:44Z DEBUG device.log State update defer 1936ms +2024-12-17T05:26:44Z DEBUG device.log State update defer 1936ms +2024-12-17T05:26:44Z DEBUG device.log State update defer 1936ms +2024-12-17T05:26:46Z DEBUG device.log State update defer 209ms +2024-12-17T05:26:46Z DEBUG device.log State update defer 0ms +2024-12-17T05:26:46Z INFO device.log Update state 2024-12-17T05:26:46Z last_config 2024-12-17T05:26:44Z +2024-12-17T05:26:46Z DEBUG device.log State update AHU-1 (scan_single_now) +2024-12-17T05:26:48Z DEBUG system.config.receive success +2024-12-17T05:26:48Z DEBUG device.log State update defer -95ms +2024-12-17T05:26:48Z INFO device.log Update state 2024-12-17T05:26:48Z last_config 2024-12-17T05:26:44Z +2024-12-17T05:26:48Z DEBUG system.config.parse success +2024-12-17T05:26:48Z INFO device.log Device AHU-1 config handler +2024-12-17T05:26:48Z DEBUG device.log State update AHU-1 (scan_single_now) +2024-12-17T05:26:48Z DEBUG device.log Config update AHU-1 (scan_single_now) +2024-12-17T05:26:48Z INFO device.log 2024-12-17T05:26:48Z received config 2024-12-17T05:26:48Z +2024-12-17T05:26:48Z NOTICE system.config.apply success +2024-12-17T05:26:48Z DEBUG device.log State update defer 2000ms +2024-12-17T05:26:48Z DEBUG device.log State update defer 1999ms +2024-12-17T05:26:48Z DEBUG device.log State update defer 1999ms +2024-12-17T05:26:48Z DEBUG device.log State update defer 1999ms +2024-12-17T05:26:48Z DEBUG device.log State update defer 1999ms +2024-12-17T05:26:48Z DEBUG device.log State update defer 1999ms +2024-12-17T05:26:48Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:50Z DEBUG device.log State update defer 0ms +2024-12-17T05:26:50Z INFO device.log Update state 2024-12-17T05:26:50Z last_config 2024-12-17T05:26:48Z +2024-12-17T05:26:50Z DEBUG device.log State update AHU-1 (scan_single_now) +2024-12-17T05:26:52Z DEBUG system.config.receive success +2024-12-17T05:26:52Z DEBUG device.log State update defer -55ms +2024-12-17T05:26:52Z INFO device.log Update state 2024-12-17T05:26:52Z last_config 2024-12-17T05:26:48Z +2024-12-17T05:26:52Z DEBUG device.log State update AHU-1 (scan_single_now) +2024-12-17T05:26:52Z DEBUG system.config.parse success +2024-12-17T05:26:52Z INFO device.log Device AHU-1 config handler +2024-12-17T05:26:52Z DEBUG device.log Config update AHU-1 (scan_single_now) +2024-12-17T05:26:52Z DEBUG device.log State update defer 2000ms +2024-12-17T05:26:52Z INFO device.log 2024-12-17T05:26:52Z received config 2024-12-17T05:26:52Z +2024-12-17T05:26:52Z DEBUG device.log State update defer 1999ms +2024-12-17T05:26:52Z NOTICE system.config.apply success +2024-12-17T05:26:52Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:54Z DEBUG device.log State update defer 0ms +2024-12-17T05:26:54Z INFO device.log Update state 2024-12-17T05:26:54Z last_config 2024-12-17T05:26:52Z +2024-12-17T05:26:54Z DEBUG device.log State update AHU-1 (scan_single_now) +2024-12-17T05:26:56Z DEBUG system.config.receive success +2024-12-17T05:26:56Z DEBUG device.log State update defer -107ms +2024-12-17T05:26:56Z INFO device.log Update state 2024-12-17T05:26:56Z last_config 2024-12-17T05:26:52Z +2024-12-17T05:26:56Z DEBUG system.config.parse success +2024-12-17T05:26:56Z INFO device.log Device AHU-1 config handler +2024-12-17T05:26:56Z DEBUG device.log Config update AHU-1 (scan_single_now) +2024-12-17T05:26:56Z DEBUG device.log State update defer 2000ms +2024-12-17T05:26:56Z INFO device.log 2024-12-17T05:26:56Z received config 2024-12-17T05:26:56Z +2024-12-17T05:26:56Z NOTICE system.config.apply success +2024-12-17T05:26:56Z DEBUG device.log State update defer 1999ms +2024-12-17T05:26:56Z DEBUG device.log State update defer 1997ms +2024-12-17T05:26:56Z DEBUG device.log State update defer 1996ms +2024-12-17T05:26:56Z DEBUG device.log State update defer 1996ms +2024-12-17T05:26:56Z DEBUG device.log State update defer 1996ms +2024-12-17T05:26:57Z DEBUG system.config.receive success +2024-12-17T05:26:57Z DEBUG system.config.parse success +2024-12-17T05:26:57Z DEBUG device.log State update defer 798ms +2024-12-17T05:26:57Z INFO device.log Device AHU-1 config handler +2024-12-17T05:26:57Z DEBUG device.log State update defer 798ms +2024-12-17T05:26:57Z DEBUG device.log Config update AHU-1 (scan_single_now) +2024-12-17T05:26:57Z INFO device.log 2024-12-17T05:26:57Z received config 2024-12-17T05:26:57Z +2024-12-17T05:26:57Z NOTICE system.config.apply success +2024-12-17T05:26:57Z DEBUG device.log State update defer 797ms +2024-12-17T05:26:57Z DEBUG device.log State update defer 797ms +2024-12-17T05:26:57Z DEBUG device.log State update defer 796ms +2024-12-17T05:26:57Z DEBUG device.log State update defer 796ms +2024-12-17T05:26:58Z DEBUG device.log State update defer 0ms +2024-12-17T05:26:58Z INFO device.log Update state 2024-12-17T05:26:58Z last_config 2024-12-17T05:26:57Z +2024-12-17T05:26:58Z DEBUG device.log State update AHU-1 (scan_single_now) +2024-12-17T05:26:59Z DEBUG system.config.receive success +2024-12-17T05:26:59Z DEBUG device.log State update defer 1597ms +2024-12-17T05:26:59Z DEBUG system.config.parse success +2024-12-17T05:26:59Z INFO device.log Device AHU-1 config handler +2024-12-17T05:26:59Z DEBUG device.log Config update AHU-1 (scan_single_now) +2024-12-17T05:26:59Z INFO device.log 2024-12-17T05:26:59Z received config 2024-12-17T05:26:58Z +2024-12-17T05:26:59Z NOTICE system.config.apply success +2024-12-17T05:26:59Z DEBUG device.log State update defer 1595ms +2024-12-17T05:26:59Z DEBUG device.log State update defer 1595ms +2024-12-17T05:27:00Z DEBUG system.config.receive success +2024-12-17T05:27:00Z DEBUG device.log State update defer 488ms +2024-12-17T05:27:00Z DEBUG system.config.parse success +2024-12-17T05:27:00Z INFO device.log Device AHU-1 config handler +2024-12-17T05:27:00Z DEBUG device.log Config update AHU-1 (scan_single_now) +2024-12-17T05:27:00Z INFO device.log 2024-12-17T05:27:00Z received config 2024-12-17T05:27:00Z +2024-12-17T05:27:00Z NOTICE system.config.apply success +2024-12-17T05:27:00Z DEBUG device.log State update defer 487ms +2024-12-17T05:27:00Z DEBUG device.log State update defer 486ms +2024-12-17T05:27:00Z DEBUG device.log State update defer 0ms +2024-12-17T05:27:00Z INFO device.log Update state 2024-12-17T05:27:00Z last_config 2024-12-17T05:27:00Z +2024-12-17T05:27:00Z DEBUG device.log State update AHU-1 (scan_single_now) +2024-12-17T05:27:06Z DEBUG system.config.receive success +2024-12-17T05:27:06Z DEBUG device.log State update defer -4093ms +2024-12-17T05:27:06Z INFO device.log Update state 2024-12-17T05:27:06Z last_config 2024-12-17T05:27:00Z +2024-12-17T05:27:06Z DEBUG system.config.parse success +2024-12-17T05:27:06Z INFO device.log Device AHU-1 config handler +2024-12-17T05:27:06Z DEBUG device.log State update AHU-1 (scan_single_now) +2024-12-17T05:27:06Z DEBUG device.log Config update AHU-1 (scan_single_now) +2024-12-17T05:27:06Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:06Z INFO device.log 2024-12-17T05:27:06Z received config 2024-12-17T05:27:06Z +2024-12-17T05:27:06Z INFO device.log Discovery scan generation vendor pending at 2024-12-17T05:26:53Z +2024-12-17T05:27:06Z DEBUG device.log Scheduling future in 0ms +2024-12-17T05:27:06Z NOTICE system.config.apply success +2024-12-17T05:27:06Z DEBUG device.log State update defer 1995ms +2024-12-17T05:27:06Z INFO device.log Discovery scan starting vendor generation 2024-12-17T05:26:53Z +2024-12-17T05:27:06Z DEBUG device.log Scheduling future in 10000ms +2024-12-17T05:27:06Z DEBUG device.log State update defer 1990ms +2024-12-17T05:27:06Z DEBUG device.log State update defer 1990ms +2024-12-17T05:27:06Z DEBUG device.log State update defer 1990ms +2024-12-17T05:27:06Z DEBUG device.log State update defer 1990ms +2024-12-17T05:27:06Z INFO device.log Discovered vendor device 20231 for gen 2024-12-17T05:26:53Z +2024-12-17T05:27:06Z DEBUG device.log State update defer 1989ms +2024-12-17T05:27:06Z INFO device.log Discovered vendor device 28179023 for gen 2024-12-17T05:26:53Z +2024-12-17T05:27:06Z DEBUG device.log State update defer 1983ms +2024-12-17T05:27:06Z INFO device.log Discovered vendor device 0x65 for gen 2024-12-17T05:26:53Z +2024-12-17T05:27:06Z DEBUG device.log State update defer 1982ms +2024-12-17T05:27:08Z DEBUG device.log State update defer 0ms +2024-12-17T05:27:08Z INFO device.log Update state 2024-12-17T05:27:08Z last_config 2024-12-17T05:27:06Z +2024-12-17T05:27:08Z DEBUG device.log State update AHU-1 (scan_single_now) +2024-12-17T05:27:16Z NOTICE validation.feature.sequence Sequence complete diff --git a/validator/sequences/scan_single_now/events_discovery.attr b/validator/sequences/scan_single_now/events_discovery.attr index 38a2b43822..587cc0e0e2 100644 --- a/validator/sequences/scan_single_now/events_discovery.attr +++ b/validator/sequences/scan_single_now/events_discovery.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_9", "projectId" : "localhost", - "transactionId" : "MP:ad38f2eb", - "publishTime" : "2024-12-10T16:14:13Z", + "transactionId" : "MP:d4d5cf26", + "publishTime" : "2024-12-17T05:27:06Z", "subFolder" : "discovery", "subType" : "events" } \ No newline at end of file diff --git a/validator/sequences/scan_single_now/events_discovery.json b/validator/sequences/scan_single_now/events_discovery.json index 7c9d086f9f..bfd3d2f7fd 100644 --- a/validator/sequences/scan_single_now/events_discovery.json +++ b/validator/sequences/scan_single_now/events_discovery.json @@ -1,12 +1,12 @@ { - "generation" : "2024-12-10T16:14:04Z", - "scan_addr" : "28179023", + "generation" : "2024-12-17T05:26:53Z", + "scan_addr" : "0x65", "scan_family" : "vendor", "system" : { "ancillary" : { - "device-name" : "AHU-1" + "device-name" : "AHU-22" } }, - "timestamp" : "2024-12-10T16:14:13Z", + "timestamp" : "2024-12-17T05:27:06Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/scan_single_now/events_pointset.attr b/validator/sequences/scan_single_now/events_pointset.attr index c79fda72bb..bbdece166d 100644 --- a/validator/sequences/scan_single_now/events_pointset.attr +++ b/validator/sequences/scan_single_now/events_pointset.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_9", "projectId" : "localhost", - "transactionId" : "MP:48bdb8c9", - "publishTime" : "2024-12-10T16:14:21Z", + "transactionId" : "MP:bbb1394c", + "publishTime" : "2024-12-17T05:27:16Z", "subFolder" : "pointset", "subType" : "events" } \ No newline at end of file diff --git a/validator/sequences/scan_single_now/events_pointset.json b/validator/sequences/scan_single_now/events_pointset.json index c3535d8688..937767fe6f 100644 --- a/validator/sequences/scan_single_now/events_pointset.json +++ b/validator/sequences/scan_single_now/events_pointset.json @@ -10,6 +10,6 @@ "present_value" : 10 } }, - "timestamp" : "2024-12-10T16:14:21Z", + "timestamp" : "2024-12-17T05:27:16Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/scan_single_now/events_system.attr b/validator/sequences/scan_single_now/events_system.attr index 275eb51b26..ec1d971285 100644 --- a/validator/sequences/scan_single_now/events_system.attr +++ b/validator/sequences/scan_single_now/events_system.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_9", "projectId" : "localhost", - "transactionId" : "MP:2c0bcd8c", - "publishTime" : "2024-12-10T16:14:21Z", + "transactionId" : "MP:0a3ea0bf", + "publishTime" : "2024-12-17T05:27:16Z", "subFolder" : "system", "subType" : "events" } \ No newline at end of file diff --git a/validator/sequences/scan_single_now/events_system.json b/validator/sequences/scan_single_now/events_system.json index ea7ddd62b4..a4475bd2db 100644 --- a/validator/sequences/scan_single_now/events_system.json +++ b/validator/sequences/scan_single_now/events_system.json @@ -1,139 +1,154 @@ { - "event_no" : 9, - "last_config" : "2024-12-10T16:14:13Z", + "event_no" : 11, + "last_config" : "2024-12-17T05:27:06Z", "logentries" : [ { "message" : "success", "category" : "system.config.receive", - "timestamp" : "2024-12-10T16:14:13Z", + "timestamp" : "2024-12-17T05:27:06Z", "level" : 100 }, { - "message" : "State update defer -2068ms", + "message" : "State update defer -4093ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:13Z", + "timestamp" : "2024-12-17T05:27:06Z", "level" : 100 + }, { + "message" : "Update state 2024-12-17T05:27:06Z last_config 2024-12-17T05:27:00Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:27:06Z", + "level" : 200 }, { "message" : "success", "category" : "system.config.parse", - "timestamp" : "2024-12-10T16:14:13Z", + "timestamp" : "2024-12-17T05:27:06Z", "level" : 100 - }, { - "message" : "Update state 2024-12-10T16:14:13Z last_config 2024-12-10T16:14:08Z", - "category" : "device.log", - "timestamp" : "2024-12-10T16:14:13Z", - "level" : 200 }, { "message" : "Device AHU-1 config handler", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:13Z", + "timestamp" : "2024-12-17T05:27:06Z", "level" : 200 }, { "message" : "State update AHU-1 (scan_single_now)", - "detail" : "{\n \"timestamp\" : \"2024-12-10T16:14:13Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-10T16:14:08Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-10T16:12:50Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-4612\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.parse\",\n \"timestamp\" : \"2024-12-10T16:14:13Z\",\n \"level\" : 100\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"00:0d:3a:5b:05:e9\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.147\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::20d:3aff:fe5b:5e9\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:27:06Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-17T05:27:00Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-17T05:25:35Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-27990\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.parse\",\n \"timestamp\" : \"2024-12-17T05:27:06Z\",\n \"level\" : 100\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"00:0d:3a:62:99:06\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.90\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::20d:3aff:fe62:9906\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:13Z", + "timestamp" : "2024-12-17T05:27:06Z", "level" : 100 }, { "message" : "Config update AHU-1 (scan_single_now)", - "detail" : "{\n \"timestamp\" : \"2024-12-10T16:14:13Z\",\n \"version\" : \"git-e79bdcc\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-10T16:12:50Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"scan_single_now\",\n \"transaction_id\" : \"RC:570510.0000001f\",\n \"config_base\" : 23\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : {\n \"generation\" : \"2024-12-10T16:14:04Z\",\n \"scan_duration_sec\" : 10\n }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:27:06Z\",\n \"version\" : \"git-46fef59\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-17T05:25:35Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"scan_single_now\",\n \"transaction_id\" : \"RC:bc7efb.00000021\",\n \"config_base\" : 23\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : {\n \"generation\" : \"2024-12-17T05:26:53Z\",\n \"scan_duration_sec\" : 10\n }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:13Z", + "timestamp" : "2024-12-17T05:27:06Z", "level" : 100 }, { - "message" : "2024-12-10T16:14:13Z received config 2024-12-10T16:14:13Z", + "message" : "State update defer 1999ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:13Z", + "timestamp" : "2024-12-17T05:27:06Z", + "level" : 100 + }, { + "message" : "2024-12-17T05:27:06Z received config 2024-12-17T05:27:06Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:27:06Z", "level" : 200 }, { - "message" : "Discovery scan generation vendor pending at 2024-12-10T16:14:04Z", + "message" : "Discovery scan generation vendor pending at 2024-12-17T05:26:53Z", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:13Z", + "timestamp" : "2024-12-17T05:27:06Z", "level" : 200 }, { "message" : "Scheduling future in 0ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:13Z", + "timestamp" : "2024-12-17T05:27:06Z", "level" : 100 }, { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-12-10T16:14:13Z", + "timestamp" : "2024-12-17T05:27:06Z", "level" : 300 }, { "message" : "State update defer 1995ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:13Z", + "timestamp" : "2024-12-17T05:27:06Z", "level" : 100 }, { - "message" : "State update defer 1995ms", + "message" : "Discovery scan starting vendor generation 2024-12-17T05:26:53Z", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:13Z", + "timestamp" : "2024-12-17T05:27:06Z", + "level" : 200 + }, { + "message" : "Scheduling future in 10000ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:27:06Z", "level" : 100 }, { - "message" : "Discovery scan starting vendor generation 2024-12-10T16:14:04Z", + "message" : "State update defer 1990ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:13Z", - "level" : 200 + "timestamp" : "2024-12-17T05:27:06Z", + "level" : 100 }, { - "message" : "Scheduling future in 10000ms", + "message" : "State update defer 1990ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:27:06Z", + "level" : 100 + }, { + "message" : "State update defer 1990ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:13Z", + "timestamp" : "2024-12-17T05:27:06Z", "level" : 100 }, { - "message" : "State update defer 1992ms", + "message" : "State update defer 1990ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:13Z", + "timestamp" : "2024-12-17T05:27:06Z", "level" : 100 }, { - "message" : "Discovered vendor device 20231 for gen 2024-12-10T16:14:04Z", + "message" : "Discovered vendor device 20231 for gen 2024-12-17T05:26:53Z", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:13Z", + "timestamp" : "2024-12-17T05:27:06Z", "level" : 200 }, { - "message" : "State update defer 1987ms", + "message" : "State update defer 1989ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:13Z", + "timestamp" : "2024-12-17T05:27:06Z", "level" : 100 }, { - "message" : "Discovered vendor device 28179023 for gen 2024-12-10T16:14:04Z", + "message" : "Discovered vendor device 28179023 for gen 2024-12-17T05:26:53Z", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:13Z", + "timestamp" : "2024-12-17T05:27:06Z", "level" : 200 }, { - "message" : "State update defer 1964ms", + "message" : "State update defer 1983ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:13Z", + "timestamp" : "2024-12-17T05:27:06Z", "level" : 100 }, { - "message" : "Discovered vendor device 0x65 for gen 2024-12-10T16:14:04Z", + "message" : "Discovered vendor device 0x65 for gen 2024-12-17T05:26:53Z", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:13Z", + "timestamp" : "2024-12-17T05:27:06Z", "level" : 200 }, { - "message" : "State update defer 1961ms", + "message" : "State update defer 1982ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:13Z", + "timestamp" : "2024-12-17T05:27:06Z", "level" : 100 }, { "message" : "State update defer 0ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:15Z", + "timestamp" : "2024-12-17T05:27:08Z", "level" : 100 }, { - "message" : "Update state 2024-12-10T16:14:15Z last_config 2024-12-10T16:14:13Z", + "message" : "Update state 2024-12-17T05:27:08Z last_config 2024-12-17T05:27:06Z", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:15Z", + "timestamp" : "2024-12-17T05:27:08Z", "level" : 200 }, { "message" : "State update AHU-1 (scan_single_now)", - "detail" : "{\n \"timestamp\" : \"2024-12-10T16:14:15Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-10T16:14:13Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-10T16:12:50Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-4612\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.apply\",\n \"timestamp\" : \"2024-12-10T16:14:13Z\",\n \"level\" : 300\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : {\n \"generation\" : \"2024-12-10T16:14:04Z\",\n \"phase\" : \"active\",\n \"active_count\" : 3\n }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"00:0d:3a:5b:05:e9\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.147\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::20d:3aff:fe5b:5e9\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:27:08Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-17T05:27:06Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-17T05:25:35Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-27990\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.apply\",\n \"timestamp\" : \"2024-12-17T05:27:06Z\",\n \"level\" : 300\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : {\n \"generation\" : \"2024-12-17T05:26:53Z\",\n \"phase\" : \"active\",\n \"active_count\" : 3\n }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"00:0d:3a:62:99:06\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.90\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::20d:3aff:fe62:9906\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:15Z", + "timestamp" : "2024-12-17T05:27:08Z", "level" : 100 } ], "metrics" : { "mem_total_mb" : 254.0, - "mem_free_mb" : 204.32732391357422 + "mem_free_mb" : 204.38392639160156 }, - "timestamp" : "2024-12-10T16:14:21Z", + "timestamp" : "2024-12-17T05:27:16Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/scan_single_now/local_discovery.json b/validator/sequences/scan_single_now/local_discovery.json index c40ad68a08..0822f55951 100644 --- a/validator/sequences/scan_single_now/local_discovery.json +++ b/validator/sequences/scan_single_now/local_discovery.json @@ -1,7 +1,7 @@ { "families" : { "vendor" : { - "generation" : "2024-12-10T16:14:04Z", + "generation" : "2024-12-17T05:26:53Z", "scan_duration_sec" : 10 } } diff --git a/validator/sequences/scan_single_now/local_system.json b/validator/sequences/scan_single_now/local_system.json index 2c2233c1ae..fe6f3d8f99 100644 --- a/validator/sequences/scan_single_now/local_system.json +++ b/validator/sequences/scan_single_now/local_system.json @@ -2,7 +2,7 @@ "min_loglevel" : 100, "metrics_rate_sec" : 10, "operation" : { - "last_start" : "2024-12-10T16:12:50Z" + "last_start" : "2024-12-17T05:25:35Z" }, "testing" : { "sequence_name" : "scan_single_now" diff --git a/validator/sequences/scan_single_now/local_update.json b/validator/sequences/scan_single_now/local_update.json index df4837fea9..252f2efa1d 100644 --- a/validator/sequences/scan_single_now/local_update.json +++ b/validator/sequences/scan_single_now/local_update.json @@ -1,11 +1,11 @@ { - "timestamp" : "2024-12-10T16:14:13Z", - "version" : "@@@cloud udmi version###git-e79bdcc", + "timestamp" : "2024-12-17T05:27:06Z", + "version" : "@@@cloud udmi version###git-46fef59", "system" : { "min_loglevel" : 100, "metrics_rate_sec" : 10, "operation" : { - "last_start" : "2024-12-10T16:12:50Z" + "last_start" : "2024-12-17T05:25:35Z" }, "testing" : { "sequence_name" : "scan_single_now" @@ -14,7 +14,7 @@ "discovery" : { "families" : { "vendor" : { - "generation" : "2024-12-10T16:14:04Z", + "generation" : "2024-12-17T05:26:53Z", "scan_duration_sec" : 10 } } diff --git a/validator/sequences/scan_single_now/sequence.md b/validator/sequences/scan_single_now/sequence.md index 0107bb67e5..da94733f4d 100644 --- a/validator/sequences/scan_single_now/sequence.md +++ b/validator/sequences/scan_single_now/sequence.md @@ -8,7 +8,7 @@ Check results of a single scan scheduled in the recent past 1. Wait for discovery families defined 1. Wait until discovery family keys match 1. Wait for no scans active -1. Update config Before scheduled scan active +1. Update config before scheduled scan active * Add `discovery.families.vendor` = { "generation": `family generation`, "scan_duration_sec": `10` } 1. Wait until scheduled scan active 1. Check that scan started at time diff --git a/validator/sequences/scan_single_now/sequencer.log b/validator/sequences/scan_single_now/sequencer.log index c69d6136fc..2af6b985da 100644 --- a/validator/sequences/scan_single_now/sequencer.log +++ b/validator/sequences/scan_single_now/sequencer.log @@ -1,1863 +1,2268 @@ -2024-12-10T16:13:49Z NOTICE starting test scan_single_now ################################ -2024-12-10T16:13:49Z INFO Stage start waiting for starting test wrapper at 0s -2024-12-10T16:13:57Z DEBUG Clear configTransactions and reset device config -2024-12-10T16:13:57Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:13:57Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z -2024-12-10T16:13:57Z DEBUG last_start changed true, last_start 1970-01-01T00:01:13Z -2024-12-10T16:13:57Z DEBUG extraFieldChanged false because extra_field null -2024-12-10T16:13:57Z WARNING Now using alternate connection client! -2024-12-10T16:13:57Z TRACE Stage suspend waiting for starting test wrapper at 8s -2024-12-10T16:13:57Z INFO Stage start waiting for using alternate client at 8s -2024-12-10T16:13:58Z DEBUG Forcing config update -2024-12-10T16:13:58Z TRACE updated check config_update: true -2024-12-10T16:13:58Z DEBUG update config_update, adding configTransaction RC:570510.00000016 -2024-12-10T16:13:58Z TRACE local local_update: { -2024-12-10T16:13:58Z TRACE local local_update: "version" : "@@@cloud udmi version###null", -2024-12-10T16:13:58Z TRACE local local_update: "system" : { -2024-12-10T16:13:58Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:13:58Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:13:58Z TRACE local local_update: "operation" : { -2024-12-10T16:13:58Z TRACE local local_update: "last_start" : "1970-01-01T00:01:13Z" -2024-12-10T16:13:58Z TRACE local local_update: }, -2024-12-10T16:13:58Z TRACE local local_update: "testing" : { -2024-12-10T16:13:58Z TRACE local local_update: "sequence_name" : "scan_single_now", -2024-12-10T16:13:58Z TRACE local local_update: "endpoint_type" : "alternate" -2024-12-10T16:13:58Z TRACE local local_update: } -2024-12-10T16:13:58Z TRACE local local_update: }, -2024-12-10T16:13:58Z TRACE local local_update: "blobset" : { -2024-12-10T16:13:58Z TRACE local local_update: "blobs" : { -2024-12-10T16:13:58Z TRACE local local_update: "_iot_endpoint_config" : { -2024-12-10T16:13:58Z TRACE local local_update: "phase" : "final", -2024-12-10T16:13:58Z TRACE local local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzkvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzkvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfOS9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", -2024-12-10T16:13:58Z TRACE local local_update: "sha256" : "@@@blob data hash###ec720a4c8e972373c4a3ff69e0dacd49dce2688174a99864ae02ed7fa1ae3bff", -2024-12-10T16:13:58Z TRACE local local_update: "generation" : "2024-12-10T16:13:57Z" -2024-12-10T16:13:58Z TRACE local local_update: } -2024-12-10T16:13:58Z TRACE local local_update: } -2024-12-10T16:13:58Z TRACE local local_update: } -2024-12-10T16:13:58Z TRACE local local_update: } -2024-12-10T16:13:58Z DEBUG Detail pending config transaction is now: RC:570510.00000016 -2024-12-10T16:13:58Z TRACE received command null/config/udmi -2024-12-10T16:13:58Z TRACE received command AHU-1/config/update -2024-12-10T16:13:58Z DEBUG received config_update -2024-12-10T16:13:58Z DEBUG Handling update message config_update RC:570510.00000016 -2024-12-10T16:13:58Z DEBUG Removed configTransaction RC:570510.00000016 -2024-12-10T16:13:58Z DEBUG last_start changed false, last_start 1970-01-01T00:01:13Z -2024-12-10T16:13:58Z DEBUG Updated config 2024-12-10T16:13:58Z RC:570510.00000016 -2024-12-10T16:13:58Z INFO Updated config #012: Changed 6 fields: -2024-12-10T16:13:58Z INFO Updated config #012: Add `system.testing.endpoint_type` = `alternate` -2024-12-10T16:13:58Z INFO Updated config #012: Set `system.testing.sequence_name` = `scan_single_now` -2024-12-10T16:13:58Z INFO Updated config #012: Add `blobset` = { "blobs": { "_iot_endpoint_config": { "phase": `final`, "generation": `blob generation`, "sha256": `blob data hash`, "url": `endpoint data` } } } -2024-12-10T16:13:58Z INFO Updated config #012: Remove `discovery` -2024-12-10T16:13:58Z INFO Updated config #012: Remove `pointset` -2024-12-10T16:13:58Z INFO Updated config #012: Remove `localnet` -2024-12-10T16:13:58Z DEBUG Detail pending config transaction is now: null -2024-12-10T16:13:58Z DEBUG Update config reset alternate registry timestamp 2024-12-10T16:13:58Z -2024-12-10T16:13:58Z TRACE local local_update: { -2024-12-10T16:13:58Z TRACE local local_update: "timestamp" : "2024-12-10T16:13:58Z", -2024-12-10T16:13:58Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:13:58Z TRACE local local_update: "system" : { -2024-12-10T16:13:58Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:13:58Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:13:58Z TRACE local local_update: "operation" : { -2024-12-10T16:13:58Z TRACE local local_update: "last_start" : "1970-01-01T00:01:13Z" -2024-12-10T16:13:58Z TRACE local local_update: }, -2024-12-10T16:13:58Z TRACE local local_update: "testing" : { -2024-12-10T16:13:58Z TRACE local local_update: "sequence_name" : "scan_single_now", -2024-12-10T16:13:58Z TRACE local local_update: "endpoint_type" : "alternate" -2024-12-10T16:13:58Z TRACE local local_update: } -2024-12-10T16:13:58Z TRACE local local_update: }, -2024-12-10T16:13:58Z TRACE local local_update: "blobset" : { -2024-12-10T16:13:58Z TRACE local local_update: "blobs" : { -2024-12-10T16:13:58Z TRACE local local_update: "_iot_endpoint_config" : { -2024-12-10T16:13:58Z TRACE local local_update: "phase" : "final", -2024-12-10T16:13:58Z TRACE local local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzkvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzkvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfOS9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", -2024-12-10T16:13:58Z TRACE local local_update: "sha256" : "@@@blob data hash###ec720a4c8e972373c4a3ff69e0dacd49dce2688174a99864ae02ed7fa1ae3bff", -2024-12-10T16:13:58Z TRACE local local_update: "generation" : "2024-12-10T16:13:57Z" -2024-12-10T16:13:58Z TRACE local local_update: } -2024-12-10T16:13:58Z TRACE local local_update: } -2024-12-10T16:13:58Z TRACE local local_update: } -2024-12-10T16:13:58Z TRACE local local_update: } -2024-12-10T16:13:58Z TRACE Update config reset alternate registry: Add `blobset` = { "blobs": { "_iot_endpoint_config": { "phase": `final`, "generation": `blob generation`, "sha256": `blob data hash`, "url": `endpoint data` } } } -2024-12-10T16:13:58Z TRACE Update config reset alternate registry: Remove `discovery` -2024-12-10T16:13:58Z TRACE Update config reset alternate registry: Remove `pointset` -2024-12-10T16:13:58Z TRACE Update config reset alternate registry: Remove `localnet` -2024-12-10T16:13:58Z DEBUG Stage finished waiting for using alternate client at 9s after 1s -2024-12-10T16:13:58Z TRACE Stage resume waiting for starting test wrapper at 9s -2024-12-10T16:13:58Z WARNING Done with alternate connection client! -2024-12-10T16:13:58Z DEBUG Allowing device state change (everything) -2024-12-10T16:13:58Z DEBUG Starting reset_config full reset true -2024-12-10T16:13:58Z DEBUG Clear configTransactions and reset device config -2024-12-10T16:13:58Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:13:58Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z -2024-12-10T16:13:58Z DEBUG last_start changed true, last_start 1970-01-01T00:01:13Z -2024-12-10T16:13:58Z DEBUG extraFieldChanged false because extra_field null -2024-12-10T16:13:58Z DEBUG extraFieldChanged true because extra_field reset_config -2024-12-10T16:13:58Z DEBUG Clear configTransactions and reset device config -2024-12-10T16:13:58Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:13:58Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z -2024-12-10T16:13:58Z DEBUG last_start changed true, last_start 1970-01-01T00:01:13Z -2024-12-10T16:13:58Z DEBUG extraFieldChanged true because extra_field null -2024-12-10T16:13:59Z TRACE updated check config_update: true -2024-12-10T16:13:59Z DEBUG update config_update, adding configTransaction RC:570510.00000017 -2024-12-10T16:13:59Z TRACE local local_update: { -2024-12-10T16:13:59Z TRACE local local_update: "version" : "@@@cloud udmi version###1.5.2", -2024-12-10T16:13:59Z TRACE local local_update: "system" : { -2024-12-10T16:13:59Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:13:59Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:13:59Z TRACE local local_update: "operation" : { -2024-12-10T16:13:59Z TRACE local local_update: "last_start" : "1970-01-01T00:01:13Z" -2024-12-10T16:13:59Z TRACE local local_update: }, -2024-12-10T16:13:59Z TRACE local local_update: "testing" : { -2024-12-10T16:13:59Z TRACE local local_update: "sequence_name" : "scan_single_now" -2024-12-10T16:13:59Z TRACE local local_update: } -2024-12-10T16:13:59Z TRACE local local_update: }, -2024-12-10T16:13:59Z TRACE local local_update: "discovery" : { -2024-12-10T16:13:59Z TRACE local local_update: "families" : { -2024-12-10T16:13:59Z TRACE local local_update: "vendor" : { } -2024-12-10T16:13:59Z TRACE local local_update: } -2024-12-10T16:13:59Z TRACE local local_update: }, -2024-12-10T16:13:59Z TRACE local local_update: "localnet" : { -2024-12-10T16:13:59Z TRACE local local_update: "families" : { -2024-12-10T16:13:59Z TRACE local local_update: "ether" : { }, -2024-12-10T16:13:59Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:13:59Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:13:59Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:13:59Z TRACE local local_update: } -2024-12-10T16:13:59Z TRACE local local_update: }, -2024-12-10T16:13:59Z TRACE local local_update: "pointset" : { -2024-12-10T16:13:59Z TRACE local local_update: "points" : { -2024-12-10T16:13:59Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:59Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:13:59Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:13:59Z TRACE local local_update: }, -2024-12-10T16:13:59Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:13:59Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:13:59Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:13:59Z TRACE local local_update: }, -2024-12-10T16:13:59Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:59Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:13:59Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:13:59Z TRACE local local_update: } -2024-12-10T16:13:59Z TRACE local local_update: } -2024-12-10T16:13:59Z TRACE local local_update: } -2024-12-10T16:13:59Z TRACE local local_update: } -2024-12-10T16:13:59Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:13:59Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-12-10T16:13:59Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:13:59Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-12-10T16:13:59Z DEBUG Saving pre-config state timestamp null -2024-12-10T16:13:59Z DEBUG Update lastConfigUpdate 2024-12-10T16:13:59Z, because soft reset -2024-12-10T16:13:59Z TRACE Stage suspend waiting for starting test wrapper at 10s -2024-12-10T16:13:59Z INFO Stage start waiting for config update synchronized at 10s -2024-12-10T16:13:59Z TRACE received command AHU-1/events/system -2024-12-10T16:13:59Z DEBUG received events_system (no logs) -2024-12-10T16:13:59Z DEBUG Handling device message events_system MP:092c1ca9 -2024-12-10T16:13:59Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:13:59Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-12-10T16:13:59Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:13:59Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-12-10T16:13:59Z TRACE received command AHU-1/events/pointset -2024-12-10T16:13:59Z TRACE received events_pointset: { -2024-12-10T16:13:59Z TRACE received events_pointset: "points" : { -2024-12-10T16:13:59Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:13:59Z TRACE received events_pointset: "present_value" : false -2024-12-10T16:13:59Z TRACE received events_pointset: }, -2024-12-10T16:13:59Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:59Z TRACE received events_pointset: "present_value" : 98 -2024-12-10T16:13:59Z TRACE received events_pointset: }, -2024-12-10T16:13:59Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:59Z TRACE received events_pointset: "present_value" : 10 -2024-12-10T16:13:59Z TRACE received events_pointset: } -2024-12-10T16:13:59Z TRACE received events_pointset: }, -2024-12-10T16:13:59Z TRACE received events_pointset: "timestamp" : "2024-12-10T16:13:51Z", -2024-12-10T16:13:59Z TRACE received events_pointset: "version" : "1.5.2" -2024-12-10T16:13:59Z TRACE received events_pointset: } -2024-12-10T16:13:59Z DEBUG Handling device message events_pointset MP:e4944065 -2024-12-10T16:13:59Z TRACE received command AHU-1/state/update -2024-12-10T16:13:59Z DEBUG received state_update -2024-12-10T16:13:59Z DEBUG Handling update message state_update MP:137d73c5 -2024-12-10T16:13:59Z DEBUG Updated state after 0s 2024-12-10T16:13:59Z MP:137d73c5 -2024-12-10T16:13:59Z INFO Updated state #013: Changed 4 fields: -2024-12-10T16:13:59Z INFO Updated state #013: Set `system.status.level` = `100` -2024-12-10T16:13:59Z INFO Updated state #013: Set `system.status.category` = `system.config.parse` -2024-12-10T16:13:59Z INFO Updated state #013: Set `system.status.timestamp` = `2024-12-10T16:13:59Z` -2024-12-10T16:13:59Z INFO Updated state #013: Set `timestamp` = `2024-12-10T16:13:59Z` -2024-12-10T16:13:59Z NOTICE Received serial number sequencer-4612 -2024-12-10T16:13:59Z DEBUG Updated state has last_config 2024-12-10T16:13:33Z (expecting null) -2024-12-10T16:13:59Z DEBUG Detail config update synchronized is now: last_start not synced in config, config transactions not cleared, last_config not synced in state -2024-12-10T16:13:59Z TRACE received command AHU-1/config/update -2024-12-10T16:13:59Z DEBUG received config_update -2024-12-10T16:13:59Z DEBUG Handling update message config_update RC:570510.00000017 -2024-12-10T16:13:59Z DEBUG Removed configTransaction RC:570510.00000017 -2024-12-10T16:13:59Z DEBUG last_start changed false, last_start 1970-01-01T00:01:13Z -2024-12-10T16:13:59Z DEBUG Updated config 2024-12-10T16:13:59Z RC:570510.00000017 -2024-12-10T16:13:59Z INFO Updated config #013: Changed 5 fields: -2024-12-10T16:13:59Z INFO Updated config #013: Remove `system.testing.endpoint_type` -2024-12-10T16:13:59Z INFO Updated config #013: Add `discovery` = { "families": { "vendor": { } } } -2024-12-10T16:13:59Z INFO Updated config #013: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } -2024-12-10T16:13:59Z INFO Updated config #013: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "bacnet": { } } } -2024-12-10T16:13:59Z INFO Updated config #013: Remove `blobset` -2024-12-10T16:13:59Z TRACE received command AHU-1/state/system -2024-12-10T16:13:59Z TRACE received state_system: { -2024-12-10T16:13:59Z TRACE received state_system: "hardware" : { -2024-12-10T16:13:59Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:13:59Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:13:59Z TRACE received state_system: }, -2024-12-10T16:13:59Z TRACE received state_system: "last_config" : "2024-12-10T16:13:33Z", -2024-12-10T16:13:59Z TRACE received state_system: "operation" : { -2024-12-10T16:13:59Z TRACE received state_system: "operational" : true, -2024-12-10T16:13:59Z TRACE received state_system: "last_start" : "2024-12-10T16:12:50Z", -2024-12-10T16:13:59Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:13:59Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:13:59Z TRACE received state_system: }, -2024-12-10T16:13:59Z TRACE received state_system: "serial_no" : "sequencer-4612", -2024-12-10T16:13:59Z TRACE received state_system: "software" : { -2024-12-10T16:13:59Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:13:59Z TRACE received state_system: }, -2024-12-10T16:13:59Z TRACE received state_system: "status" : { -2024-12-10T16:13:59Z TRACE received state_system: "message" : "success", -2024-12-10T16:13:59Z TRACE received state_system: "category" : "system.config.parse", -2024-12-10T16:13:59Z TRACE received state_system: "timestamp" : "2024-12-10T16:13:59Z", -2024-12-10T16:13:59Z TRACE received state_system: "level" : 100 -2024-12-10T16:13:59Z TRACE received state_system: }, -2024-12-10T16:13:59Z TRACE received state_system: "timestamp" : "2024-12-10T16:13:59Z", -2024-12-10T16:13:59Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:13:59Z TRACE received state_system: } -2024-12-10T16:13:59Z DEBUG Handling device message state_system MP:137d73c5-0 -2024-12-10T16:13:59Z TRACE Ignoring partial state update -2024-12-10T16:13:59Z DEBUG Detail config update synchronized is now: last_start not synced in config, last_config not synced in state -2024-12-10T16:13:59Z TRACE received command AHU-1/state/discovery -2024-12-10T16:13:59Z TRACE received state_discovery: { -2024-12-10T16:13:59Z TRACE received state_discovery: "families" : { }, -2024-12-10T16:13:59Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:13:59Z", -2024-12-10T16:13:59Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:13:59Z TRACE received state_discovery: } -2024-12-10T16:13:59Z DEBUG Handling device message state_discovery MP:137d73c5-1 -2024-12-10T16:13:59Z TRACE Ignoring partial state update -2024-12-10T16:13:59Z TRACE received command AHU-1/state/localnet -2024-12-10T16:13:59Z TRACE received state_localnet: { -2024-12-10T16:13:59Z TRACE received state_localnet: "families" : { -2024-12-10T16:13:59Z TRACE received state_localnet: "ether" : { -2024-12-10T16:13:59Z TRACE received state_localnet: "addr" : "00:0d:3a:5b:05:e9" -2024-12-10T16:13:59Z TRACE received state_localnet: }, -2024-12-10T16:13:59Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:13:59Z TRACE received state_localnet: "addr" : "10.1.0.147" -2024-12-10T16:13:59Z TRACE received state_localnet: }, -2024-12-10T16:13:59Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:13:59Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe5b:5e9" -2024-12-10T16:13:59Z TRACE received state_localnet: }, -2024-12-10T16:13:59Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:13:59Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:13:59Z TRACE received state_localnet: } -2024-12-10T16:13:59Z TRACE received state_localnet: }, -2024-12-10T16:13:59Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:13:59Z", -2024-12-10T16:13:59Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:13:59Z TRACE received state_localnet: } -2024-12-10T16:13:59Z DEBUG Handling device message state_localnet MP:137d73c5-2 -2024-12-10T16:13:59Z TRACE Ignoring partial state update -2024-12-10T16:13:59Z TRACE received command AHU-1/state/pointset -2024-12-10T16:13:59Z TRACE received state_pointset: { -2024-12-10T16:13:59Z TRACE received state_pointset: "points" : { -2024-12-10T16:13:59Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:13:59Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:13:59Z TRACE received state_pointset: }, -2024-12-10T16:13:59Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:13:59Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:13:59Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:13:59Z TRACE received state_pointset: }, -2024-12-10T16:13:59Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:13:59Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:13:59Z TRACE received state_pointset: } -2024-12-10T16:13:59Z TRACE received state_pointset: }, -2024-12-10T16:13:59Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:13:59Z", -2024-12-10T16:13:59Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:13:59Z TRACE received state_pointset: } -2024-12-10T16:13:59Z DEBUG Handling device message state_pointset MP:137d73c5-3 -2024-12-10T16:13:59Z TRACE Ignoring partial state update -2024-12-10T16:13:59Z TRACE received command AHU-1/config/update -2024-12-10T16:13:59Z DEBUG received config_update -2024-12-10T16:13:59Z DEBUG Handling update message config_update MP:137d73c5 -2024-12-10T16:13:59Z DEBUG last_start changed true, last_start 2024-12-10T16:12:50Z -2024-12-10T16:13:59Z DEBUG Updated config 2024-12-10T16:13:59Z MP:137d73c5 -2024-12-10T16:13:59Z INFO Updated config #014: Changed 0 fields. -2024-12-10T16:13:59Z DEBUG Detail config update synchronized is now: last_config not synced in state -2024-12-10T16:14:01Z TRACE received command AHU-1/events/system -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z DEBUG system.config.receive: success -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z DEBUG device.log: State update defer -22103ms -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z DEBUG system.config.parse: success -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z INFO device.log: Update state 2024-12-10T16:13:59Z last_config 2024-12-10T16:13:33Z -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z DEBUG device.log: State update AHU-1 (extra_config) -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z DEBUG device.log: Config update AHU-1 (extra_config) -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z INFO device.log: 2024-12-10T16:13:59Z received config 2024-12-10T16:13:59Z -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z NOTICE system.config.apply: success -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z DEBUG device.log: State update defer 1999ms -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z DEBUG device.log: State update defer 1997ms -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z DEBUG device.log: State update defer 1997ms -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z DEBUG device.log: State update defer 1997ms -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z DEBUG system.config.receive: success -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z DEBUG device.log: State update defer 1941ms -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z DEBUG system.config.parse: success -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z DEBUG device.log: State update defer 1940ms -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z DEBUG device.log: Config update AHU-1 (scan_single_now) -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z INFO device.log: 2024-12-10T16:13:59Z received config 2024-12-10T16:13:59Z -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z NOTICE system.config.apply: success -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z DEBUG device.log: State update defer 1939ms -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z DEBUG device.log: State update defer 1937ms -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z DEBUG device.log: State update defer 1936ms -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z DEBUG device.log: State update defer 1936ms -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z DEBUG device.log: State update defer 1936ms -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z DEBUG device.log: State update defer 1936ms -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:13:59Z DEBUG device.log: State update defer 1936ms -2024-12-10T16:14:01Z DEBUG received events_system 2024-12-10T16:14:01Z DEBUG device.log: State update defer 145ms -2024-12-10T16:14:01Z DEBUG Handling device message events_system MP:191cd870 -2024-12-10T16:14:01Z TRACE received command AHU-1/events/pointset -2024-12-10T16:14:01Z TRACE received events_pointset: { -2024-12-10T16:14:01Z TRACE received events_pointset: "points" : { -2024-12-10T16:14:01Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:14:01Z TRACE received events_pointset: "present_value" : true -2024-12-10T16:14:01Z TRACE received events_pointset: }, -2024-12-10T16:14:01Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:01Z TRACE received events_pointset: "present_value" : 98 -2024-12-10T16:14:01Z TRACE received events_pointset: }, -2024-12-10T16:14:01Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:01Z TRACE received events_pointset: "present_value" : 12 -2024-12-10T16:14:01Z TRACE received events_pointset: } -2024-12-10T16:14:01Z TRACE received events_pointset: }, -2024-12-10T16:14:01Z TRACE received events_pointset: "timestamp" : "2024-12-10T16:14:01Z", -2024-12-10T16:14:01Z TRACE received events_pointset: "version" : "1.5.2" -2024-12-10T16:14:01Z TRACE received events_pointset: } -2024-12-10T16:14:01Z DEBUG Handling device message events_pointset MP:4dfb4924 -2024-12-10T16:14:01Z TRACE received command AHU-1/state/update -2024-12-10T16:14:01Z DEBUG received state_update -2024-12-10T16:14:01Z DEBUG Handling update message state_update MP:f292549c -2024-12-10T16:14:01Z DEBUG Updated state after 0s 2024-12-10T16:14:01Z MP:f292549c -2024-12-10T16:14:01Z INFO Updated state #014: Changed 4 fields: -2024-12-10T16:14:01Z INFO Updated state #014: Set `system.last_config` = `2024-12-10T16:13:59Z` -2024-12-10T16:14:01Z INFO Updated state #014: Set `system.status.level` = `300` -2024-12-10T16:14:01Z INFO Updated state #014: Set `system.status.category` = `system.config.apply` -2024-12-10T16:14:01Z INFO Updated state #014: Set `timestamp` = `2024-12-10T16:14:01Z` -2024-12-10T16:14:01Z DEBUG Updated state has last_config 2024-12-10T16:13:59Z (expecting 2024-12-10T16:13:59Z) -2024-12-10T16:14:01Z TRACE received command AHU-1/state/system -2024-12-10T16:14:01Z TRACE received state_system: { -2024-12-10T16:14:01Z TRACE received state_system: "hardware" : { -2024-12-10T16:14:01Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:14:01Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:14:01Z TRACE received state_system: }, -2024-12-10T16:14:01Z TRACE received state_system: "last_config" : "2024-12-10T16:13:59Z", -2024-12-10T16:14:01Z TRACE received state_system: "operation" : { -2024-12-10T16:14:01Z TRACE received state_system: "operational" : true, -2024-12-10T16:14:01Z TRACE received state_system: "last_start" : "2024-12-10T16:12:50Z", -2024-12-10T16:14:01Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:14:01Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:14:01Z TRACE received state_system: }, -2024-12-10T16:14:01Z TRACE received state_system: "serial_no" : "sequencer-4612", -2024-12-10T16:14:01Z TRACE received state_system: "software" : { -2024-12-10T16:14:01Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:14:01Z TRACE received state_system: }, -2024-12-10T16:14:01Z TRACE received state_system: "status" : { -2024-12-10T16:14:01Z TRACE received state_system: "message" : "success", -2024-12-10T16:14:01Z TRACE received state_system: "category" : "system.config.apply", -2024-12-10T16:14:01Z TRACE received state_system: "timestamp" : "2024-12-10T16:13:59Z", -2024-12-10T16:14:01Z TRACE received state_system: "level" : 300 -2024-12-10T16:14:01Z TRACE received state_system: }, -2024-12-10T16:14:01Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:01Z", -2024-12-10T16:14:01Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:14:01Z TRACE received state_system: } -2024-12-10T16:14:01Z DEBUG Handling device message state_system MP:f292549c-0 -2024-12-10T16:14:01Z TRACE Ignoring partial state update -2024-12-10T16:14:01Z DEBUG Detail config update synchronized is now: null -2024-12-10T16:14:01Z DEBUG Stage finished waiting for config update synchronized at 12s after 2s -2024-12-10T16:14:01Z TRACE Stage resume waiting for starting test wrapper at 12s -2024-12-10T16:14:01Z DEBUG Config sync took 2s -2024-12-10T16:14:01Z DEBUG Finished wait for config sync pending: null -2024-12-10T16:14:01Z DEBUG Update config soft reset timestamp 2024-12-10T16:13:59Z -2024-12-10T16:14:01Z TRACE local local_update: { -2024-12-10T16:14:01Z TRACE local local_update: "timestamp" : "2024-12-10T16:13:59Z", -2024-12-10T16:14:01Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:14:01Z TRACE local local_update: "system" : { -2024-12-10T16:14:01Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:14:01Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:14:01Z TRACE local local_update: "operation" : { -2024-12-10T16:14:01Z TRACE local local_update: "last_start" : "2024-12-10T16:12:50Z" -2024-12-10T16:14:01Z TRACE local local_update: }, -2024-12-10T16:14:01Z TRACE local local_update: "testing" : { -2024-12-10T16:14:01Z TRACE local local_update: "sequence_name" : "scan_single_now" -2024-12-10T16:14:01Z TRACE local local_update: } -2024-12-10T16:14:01Z TRACE local local_update: }, -2024-12-10T16:14:01Z TRACE local local_update: "discovery" : { -2024-12-10T16:14:01Z TRACE local local_update: "families" : { -2024-12-10T16:14:01Z TRACE local local_update: "vendor" : { } -2024-12-10T16:14:01Z TRACE local local_update: } -2024-12-10T16:14:01Z TRACE local local_update: }, -2024-12-10T16:14:01Z TRACE local local_update: "localnet" : { -2024-12-10T16:14:01Z TRACE local local_update: "families" : { -2024-12-10T16:14:01Z TRACE local local_update: "ether" : { }, -2024-12-10T16:14:01Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:14:01Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:14:01Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:14:01Z TRACE local local_update: } -2024-12-10T16:14:01Z TRACE local local_update: }, -2024-12-10T16:14:01Z TRACE local local_update: "pointset" : { -2024-12-10T16:14:01Z TRACE local local_update: "points" : { -2024-12-10T16:14:01Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:01Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:14:01Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:14:01Z TRACE local local_update: }, -2024-12-10T16:14:01Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:14:01Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:14:01Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:14:01Z TRACE local local_update: }, -2024-12-10T16:14:01Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:01Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:14:01Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:14:01Z TRACE local local_update: } -2024-12-10T16:14:01Z TRACE local local_update: } -2024-12-10T16:14:01Z TRACE local local_update: } -2024-12-10T16:14:01Z TRACE local local_update: } -2024-12-10T16:14:01Z TRACE Update config soft reset: Add `discovery` = { "families": { "vendor": { } } } -2024-12-10T16:14:01Z TRACE Update config soft reset: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } -2024-12-10T16:14:01Z TRACE Update config soft reset: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "bacnet": { } } } -2024-12-10T16:14:01Z TRACE Update config soft reset: Add `timestamp` = `generated timestamp` -2024-12-10T16:14:01Z DEBUG Done with reset_config -2024-12-10T16:14:01Z TRACE Stage suspend waiting for starting test wrapper at 12s -2024-12-10T16:14:01Z INFO Stage start waiting for config update synchronized at 12s -2024-12-10T16:14:01Z TRACE received command AHU-1/state/discovery -2024-12-10T16:14:01Z TRACE received state_discovery: { -2024-12-10T16:14:01Z TRACE received state_discovery: "families" : { }, -2024-12-10T16:14:01Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:14:01Z", -2024-12-10T16:14:01Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:14:01Z TRACE received state_discovery: } -2024-12-10T16:14:01Z DEBUG Handling device message state_discovery MP:f292549c-1 -2024-12-10T16:14:01Z TRACE Ignoring partial state update -2024-12-10T16:14:01Z DEBUG Stage finished waiting for config update synchronized at 12s after 0s -2024-12-10T16:14:01Z TRACE Stage resume waiting for starting test wrapper at 12s -2024-12-10T16:14:01Z DEBUG Config sync took 2s -2024-12-10T16:14:01Z DEBUG Finished wait for config sync pending: null -2024-12-10T16:14:01Z DEBUG Disallowing device state change (everything) -2024-12-10T16:14:02Z TRACE updated check config_update: true -2024-12-10T16:14:02Z DEBUG update config_update, adding configTransaction RC:570510.00000018 -2024-12-10T16:14:02Z TRACE local local_update: { -2024-12-10T16:14:02Z TRACE local local_update: "timestamp" : "2024-12-10T16:13:59Z", -2024-12-10T16:14:02Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:14:02Z TRACE local local_update: "system" : { -2024-12-10T16:14:02Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:14:02Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:14:02Z TRACE local local_update: "operation" : { -2024-12-10T16:14:02Z TRACE local local_update: "last_start" : "2024-12-10T16:12:50Z" -2024-12-10T16:14:02Z TRACE local local_update: }, -2024-12-10T16:14:02Z TRACE local local_update: "testing" : { -2024-12-10T16:14:02Z TRACE local local_update: "sequence_name" : "scan_single_now" -2024-12-10T16:14:02Z TRACE local local_update: } -2024-12-10T16:14:02Z TRACE local local_update: }, -2024-12-10T16:14:02Z TRACE local local_update: "discovery" : { -2024-12-10T16:14:02Z TRACE local local_update: "families" : { -2024-12-10T16:14:02Z TRACE local local_update: "vendor" : { } -2024-12-10T16:14:02Z TRACE local local_update: } -2024-12-10T16:14:02Z TRACE local local_update: }, -2024-12-10T16:14:02Z TRACE local local_update: "localnet" : { -2024-12-10T16:14:02Z TRACE local local_update: "families" : { -2024-12-10T16:14:02Z TRACE local local_update: "ether" : { }, -2024-12-10T16:14:02Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:14:02Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:14:02Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:14:02Z TRACE local local_update: } -2024-12-10T16:14:02Z TRACE local local_update: }, -2024-12-10T16:14:02Z TRACE local local_update: "pointset" : { -2024-12-10T16:14:02Z TRACE local local_update: "points" : { -2024-12-10T16:14:02Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:02Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:14:02Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:14:02Z TRACE local local_update: }, -2024-12-10T16:14:02Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:14:02Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:14:02Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:14:02Z TRACE local local_update: }, -2024-12-10T16:14:02Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:02Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:14:02Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:14:02Z TRACE local local_update: } -2024-12-10T16:14:02Z TRACE local local_update: } -2024-12-10T16:14:02Z TRACE local local_update: } -2024-12-10T16:14:02Z TRACE local local_update: } -2024-12-10T16:14:02Z DEBUG Saving pre-config state timestamp 2024-12-10T16:14:01Z -2024-12-10T16:14:02Z DEBUG Update lastConfigUpdate 2024-12-10T16:14:02Z, because initial setup -2024-12-10T16:14:02Z TRACE Stage suspend waiting for starting test wrapper at 13s -2024-12-10T16:14:02Z INFO Stage start waiting for config update synchronized at 13s -2024-12-10T16:14:02Z TRACE received command AHU-1/state/localnet -2024-12-10T16:14:02Z TRACE received state_localnet: { -2024-12-10T16:14:02Z TRACE received state_localnet: "families" : { -2024-12-10T16:14:02Z TRACE received state_localnet: "ether" : { -2024-12-10T16:14:02Z TRACE received state_localnet: "addr" : "00:0d:3a:5b:05:e9" -2024-12-10T16:14:02Z TRACE received state_localnet: }, -2024-12-10T16:14:02Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:14:02Z TRACE received state_localnet: "addr" : "10.1.0.147" -2024-12-10T16:14:02Z TRACE received state_localnet: }, -2024-12-10T16:14:02Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:14:02Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe5b:5e9" -2024-12-10T16:14:02Z TRACE received state_localnet: }, -2024-12-10T16:14:02Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:14:02Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:14:02Z TRACE received state_localnet: } -2024-12-10T16:14:02Z TRACE received state_localnet: }, -2024-12-10T16:14:02Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:14:01Z", -2024-12-10T16:14:02Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:14:02Z TRACE received state_localnet: } -2024-12-10T16:14:02Z DEBUG Handling device message state_localnet MP:f292549c-2 -2024-12-10T16:14:02Z TRACE Ignoring partial state update -2024-12-10T16:14:02Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-12-10T16:14:02Z TRACE received command AHU-1/state/pointset -2024-12-10T16:14:02Z TRACE received state_pointset: { -2024-12-10T16:14:02Z TRACE received state_pointset: "points" : { -2024-12-10T16:14:02Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:14:02Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:14:02Z TRACE received state_pointset: }, -2024-12-10T16:14:02Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:02Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:14:02Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:14:02Z TRACE received state_pointset: }, -2024-12-10T16:14:02Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:02Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:14:02Z TRACE received state_pointset: } -2024-12-10T16:14:02Z TRACE received state_pointset: }, -2024-12-10T16:14:02Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:14:01Z", -2024-12-10T16:14:02Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:14:02Z TRACE received state_pointset: } -2024-12-10T16:14:02Z DEBUG Handling device message state_pointset MP:f292549c-3 -2024-12-10T16:14:02Z TRACE Ignoring partial state update -2024-12-10T16:14:02Z TRACE received command AHU-1/config/update -2024-12-10T16:14:02Z DEBUG received config_update -2024-12-10T16:14:02Z DEBUG Handling update message config_update RC:570510.00000018 -2024-12-10T16:14:02Z DEBUG Removed configTransaction RC:570510.00000018 -2024-12-10T16:14:02Z DEBUG last_start changed false, last_start 2024-12-10T16:12:50Z -2024-12-10T16:14:02Z DEBUG Updated config 2024-12-10T16:14:02Z RC:570510.00000018 -2024-12-10T16:14:02Z INFO Updated config #015: Changed 0 fields. -2024-12-10T16:14:02Z DEBUG Detail config update synchronized is now: device state not updated since config issued, last_config not synced in state -2024-12-10T16:14:03Z TRACE received command AHU-1/state/update -2024-12-10T16:14:03Z DEBUG received state_update -2024-12-10T16:14:03Z DEBUG Handling update message state_update MP:4e183c4f -2024-12-10T16:14:03Z DEBUG Updated state after 0s 2024-12-10T16:14:03Z MP:4e183c4f -2024-12-10T16:14:03Z INFO Updated state #015: Changed 3 fields: -2024-12-10T16:14:03Z INFO Updated state #015: Set `system.last_config` = `2024-12-10T16:14:02Z` -2024-12-10T16:14:03Z INFO Updated state #015: Set `system.status.timestamp` = `2024-12-10T16:14:02Z` -2024-12-10T16:14:03Z INFO Updated state #015: Set `timestamp` = `2024-12-10T16:14:03Z` -2024-12-10T16:14:03Z DEBUG Updated state has last_config 2024-12-10T16:14:02Z (expecting 2024-12-10T16:14:02Z) -2024-12-10T16:14:03Z TRACE received command AHU-1/state/system -2024-12-10T16:14:03Z TRACE received state_system: { -2024-12-10T16:14:03Z TRACE received state_system: "hardware" : { -2024-12-10T16:14:03Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:14:03Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:14:03Z TRACE received state_system: }, -2024-12-10T16:14:03Z TRACE received state_system: "last_config" : "2024-12-10T16:14:02Z", -2024-12-10T16:14:03Z TRACE received state_system: "operation" : { -2024-12-10T16:14:03Z TRACE received state_system: "operational" : true, -2024-12-10T16:14:03Z TRACE received state_system: "last_start" : "2024-12-10T16:12:50Z", -2024-12-10T16:14:03Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:14:03Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:14:03Z TRACE received state_system: }, -2024-12-10T16:14:03Z TRACE received state_system: "serial_no" : "sequencer-4612", -2024-12-10T16:14:03Z TRACE received state_system: "software" : { -2024-12-10T16:14:03Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:14:03Z TRACE received state_system: }, -2024-12-10T16:14:03Z TRACE received state_system: "status" : { -2024-12-10T16:14:03Z TRACE received state_system: "message" : "success", -2024-12-10T16:14:03Z TRACE received state_system: "category" : "system.config.apply", -2024-12-10T16:14:03Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:02Z", -2024-12-10T16:14:03Z TRACE received state_system: "level" : 300 -2024-12-10T16:14:03Z TRACE received state_system: }, -2024-12-10T16:14:03Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:03Z", -2024-12-10T16:14:03Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:14:03Z TRACE received state_system: } -2024-12-10T16:14:03Z DEBUG Handling device message state_system MP:4e183c4f-0 -2024-12-10T16:14:03Z TRACE Ignoring partial state update -2024-12-10T16:14:03Z DEBUG Detail config update synchronized is now: null -2024-12-10T16:14:03Z DEBUG Stage finished waiting for config update synchronized at 14s after 0s -2024-12-10T16:14:03Z TRACE Stage resume waiting for starting test wrapper at 14s -2024-12-10T16:14:03Z DEBUG Config sync took 1s -2024-12-10T16:14:03Z DEBUG Finished wait for config sync pending: null -2024-12-10T16:14:03Z DEBUG Update config initial setup timestamp 2024-12-10T16:14:02Z -2024-12-10T16:14:03Z TRACE local local_update: { -2024-12-10T16:14:03Z TRACE local local_update: "timestamp" : "2024-12-10T16:14:02Z", -2024-12-10T16:14:03Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:14:03Z TRACE local local_update: "system" : { -2024-12-10T16:14:03Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:14:03Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:14:03Z TRACE local local_update: "operation" : { -2024-12-10T16:14:03Z TRACE local local_update: "last_start" : "2024-12-10T16:12:50Z" -2024-12-10T16:14:03Z TRACE local local_update: }, -2024-12-10T16:14:03Z TRACE local local_update: "testing" : { -2024-12-10T16:14:03Z TRACE local local_update: "sequence_name" : "scan_single_now" -2024-12-10T16:14:03Z TRACE local local_update: } -2024-12-10T16:14:03Z TRACE local local_update: }, -2024-12-10T16:14:03Z TRACE local local_update: "discovery" : { -2024-12-10T16:14:03Z TRACE local local_update: "families" : { -2024-12-10T16:14:03Z TRACE local local_update: "vendor" : { } -2024-12-10T16:14:03Z TRACE local local_update: } -2024-12-10T16:14:03Z TRACE local local_update: }, -2024-12-10T16:14:03Z TRACE local local_update: "localnet" : { -2024-12-10T16:14:03Z TRACE local local_update: "families" : { -2024-12-10T16:14:03Z TRACE local local_update: "ether" : { }, -2024-12-10T16:14:03Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:14:03Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:14:03Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:14:03Z TRACE local local_update: } -2024-12-10T16:14:03Z TRACE local local_update: }, -2024-12-10T16:14:03Z TRACE local local_update: "pointset" : { -2024-12-10T16:14:03Z TRACE local local_update: "points" : { -2024-12-10T16:14:03Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:03Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:14:03Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:14:03Z TRACE local local_update: }, -2024-12-10T16:14:03Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:14:03Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:14:03Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:14:03Z TRACE local local_update: }, -2024-12-10T16:14:03Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:03Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:14:03Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:14:03Z TRACE local local_update: } -2024-12-10T16:14:03Z TRACE local local_update: } -2024-12-10T16:14:03Z TRACE local local_update: } -2024-12-10T16:14:03Z TRACE local local_update: } -2024-12-10T16:14:03Z DEBUG Stale state cutoff threshold is 2024-12-10T16:12:52Z -2024-12-10T16:14:03Z DEBUG Waiting for device stateTransaction RC:570510.00000019 (was null) -2024-12-10T16:14:03Z TRACE Stage suspend waiting for starting test wrapper at 14s -2024-12-10T16:14:03Z INFO Stage start waiting for state query at 14s -2024-12-10T16:14:03Z TRACE received command AHU-1/state/discovery -2024-12-10T16:14:03Z TRACE received state_discovery: { -2024-12-10T16:14:03Z TRACE received state_discovery: "families" : { }, -2024-12-10T16:14:03Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:14:03Z", -2024-12-10T16:14:03Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:14:03Z TRACE received state_discovery: } -2024-12-10T16:14:03Z DEBUG Handling device message state_discovery MP:4e183c4f-1 -2024-12-10T16:14:03Z TRACE Ignoring partial state update -2024-12-10T16:14:03Z TRACE received command AHU-1/state/localnet -2024-12-10T16:14:03Z TRACE received state_localnet: { -2024-12-10T16:14:03Z TRACE received state_localnet: "families" : { -2024-12-10T16:14:03Z TRACE received state_localnet: "ether" : { -2024-12-10T16:14:03Z TRACE received state_localnet: "addr" : "00:0d:3a:5b:05:e9" -2024-12-10T16:14:03Z TRACE received state_localnet: }, -2024-12-10T16:14:03Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:14:03Z TRACE received state_localnet: "addr" : "10.1.0.147" -2024-12-10T16:14:03Z TRACE received state_localnet: }, -2024-12-10T16:14:03Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:14:03Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe5b:5e9" -2024-12-10T16:14:03Z TRACE received state_localnet: }, -2024-12-10T16:14:03Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:14:03Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:14:03Z TRACE received state_localnet: } -2024-12-10T16:14:03Z TRACE received state_localnet: }, -2024-12-10T16:14:03Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:14:03Z", -2024-12-10T16:14:03Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:14:03Z TRACE received state_localnet: } -2024-12-10T16:14:03Z DEBUG Handling device message state_localnet MP:4e183c4f-2 -2024-12-10T16:14:03Z TRACE Ignoring partial state update -2024-12-10T16:14:03Z TRACE received command AHU-1/state/pointset -2024-12-10T16:14:03Z TRACE received state_pointset: { -2024-12-10T16:14:03Z TRACE received state_pointset: "points" : { -2024-12-10T16:14:03Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:14:03Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:14:03Z TRACE received state_pointset: }, -2024-12-10T16:14:03Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:03Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:14:03Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:14:03Z TRACE received state_pointset: }, -2024-12-10T16:14:03Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:03Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:14:03Z TRACE received state_pointset: } -2024-12-10T16:14:03Z TRACE received state_pointset: }, -2024-12-10T16:14:03Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:14:03Z", -2024-12-10T16:14:03Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:14:03Z TRACE received state_pointset: } -2024-12-10T16:14:03Z DEBUG Handling device message state_pointset MP:4e183c4f-3 -2024-12-10T16:14:03Z TRACE Ignoring partial state update -2024-12-10T16:14:03Z TRACE received command AHU-1/state/update -2024-12-10T16:14:03Z DEBUG received state_update -2024-12-10T16:14:03Z INFO Received device configAcked -2024-12-10T16:14:03Z DEBUG Handling update message state_update RC:570510.00000019 -2024-12-10T16:14:03Z DEBUG Removed stateTransaction RC:570510.00000019 -2024-12-10T16:14:03Z DEBUG Updated state after 0s 2024-12-10T16:14:03Z RC:570510.00000019 -2024-12-10T16:14:03Z INFO Updated state #016: Changed 0 fields. -2024-12-10T16:14:03Z DEBUG Updated state has last_config 2024-12-10T16:14:02Z (expecting 2024-12-10T16:14:02Z) -2024-12-10T16:14:03Z DEBUG Stage finished waiting for state query at 14s after 0s -2024-12-10T16:14:03Z TRACE Stage resume waiting for starting test wrapper at 14s -2024-12-10T16:14:03Z TRACE Stage suspend waiting for starting test wrapper at 14s -2024-12-10T16:14:03Z INFO Stage start waiting for initial device state at 14s -2024-12-10T16:14:04Z TRACE updated check config_update: true -2024-12-10T16:14:04Z DEBUG update config_update, adding configTransaction RC:570510.0000001a -2024-12-10T16:14:04Z TRACE local local_update: { -2024-12-10T16:14:04Z TRACE local local_update: "timestamp" : "2024-12-10T16:14:02Z", -2024-12-10T16:14:04Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:14:04Z TRACE local local_update: "system" : { -2024-12-10T16:14:04Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:14:04Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:14:04Z TRACE local local_update: "operation" : { -2024-12-10T16:14:04Z TRACE local local_update: "last_start" : "2024-12-10T16:12:50Z" -2024-12-10T16:14:04Z TRACE local local_update: }, -2024-12-10T16:14:04Z TRACE local local_update: "testing" : { -2024-12-10T16:14:04Z TRACE local local_update: "sequence_name" : "scan_single_now" -2024-12-10T16:14:04Z TRACE local local_update: } -2024-12-10T16:14:04Z TRACE local local_update: }, -2024-12-10T16:14:04Z TRACE local local_update: "discovery" : { -2024-12-10T16:14:04Z TRACE local local_update: "families" : { -2024-12-10T16:14:04Z TRACE local local_update: "vendor" : { } -2024-12-10T16:14:04Z TRACE local local_update: } -2024-12-10T16:14:04Z TRACE local local_update: }, -2024-12-10T16:14:04Z TRACE local local_update: "localnet" : { -2024-12-10T16:14:04Z TRACE local local_update: "families" : { -2024-12-10T16:14:04Z TRACE local local_update: "ether" : { }, -2024-12-10T16:14:04Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:14:04Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:14:04Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:14:04Z TRACE local local_update: } -2024-12-10T16:14:04Z TRACE local local_update: }, -2024-12-10T16:14:04Z TRACE local local_update: "pointset" : { -2024-12-10T16:14:04Z TRACE local local_update: "points" : { -2024-12-10T16:14:04Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:04Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:14:04Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:14:04Z TRACE local local_update: }, -2024-12-10T16:14:04Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:14:04Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:14:04Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:14:04Z TRACE local local_update: }, -2024-12-10T16:14:04Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:04Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:14:04Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:14:04Z TRACE local local_update: } -2024-12-10T16:14:04Z TRACE local local_update: } -2024-12-10T16:14:04Z TRACE local local_update: } -2024-12-10T16:14:04Z TRACE local local_update: } -2024-12-10T16:14:04Z DEBUG Saving pre-config state timestamp 2024-12-10T16:14:03Z -2024-12-10T16:14:04Z DEBUG Update lastConfigUpdate 2024-12-10T16:14:04Z, because before initial device state -2024-12-10T16:14:04Z TRACE Stage suspend waiting for initial device state at 15s -2024-12-10T16:14:04Z INFO Stage start waiting for config update synchronized at 15s -2024-12-10T16:14:04Z TRACE received command AHU-1/reply/update -2024-12-10T16:14:04Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-12-10T16:14:04Z TRACE received command AHU-1/config/update -2024-12-10T16:14:04Z DEBUG received config_update -2024-12-10T16:14:04Z DEBUG Handling update message config_update RC:570510.0000001a -2024-12-10T16:14:04Z DEBUG Removed configTransaction RC:570510.0000001a -2024-12-10T16:14:04Z DEBUG last_start changed false, last_start 2024-12-10T16:12:50Z -2024-12-10T16:14:04Z DEBUG Updated config 2024-12-10T16:14:04Z RC:570510.0000001a -2024-12-10T16:14:04Z INFO Updated config #016: Changed 0 fields. -2024-12-10T16:14:05Z TRACE received command AHU-1/state/update -2024-12-10T16:14:05Z DEBUG received state_update -2024-12-10T16:14:05Z DEBUG Handling update message state_update MP:3b0427a0 -2024-12-10T16:14:05Z DEBUG Updated state after 0s 2024-12-10T16:14:05Z MP:3b0427a0 -2024-12-10T16:14:05Z INFO Updated state #017: Changed 3 fields: -2024-12-10T16:14:05Z INFO Updated state #017: Set `system.last_config` = `2024-12-10T16:14:04Z` -2024-12-10T16:14:05Z INFO Updated state #017: Set `system.status.timestamp` = `2024-12-10T16:14:04Z` -2024-12-10T16:14:05Z INFO Updated state #017: Set `timestamp` = `2024-12-10T16:14:05Z` -2024-12-10T16:14:05Z DEBUG Updated state has last_config 2024-12-10T16:14:04Z (expecting 2024-12-10T16:14:04Z) -2024-12-10T16:14:05Z DEBUG Detail config update synchronized is now: null -2024-12-10T16:14:05Z DEBUG Stage finished waiting for config update synchronized at 16s after 0s -2024-12-10T16:14:05Z TRACE Stage resume waiting for initial device state at 16s -2024-12-10T16:14:05Z DEBUG Config sync took 1s -2024-12-10T16:14:05Z DEBUG Finished wait for config sync pending: null -2024-12-10T16:14:05Z DEBUG Update config before initial device state timestamp 2024-12-10T16:14:04Z -2024-12-10T16:14:05Z TRACE local local_update: { -2024-12-10T16:14:05Z TRACE local local_update: "timestamp" : "2024-12-10T16:14:04Z", -2024-12-10T16:14:05Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:14:05Z TRACE local local_update: "system" : { -2024-12-10T16:14:05Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:14:05Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:14:05Z TRACE local local_update: "operation" : { -2024-12-10T16:14:05Z TRACE local local_update: "last_start" : "2024-12-10T16:12:50Z" -2024-12-10T16:14:05Z TRACE local local_update: }, -2024-12-10T16:14:05Z TRACE local local_update: "testing" : { -2024-12-10T16:14:05Z TRACE local local_update: "sequence_name" : "scan_single_now" -2024-12-10T16:14:05Z TRACE local local_update: } -2024-12-10T16:14:05Z TRACE local local_update: }, -2024-12-10T16:14:05Z TRACE local local_update: "discovery" : { -2024-12-10T16:14:05Z TRACE local local_update: "families" : { -2024-12-10T16:14:05Z TRACE local local_update: "vendor" : { } -2024-12-10T16:14:05Z TRACE local local_update: } -2024-12-10T16:14:05Z TRACE local local_update: }, -2024-12-10T16:14:05Z TRACE local local_update: "localnet" : { -2024-12-10T16:14:05Z TRACE local local_update: "families" : { -2024-12-10T16:14:05Z TRACE local local_update: "ether" : { }, -2024-12-10T16:14:05Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:14:05Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:14:05Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:14:05Z TRACE local local_update: } -2024-12-10T16:14:05Z TRACE local local_update: }, -2024-12-10T16:14:05Z TRACE local local_update: "pointset" : { -2024-12-10T16:14:05Z TRACE local local_update: "points" : { -2024-12-10T16:14:05Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:05Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:14:05Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:14:05Z TRACE local local_update: }, -2024-12-10T16:14:05Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:14:05Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:14:05Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:14:05Z TRACE local local_update: }, -2024-12-10T16:14:05Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:05Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:14:05Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:14:05Z TRACE local local_update: } -2024-12-10T16:14:05Z TRACE local local_update: } -2024-12-10T16:14:05Z TRACE local local_update: } -2024-12-10T16:14:05Z TRACE local local_update: } -2024-12-10T16:14:05Z DEBUG Stage finished waiting for initial device state at 16s after 1s -2024-12-10T16:14:05Z TRACE Stage resume waiting for starting test wrapper at 16s -2024-12-10T16:14:05Z DEBUG Device state system status level is now 300 -2024-12-10T16:14:05Z TRACE Stage suspend waiting for starting test wrapper at 16s -2024-12-10T16:14:05Z INFO Stage start waiting for config update synchronized at 16s -2024-12-10T16:14:05Z TRACE received command AHU-1/state/system -2024-12-10T16:14:05Z TRACE received state_system: { -2024-12-10T16:14:05Z TRACE received state_system: "hardware" : { -2024-12-10T16:14:05Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:14:05Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:14:05Z TRACE received state_system: }, -2024-12-10T16:14:05Z TRACE received state_system: "last_config" : "2024-12-10T16:14:04Z", -2024-12-10T16:14:05Z TRACE received state_system: "operation" : { -2024-12-10T16:14:05Z TRACE received state_system: "operational" : true, -2024-12-10T16:14:05Z TRACE received state_system: "last_start" : "2024-12-10T16:12:50Z", -2024-12-10T16:14:05Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:14:05Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:14:05Z TRACE received state_system: }, -2024-12-10T16:14:05Z TRACE received state_system: "serial_no" : "sequencer-4612", -2024-12-10T16:14:05Z TRACE received state_system: "software" : { -2024-12-10T16:14:05Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:14:05Z TRACE received state_system: }, -2024-12-10T16:14:05Z TRACE received state_system: "status" : { -2024-12-10T16:14:05Z TRACE received state_system: "message" : "success", -2024-12-10T16:14:05Z TRACE received state_system: "category" : "system.config.apply", -2024-12-10T16:14:05Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:04Z", -2024-12-10T16:14:05Z TRACE received state_system: "level" : 300 -2024-12-10T16:14:05Z TRACE received state_system: }, -2024-12-10T16:14:05Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:05Z", -2024-12-10T16:14:05Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:14:05Z TRACE received state_system: } -2024-12-10T16:14:05Z DEBUG Handling device message state_system MP:3b0427a0-0 -2024-12-10T16:14:05Z TRACE Ignoring partial state update -2024-12-10T16:14:05Z DEBUG Stage finished waiting for config update synchronized at 16s after 0s -2024-12-10T16:14:05Z TRACE Stage resume waiting for starting test wrapper at 16s -2024-12-10T16:14:05Z DEBUG Config sync took 1s -2024-12-10T16:14:05Z DEBUG Finished wait for config sync pending: null -2024-12-10T16:14:05Z TRACE Stage suspend waiting for starting test wrapper at 16s -2024-12-10T16:14:05Z INFO Stage start waiting for executing test at 16s -2024-12-10T16:14:05Z DEBUG stage begin waiting for executing test at 16s -2024-12-10T16:14:05Z DEBUG Allowing device state change discovery -2024-12-10T16:14:05Z TRACE Stage suspend waiting for executing test at 16s -2024-12-10T16:14:05Z INFO Stage start waiting for discovery families defined at 16s -2024-12-10T16:14:06Z DEBUG system config extra field null -2024-12-10T16:14:06Z TRACE updated check config_system: true -2024-12-10T16:14:06Z DEBUG update config_system, adding configTransaction RC:570510.0000001b -2024-12-10T16:14:06Z TRACE local local_system: { -2024-12-10T16:14:06Z TRACE local local_system: "min_loglevel" : 100, -2024-12-10T16:14:06Z TRACE local local_system: "metrics_rate_sec" : 10, -2024-12-10T16:14:06Z TRACE local local_system: "operation" : { -2024-12-10T16:14:06Z TRACE local local_system: "last_start" : "2024-12-10T16:12:50Z" -2024-12-10T16:14:06Z TRACE local local_system: }, -2024-12-10T16:14:06Z TRACE local local_system: "testing" : { -2024-12-10T16:14:06Z TRACE local local_system: "sequence_name" : "scan_single_now" -2024-12-10T16:14:06Z TRACE local local_system: } -2024-12-10T16:14:06Z TRACE local local_system: } -2024-12-10T16:14:06Z TRACE updated check config_pointset: true -2024-12-10T16:14:06Z DEBUG update config_pointset, adding configTransaction RC:570510.0000001c -2024-12-10T16:14:06Z TRACE local local_pointset: { -2024-12-10T16:14:06Z TRACE local local_pointset: "points" : { -2024-12-10T16:14:06Z TRACE local local_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:06Z TRACE local local_pointset: "units" : "Bars", -2024-12-10T16:14:06Z TRACE local local_pointset: "set_value" : 98 -2024-12-10T16:14:06Z TRACE local local_pointset: }, -2024-12-10T16:14:06Z TRACE local local_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:14:06Z TRACE local local_pointset: "ref" : "BV11.present_value", -2024-12-10T16:14:06Z TRACE local local_pointset: "units" : "No-units" -2024-12-10T16:14:06Z TRACE local local_pointset: }, -2024-12-10T16:14:06Z TRACE local local_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:06Z TRACE local local_pointset: "ref" : "AV12.present_value", -2024-12-10T16:14:06Z TRACE local local_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:14:06Z TRACE local local_pointset: } -2024-12-10T16:14:06Z TRACE local local_pointset: } -2024-12-10T16:14:06Z TRACE local local_pointset: } -2024-12-10T16:14:06Z TRACE updated check config_gateway: false -2024-12-10T16:14:06Z TRACE updated check config_localnet: true -2024-12-10T16:14:06Z DEBUG update config_localnet, adding configTransaction RC:570510.0000001d -2024-12-10T16:14:06Z TRACE local local_localnet: { -2024-12-10T16:14:06Z TRACE local local_localnet: "families" : { -2024-12-10T16:14:06Z TRACE local local_localnet: "ether" : { }, -2024-12-10T16:14:06Z TRACE local local_localnet: "ipv4" : { }, -2024-12-10T16:14:06Z TRACE local local_localnet: "vendor" : { }, -2024-12-10T16:14:06Z TRACE local local_localnet: "bacnet" : { } -2024-12-10T16:14:06Z TRACE local local_localnet: } -2024-12-10T16:14:06Z TRACE local local_localnet: } -2024-12-10T16:14:06Z TRACE updated check config_blobset: false -2024-12-10T16:14:06Z TRACE updated check config_discovery: true -2024-12-10T16:14:06Z DEBUG update config_discovery, adding configTransaction RC:570510.0000001e -2024-12-10T16:14:06Z TRACE local local_discovery: { -2024-12-10T16:14:06Z TRACE local local_discovery: "families" : { } -2024-12-10T16:14:06Z TRACE local local_discovery: } -2024-12-10T16:14:06Z DEBUG Saving pre-config state timestamp 2024-12-10T16:14:05Z -2024-12-10T16:14:06Z DEBUG Update lastConfigUpdate 2024-12-10T16:14:06Z, because before discovery families defined -2024-12-10T16:14:06Z TRACE Stage suspend waiting for discovery families defined at 17s -2024-12-10T16:14:06Z INFO Stage start waiting for config update synchronized at 17s -2024-12-10T16:14:06Z TRACE received command AHU-1/state/discovery -2024-12-10T16:14:06Z TRACE received state_discovery: { -2024-12-10T16:14:06Z TRACE received state_discovery: "families" : { }, -2024-12-10T16:14:06Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:14:05Z", -2024-12-10T16:14:06Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:14:06Z TRACE received state_discovery: } -2024-12-10T16:14:06Z DEBUG Handling device message state_discovery MP:3b0427a0-1 -2024-12-10T16:14:06Z TRACE Ignoring partial state update -2024-12-10T16:14:06Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-12-10T16:14:06Z TRACE received command AHU-1/state/localnet -2024-12-10T16:14:06Z TRACE received state_localnet: { -2024-12-10T16:14:06Z TRACE received state_localnet: "families" : { -2024-12-10T16:14:06Z TRACE received state_localnet: "ether" : { -2024-12-10T16:14:06Z TRACE received state_localnet: "addr" : "00:0d:3a:5b:05:e9" -2024-12-10T16:14:06Z TRACE received state_localnet: }, -2024-12-10T16:14:06Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:14:06Z TRACE received state_localnet: "addr" : "10.1.0.147" -2024-12-10T16:14:06Z TRACE received state_localnet: }, -2024-12-10T16:14:06Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:14:06Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe5b:5e9" -2024-12-10T16:14:06Z TRACE received state_localnet: }, -2024-12-10T16:14:06Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:14:06Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:14:06Z TRACE received state_localnet: } -2024-12-10T16:14:06Z TRACE received state_localnet: }, -2024-12-10T16:14:06Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:14:05Z", -2024-12-10T16:14:06Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:14:06Z TRACE received state_localnet: } -2024-12-10T16:14:06Z DEBUG Handling device message state_localnet MP:3b0427a0-2 -2024-12-10T16:14:06Z TRACE Ignoring partial state update -2024-12-10T16:14:06Z TRACE received command AHU-1/state/pointset -2024-12-10T16:14:06Z TRACE received state_pointset: { -2024-12-10T16:14:06Z TRACE received state_pointset: "points" : { -2024-12-10T16:14:06Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:14:06Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:14:06Z TRACE received state_pointset: }, -2024-12-10T16:14:06Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:06Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:14:06Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:14:06Z TRACE received state_pointset: }, -2024-12-10T16:14:06Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:06Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:14:06Z TRACE received state_pointset: } -2024-12-10T16:14:06Z TRACE received state_pointset: }, -2024-12-10T16:14:06Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:14:05Z", -2024-12-10T16:14:06Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:14:06Z TRACE received state_pointset: } -2024-12-10T16:14:06Z DEBUG Handling device message state_pointset MP:3b0427a0-3 -2024-12-10T16:14:06Z TRACE Ignoring partial state update -2024-12-10T16:14:06Z TRACE received command AHU-1/config/update -2024-12-10T16:14:06Z DEBUG received config_update -2024-12-10T16:14:06Z DEBUG Handling update message config_update RC:570510.0000001d -2024-12-10T16:14:06Z DEBUG Removed configTransaction RC:570510.0000001d -2024-12-10T16:14:06Z DEBUG last_start changed false, last_start 2024-12-10T16:12:50Z -2024-12-10T16:14:06Z DEBUG Updated config 2024-12-10T16:14:06Z RC:570510.0000001d -2024-12-10T16:14:06Z INFO Updated config #017: Changed 1 fields: -2024-12-10T16:14:06Z INFO Updated config #017: Remove `discovery.families.vendor` -2024-12-10T16:14:07Z TRACE received command AHU-1/state/update -2024-12-10T16:14:07Z DEBUG received state_update -2024-12-10T16:14:07Z DEBUG Handling update message state_update MP:fb2bb499 -2024-12-10T16:14:07Z DEBUG Updated state after 0s 2024-12-10T16:14:07Z MP:fb2bb499 -2024-12-10T16:14:07Z INFO Updated state #018: Changed 3 fields: -2024-12-10T16:14:07Z INFO Updated state #018: Set `system.last_config` = `2024-12-10T16:14:06Z` -2024-12-10T16:14:07Z INFO Updated state #018: Set `system.status.timestamp` = `2024-12-10T16:14:06Z` -2024-12-10T16:14:07Z INFO Updated state #018: Set `timestamp` = `2024-12-10T16:14:07Z` -2024-12-10T16:14:07Z DEBUG Updated state has last_config 2024-12-10T16:14:06Z (expecting 2024-12-10T16:14:06Z) -2024-12-10T16:14:07Z DEBUG Detail config update synchronized is now: config transactions not cleared -2024-12-10T16:14:07Z TRACE received command AHU-1/state/system -2024-12-10T16:14:07Z TRACE received state_system: { -2024-12-10T16:14:07Z TRACE received state_system: "hardware" : { -2024-12-10T16:14:07Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:14:07Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:14:07Z TRACE received state_system: }, -2024-12-10T16:14:07Z TRACE received state_system: "last_config" : "2024-12-10T16:14:06Z", -2024-12-10T16:14:07Z TRACE received state_system: "operation" : { -2024-12-10T16:14:07Z TRACE received state_system: "operational" : true, -2024-12-10T16:14:07Z TRACE received state_system: "last_start" : "2024-12-10T16:12:50Z", -2024-12-10T16:14:07Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:14:07Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:14:07Z TRACE received state_system: }, -2024-12-10T16:14:07Z TRACE received state_system: "serial_no" : "sequencer-4612", -2024-12-10T16:14:07Z TRACE received state_system: "software" : { -2024-12-10T16:14:07Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:14:07Z TRACE received state_system: }, -2024-12-10T16:14:07Z TRACE received state_system: "status" : { -2024-12-10T16:14:07Z TRACE received state_system: "message" : "success", -2024-12-10T16:14:07Z TRACE received state_system: "category" : "system.config.apply", -2024-12-10T16:14:07Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:06Z", -2024-12-10T16:14:07Z TRACE received state_system: "level" : 300 -2024-12-10T16:14:07Z TRACE received state_system: }, -2024-12-10T16:14:07Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:07Z", -2024-12-10T16:14:07Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:14:07Z TRACE received state_system: } -2024-12-10T16:14:07Z DEBUG Handling device message state_system MP:fb2bb499-0 -2024-12-10T16:14:07Z TRACE Ignoring partial state update -2024-12-10T16:14:07Z TRACE received command AHU-1/state/discovery -2024-12-10T16:14:07Z TRACE received state_discovery: { -2024-12-10T16:14:07Z TRACE received state_discovery: "families" : { }, -2024-12-10T16:14:07Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:14:07Z", -2024-12-10T16:14:07Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:14:07Z TRACE received state_discovery: } -2024-12-10T16:14:07Z DEBUG Handling device message state_discovery MP:fb2bb499-1 -2024-12-10T16:14:07Z TRACE Ignoring partial state update -2024-12-10T16:14:07Z TRACE received command AHU-1/state/localnet -2024-12-10T16:14:07Z TRACE received state_localnet: { -2024-12-10T16:14:07Z TRACE received state_localnet: "families" : { -2024-12-10T16:14:07Z TRACE received state_localnet: "ether" : { -2024-12-10T16:14:07Z TRACE received state_localnet: "addr" : "00:0d:3a:5b:05:e9" -2024-12-10T16:14:07Z TRACE received state_localnet: }, -2024-12-10T16:14:07Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:14:07Z TRACE received state_localnet: "addr" : "10.1.0.147" -2024-12-10T16:14:07Z TRACE received state_localnet: }, -2024-12-10T16:14:07Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:14:07Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe5b:5e9" -2024-12-10T16:14:07Z TRACE received state_localnet: }, -2024-12-10T16:14:07Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:14:07Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:14:07Z TRACE received state_localnet: } -2024-12-10T16:14:07Z TRACE received state_localnet: }, -2024-12-10T16:14:07Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:14:07Z", -2024-12-10T16:14:07Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:14:07Z TRACE received state_localnet: } -2024-12-10T16:14:07Z DEBUG Handling device message state_localnet MP:fb2bb499-2 -2024-12-10T16:14:07Z TRACE Ignoring partial state update -2024-12-10T16:14:07Z TRACE received command AHU-1/state/pointset -2024-12-10T16:14:07Z TRACE received state_pointset: { -2024-12-10T16:14:07Z TRACE received state_pointset: "points" : { -2024-12-10T16:14:07Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:14:07Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:14:07Z TRACE received state_pointset: }, -2024-12-10T16:14:07Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:07Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:14:07Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:14:07Z TRACE received state_pointset: }, -2024-12-10T16:14:07Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:07Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:14:07Z TRACE received state_pointset: } -2024-12-10T16:14:07Z TRACE received state_pointset: }, -2024-12-10T16:14:07Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:14:07Z", -2024-12-10T16:14:07Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:14:07Z TRACE received state_pointset: } -2024-12-10T16:14:07Z DEBUG Handling device message state_pointset MP:fb2bb499-3 -2024-12-10T16:14:07Z TRACE Ignoring partial state update -2024-12-10T16:14:07Z TRACE received command AHU-1/config/update -2024-12-10T16:14:07Z DEBUG received config_update -2024-12-10T16:14:07Z DEBUG Handling update message config_update RC:570510.0000001c -2024-12-10T16:14:07Z DEBUG Removed configTransaction RC:570510.0000001c -2024-12-10T16:14:07Z DEBUG last_start changed false, last_start 2024-12-10T16:12:50Z -2024-12-10T16:14:07Z DEBUG Updated config 2024-12-10T16:14:07Z RC:570510.0000001c -2024-12-10T16:14:07Z INFO Updated config #018: Changed 0 fields. -2024-12-10T16:14:08Z TRACE received command AHU-1/config/update -2024-12-10T16:14:08Z DEBUG received config_update -2024-12-10T16:14:08Z DEBUG Handling update message config_update RC:570510.0000001b -2024-12-10T16:14:08Z DEBUG Removed configTransaction RC:570510.0000001b -2024-12-10T16:14:08Z DEBUG last_start changed false, last_start 2024-12-10T16:12:50Z -2024-12-10T16:14:08Z DEBUG Updated config 2024-12-10T16:14:08Z RC:570510.0000001b -2024-12-10T16:14:08Z INFO Updated config #019: Changed 0 fields. -2024-12-10T16:14:08Z DEBUG Detail config update synchronized is now: config transactions not cleared, last_config not synced in state -2024-12-10T16:14:08Z TRACE received command AHU-1/config/update -2024-12-10T16:14:08Z DEBUG received config_update -2024-12-10T16:14:08Z DEBUG Handling update message config_update RC:570510.0000001e -2024-12-10T16:14:08Z DEBUG Removed configTransaction RC:570510.0000001e -2024-12-10T16:14:08Z DEBUG last_start changed false, last_start 2024-12-10T16:12:50Z -2024-12-10T16:14:08Z DEBUG Updated config 2024-12-10T16:14:08Z RC:570510.0000001e -2024-12-10T16:14:08Z INFO Updated config #020: Changed 0 fields. -2024-12-10T16:14:09Z TRACE received command AHU-1/state/update -2024-12-10T16:14:09Z DEBUG received state_update -2024-12-10T16:14:09Z DEBUG Handling update message state_update MP:4830f8c8 -2024-12-10T16:14:09Z DEBUG Updated state after 0s 2024-12-10T16:14:09Z MP:4830f8c8 -2024-12-10T16:14:09Z INFO Updated state #019: Changed 3 fields: -2024-12-10T16:14:09Z INFO Updated state #019: Set `system.last_config` = `2024-12-10T16:14:08Z` -2024-12-10T16:14:09Z INFO Updated state #019: Set `system.status.timestamp` = `2024-12-10T16:14:08Z` -2024-12-10T16:14:09Z INFO Updated state #019: Set `timestamp` = `2024-12-10T16:14:09Z` -2024-12-10T16:14:09Z DEBUG Updated state has last_config 2024-12-10T16:14:08Z (expecting 2024-12-10T16:14:08Z) -2024-12-10T16:14:09Z DEBUG Detail config update synchronized is now: null -2024-12-10T16:14:09Z DEBUG Stage finished waiting for config update synchronized at 20s after 2s -2024-12-10T16:14:09Z TRACE Stage resume waiting for discovery families defined at 20s -2024-12-10T16:14:09Z DEBUG Config sync took 3s -2024-12-10T16:14:09Z DEBUG Finished wait for config sync pending: null -2024-12-10T16:14:09Z DEBUG Update config before discovery families defined timestamp 2024-12-10T16:14:08Z -2024-12-10T16:14:09Z TRACE local local_update: { -2024-12-10T16:14:09Z TRACE local local_update: "timestamp" : "2024-12-10T16:14:08Z", -2024-12-10T16:14:09Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:14:09Z TRACE local local_update: "system" : { -2024-12-10T16:14:09Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:14:09Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:14:09Z TRACE local local_update: "operation" : { -2024-12-10T16:14:09Z TRACE local local_update: "last_start" : "2024-12-10T16:12:50Z" -2024-12-10T16:14:09Z TRACE local local_update: }, -2024-12-10T16:14:09Z TRACE local local_update: "testing" : { -2024-12-10T16:14:09Z TRACE local local_update: "sequence_name" : "scan_single_now" -2024-12-10T16:14:09Z TRACE local local_update: } -2024-12-10T16:14:09Z TRACE local local_update: }, -2024-12-10T16:14:09Z TRACE local local_update: "discovery" : { -2024-12-10T16:14:09Z TRACE local local_update: "families" : { } -2024-12-10T16:14:09Z TRACE local local_update: }, -2024-12-10T16:14:09Z TRACE local local_update: "localnet" : { -2024-12-10T16:14:09Z TRACE local local_update: "families" : { -2024-12-10T16:14:09Z TRACE local local_update: "ether" : { }, -2024-12-10T16:14:09Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:14:09Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:14:09Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:14:09Z TRACE local local_update: } -2024-12-10T16:14:09Z TRACE local local_update: }, -2024-12-10T16:14:09Z TRACE local local_update: "pointset" : { -2024-12-10T16:14:09Z TRACE local local_update: "points" : { -2024-12-10T16:14:09Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:09Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:14:09Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:14:09Z TRACE local local_update: }, -2024-12-10T16:14:09Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:14:09Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:14:09Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:14:09Z TRACE local local_update: }, -2024-12-10T16:14:09Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:09Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:14:09Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:14:09Z TRACE local local_update: } -2024-12-10T16:14:09Z TRACE local local_update: } -2024-12-10T16:14:09Z TRACE local local_update: } -2024-12-10T16:14:09Z TRACE local local_update: } -2024-12-10T16:14:09Z DEBUG Recorded sequence: 1. Update config before discovery families defined -2024-12-10T16:14:09Z INFO Device config Remove `discovery.families.vendor` -2024-12-10T16:14:09Z TRACE Update config before discovery families defined: Remove `discovery.families.vendor` -2024-12-10T16:14:09Z DEBUG Recorded sequence: 1. Wait for discovery families defined -2024-12-10T16:14:09Z DEBUG Stage finished waiting for discovery families defined at 20s after 3s -2024-12-10T16:14:09Z TRACE Stage resume waiting for executing test at 20s -2024-12-10T16:14:09Z TRACE Stage suspend waiting for executing test at 20s -2024-12-10T16:14:09Z INFO Stage start waiting for discovery family keys match at 20s -2024-12-10T16:14:10Z DEBUG system config extra field null -2024-12-10T16:14:10Z TRACE updated check config_system: false -2024-12-10T16:14:10Z TRACE updated check config_pointset: false -2024-12-10T16:14:10Z TRACE updated check config_gateway: false -2024-12-10T16:14:10Z TRACE updated check config_localnet: false -2024-12-10T16:14:10Z TRACE updated check config_blobset: false -2024-12-10T16:14:10Z TRACE updated check config_discovery: false -2024-12-10T16:14:10Z DEBUG Update config Before discovery family keys match timestamp 2024-12-10T16:14:08Z -2024-12-10T16:14:10Z TRACE local local_update: { -2024-12-10T16:14:10Z TRACE local local_update: "timestamp" : "2024-12-10T16:14:08Z", -2024-12-10T16:14:10Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:14:10Z TRACE local local_update: "system" : { -2024-12-10T16:14:10Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:14:10Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:14:10Z TRACE local local_update: "operation" : { -2024-12-10T16:14:10Z TRACE local local_update: "last_start" : "2024-12-10T16:12:50Z" -2024-12-10T16:14:10Z TRACE local local_update: }, -2024-12-10T16:14:10Z TRACE local local_update: "testing" : { -2024-12-10T16:14:10Z TRACE local local_update: "sequence_name" : "scan_single_now" -2024-12-10T16:14:10Z TRACE local local_update: } -2024-12-10T16:14:10Z TRACE local local_update: }, -2024-12-10T16:14:10Z TRACE local local_update: "discovery" : { -2024-12-10T16:14:10Z TRACE local local_update: "families" : { } -2024-12-10T16:14:10Z TRACE local local_update: }, -2024-12-10T16:14:10Z TRACE local local_update: "localnet" : { -2024-12-10T16:14:10Z TRACE local local_update: "families" : { -2024-12-10T16:14:10Z TRACE local local_update: "ether" : { }, -2024-12-10T16:14:10Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:14:10Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:14:10Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:14:10Z TRACE local local_update: } -2024-12-10T16:14:10Z TRACE local local_update: }, -2024-12-10T16:14:10Z TRACE local local_update: "pointset" : { -2024-12-10T16:14:10Z TRACE local local_update: "points" : { -2024-12-10T16:14:10Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:10Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:14:10Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:14:10Z TRACE local local_update: }, -2024-12-10T16:14:10Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:14:10Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:14:10Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:14:10Z TRACE local local_update: }, -2024-12-10T16:14:10Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:10Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:14:10Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:14:10Z TRACE local local_update: } -2024-12-10T16:14:10Z TRACE local local_update: } -2024-12-10T16:14:10Z TRACE local local_update: } -2024-12-10T16:14:10Z TRACE local local_update: } -2024-12-10T16:14:10Z DEBUG Recorded sequence: 1. Wait until discovery family keys match -2024-12-10T16:14:10Z DEBUG Stage finished waiting for discovery family keys match at 21s after 1s -2024-12-10T16:14:10Z TRACE Stage resume waiting for executing test at 21s -2024-12-10T16:14:10Z TRACE Stage suspend waiting for executing test at 21s -2024-12-10T16:14:10Z INFO Stage start waiting for no scans active at 21s -2024-12-10T16:14:11Z DEBUG system config extra field null -2024-12-10T16:14:11Z TRACE updated check config_system: false -2024-12-10T16:14:11Z TRACE updated check config_pointset: false -2024-12-10T16:14:11Z TRACE updated check config_gateway: false -2024-12-10T16:14:11Z TRACE updated check config_localnet: false -2024-12-10T16:14:11Z TRACE updated check config_blobset: false -2024-12-10T16:14:11Z TRACE updated check config_discovery: false -2024-12-10T16:14:11Z DEBUG Update config before no scans active timestamp 2024-12-10T16:14:08Z -2024-12-10T16:14:11Z TRACE local local_update: { -2024-12-10T16:14:11Z TRACE local local_update: "timestamp" : "2024-12-10T16:14:08Z", -2024-12-10T16:14:11Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:14:11Z TRACE local local_update: "system" : { -2024-12-10T16:14:11Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:14:11Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:14:11Z TRACE local local_update: "operation" : { -2024-12-10T16:14:11Z TRACE local local_update: "last_start" : "2024-12-10T16:12:50Z" -2024-12-10T16:14:11Z TRACE local local_update: }, -2024-12-10T16:14:11Z TRACE local local_update: "testing" : { -2024-12-10T16:14:11Z TRACE local local_update: "sequence_name" : "scan_single_now" -2024-12-10T16:14:11Z TRACE local local_update: } -2024-12-10T16:14:11Z TRACE local local_update: }, -2024-12-10T16:14:11Z TRACE local local_update: "discovery" : { -2024-12-10T16:14:11Z TRACE local local_update: "families" : { } -2024-12-10T16:14:11Z TRACE local local_update: }, -2024-12-10T16:14:11Z TRACE local local_update: "localnet" : { -2024-12-10T16:14:11Z TRACE local local_update: "families" : { -2024-12-10T16:14:11Z TRACE local local_update: "ether" : { }, -2024-12-10T16:14:11Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:14:11Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:14:11Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:14:11Z TRACE local local_update: } -2024-12-10T16:14:11Z TRACE local local_update: }, -2024-12-10T16:14:11Z TRACE local local_update: "pointset" : { -2024-12-10T16:14:11Z TRACE local local_update: "points" : { -2024-12-10T16:14:11Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:11Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:14:11Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:14:11Z TRACE local local_update: }, -2024-12-10T16:14:11Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:14:11Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:14:11Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:14:11Z TRACE local local_update: }, -2024-12-10T16:14:11Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:11Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:14:11Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:14:11Z TRACE local local_update: } -2024-12-10T16:14:11Z TRACE local local_update: } -2024-12-10T16:14:11Z TRACE local local_update: } -2024-12-10T16:14:11Z TRACE local local_update: } -2024-12-10T16:14:11Z DEBUG Recorded sequence: 1. Wait for no scans active -2024-12-10T16:14:11Z DEBUG Stage finished waiting for no scans active at 22s after 1s -2024-12-10T16:14:11Z TRACE Stage resume waiting for executing test at 22s -2024-12-10T16:14:11Z INFO Scan configured for family vendor starting at 2024-12-10T16:14:04Z evey nulls -2024-12-10T16:14:12Z TRACE Stage suspend waiting for executing test at 23s -2024-12-10T16:14:12Z INFO Stage start waiting for scheduled scan active at 23s -2024-12-10T16:14:13Z DEBUG system config extra field null -2024-12-10T16:14:13Z TRACE updated check config_system: false -2024-12-10T16:14:13Z TRACE updated check config_pointset: false -2024-12-10T16:14:13Z TRACE updated check config_gateway: false -2024-12-10T16:14:13Z TRACE updated check config_localnet: false -2024-12-10T16:14:13Z TRACE updated check config_blobset: false -2024-12-10T16:14:13Z TRACE updated check config_discovery: true -2024-12-10T16:14:13Z DEBUG update config_discovery, adding configTransaction RC:570510.0000001f -2024-12-10T16:14:13Z TRACE local local_discovery: { -2024-12-10T16:14:13Z TRACE local local_discovery: "families" : { -2024-12-10T16:14:13Z TRACE local local_discovery: "vendor" : { -2024-12-10T16:14:13Z TRACE local local_discovery: "generation" : "2024-12-10T16:14:04Z", -2024-12-10T16:14:13Z TRACE local local_discovery: "scan_duration_sec" : 10 -2024-12-10T16:14:13Z TRACE local local_discovery: } -2024-12-10T16:14:13Z TRACE local local_discovery: } -2024-12-10T16:14:13Z TRACE local local_discovery: } -2024-12-10T16:14:13Z DEBUG Saving pre-config state timestamp 2024-12-10T16:14:09Z -2024-12-10T16:14:13Z DEBUG Update lastConfigUpdate 2024-12-10T16:14:13Z, because Before scheduled scan active -2024-12-10T16:14:13Z TRACE Stage suspend waiting for scheduled scan active at 24s -2024-12-10T16:14:13Z INFO Stage start waiting for config update synchronized at 24s -2024-12-10T16:14:13Z TRACE received command AHU-1/state/system -2024-12-10T16:14:13Z TRACE received state_system: { -2024-12-10T16:14:13Z TRACE received state_system: "hardware" : { -2024-12-10T16:14:13Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:14:13Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:14:13Z TRACE received state_system: }, -2024-12-10T16:14:13Z TRACE received state_system: "last_config" : "2024-12-10T16:14:08Z", -2024-12-10T16:14:13Z TRACE received state_system: "operation" : { -2024-12-10T16:14:13Z TRACE received state_system: "operational" : true, -2024-12-10T16:14:13Z TRACE received state_system: "last_start" : "2024-12-10T16:12:50Z", -2024-12-10T16:14:13Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:14:13Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:14:13Z TRACE received state_system: }, -2024-12-10T16:14:13Z TRACE received state_system: "serial_no" : "sequencer-4612", -2024-12-10T16:14:13Z TRACE received state_system: "software" : { -2024-12-10T16:14:13Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:14:13Z TRACE received state_system: }, -2024-12-10T16:14:13Z TRACE received state_system: "status" : { -2024-12-10T16:14:13Z TRACE received state_system: "message" : "success", -2024-12-10T16:14:13Z TRACE received state_system: "category" : "system.config.apply", -2024-12-10T16:14:13Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:08Z", -2024-12-10T16:14:13Z TRACE received state_system: "level" : 300 -2024-12-10T16:14:13Z TRACE received state_system: }, -2024-12-10T16:14:13Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:09Z", -2024-12-10T16:14:13Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:14:13Z TRACE received state_system: } -2024-12-10T16:14:13Z DEBUG Handling device message state_system MP:4830f8c8-0 -2024-12-10T16:14:13Z TRACE Ignoring partial state update -2024-12-10T16:14:13Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-12-10T16:14:13Z TRACE received command AHU-1/state/discovery -2024-12-10T16:14:13Z TRACE received state_discovery: { -2024-12-10T16:14:13Z TRACE received state_discovery: "families" : { }, -2024-12-10T16:14:13Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:14:09Z", -2024-12-10T16:14:13Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:14:13Z TRACE received state_discovery: } -2024-12-10T16:14:13Z DEBUG Handling device message state_discovery MP:4830f8c8-1 -2024-12-10T16:14:13Z TRACE Ignoring partial state update -2024-12-10T16:14:13Z TRACE received command AHU-1/state/localnet -2024-12-10T16:14:13Z TRACE received state_localnet: { -2024-12-10T16:14:13Z TRACE received state_localnet: "families" : { -2024-12-10T16:14:13Z TRACE received state_localnet: "ether" : { -2024-12-10T16:14:13Z TRACE received state_localnet: "addr" : "00:0d:3a:5b:05:e9" -2024-12-10T16:14:13Z TRACE received state_localnet: }, -2024-12-10T16:14:13Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:14:13Z TRACE received state_localnet: "addr" : "10.1.0.147" -2024-12-10T16:14:13Z TRACE received state_localnet: }, -2024-12-10T16:14:13Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:14:13Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe5b:5e9" -2024-12-10T16:14:13Z TRACE received state_localnet: }, -2024-12-10T16:14:13Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:14:13Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:14:13Z TRACE received state_localnet: } -2024-12-10T16:14:13Z TRACE received state_localnet: }, -2024-12-10T16:14:13Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:14:09Z", -2024-12-10T16:14:13Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:14:13Z TRACE received state_localnet: } -2024-12-10T16:14:13Z DEBUG Handling device message state_localnet MP:4830f8c8-2 -2024-12-10T16:14:13Z TRACE Ignoring partial state update -2024-12-10T16:14:13Z TRACE received command AHU-1/state/pointset -2024-12-10T16:14:13Z TRACE received state_pointset: { -2024-12-10T16:14:13Z TRACE received state_pointset: "points" : { -2024-12-10T16:14:13Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:14:13Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:14:13Z TRACE received state_pointset: }, -2024-12-10T16:14:13Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:13Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:14:13Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:14:13Z TRACE received state_pointset: }, -2024-12-10T16:14:13Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:13Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:14:13Z TRACE received state_pointset: } -2024-12-10T16:14:13Z TRACE received state_pointset: }, -2024-12-10T16:14:13Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:14:09Z", -2024-12-10T16:14:13Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:14:13Z TRACE received state_pointset: } -2024-12-10T16:14:13Z DEBUG Handling device message state_pointset MP:4830f8c8-3 -2024-12-10T16:14:13Z TRACE Ignoring partial state update -2024-12-10T16:14:13Z TRACE received command AHU-1/events/pointset -2024-12-10T16:14:13Z TRACE received events_pointset: { -2024-12-10T16:14:13Z TRACE received events_pointset: "points" : { -2024-12-10T16:14:13Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:14:13Z TRACE received events_pointset: "present_value" : false -2024-12-10T16:14:13Z TRACE received events_pointset: }, -2024-12-10T16:14:13Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:13Z TRACE received events_pointset: "present_value" : 98 -2024-12-10T16:14:13Z TRACE received events_pointset: }, -2024-12-10T16:14:13Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:13Z TRACE received events_pointset: "present_value" : 9 -2024-12-10T16:14:13Z TRACE received events_pointset: } -2024-12-10T16:14:13Z TRACE received events_pointset: }, -2024-12-10T16:14:13Z TRACE received events_pointset: "timestamp" : "2024-12-10T16:14:11Z", -2024-12-10T16:14:13Z TRACE received events_pointset: "version" : "1.5.2" -2024-12-10T16:14:13Z TRACE received events_pointset: } -2024-12-10T16:14:13Z DEBUG Handling device message events_pointset MP:d98bea84 -2024-12-10T16:14:13Z TRACE received command AHU-1/events/system -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:01Z DEBUG device.log: State update defer 0ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:01Z INFO device.log: Update state 2024-12-10T16:14:01Z last_config 2024-12-10T16:13:59Z -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:01Z DEBUG device.log: State update AHU-1 (scan_single_now) -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:02Z DEBUG system.config.receive: success -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:02Z DEBUG device.log: State update defer 904ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:02Z DEBUG system.config.parse: success -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:02Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:02Z DEBUG device.log: Config update AHU-1 (scan_single_now) -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:02Z INFO device.log: 2024-12-10T16:14:02Z received config 2024-12-10T16:14:02Z -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:02Z NOTICE system.config.apply: success -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:02Z DEBUG device.log: State update defer 902ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:02Z DEBUG device.log: State update defer 901ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:02Z DEBUG device.log: State update defer 901ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:02Z DEBUG device.log: State update defer 901ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:02Z DEBUG device.log: State update defer 901ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:03Z DEBUG device.log: State update defer 0ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:03Z INFO device.log: Update state 2024-12-10T16:14:03Z last_config 2024-12-10T16:14:02Z -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:03Z DEBUG device.log: State update AHU-1 (scan_single_now) -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:04Z DEBUG system.config.receive: success -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:04Z DEBUG device.log: State update defer 814ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:04Z DEBUG system.config.parse: success -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:04Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:04Z DEBUG device.log: State update defer 811ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:04Z DEBUG device.log: Config update AHU-1 (scan_single_now) -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:04Z INFO device.log: 2024-12-10T16:14:04Z received config 2024-12-10T16:14:04Z -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:04Z NOTICE system.config.apply: success -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:04Z DEBUG device.log: State update defer 809ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:04Z DEBUG device.log: State update defer 809ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:04Z DEBUG device.log: State update defer 809ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:04Z DEBUG device.log: State update defer 809ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:04Z DEBUG device.log: State update defer 808ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:04Z DEBUG device.log: State update defer 808ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:04Z DEBUG device.log: State update defer 808ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:05Z DEBUG device.log: State update defer 0ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:05Z INFO device.log: Update state 2024-12-10T16:14:05Z last_config 2024-12-10T16:14:04Z -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:05Z DEBUG device.log: State update AHU-1 (scan_single_now) -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:06Z DEBUG system.config.receive: success -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:06Z DEBUG device.log: State update defer 830ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:06Z DEBUG system.config.parse: success -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:06Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:06Z DEBUG device.log: Config update AHU-1 (scan_single_now) -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:06Z INFO device.log: 2024-12-10T16:14:06Z received config 2024-12-10T16:14:06Z -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:06Z NOTICE system.config.apply: success -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:06Z DEBUG device.log: State update defer 828ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:07Z DEBUG device.log: State update defer 0ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:07Z INFO device.log: Update state 2024-12-10T16:14:07Z last_config 2024-12-10T16:14:06Z -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:07Z DEBUG device.log: State update AHU-1 (scan_single_now) -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:07Z DEBUG system.config.receive: success -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:07Z DEBUG device.log: State update defer 1723ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:07Z DEBUG system.config.parse: success -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:07Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:07Z DEBUG device.log: State update defer 1722ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:07Z DEBUG device.log: Config update AHU-1 (scan_single_now) -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:07Z INFO device.log: 2024-12-10T16:14:07Z received config 2024-12-10T16:14:07Z -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:07Z NOTICE system.config.apply: success -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:07Z DEBUG device.log: State update defer 1721ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:07Z DEBUG device.log: State update defer 1721ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:07Z DEBUG device.log: State update defer 1721ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:07Z DEBUG device.log: State update defer 1721ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:07Z DEBUG device.log: State update defer 1721ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:07Z DEBUG device.log: State update defer 1721ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z DEBUG system.config.receive: success -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z DEBUG device.log: State update defer 706ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z DEBUG system.config.parse: success -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z DEBUG device.log: Config update AHU-1 (scan_single_now) -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z INFO device.log: 2024-12-10T16:14:08Z received config 2024-12-10T16:14:08Z -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z NOTICE system.config.apply: success -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z DEBUG device.log: State update defer 704ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z DEBUG device.log: State update defer 703ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z DEBUG device.log: State update defer 703ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z DEBUG device.log: State update defer 703ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z DEBUG device.log: State update defer 703ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z DEBUG device.log: State update defer 703ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z DEBUG device.log: State update defer 703ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z DEBUG device.log: State update defer 703ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z DEBUG system.config.receive: success -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z DEBUG device.log: State update defer 613ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z DEBUG system.config.parse: success -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z DEBUG device.log: Config update AHU-1 (scan_single_now) -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z INFO device.log: 2024-12-10T16:14:08Z received config 2024-12-10T16:14:08Z -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z NOTICE system.config.apply: success -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z DEBUG device.log: State update defer 611ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z DEBUG device.log: State update defer 611ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z DEBUG device.log: State update defer 611ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z DEBUG device.log: State update defer 611ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z DEBUG device.log: State update defer 610ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z DEBUG device.log: State update defer 610ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z DEBUG device.log: State update defer 610ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:08Z DEBUG device.log: State update defer 610ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:09Z DEBUG device.log: State update defer 0ms -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:09Z INFO device.log: Update state 2024-12-10T16:14:09Z last_config 2024-12-10T16:14:08Z -2024-12-10T16:14:13Z DEBUG received events_system 2024-12-10T16:14:09Z DEBUG device.log: State update AHU-1 (scan_single_now) -2024-12-10T16:14:13Z DEBUG Handling device message events_system MP:c676d9b8 -2024-12-10T16:14:13Z TRACE received command AHU-1/state/update -2024-12-10T16:14:13Z DEBUG received state_update -2024-12-10T16:14:13Z DEBUG Handling update message state_update MP:0ecb541a -2024-12-10T16:14:13Z DEBUG Updated state after 0s 2024-12-10T16:14:13Z MP:0ecb541a -2024-12-10T16:14:13Z INFO Updated state #020: Changed 4 fields: -2024-12-10T16:14:13Z INFO Updated state #020: Set `system.status.level` = `100` -2024-12-10T16:14:13Z INFO Updated state #020: Set `system.status.category` = `system.config.parse` -2024-12-10T16:14:13Z INFO Updated state #020: Set `system.status.timestamp` = `2024-12-10T16:14:13Z` -2024-12-10T16:14:13Z INFO Updated state #020: Set `timestamp` = `2024-12-10T16:14:13Z` -2024-12-10T16:14:13Z DEBUG Updated state has last_config 2024-12-10T16:14:08Z (expecting 2024-12-10T16:14:08Z) -2024-12-10T16:14:13Z DEBUG Detail config update synchronized is now: config transactions not cleared -2024-12-10T16:14:13Z TRACE received command AHU-1/config/update -2024-12-10T16:14:13Z DEBUG received config_update -2024-12-10T16:14:13Z DEBUG Handling update message config_update RC:570510.0000001f -2024-12-10T16:14:13Z DEBUG Removed configTransaction RC:570510.0000001f -2024-12-10T16:14:13Z DEBUG last_start changed false, last_start 2024-12-10T16:12:50Z -2024-12-10T16:14:13Z DEBUG Updated config 2024-12-10T16:14:13Z RC:570510.0000001f -2024-12-10T16:14:13Z INFO Updated config #021: Changed 1 fields: -2024-12-10T16:14:13Z INFO Updated config #021: Add `discovery.families.vendor` = { "generation": `family generation`, "scan_duration_sec": `10` } -2024-12-10T16:14:13Z TRACE received command AHU-1/state/system -2024-12-10T16:14:13Z TRACE received state_system: { -2024-12-10T16:14:13Z TRACE received state_system: "hardware" : { -2024-12-10T16:14:13Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:14:13Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:14:13Z TRACE received state_system: }, -2024-12-10T16:14:13Z TRACE received state_system: "last_config" : "2024-12-10T16:14:08Z", -2024-12-10T16:14:13Z TRACE received state_system: "operation" : { -2024-12-10T16:14:13Z TRACE received state_system: "operational" : true, -2024-12-10T16:14:13Z TRACE received state_system: "last_start" : "2024-12-10T16:12:50Z", -2024-12-10T16:14:13Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:14:13Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:14:13Z TRACE received state_system: }, -2024-12-10T16:14:13Z TRACE received state_system: "serial_no" : "sequencer-4612", -2024-12-10T16:14:13Z TRACE received state_system: "software" : { -2024-12-10T16:14:13Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:14:13Z TRACE received state_system: }, -2024-12-10T16:14:13Z TRACE received state_system: "status" : { -2024-12-10T16:14:13Z TRACE received state_system: "message" : "success", -2024-12-10T16:14:13Z TRACE received state_system: "category" : "system.config.parse", -2024-12-10T16:14:13Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:13Z", -2024-12-10T16:14:13Z TRACE received state_system: "level" : 100 -2024-12-10T16:14:13Z TRACE received state_system: }, -2024-12-10T16:14:13Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:13Z", -2024-12-10T16:14:13Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:14:13Z TRACE received state_system: } -2024-12-10T16:14:13Z DEBUG Handling device message state_system MP:0ecb541a-0 -2024-12-10T16:14:13Z TRACE Ignoring partial state update -2024-12-10T16:14:13Z DEBUG Detail config update synchronized is now: last_config not synced in state -2024-12-10T16:14:13Z TRACE received command AHU-1/state/discovery -2024-12-10T16:14:13Z TRACE received state_discovery: { -2024-12-10T16:14:13Z TRACE received state_discovery: "families" : { }, -2024-12-10T16:14:13Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:14:13Z", -2024-12-10T16:14:13Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:14:13Z TRACE received state_discovery: } -2024-12-10T16:14:13Z DEBUG Handling device message state_discovery MP:0ecb541a-1 -2024-12-10T16:14:13Z TRACE Ignoring partial state update -2024-12-10T16:14:13Z TRACE received command AHU-1/state/localnet -2024-12-10T16:14:13Z TRACE received state_localnet: { -2024-12-10T16:14:13Z TRACE received state_localnet: "families" : { -2024-12-10T16:14:13Z TRACE received state_localnet: "ether" : { -2024-12-10T16:14:13Z TRACE received state_localnet: "addr" : "00:0d:3a:5b:05:e9" -2024-12-10T16:14:13Z TRACE received state_localnet: }, -2024-12-10T16:14:13Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:14:13Z TRACE received state_localnet: "addr" : "10.1.0.147" -2024-12-10T16:14:13Z TRACE received state_localnet: }, -2024-12-10T16:14:13Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:14:13Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe5b:5e9" -2024-12-10T16:14:13Z TRACE received state_localnet: }, -2024-12-10T16:14:13Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:14:13Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:14:13Z TRACE received state_localnet: } -2024-12-10T16:14:13Z TRACE received state_localnet: }, -2024-12-10T16:14:13Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:14:13Z", -2024-12-10T16:14:13Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:14:13Z TRACE received state_localnet: } -2024-12-10T16:14:13Z DEBUG Handling device message state_localnet MP:0ecb541a-2 -2024-12-10T16:14:13Z TRACE Ignoring partial state update -2024-12-10T16:14:13Z TRACE received command AHU-1/state/pointset -2024-12-10T16:14:13Z TRACE received state_pointset: { -2024-12-10T16:14:13Z TRACE received state_pointset: "points" : { -2024-12-10T16:14:13Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:14:13Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:14:13Z TRACE received state_pointset: }, -2024-12-10T16:14:13Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:13Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:14:13Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:14:13Z TRACE received state_pointset: }, -2024-12-10T16:14:13Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:13Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:14:13Z TRACE received state_pointset: } -2024-12-10T16:14:13Z TRACE received state_pointset: }, -2024-12-10T16:14:13Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:14:13Z", -2024-12-10T16:14:13Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:14:13Z TRACE received state_pointset: } -2024-12-10T16:14:13Z DEBUG Handling device message state_pointset MP:0ecb541a-3 -2024-12-10T16:14:13Z TRACE Ignoring partial state update -2024-12-10T16:14:13Z TRACE received command AHU-1/events/discovery -2024-12-10T16:14:13Z TRACE received events_discovery: { -2024-12-10T16:14:13Z TRACE received events_discovery: "generation" : "2024-12-10T16:14:04Z", -2024-12-10T16:14:13Z TRACE received events_discovery: "scan_addr" : "0x65", -2024-12-10T16:14:13Z TRACE received events_discovery: "scan_family" : "vendor", -2024-12-10T16:14:13Z TRACE received events_discovery: "system" : { -2024-12-10T16:14:13Z TRACE received events_discovery: "ancillary" : { -2024-12-10T16:14:13Z TRACE received events_discovery: "device-name" : "AHU-22" -2024-12-10T16:14:13Z TRACE received events_discovery: } -2024-12-10T16:14:13Z TRACE received events_discovery: }, -2024-12-10T16:14:13Z TRACE received events_discovery: "timestamp" : "2024-12-10T16:14:13Z", -2024-12-10T16:14:13Z TRACE received events_discovery: "version" : "1.5.2" -2024-12-10T16:14:13Z TRACE received events_discovery: } -2024-12-10T16:14:13Z DEBUG Handling device message events_discovery MP:7eddc5fd -2024-12-10T16:14:13Z TRACE received command AHU-1/events/discovery -2024-12-10T16:14:13Z TRACE received events_discovery: { -2024-12-10T16:14:13Z TRACE received events_discovery: "generation" : "2024-12-10T16:14:04Z", -2024-12-10T16:14:13Z TRACE received events_discovery: "scan_addr" : "20231", -2024-12-10T16:14:13Z TRACE received events_discovery: "scan_family" : "vendor", -2024-12-10T16:14:13Z TRACE received events_discovery: "system" : { -2024-12-10T16:14:13Z TRACE received events_discovery: "ancillary" : { -2024-12-10T16:14:13Z TRACE received events_discovery: "device-name" : "GAT-123" -2024-12-10T16:14:13Z TRACE received events_discovery: } -2024-12-10T16:14:13Z TRACE received events_discovery: }, -2024-12-10T16:14:13Z TRACE received events_discovery: "timestamp" : "2024-12-10T16:14:13Z", -2024-12-10T16:14:13Z TRACE received events_discovery: "version" : "1.5.2" -2024-12-10T16:14:13Z TRACE received events_discovery: } -2024-12-10T16:14:13Z DEBUG Handling device message events_discovery MP:3d96db3e -2024-12-10T16:14:13Z TRACE received command AHU-1/events/discovery -2024-12-10T16:14:13Z TRACE received events_discovery: { -2024-12-10T16:14:13Z TRACE received events_discovery: "generation" : "2024-12-10T16:14:04Z", -2024-12-10T16:14:13Z TRACE received events_discovery: "scan_addr" : "28179023", -2024-12-10T16:14:13Z TRACE received events_discovery: "scan_family" : "vendor", -2024-12-10T16:14:13Z TRACE received events_discovery: "system" : { -2024-12-10T16:14:13Z TRACE received events_discovery: "ancillary" : { -2024-12-10T16:14:13Z TRACE received events_discovery: "device-name" : "AHU-1" -2024-12-10T16:14:13Z TRACE received events_discovery: } -2024-12-10T16:14:13Z TRACE received events_discovery: }, -2024-12-10T16:14:13Z TRACE received events_discovery: "timestamp" : "2024-12-10T16:14:13Z", -2024-12-10T16:14:13Z TRACE received events_discovery: "version" : "1.5.2" -2024-12-10T16:14:13Z TRACE received events_discovery: } -2024-12-10T16:14:13Z DEBUG Handling device message events_discovery MP:ad38f2eb -2024-12-10T16:14:15Z TRACE received command AHU-1/state/update -2024-12-10T16:14:15Z DEBUG received state_update -2024-12-10T16:14:15Z DEBUG Handling update message state_update MP:5a124bde -2024-12-10T16:14:15Z DEBUG Updated state after 0s 2024-12-10T16:14:15Z MP:5a124bde -2024-12-10T16:14:15Z INFO Updated state #021: Changed 5 fields: -2024-12-10T16:14:15Z INFO Updated state #021: Set `system.last_config` = `2024-12-10T16:14:13Z` -2024-12-10T16:14:15Z INFO Updated state #021: Set `system.status.level` = `300` -2024-12-10T16:14:15Z INFO Updated state #021: Set `system.status.category` = `system.config.apply` -2024-12-10T16:14:15Z INFO Updated state #021: Add `discovery.families.vendor` = { "generation": `2024-12-10T16:14:04Z`, "phase": `active`, "active_count": `3` } -2024-12-10T16:14:15Z INFO Updated state #021: Set `timestamp` = `2024-12-10T16:14:15Z` -2024-12-10T16:14:15Z DEBUG Updated state has last_config 2024-12-10T16:14:13Z (expecting 2024-12-10T16:14:13Z) -2024-12-10T16:14:15Z TRACE received command AHU-1/state/system -2024-12-10T16:14:15Z TRACE received state_system: { -2024-12-10T16:14:15Z TRACE received state_system: "hardware" : { -2024-12-10T16:14:15Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:14:15Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:14:15Z TRACE received state_system: }, -2024-12-10T16:14:15Z TRACE received state_system: "last_config" : "2024-12-10T16:14:13Z", -2024-12-10T16:14:15Z TRACE received state_system: "operation" : { -2024-12-10T16:14:15Z TRACE received state_system: "operational" : true, -2024-12-10T16:14:15Z TRACE received state_system: "last_start" : "2024-12-10T16:12:50Z", -2024-12-10T16:14:15Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:14:15Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:14:15Z TRACE received state_system: }, -2024-12-10T16:14:15Z TRACE received state_system: "serial_no" : "sequencer-4612", -2024-12-10T16:14:15Z TRACE received state_system: "software" : { -2024-12-10T16:14:15Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:14:15Z TRACE received state_system: }, -2024-12-10T16:14:15Z TRACE received state_system: "status" : { -2024-12-10T16:14:15Z TRACE received state_system: "message" : "success", -2024-12-10T16:14:15Z TRACE received state_system: "category" : "system.config.apply", -2024-12-10T16:14:15Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:13Z", -2024-12-10T16:14:15Z TRACE received state_system: "level" : 300 -2024-12-10T16:14:15Z TRACE received state_system: }, -2024-12-10T16:14:15Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:15Z", -2024-12-10T16:14:15Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:14:15Z TRACE received state_system: } -2024-12-10T16:14:15Z DEBUG Handling device message state_system MP:5a124bde-0 -2024-12-10T16:14:15Z TRACE Ignoring partial state update -2024-12-10T16:14:15Z DEBUG Detail config update synchronized is now: null -2024-12-10T16:14:15Z DEBUG Stage finished waiting for config update synchronized at 26s after 2s -2024-12-10T16:14:15Z TRACE Stage resume waiting for scheduled scan active at 26s -2024-12-10T16:14:15Z DEBUG Config sync took 2s -2024-12-10T16:14:15Z DEBUG Finished wait for config sync pending: null -2024-12-10T16:14:15Z DEBUG Update config Before scheduled scan active timestamp 2024-12-10T16:14:13Z -2024-12-10T16:14:15Z TRACE local local_update: { -2024-12-10T16:14:15Z TRACE local local_update: "timestamp" : "2024-12-10T16:14:13Z", -2024-12-10T16:14:15Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:14:15Z TRACE local local_update: "system" : { -2024-12-10T16:14:15Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:14:15Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:14:15Z TRACE local local_update: "operation" : { -2024-12-10T16:14:15Z TRACE local local_update: "last_start" : "2024-12-10T16:12:50Z" -2024-12-10T16:14:15Z TRACE local local_update: }, -2024-12-10T16:14:15Z TRACE local local_update: "testing" : { -2024-12-10T16:14:15Z TRACE local local_update: "sequence_name" : "scan_single_now" -2024-12-10T16:14:15Z TRACE local local_update: } -2024-12-10T16:14:15Z TRACE local local_update: }, -2024-12-10T16:14:15Z TRACE local local_update: "discovery" : { -2024-12-10T16:14:15Z TRACE local local_update: "families" : { -2024-12-10T16:14:15Z TRACE local local_update: "vendor" : { -2024-12-10T16:14:15Z TRACE local local_update: "generation" : "2024-12-10T16:14:04Z", -2024-12-10T16:14:15Z TRACE local local_update: "scan_duration_sec" : 10 -2024-12-10T16:14:15Z TRACE local local_update: } -2024-12-10T16:14:15Z TRACE local local_update: } -2024-12-10T16:14:15Z TRACE local local_update: }, -2024-12-10T16:14:15Z TRACE local local_update: "localnet" : { -2024-12-10T16:14:15Z TRACE local local_update: "families" : { -2024-12-10T16:14:15Z TRACE local local_update: "ether" : { }, -2024-12-10T16:14:15Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:14:15Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:14:15Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:14:15Z TRACE local local_update: } -2024-12-10T16:14:15Z TRACE local local_update: }, -2024-12-10T16:14:15Z TRACE local local_update: "pointset" : { -2024-12-10T16:14:15Z TRACE local local_update: "points" : { -2024-12-10T16:14:15Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:15Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:14:15Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:14:15Z TRACE local local_update: }, -2024-12-10T16:14:15Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:14:15Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:14:15Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:14:15Z TRACE local local_update: }, -2024-12-10T16:14:15Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:15Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:14:15Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:14:15Z TRACE local local_update: } -2024-12-10T16:14:15Z TRACE local local_update: } -2024-12-10T16:14:15Z TRACE local local_update: } -2024-12-10T16:14:15Z TRACE local local_update: } -2024-12-10T16:14:15Z DEBUG Recorded sequence: 1. Update config Before scheduled scan active -2024-12-10T16:14:15Z INFO Device config Add `discovery.families.vendor` = { "generation": `family generation`, "scan_duration_sec": `10` } -2024-12-10T16:14:15Z TRACE Update config Before scheduled scan active: Add `discovery.families.vendor` = { "generation": `family generation`, "scan_duration_sec": `10` } -2024-12-10T16:14:15Z DEBUG Recorded sequence: 1. Wait until scheduled scan active -2024-12-10T16:14:15Z DEBUG Stage finished waiting for scheduled scan active at 26s after 3s -2024-12-10T16:14:15Z TRACE Stage resume waiting for executing test at 26s -2024-12-10T16:14:15Z DEBUG Recorded sequence: 1. Check that scan started at time -2024-12-10T16:14:15Z TRACE Stage suspend waiting for executing test at 26s -2024-12-10T16:14:15Z INFO Stage start waiting for scheduled scan complete at 26s -2024-12-10T16:14:16Z DEBUG system config extra field null -2024-12-10T16:14:16Z TRACE updated check config_system: false -2024-12-10T16:14:16Z TRACE updated check config_pointset: false -2024-12-10T16:14:16Z TRACE updated check config_gateway: false -2024-12-10T16:14:16Z TRACE updated check config_localnet: false -2024-12-10T16:14:16Z TRACE updated check config_blobset: false -2024-12-10T16:14:16Z TRACE updated check config_discovery: false -2024-12-10T16:14:16Z DEBUG Update config Before scheduled scan complete timestamp 2024-12-10T16:14:13Z -2024-12-10T16:14:16Z TRACE local local_update: { -2024-12-10T16:14:16Z TRACE local local_update: "timestamp" : "2024-12-10T16:14:13Z", -2024-12-10T16:14:16Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:14:16Z TRACE local local_update: "system" : { -2024-12-10T16:14:16Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:14:16Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:14:16Z TRACE local local_update: "operation" : { -2024-12-10T16:14:16Z TRACE local local_update: "last_start" : "2024-12-10T16:12:50Z" -2024-12-10T16:14:16Z TRACE local local_update: }, -2024-12-10T16:14:16Z TRACE local local_update: "testing" : { -2024-12-10T16:14:16Z TRACE local local_update: "sequence_name" : "scan_single_now" -2024-12-10T16:14:16Z TRACE local local_update: } -2024-12-10T16:14:16Z TRACE local local_update: }, -2024-12-10T16:14:16Z TRACE local local_update: "discovery" : { -2024-12-10T16:14:16Z TRACE local local_update: "families" : { -2024-12-10T16:14:16Z TRACE local local_update: "vendor" : { -2024-12-10T16:14:16Z TRACE local local_update: "generation" : "2024-12-10T16:14:04Z", -2024-12-10T16:14:16Z TRACE local local_update: "scan_duration_sec" : 10 -2024-12-10T16:14:16Z TRACE local local_update: } -2024-12-10T16:14:16Z TRACE local local_update: } -2024-12-10T16:14:16Z TRACE local local_update: }, -2024-12-10T16:14:16Z TRACE local local_update: "localnet" : { -2024-12-10T16:14:16Z TRACE local local_update: "families" : { -2024-12-10T16:14:16Z TRACE local local_update: "ether" : { }, -2024-12-10T16:14:16Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:14:16Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:14:16Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:14:16Z TRACE local local_update: } -2024-12-10T16:14:16Z TRACE local local_update: }, -2024-12-10T16:14:16Z TRACE local local_update: "pointset" : { -2024-12-10T16:14:16Z TRACE local local_update: "points" : { -2024-12-10T16:14:16Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:16Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:14:16Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:14:16Z TRACE local local_update: }, -2024-12-10T16:14:16Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:14:16Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:14:16Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:14:16Z TRACE local local_update: }, -2024-12-10T16:14:16Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:16Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:14:16Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:14:16Z TRACE local local_update: } -2024-12-10T16:14:16Z TRACE local local_update: } -2024-12-10T16:14:16Z TRACE local local_update: } -2024-12-10T16:14:16Z TRACE local local_update: } -2024-12-10T16:14:16Z DEBUG Detail scheduled scan complete is now: Expected stopped 2024-12-10T16:14:04Z but {"generation":"2024-12-10T16:14:04Z","phase":"active","active_count":3} -2024-12-10T16:14:16Z TRACE received command AHU-1/state/discovery -2024-12-10T16:14:16Z TRACE received state_discovery: { -2024-12-10T16:14:16Z TRACE received state_discovery: "families" : { -2024-12-10T16:14:16Z TRACE received state_discovery: "vendor" : { -2024-12-10T16:14:16Z TRACE received state_discovery: "generation" : "2024-12-10T16:14:04Z", -2024-12-10T16:14:16Z TRACE received state_discovery: "phase" : "active", -2024-12-10T16:14:16Z TRACE received state_discovery: "active_count" : 3 -2024-12-10T16:14:16Z TRACE received state_discovery: } -2024-12-10T16:14:16Z TRACE received state_discovery: }, -2024-12-10T16:14:16Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:14:15Z", -2024-12-10T16:14:16Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:14:16Z TRACE received state_discovery: } -2024-12-10T16:14:16Z DEBUG Handling device message state_discovery MP:5a124bde-1 -2024-12-10T16:14:16Z TRACE Ignoring partial state update -2024-12-10T16:14:16Z TRACE received command AHU-1/state/localnet -2024-12-10T16:14:16Z TRACE received state_localnet: { -2024-12-10T16:14:16Z TRACE received state_localnet: "families" : { -2024-12-10T16:14:16Z TRACE received state_localnet: "ether" : { -2024-12-10T16:14:16Z TRACE received state_localnet: "addr" : "00:0d:3a:5b:05:e9" -2024-12-10T16:14:16Z TRACE received state_localnet: }, -2024-12-10T16:14:16Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:14:16Z TRACE received state_localnet: "addr" : "10.1.0.147" -2024-12-10T16:14:16Z TRACE received state_localnet: }, -2024-12-10T16:14:16Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:14:16Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe5b:5e9" -2024-12-10T16:14:16Z TRACE received state_localnet: }, -2024-12-10T16:14:16Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:14:16Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:14:16Z TRACE received state_localnet: } -2024-12-10T16:14:16Z TRACE received state_localnet: }, -2024-12-10T16:14:16Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:14:15Z", -2024-12-10T16:14:16Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:14:16Z TRACE received state_localnet: } -2024-12-10T16:14:16Z DEBUG Handling device message state_localnet MP:5a124bde-2 -2024-12-10T16:14:16Z TRACE Ignoring partial state update -2024-12-10T16:14:16Z TRACE received command AHU-1/state/pointset -2024-12-10T16:14:16Z TRACE received state_pointset: { -2024-12-10T16:14:16Z TRACE received state_pointset: "points" : { -2024-12-10T16:14:16Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:14:16Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:14:16Z TRACE received state_pointset: }, -2024-12-10T16:14:16Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:16Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:14:16Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:14:16Z TRACE received state_pointset: }, -2024-12-10T16:14:16Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:16Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:14:16Z TRACE received state_pointset: } -2024-12-10T16:14:16Z TRACE received state_pointset: }, -2024-12-10T16:14:16Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:14:15Z", -2024-12-10T16:14:16Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:14:16Z TRACE received state_pointset: } -2024-12-10T16:14:16Z DEBUG Handling device message state_pointset MP:5a124bde-3 -2024-12-10T16:14:16Z TRACE Ignoring partial state update -2024-12-10T16:14:21Z TRACE received command AHU-1/events/pointset -2024-12-10T16:14:21Z TRACE received events_pointset: { -2024-12-10T16:14:21Z TRACE received events_pointset: "points" : { -2024-12-10T16:14:21Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:14:21Z TRACE received events_pointset: "present_value" : false -2024-12-10T16:14:21Z TRACE received events_pointset: }, -2024-12-10T16:14:21Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:21Z TRACE received events_pointset: "present_value" : 98 -2024-12-10T16:14:21Z TRACE received events_pointset: }, -2024-12-10T16:14:21Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:21Z TRACE received events_pointset: "present_value" : 10 -2024-12-10T16:14:21Z TRACE received events_pointset: } -2024-12-10T16:14:21Z TRACE received events_pointset: }, -2024-12-10T16:14:21Z TRACE received events_pointset: "timestamp" : "2024-12-10T16:14:21Z", -2024-12-10T16:14:21Z TRACE received events_pointset: "version" : "1.5.2" -2024-12-10T16:14:21Z TRACE received events_pointset: } -2024-12-10T16:14:21Z DEBUG Handling device message events_pointset MP:48bdb8c9 -2024-12-10T16:14:21Z TRACE received command AHU-1/events/system -2024-12-10T16:14:21Z DEBUG received events_system 2024-12-10T16:14:13Z DEBUG system.config.receive: success -2024-12-10T16:14:21Z DEBUG received events_system 2024-12-10T16:14:13Z DEBUG device.log: State update defer -2068ms -2024-12-10T16:14:21Z DEBUG received events_system 2024-12-10T16:14:13Z DEBUG system.config.parse: success -2024-12-10T16:14:21Z DEBUG received events_system 2024-12-10T16:14:13Z INFO device.log: Update state 2024-12-10T16:14:13Z last_config 2024-12-10T16:14:08Z -2024-12-10T16:14:21Z DEBUG received events_system 2024-12-10T16:14:13Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:14:21Z DEBUG received events_system 2024-12-10T16:14:13Z DEBUG device.log: State update AHU-1 (scan_single_now) -2024-12-10T16:14:21Z DEBUG received events_system 2024-12-10T16:14:13Z DEBUG device.log: Config update AHU-1 (scan_single_now) -2024-12-10T16:14:21Z DEBUG received events_system 2024-12-10T16:14:13Z INFO device.log: 2024-12-10T16:14:13Z received config 2024-12-10T16:14:13Z -2024-12-10T16:14:21Z DEBUG received events_system 2024-12-10T16:14:13Z INFO device.log: Discovery scan generation vendor pending at 2024-12-10T16:14:04Z -2024-12-10T16:14:21Z DEBUG received events_system 2024-12-10T16:14:13Z DEBUG device.log: Scheduling future in 0ms -2024-12-10T16:14:21Z DEBUG received events_system 2024-12-10T16:14:13Z NOTICE system.config.apply: success -2024-12-10T16:14:21Z DEBUG received events_system 2024-12-10T16:14:13Z DEBUG device.log: State update defer 1995ms -2024-12-10T16:14:21Z DEBUG received events_system 2024-12-10T16:14:13Z DEBUG device.log: State update defer 1995ms -2024-12-10T16:14:21Z DEBUG received events_system 2024-12-10T16:14:13Z INFO device.log: Discovery scan starting vendor generation 2024-12-10T16:14:04Z -2024-12-10T16:14:21Z DEBUG received events_system 2024-12-10T16:14:13Z DEBUG device.log: Scheduling future in 10000ms -2024-12-10T16:14:21Z DEBUG received events_system 2024-12-10T16:14:13Z DEBUG device.log: State update defer 1992ms -2024-12-10T16:14:21Z DEBUG received events_system 2024-12-10T16:14:13Z INFO device.log: Discovered vendor device 20231 for gen 2024-12-10T16:14:04Z -2024-12-10T16:14:21Z DEBUG received events_system 2024-12-10T16:14:13Z DEBUG device.log: State update defer 1987ms -2024-12-10T16:14:21Z DEBUG received events_system 2024-12-10T16:14:13Z INFO device.log: Discovered vendor device 28179023 for gen 2024-12-10T16:14:04Z -2024-12-10T16:14:21Z DEBUG received events_system 2024-12-10T16:14:13Z DEBUG device.log: State update defer 1964ms -2024-12-10T16:14:21Z DEBUG received events_system 2024-12-10T16:14:13Z INFO device.log: Discovered vendor device 0x65 for gen 2024-12-10T16:14:04Z -2024-12-10T16:14:21Z DEBUG received events_system 2024-12-10T16:14:13Z DEBUG device.log: State update defer 1961ms -2024-12-10T16:14:21Z DEBUG received events_system 2024-12-10T16:14:15Z DEBUG device.log: State update defer 0ms -2024-12-10T16:14:21Z DEBUG received events_system 2024-12-10T16:14:15Z INFO device.log: Update state 2024-12-10T16:14:15Z last_config 2024-12-10T16:14:13Z -2024-12-10T16:14:21Z DEBUG received events_system 2024-12-10T16:14:15Z DEBUG device.log: State update AHU-1 (scan_single_now) -2024-12-10T16:14:21Z DEBUG Handling device message events_system MP:2c0bcd8c -2024-12-10T16:14:22Z TRACE received command null/config/udmi -2024-12-10T16:14:23Z TRACE received command AHU-1/state/update -2024-12-10T16:14:23Z DEBUG received state_update -2024-12-10T16:14:23Z DEBUG Handling update message state_update MP:5c636bfc -2024-12-10T16:14:23Z DEBUG Updated state after 0s 2024-12-10T16:14:23Z MP:5c636bfc -2024-12-10T16:14:23Z INFO Updated state #022: Changed 2 fields: -2024-12-10T16:14:23Z INFO Updated state #022: Set `discovery.families.vendor.phase` = `stopped` -2024-12-10T16:14:23Z INFO Updated state #022: Set `timestamp` = `2024-12-10T16:14:23Z` -2024-12-10T16:14:23Z DEBUG Updated state has last_config 2024-12-10T16:14:13Z (expecting 2024-12-10T16:14:13Z) -2024-12-10T16:14:23Z DEBUG Detail scheduled scan complete is now: null -2024-12-10T16:14:23Z DEBUG Recorded sequence: 1. Wait until scheduled scan complete -2024-12-10T16:14:23Z DEBUG Stage finished waiting for scheduled scan complete at 34s after 7s -2024-12-10T16:14:23Z TRACE Stage resume waiting for executing test at 34s -2024-12-10T16:14:23Z DEBUG Recorded sequence: 1. Check that scan completed at time -2024-12-10T16:14:24Z DEBUG Recorded sequence: 1. Check that discovery events were received -2024-12-10T16:14:24Z DEBUG Recorded sequence: 1. Check that no events have discovered refs -2024-12-10T16:14:24Z DEBUG Recorded sequence: 1. Check that discovery events were valid -2024-12-10T16:14:24Z DEBUG Recorded sequence: 1. Check that all scan addresses are unique -2024-12-10T16:14:24Z TRACE Suppressing exception: Cannot read field "families" because "java.util.Map$Entry.getValue().localnet" is null -2024-12-10T16:14:24Z TRACE Suppressing exception: Cannot read field "families" because "java.util.Map$Entry.getValue().localnet" is null -2024-12-10T16:14:24Z TRACE Suppressing exception: Cannot read field "families" because "java.util.Map$Entry.getValue().localnet" is null -2024-12-10T16:14:24Z DEBUG Recorded sequence: 1. Check that all expected addresses were found -2024-12-10T16:14:24Z DEBUG stage done waiting for executing test at 35s -2024-12-10T16:14:24Z DEBUG Removing implicit system capability LAST_CONFIG -2024-12-10T16:14:24Z NOTICE RESULT pass discovery.scan scan_single_now PREVIEW 10/10 Sequence complete -2024-12-10T16:14:24Z NOTICE Sequence complete -2024-12-10T16:14:24Z NOTICE ending test scan_single_now after 35s ################################ +2024-12-17T05:26:34Z NOTICE starting test scan_single_now ################################ +2024-12-17T05:26:34Z INFO Stage start waiting for starting test wrapper at 0s +2024-12-17T05:26:42Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:26:42Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:42Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:26:42Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:26:42Z DEBUG Set extraFieldChanged false because extra_field null +2024-12-17T05:26:42Z WARNING Now using alternate connection client! +2024-12-17T05:26:42Z TRACE Stage suspend waiting for starting test wrapper at 8s +2024-12-17T05:26:42Z INFO Stage start waiting for using alternate client at 8s +2024-12-17T05:26:42Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:34.267577893Z is -6004ms +2024-12-17T05:26:42Z DEBUG Forcing config update +2024-12-17T05:26:42Z TRACE Updated check config_update: true +2024-12-17T05:26:42Z DEBUG Update config_update, adding configTransaction RC:bc7efb.00000018 +2024-12-17T05:26:42Z TRACE Outgoing local_update: { +2024-12-17T05:26:42Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###null", +2024-12-17T05:26:42Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:42Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:42Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:42Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:42Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:26:42Z TRACE Outgoing local_update: }, +2024-12-17T05:26:42Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:42Z TRACE Outgoing local_update: "sequence_name" : "scan_single_now", +2024-12-17T05:26:42Z TRACE Outgoing local_update: "endpoint_type" : "alternate" +2024-12-17T05:26:42Z TRACE Outgoing local_update: } +2024-12-17T05:26:42Z TRACE Outgoing local_update: }, +2024-12-17T05:26:42Z TRACE Outgoing local_update: "blobset" : { +2024-12-17T05:26:42Z TRACE Outgoing local_update: "blobs" : { +2024-12-17T05:26:42Z TRACE Outgoing local_update: "_iot_endpoint_config" : { +2024-12-17T05:26:42Z TRACE Outgoing local_update: "phase" : "final", +2024-12-17T05:26:42Z TRACE Outgoing local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzkvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzkvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfOS9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", +2024-12-17T05:26:42Z TRACE Outgoing local_update: "sha256" : "@@@blob data hash###ec720a4c8e972373c4a3ff69e0dacd49dce2688174a99864ae02ed7fa1ae3bff", +2024-12-17T05:26:42Z TRACE Outgoing local_update: "generation" : "2024-12-17T05:26:42Z" +2024-12-17T05:26:42Z TRACE Outgoing local_update: } +2024-12-17T05:26:42Z TRACE Outgoing local_update: } +2024-12-17T05:26:42Z TRACE Outgoing local_update: } +2024-12-17T05:26:42Z TRACE Outgoing local_update: } +2024-12-17T05:26:42Z DEBUG Detail pending config transaction is now: RC:bc7efb.00000018 +2024-12-17T05:26:42Z TRACE received command null/config/udmi +2024-12-17T05:26:42Z TRACE received command AHU-1/config/update +2024-12-17T05:26:42Z DEBUG Received config_update +2024-12-17T05:26:42Z DEBUG Handling update message config_update RC:bc7efb.00000018 +2024-12-17T05:26:42Z DEBUG Removed configTransaction RC:bc7efb.00000018 +2024-12-17T05:26:42Z DEBUG Set last_start changed false, last_start 1970-01-01T00:01:13Z +2024-12-17T05:26:42Z DEBUG Updated config 2024-12-17T05:26:42Z RC:bc7efb.00000018 +2024-12-17T05:26:42Z INFO Updated config #012: Changed 6 fields: +2024-12-17T05:26:42Z INFO Updated config #012: Add `system.testing.endpoint_type` = `alternate` +2024-12-17T05:26:42Z INFO Updated config #012: Set `system.testing.sequence_name` = `scan_single_now` +2024-12-17T05:26:42Z INFO Updated config #012: Add `blobset` = { "blobs": { "_iot_endpoint_config": { "phase": `final`, "generation": `blob generation`, "sha256": `blob data hash`, "url": `endpoint data` } } } +2024-12-17T05:26:42Z INFO Updated config #012: Remove `discovery` +2024-12-17T05:26:42Z INFO Updated config #012: Remove `pointset` +2024-12-17T05:26:42Z INFO Updated config #012: Remove `localnet` +2024-12-17T05:26:42Z DEBUG Expected last_config now 2024-12-17T05:26:42Z +2024-12-17T05:26:42Z DEBUG Detail pending config transaction is now: null +2024-12-17T05:26:42Z DEBUG New lastConfigMark at 2024-12-17T05:26:42Z +2024-12-17T05:26:42Z DEBUG Update config reset alternate registry timestamp 2024-12-17T05:26:42Z +2024-12-17T05:26:42Z TRACE Outgoing local_update: { +2024-12-17T05:26:42Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:42Z", +2024-12-17T05:26:42Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:42Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:42Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:42Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:42Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:42Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:26:42Z TRACE Outgoing local_update: }, +2024-12-17T05:26:42Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:42Z TRACE Outgoing local_update: "sequence_name" : "scan_single_now", +2024-12-17T05:26:42Z TRACE Outgoing local_update: "endpoint_type" : "alternate" +2024-12-17T05:26:42Z TRACE Outgoing local_update: } +2024-12-17T05:26:42Z TRACE Outgoing local_update: }, +2024-12-17T05:26:42Z TRACE Outgoing local_update: "blobset" : { +2024-12-17T05:26:42Z TRACE Outgoing local_update: "blobs" : { +2024-12-17T05:26:42Z TRACE Outgoing local_update: "_iot_endpoint_config" : { +2024-12-17T05:26:42Z TRACE Outgoing local_update: "phase" : "final", +2024-12-17T05:26:42Z TRACE Outgoing local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzkvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzkvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfOS9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", +2024-12-17T05:26:42Z TRACE Outgoing local_update: "sha256" : "@@@blob data hash###ec720a4c8e972373c4a3ff69e0dacd49dce2688174a99864ae02ed7fa1ae3bff", +2024-12-17T05:26:42Z TRACE Outgoing local_update: "generation" : "2024-12-17T05:26:42Z" +2024-12-17T05:26:42Z TRACE Outgoing local_update: } +2024-12-17T05:26:42Z TRACE Outgoing local_update: } +2024-12-17T05:26:42Z TRACE Outgoing local_update: } +2024-12-17T05:26:42Z TRACE Outgoing local_update: } +2024-12-17T05:26:42Z TRACE Update config reset alternate registry: Add `blobset` = { "blobs": { "_iot_endpoint_config": { "phase": `final`, "generation": `blob generation`, "sha256": `blob data hash`, "url": `endpoint data` } } } +2024-12-17T05:26:42Z TRACE Update config reset alternate registry: Remove `discovery` +2024-12-17T05:26:42Z TRACE Update config reset alternate registry: Remove `pointset` +2024-12-17T05:26:42Z TRACE Update config reset alternate registry: Remove `localnet` +2024-12-17T05:26:42Z DEBUG Stage finished waiting for using alternate client at 8s after 0s +2024-12-17T05:26:42Z TRACE Stage resume waiting for starting test wrapper at 8s +2024-12-17T05:26:42Z WARNING Done with alternate connection client! +2024-12-17T05:26:42Z DEBUG Allowing device state change (everything) +2024-12-17T05:26:42Z DEBUG Starting reset_config full reset true +2024-12-17T05:26:42Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:26:42Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:42Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:26:42Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:26:42Z DEBUG Set extraFieldChanged false because extra_field null +2024-12-17T05:26:42Z DEBUG Set extraFieldChanged true because extra_field reset_config +2024-12-17T05:26:42Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:26:42Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:42Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:26:42Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:26:42Z DEBUG Set extraFieldChanged true because extra_field null +2024-12-17T05:26:42Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:42.321195976Z is 1998ms +2024-12-17T05:26:42Z DEBUG Rate-limiting config by 1998ms +2024-12-17T05:26:44Z TRACE Updated check config_update: true +2024-12-17T05:26:44Z DEBUG Update config_update, adding configTransaction RC:bc7efb.00000019 +2024-12-17T05:26:44Z TRACE Outgoing local_update: { +2024-12-17T05:26:44Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###1.5.2", +2024-12-17T05:26:44Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:44Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:44Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:44Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:44Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:26:44Z TRACE Outgoing local_update: }, +2024-12-17T05:26:44Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:44Z TRACE Outgoing local_update: "sequence_name" : "scan_single_now" +2024-12-17T05:26:44Z TRACE Outgoing local_update: } +2024-12-17T05:26:44Z TRACE Outgoing local_update: }, +2024-12-17T05:26:44Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:44Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:44Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:26:44Z TRACE Outgoing local_update: } +2024-12-17T05:26:44Z TRACE Outgoing local_update: }, +2024-12-17T05:26:44Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:44Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:44Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:44Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:44Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:44Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:44Z TRACE Outgoing local_update: } +2024-12-17T05:26:44Z TRACE Outgoing local_update: }, +2024-12-17T05:26:44Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:44Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:44Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:44Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:44Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:44Z TRACE Outgoing local_update: }, +2024-12-17T05:26:44Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:44Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:44Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:44Z TRACE Outgoing local_update: }, +2024-12-17T05:26:44Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:44Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:44Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:44Z TRACE Outgoing local_update: } +2024-12-17T05:26:44Z TRACE Outgoing local_update: } +2024-12-17T05:26:44Z TRACE Outgoing local_update: } +2024-12-17T05:26:44Z TRACE Outgoing local_update: } +2024-12-17T05:26:44Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:44Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:26:44Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:44Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:26:44Z DEBUG Saving pre-config state timestamp null +2024-12-17T05:26:44Z DEBUG Update lastConfigUpdate 2024-12-17T05:26:44Z, because soft reset +2024-12-17T05:26:44Z TRACE Stage suspend waiting for starting test wrapper at 10s +2024-12-17T05:26:44Z INFO Stage start waiting for config update synchronized at 10s +2024-12-17T05:26:44Z TRACE received command AHU-1/state/system +2024-12-17T05:26:44Z TRACE Received state_system: { +2024-12-17T05:26:44Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:44Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:44Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:44Z TRACE Received state_system: }, +2024-12-17T05:26:44Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:24Z", +2024-12-17T05:26:44Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:44Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:44Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:26:44Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:44Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:44Z TRACE Received state_system: }, +2024-12-17T05:26:44Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:26:44Z TRACE Received state_system: "software" : { +2024-12-17T05:26:44Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:44Z TRACE Received state_system: }, +2024-12-17T05:26:44Z TRACE Received state_system: "status" : { +2024-12-17T05:26:44Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:44Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:26:44Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:24Z", +2024-12-17T05:26:44Z TRACE Received state_system: "level" : 300 +2024-12-17T05:26:44Z TRACE Received state_system: }, +2024-12-17T05:26:44Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:26Z", +2024-12-17T05:26:44Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:44Z TRACE Received state_system: } +2024-12-17T05:26:44Z DEBUG Handling device message state_system MP:ccc1017c-0 +2024-12-17T05:26:44Z TRACE Ignoring partial state update +2024-12-17T05:26:44Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:44Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:26:44Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:44Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:26:44Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:44Z TRACE Received state_discovery: { +2024-12-17T05:26:44Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:44Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:26Z", +2024-12-17T05:26:44Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:44Z TRACE Received state_discovery: } +2024-12-17T05:26:44Z DEBUG Handling device message state_discovery MP:ccc1017c-1 +2024-12-17T05:26:44Z TRACE Ignoring partial state update +2024-12-17T05:26:44Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:44Z TRACE Received state_localnet: { +2024-12-17T05:26:44Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:44Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:44Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:26:44Z TRACE Received state_localnet: }, +2024-12-17T05:26:44Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:44Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:26:44Z TRACE Received state_localnet: }, +2024-12-17T05:26:44Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:44Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:26:44Z TRACE Received state_localnet: }, +2024-12-17T05:26:44Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:44Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:44Z TRACE Received state_localnet: } +2024-12-17T05:26:44Z TRACE Received state_localnet: }, +2024-12-17T05:26:44Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:26Z", +2024-12-17T05:26:44Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:44Z TRACE Received state_localnet: } +2024-12-17T05:26:44Z DEBUG Handling device message state_localnet MP:ccc1017c-2 +2024-12-17T05:26:44Z TRACE Ignoring partial state update +2024-12-17T05:26:44Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:44Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:26:44Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:44Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:44Z TRACE Received state_pointset: { +2024-12-17T05:26:44Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:44Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:44Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:44Z TRACE Received state_pointset: }, +2024-12-17T05:26:44Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:44Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:44Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:44Z TRACE Received state_pointset: }, +2024-12-17T05:26:44Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:44Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:44Z TRACE Received state_pointset: } +2024-12-17T05:26:44Z TRACE Received state_pointset: }, +2024-12-17T05:26:44Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:26Z", +2024-12-17T05:26:44Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:44Z TRACE Received state_pointset: } +2024-12-17T05:26:44Z DEBUG Handling device message state_pointset MP:ccc1017c-3 +2024-12-17T05:26:44Z TRACE Ignoring partial state update +2024-12-17T05:26:44Z TRACE received command AHU-1/events/system +2024-12-17T05:26:44Z DEBUG Received events_system 2024-12-17T05:26:26Z DEBUG device.log: State update defer 0ms +2024-12-17T05:26:44Z DEBUG Received events_system 2024-12-17T05:26:26Z INFO device.log: Update state 2024-12-17T05:26:26Z last_config 2024-12-17T05:26:24Z +2024-12-17T05:26:44Z DEBUG Received events_system 2024-12-17T05:26:26Z DEBUG device.log: State update AHU-1 (extra_config) +2024-12-17T05:26:44Z DEBUG Handling device message events_system MP:73eb97d4 +2024-12-17T05:26:44Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:44Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:26:44Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:44Z TRACE received command AHU-1/events/pointset +2024-12-17T05:26:44Z TRACE Received events_pointset: { +2024-12-17T05:26:44Z TRACE Received events_pointset: "points" : { +2024-12-17T05:26:44Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:44Z TRACE Received events_pointset: "present_value" : true +2024-12-17T05:26:44Z TRACE Received events_pointset: }, +2024-12-17T05:26:44Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:44Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:26:44Z TRACE Received events_pointset: }, +2024-12-17T05:26:44Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:44Z TRACE Received events_pointset: "present_value" : 11 +2024-12-17T05:26:44Z TRACE Received events_pointset: } +2024-12-17T05:26:44Z TRACE Received events_pointset: }, +2024-12-17T05:26:44Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:26:36Z", +2024-12-17T05:26:44Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:26:44Z TRACE Received events_pointset: } +2024-12-17T05:26:44Z DEBUG Handling device message events_pointset MP:538ca541 +2024-12-17T05:26:44Z TRACE received command AHU-1/config/update +2024-12-17T05:26:44Z DEBUG Received config_update +2024-12-17T05:26:44Z DEBUG Handling update message config_update RC:bc7efb.00000019 +2024-12-17T05:26:44Z DEBUG Removed configTransaction RC:bc7efb.00000019 +2024-12-17T05:26:44Z DEBUG Set last_start changed false, last_start 1970-01-01T00:01:13Z +2024-12-17T05:26:44Z DEBUG Updated config 2024-12-17T05:26:44Z RC:bc7efb.00000019 +2024-12-17T05:26:44Z INFO Updated config #013: Changed 5 fields: +2024-12-17T05:26:44Z INFO Updated config #013: Remove `system.testing.endpoint_type` +2024-12-17T05:26:44Z INFO Updated config #013: Add `discovery` = { "families": { "vendor": { } } } +2024-12-17T05:26:44Z INFO Updated config #013: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } +2024-12-17T05:26:44Z INFO Updated config #013: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "bacnet": { } } } +2024-12-17T05:26:44Z INFO Updated config #013: Remove `blobset` +2024-12-17T05:26:44Z DEBUG Expected last_config now 2024-12-17T05:26:44Z +2024-12-17T05:26:44Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:44Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:26:44Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:26:44Z DEBUG Detail config update synchronized is now: device state not updated since config issued +2024-12-17T05:26:44Z TRACE received command AHU-1/state/update +2024-12-17T05:26:44Z DEBUG Received state_update +2024-12-17T05:26:44Z DEBUG Handling update message state_update MP:00f92542 +2024-12-17T05:26:44Z DEBUG Updated state after 0s 2024-12-17T05:26:44Z MP:00f92542 +2024-12-17T05:26:44Z INFO Updated state #014: Changed 4 fields: +2024-12-17T05:26:44Z INFO Updated state #014: Set `system.status.level` = `100` +2024-12-17T05:26:44Z INFO Updated state #014: Set `system.status.category` = `system.config.parse` +2024-12-17T05:26:44Z INFO Updated state #014: Set `system.status.timestamp` = `2024-12-17T05:26:44Z` +2024-12-17T05:26:44Z INFO Updated state #014: Set `timestamp` = `2024-12-17T05:26:44Z` +2024-12-17T05:26:44Z NOTICE Received serial number sequencer-27990 +2024-12-17T05:26:44Z DEBUG Updated state has last_config 2024-12-17T05:26:24Z (expecting 2024-12-17T05:26:44Z) +2024-12-17T05:26:44Z TRACE received command AHU-1/state/system +2024-12-17T05:26:44Z TRACE Received state_system: { +2024-12-17T05:26:44Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:44Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:44Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:44Z TRACE Received state_system: }, +2024-12-17T05:26:44Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:24Z", +2024-12-17T05:26:44Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:44Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:44Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:26:44Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:44Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:44Z TRACE Received state_system: }, +2024-12-17T05:26:44Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:26:44Z TRACE Received state_system: "software" : { +2024-12-17T05:26:44Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:44Z TRACE Received state_system: }, +2024-12-17T05:26:44Z TRACE Received state_system: "status" : { +2024-12-17T05:26:44Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:44Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:26:44Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:44Z", +2024-12-17T05:26:44Z TRACE Received state_system: "level" : 100 +2024-12-17T05:26:44Z TRACE Received state_system: }, +2024-12-17T05:26:44Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:44Z", +2024-12-17T05:26:44Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:44Z TRACE Received state_system: } +2024-12-17T05:26:44Z DEBUG Handling device message state_system MP:00f92542-0 +2024-12-17T05:26:44Z TRACE Ignoring partial state update +2024-12-17T05:26:44Z DEBUG Detail config update synchronized is now: last_start not synced in config, last_config not synced in state +2024-12-17T05:26:44Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:44Z TRACE Received state_discovery: { +2024-12-17T05:26:44Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:44Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:44Z", +2024-12-17T05:26:44Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:44Z TRACE Received state_discovery: } +2024-12-17T05:26:44Z DEBUG Handling device message state_discovery MP:00f92542-1 +2024-12-17T05:26:44Z TRACE Ignoring partial state update +2024-12-17T05:26:44Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:44Z TRACE Received state_localnet: { +2024-12-17T05:26:44Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:44Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:44Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:26:44Z TRACE Received state_localnet: }, +2024-12-17T05:26:44Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:44Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:26:44Z TRACE Received state_localnet: }, +2024-12-17T05:26:44Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:44Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:26:44Z TRACE Received state_localnet: }, +2024-12-17T05:26:44Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:44Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:44Z TRACE Received state_localnet: } +2024-12-17T05:26:44Z TRACE Received state_localnet: }, +2024-12-17T05:26:44Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:44Z", +2024-12-17T05:26:44Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:44Z TRACE Received state_localnet: } +2024-12-17T05:26:44Z DEBUG Handling device message state_localnet MP:00f92542-2 +2024-12-17T05:26:44Z TRACE Ignoring partial state update +2024-12-17T05:26:44Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:44Z TRACE Received state_pointset: { +2024-12-17T05:26:44Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:44Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:44Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:44Z TRACE Received state_pointset: }, +2024-12-17T05:26:44Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:44Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:44Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:44Z TRACE Received state_pointset: }, +2024-12-17T05:26:44Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:44Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:44Z TRACE Received state_pointset: } +2024-12-17T05:26:44Z TRACE Received state_pointset: }, +2024-12-17T05:26:44Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:44Z", +2024-12-17T05:26:44Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:44Z TRACE Received state_pointset: } +2024-12-17T05:26:44Z DEBUG Handling device message state_pointset MP:00f92542-3 +2024-12-17T05:26:44Z TRACE Ignoring partial state update +2024-12-17T05:26:44Z TRACE received command AHU-1/config/update +2024-12-17T05:26:44Z DEBUG Received config_update +2024-12-17T05:26:44Z DEBUG Handling update message config_update MP:00f92542 +2024-12-17T05:26:44Z DEBUG Set last_start changed true, last_start 2024-12-17T05:25:35Z +2024-12-17T05:26:44Z DEBUG Updated config 2024-12-17T05:26:44Z MP:00f92542 +2024-12-17T05:26:44Z INFO Updated config #014: Changed 0 fields. +2024-12-17T05:26:44Z DEBUG Expected last_config now 2024-12-17T05:26:44Z +2024-12-17T05:26:44Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:26:46Z TRACE received command AHU-1/events/system +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z DEBUG system.config.receive: success +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z DEBUG device.log: State update defer -16140ms +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z INFO device.log: Update state 2024-12-17T05:26:44Z last_config 2024-12-17T05:26:24Z +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z DEBUG system.config.parse: success +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z DEBUG device.log: State update AHU-1 (extra_config) +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z DEBUG device.log: Config update AHU-1 (extra_config) +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z INFO device.log: 2024-12-17T05:26:44Z received config 2024-12-17T05:26:44Z +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z NOTICE system.config.apply: success +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z DEBUG system.config.receive: success +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z DEBUG device.log: State update defer 1939ms +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z DEBUG system.config.parse: success +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z DEBUG device.log: State update defer 1938ms +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z INFO device.log: 2024-12-17T05:26:44Z received config 2024-12-17T05:26:44Z +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z NOTICE system.config.apply: success +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z DEBUG device.log: State update defer 1937ms +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z DEBUG device.log: State update defer 1937ms +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z DEBUG device.log: State update defer 1937ms +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z DEBUG device.log: State update defer 1936ms +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z DEBUG device.log: State update defer 1936ms +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z DEBUG device.log: State update defer 1936ms +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:44Z DEBUG device.log: State update defer 1936ms +2024-12-17T05:26:46Z DEBUG Received events_system 2024-12-17T05:26:46Z DEBUG device.log: State update defer 209ms +2024-12-17T05:26:46Z DEBUG Handling device message events_system MP:8755de6f +2024-12-17T05:26:46Z TRACE received command AHU-1/events/pointset +2024-12-17T05:26:46Z TRACE Received events_pointset: { +2024-12-17T05:26:46Z TRACE Received events_pointset: "points" : { +2024-12-17T05:26:46Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:46Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:26:46Z TRACE Received events_pointset: }, +2024-12-17T05:26:46Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:46Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:26:46Z TRACE Received events_pointset: }, +2024-12-17T05:26:46Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:46Z TRACE Received events_pointset: "present_value" : 11 +2024-12-17T05:26:46Z TRACE Received events_pointset: } +2024-12-17T05:26:46Z TRACE Received events_pointset: }, +2024-12-17T05:26:46Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:26:46Z", +2024-12-17T05:26:46Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:26:46Z TRACE Received events_pointset: } +2024-12-17T05:26:46Z DEBUG Handling device message events_pointset MP:66a43281 +2024-12-17T05:26:46Z TRACE received command AHU-1/state/update +2024-12-17T05:26:46Z DEBUG Received state_update +2024-12-17T05:26:46Z DEBUG Handling update message state_update MP:4229e890 +2024-12-17T05:26:46Z DEBUG Updated state after 0s 2024-12-17T05:26:46Z MP:4229e890 +2024-12-17T05:26:46Z INFO Updated state #015: Changed 4 fields: +2024-12-17T05:26:46Z INFO Updated state #015: Set `system.last_config` = `2024-12-17T05:26:44Z` +2024-12-17T05:26:46Z INFO Updated state #015: Set `system.status.level` = `300` +2024-12-17T05:26:46Z INFO Updated state #015: Set `system.status.category` = `system.config.apply` +2024-12-17T05:26:46Z INFO Updated state #015: Set `timestamp` = `2024-12-17T05:26:46Z` +2024-12-17T05:26:46Z DEBUG Updated state has last_config 2024-12-17T05:26:44Z (expecting 2024-12-17T05:26:44Z) +2024-12-17T05:26:46Z TRACE received command AHU-1/state/system +2024-12-17T05:26:46Z TRACE Received state_system: { +2024-12-17T05:26:46Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:46Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:46Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:46Z TRACE Received state_system: }, +2024-12-17T05:26:46Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:44Z", +2024-12-17T05:26:46Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:46Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:46Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:26:46Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:46Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:46Z TRACE Received state_system: }, +2024-12-17T05:26:46Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:26:46Z TRACE Received state_system: "software" : { +2024-12-17T05:26:46Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:46Z TRACE Received state_system: }, +2024-12-17T05:26:46Z TRACE Received state_system: "status" : { +2024-12-17T05:26:46Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:46Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:26:46Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:44Z", +2024-12-17T05:26:46Z TRACE Received state_system: "level" : 300 +2024-12-17T05:26:46Z TRACE Received state_system: }, +2024-12-17T05:26:46Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:46Z", +2024-12-17T05:26:46Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:46Z TRACE Received state_system: } +2024-12-17T05:26:46Z DEBUG Handling device message state_system MP:4229e890-0 +2024-12-17T05:26:46Z TRACE Ignoring partial state update +2024-12-17T05:26:46Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:26:46Z DEBUG Stage finished waiting for config update synchronized at 12s after 2s +2024-12-17T05:26:46Z TRACE Stage resume waiting for starting test wrapper at 12s +2024-12-17T05:26:46Z DEBUG Config sync took 2s +2024-12-17T05:26:46Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:26:46Z DEBUG New lastConfigMark at 2024-12-17T05:26:46Z +2024-12-17T05:26:46Z DEBUG Update config soft reset timestamp 2024-12-17T05:26:44Z +2024-12-17T05:26:46Z TRACE Outgoing local_update: { +2024-12-17T05:26:46Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:44Z", +2024-12-17T05:26:46Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:46Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:46Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:46Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:46Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:46Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:26:46Z TRACE Outgoing local_update: }, +2024-12-17T05:26:46Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:46Z TRACE Outgoing local_update: "sequence_name" : "scan_single_now" +2024-12-17T05:26:46Z TRACE Outgoing local_update: } +2024-12-17T05:26:46Z TRACE Outgoing local_update: }, +2024-12-17T05:26:46Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:46Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:46Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:26:46Z TRACE Outgoing local_update: } +2024-12-17T05:26:46Z TRACE Outgoing local_update: }, +2024-12-17T05:26:46Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:46Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:46Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:46Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:46Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:46Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:46Z TRACE Outgoing local_update: } +2024-12-17T05:26:46Z TRACE Outgoing local_update: }, +2024-12-17T05:26:46Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:46Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:46Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:46Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:46Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:46Z TRACE Outgoing local_update: }, +2024-12-17T05:26:46Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:46Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:46Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:46Z TRACE Outgoing local_update: }, +2024-12-17T05:26:46Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:46Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:46Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:46Z TRACE Outgoing local_update: } +2024-12-17T05:26:46Z TRACE Outgoing local_update: } +2024-12-17T05:26:46Z TRACE Outgoing local_update: } +2024-12-17T05:26:46Z TRACE Outgoing local_update: } +2024-12-17T05:26:46Z TRACE Update config soft reset: Add `discovery` = { "families": { "vendor": { } } } +2024-12-17T05:26:46Z TRACE Update config soft reset: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } +2024-12-17T05:26:46Z TRACE Update config soft reset: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "bacnet": { } } } +2024-12-17T05:26:46Z TRACE Update config soft reset: Add `timestamp` = `generated timestamp` +2024-12-17T05:26:46Z DEBUG Done with reset_config +2024-12-17T05:26:46Z TRACE Stage suspend waiting for starting test wrapper at 12s +2024-12-17T05:26:46Z INFO Stage start waiting for config update synchronized at 12s +2024-12-17T05:26:46Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:46Z TRACE Received state_discovery: { +2024-12-17T05:26:46Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:46Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:46Z", +2024-12-17T05:26:46Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:46Z TRACE Received state_discovery: } +2024-12-17T05:26:46Z DEBUG Handling device message state_discovery MP:4229e890-1 +2024-12-17T05:26:46Z TRACE Ignoring partial state update +2024-12-17T05:26:46Z DEBUG Stage finished waiting for config update synchronized at 12s after 0s +2024-12-17T05:26:46Z TRACE Stage resume waiting for starting test wrapper at 12s +2024-12-17T05:26:46Z DEBUG Config sync took 2s +2024-12-17T05:26:46Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:26:46Z DEBUG Disallowing device state change (everything) +2024-12-17T05:26:46Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:46.422942107Z is 1989ms +2024-12-17T05:26:46Z DEBUG Rate-limiting config by 1989ms +2024-12-17T05:26:48Z TRACE Updated check config_update: true +2024-12-17T05:26:48Z DEBUG Update config_update, adding configTransaction RC:bc7efb.0000001a +2024-12-17T05:26:48Z TRACE Outgoing local_update: { +2024-12-17T05:26:48Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:44Z", +2024-12-17T05:26:48Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:48Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:48Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:48Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:48Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:48Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:26:48Z TRACE Outgoing local_update: }, +2024-12-17T05:26:48Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:48Z TRACE Outgoing local_update: "sequence_name" : "scan_single_now" +2024-12-17T05:26:48Z TRACE Outgoing local_update: } +2024-12-17T05:26:48Z TRACE Outgoing local_update: }, +2024-12-17T05:26:48Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:48Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:48Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:26:48Z TRACE Outgoing local_update: } +2024-12-17T05:26:48Z TRACE Outgoing local_update: }, +2024-12-17T05:26:48Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:48Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:48Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:48Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:48Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:48Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:48Z TRACE Outgoing local_update: } +2024-12-17T05:26:48Z TRACE Outgoing local_update: }, +2024-12-17T05:26:48Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:48Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:48Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:48Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:48Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:48Z TRACE Outgoing local_update: }, +2024-12-17T05:26:48Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:48Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:48Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:48Z TRACE Outgoing local_update: }, +2024-12-17T05:26:48Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:48Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:48Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:48Z TRACE Outgoing local_update: } +2024-12-17T05:26:48Z TRACE Outgoing local_update: } +2024-12-17T05:26:48Z TRACE Outgoing local_update: } +2024-12-17T05:26:48Z TRACE Outgoing local_update: } +2024-12-17T05:26:48Z DEBUG Saving pre-config state timestamp 2024-12-17T05:26:46Z +2024-12-17T05:26:48Z DEBUG Update lastConfigUpdate 2024-12-17T05:26:48Z, because initial setup +2024-12-17T05:26:48Z TRACE Stage suspend waiting for starting test wrapper at 14s +2024-12-17T05:26:48Z INFO Stage start waiting for config update synchronized at 14s +2024-12-17T05:26:48Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:48Z TRACE Received state_localnet: { +2024-12-17T05:26:48Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:48Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:48Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:26:48Z TRACE Received state_localnet: }, +2024-12-17T05:26:48Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:48Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:26:48Z TRACE Received state_localnet: }, +2024-12-17T05:26:48Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:48Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:26:48Z TRACE Received state_localnet: }, +2024-12-17T05:26:48Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:48Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:48Z TRACE Received state_localnet: } +2024-12-17T05:26:48Z TRACE Received state_localnet: }, +2024-12-17T05:26:48Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:46Z", +2024-12-17T05:26:48Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:48Z TRACE Received state_localnet: } +2024-12-17T05:26:48Z DEBUG Handling device message state_localnet MP:4229e890-2 +2024-12-17T05:26:48Z TRACE Ignoring partial state update +2024-12-17T05:26:48Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:26:48Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:48Z TRACE Received state_pointset: { +2024-12-17T05:26:48Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:48Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:48Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:48Z TRACE Received state_pointset: }, +2024-12-17T05:26:48Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:48Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:48Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:48Z TRACE Received state_pointset: }, +2024-12-17T05:26:48Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:48Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:48Z TRACE Received state_pointset: } +2024-12-17T05:26:48Z TRACE Received state_pointset: }, +2024-12-17T05:26:48Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:46Z", +2024-12-17T05:26:48Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:48Z TRACE Received state_pointset: } +2024-12-17T05:26:48Z DEBUG Handling device message state_pointset MP:4229e890-3 +2024-12-17T05:26:48Z TRACE Ignoring partial state update +2024-12-17T05:26:48Z TRACE received command AHU-1/state/update +2024-12-17T05:26:48Z DEBUG Received state_update +2024-12-17T05:26:48Z DEBUG Handling update message state_update MP:d67c40ce +2024-12-17T05:26:48Z DEBUG Updated state after 0s 2024-12-17T05:26:48Z MP:d67c40ce +2024-12-17T05:26:48Z INFO Updated state #016: Changed 4 fields: +2024-12-17T05:26:48Z INFO Updated state #016: Set `system.status.level` = `100` +2024-12-17T05:26:48Z INFO Updated state #016: Set `system.status.category` = `system.config.parse` +2024-12-17T05:26:48Z INFO Updated state #016: Set `system.status.timestamp` = `2024-12-17T05:26:48Z` +2024-12-17T05:26:48Z INFO Updated state #016: Set `timestamp` = `2024-12-17T05:26:48Z` +2024-12-17T05:26:48Z DEBUG Updated state has last_config 2024-12-17T05:26:44Z (expecting 2024-12-17T05:26:44Z) +2024-12-17T05:26:48Z DEBUG Detail config update synchronized is now: config transactions not cleared +2024-12-17T05:26:48Z TRACE received command AHU-1/config/update +2024-12-17T05:26:48Z DEBUG Received config_update +2024-12-17T05:26:48Z DEBUG Handling update message config_update RC:bc7efb.0000001a +2024-12-17T05:26:48Z DEBUG Removed configTransaction RC:bc7efb.0000001a +2024-12-17T05:26:48Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:35Z +2024-12-17T05:26:48Z DEBUG Updated config 2024-12-17T05:26:48Z RC:bc7efb.0000001a +2024-12-17T05:26:48Z INFO Updated config #015: Changed 0 fields. +2024-12-17T05:26:48Z DEBUG Expected last_config now 2024-12-17T05:26:48Z +2024-12-17T05:26:48Z TRACE received command AHU-1/state/system +2024-12-17T05:26:48Z TRACE Received state_system: { +2024-12-17T05:26:48Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:48Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:48Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:48Z TRACE Received state_system: }, +2024-12-17T05:26:48Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:44Z", +2024-12-17T05:26:48Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:48Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:48Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:26:48Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:48Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:48Z TRACE Received state_system: }, +2024-12-17T05:26:48Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:26:48Z TRACE Received state_system: "software" : { +2024-12-17T05:26:48Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:48Z TRACE Received state_system: }, +2024-12-17T05:26:48Z TRACE Received state_system: "status" : { +2024-12-17T05:26:48Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:48Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:26:48Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:48Z", +2024-12-17T05:26:48Z TRACE Received state_system: "level" : 100 +2024-12-17T05:26:48Z TRACE Received state_system: }, +2024-12-17T05:26:48Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:48Z", +2024-12-17T05:26:48Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:48Z TRACE Received state_system: } +2024-12-17T05:26:48Z DEBUG Handling device message state_system MP:d67c40ce-0 +2024-12-17T05:26:48Z TRACE Ignoring partial state update +2024-12-17T05:26:48Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:26:48Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:48Z TRACE Received state_discovery: { +2024-12-17T05:26:48Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:48Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:48Z", +2024-12-17T05:26:48Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:48Z TRACE Received state_discovery: } +2024-12-17T05:26:48Z DEBUG Handling device message state_discovery MP:d67c40ce-1 +2024-12-17T05:26:48Z TRACE Ignoring partial state update +2024-12-17T05:26:48Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:48Z TRACE Received state_localnet: { +2024-12-17T05:26:48Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:48Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:48Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:26:48Z TRACE Received state_localnet: }, +2024-12-17T05:26:48Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:48Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:26:48Z TRACE Received state_localnet: }, +2024-12-17T05:26:48Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:48Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:26:48Z TRACE Received state_localnet: }, +2024-12-17T05:26:48Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:48Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:48Z TRACE Received state_localnet: } +2024-12-17T05:26:48Z TRACE Received state_localnet: }, +2024-12-17T05:26:48Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:48Z", +2024-12-17T05:26:48Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:48Z TRACE Received state_localnet: } +2024-12-17T05:26:48Z DEBUG Handling device message state_localnet MP:d67c40ce-2 +2024-12-17T05:26:48Z TRACE Ignoring partial state update +2024-12-17T05:26:48Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:48Z TRACE Received state_pointset: { +2024-12-17T05:26:48Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:48Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:48Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:48Z TRACE Received state_pointset: }, +2024-12-17T05:26:48Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:48Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:48Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:48Z TRACE Received state_pointset: }, +2024-12-17T05:26:48Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:48Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:48Z TRACE Received state_pointset: } +2024-12-17T05:26:48Z TRACE Received state_pointset: }, +2024-12-17T05:26:48Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:48Z", +2024-12-17T05:26:48Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:48Z TRACE Received state_pointset: } +2024-12-17T05:26:48Z DEBUG Handling device message state_pointset MP:d67c40ce-3 +2024-12-17T05:26:48Z TRACE Ignoring partial state update +2024-12-17T05:26:50Z TRACE received command AHU-1/state/update +2024-12-17T05:26:50Z DEBUG Received state_update +2024-12-17T05:26:50Z DEBUG Handling update message state_update MP:191f8b87 +2024-12-17T05:26:50Z DEBUG Updated state after 0s 2024-12-17T05:26:50Z MP:191f8b87 +2024-12-17T05:26:50Z INFO Updated state #017: Changed 4 fields: +2024-12-17T05:26:50Z INFO Updated state #017: Set `system.last_config` = `2024-12-17T05:26:48Z` +2024-12-17T05:26:50Z INFO Updated state #017: Set `system.status.level` = `300` +2024-12-17T05:26:50Z INFO Updated state #017: Set `system.status.category` = `system.config.apply` +2024-12-17T05:26:50Z INFO Updated state #017: Set `timestamp` = `2024-12-17T05:26:50Z` +2024-12-17T05:26:50Z DEBUG Updated state has last_config 2024-12-17T05:26:48Z (expecting 2024-12-17T05:26:48Z) +2024-12-17T05:26:50Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:26:50Z DEBUG Stage finished waiting for config update synchronized at 16s after 2s +2024-12-17T05:26:50Z TRACE Stage resume waiting for starting test wrapper at 16s +2024-12-17T05:26:50Z DEBUG Config sync took 2s +2024-12-17T05:26:50Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:26:50Z DEBUG New lastConfigMark at 2024-12-17T05:26:50Z +2024-12-17T05:26:50Z DEBUG Update config initial setup timestamp 2024-12-17T05:26:48Z +2024-12-17T05:26:50Z TRACE Outgoing local_update: { +2024-12-17T05:26:50Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:48Z", +2024-12-17T05:26:50Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:50Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:50Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:50Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:50Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:50Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:26:50Z TRACE Outgoing local_update: }, +2024-12-17T05:26:50Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:50Z TRACE Outgoing local_update: "sequence_name" : "scan_single_now" +2024-12-17T05:26:50Z TRACE Outgoing local_update: } +2024-12-17T05:26:50Z TRACE Outgoing local_update: }, +2024-12-17T05:26:50Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:50Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:50Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:26:50Z TRACE Outgoing local_update: } +2024-12-17T05:26:50Z TRACE Outgoing local_update: }, +2024-12-17T05:26:50Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:50Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:50Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:50Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:50Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:50Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:50Z TRACE Outgoing local_update: } +2024-12-17T05:26:50Z TRACE Outgoing local_update: }, +2024-12-17T05:26:50Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:50Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:50Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:50Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:50Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:50Z TRACE Outgoing local_update: }, +2024-12-17T05:26:50Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:50Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:50Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:50Z TRACE Outgoing local_update: }, +2024-12-17T05:26:50Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:50Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:50Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:50Z TRACE Outgoing local_update: } +2024-12-17T05:26:50Z TRACE Outgoing local_update: } +2024-12-17T05:26:50Z TRACE Outgoing local_update: } +2024-12-17T05:26:50Z TRACE Outgoing local_update: } +2024-12-17T05:26:50Z DEBUG Stale state cutoff threshold is 2024-12-17T05:25:37Z +2024-12-17T05:26:50Z DEBUG Waiting for device stateTransaction RC:bc7efb.0000001b (was null) +2024-12-17T05:26:50Z TRACE Stage suspend waiting for starting test wrapper at 16s +2024-12-17T05:26:50Z INFO Stage start waiting for state query at 16s +2024-12-17T05:26:50Z TRACE received command AHU-1/state/system +2024-12-17T05:26:50Z TRACE Received state_system: { +2024-12-17T05:26:50Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:50Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:50Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:50Z TRACE Received state_system: }, +2024-12-17T05:26:50Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:48Z", +2024-12-17T05:26:50Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:50Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:50Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:26:50Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:50Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:50Z TRACE Received state_system: }, +2024-12-17T05:26:50Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:26:50Z TRACE Received state_system: "software" : { +2024-12-17T05:26:50Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:50Z TRACE Received state_system: }, +2024-12-17T05:26:50Z TRACE Received state_system: "status" : { +2024-12-17T05:26:50Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:50Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:26:50Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:48Z", +2024-12-17T05:26:50Z TRACE Received state_system: "level" : 300 +2024-12-17T05:26:50Z TRACE Received state_system: }, +2024-12-17T05:26:50Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:50Z", +2024-12-17T05:26:50Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:50Z TRACE Received state_system: } +2024-12-17T05:26:50Z DEBUG Handling device message state_system MP:191f8b87-0 +2024-12-17T05:26:50Z TRACE Ignoring partial state update +2024-12-17T05:26:50Z TRACE received command AHU-1/state/update +2024-12-17T05:26:50Z DEBUG Received state_update +2024-12-17T05:26:50Z INFO Received device configAcked +2024-12-17T05:26:50Z DEBUG Handling update message state_update RC:bc7efb.0000001b +2024-12-17T05:26:50Z DEBUG Removed stateTransaction RC:bc7efb.0000001b +2024-12-17T05:26:50Z DEBUG Updated state after 0s 2024-12-17T05:26:50Z RC:bc7efb.0000001b +2024-12-17T05:26:50Z INFO Updated state #018: Changed 0 fields. +2024-12-17T05:26:50Z DEBUG Updated state has last_config 2024-12-17T05:26:48Z (expecting 2024-12-17T05:26:48Z) +2024-12-17T05:26:50Z DEBUG Stage finished waiting for state query at 16s after 0s +2024-12-17T05:26:50Z TRACE Stage resume waiting for starting test wrapper at 16s +2024-12-17T05:26:50Z TRACE Stage suspend waiting for starting test wrapper at 16s +2024-12-17T05:26:50Z INFO Stage start waiting for initial device state at 16s +2024-12-17T05:26:50Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:50.481242250Z is 1944ms +2024-12-17T05:26:50Z DEBUG Rate-limiting config by 1944ms +2024-12-17T05:26:52Z TRACE Updated check config_update: true +2024-12-17T05:26:52Z DEBUG Update config_update, adding configTransaction RC:bc7efb.0000001c +2024-12-17T05:26:52Z TRACE Outgoing local_update: { +2024-12-17T05:26:52Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:48Z", +2024-12-17T05:26:52Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:52Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:52Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:52Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:52Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:52Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:26:52Z TRACE Outgoing local_update: }, +2024-12-17T05:26:52Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:52Z TRACE Outgoing local_update: "sequence_name" : "scan_single_now" +2024-12-17T05:26:52Z TRACE Outgoing local_update: } +2024-12-17T05:26:52Z TRACE Outgoing local_update: }, +2024-12-17T05:26:52Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:52Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:52Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:26:52Z TRACE Outgoing local_update: } +2024-12-17T05:26:52Z TRACE Outgoing local_update: }, +2024-12-17T05:26:52Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:52Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:52Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:52Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:52Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:52Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:52Z TRACE Outgoing local_update: } +2024-12-17T05:26:52Z TRACE Outgoing local_update: }, +2024-12-17T05:26:52Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:52Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:52Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:52Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:52Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:52Z TRACE Outgoing local_update: }, +2024-12-17T05:26:52Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:52Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:52Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:52Z TRACE Outgoing local_update: }, +2024-12-17T05:26:52Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:52Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:52Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:52Z TRACE Outgoing local_update: } +2024-12-17T05:26:52Z TRACE Outgoing local_update: } +2024-12-17T05:26:52Z TRACE Outgoing local_update: } +2024-12-17T05:26:52Z TRACE Outgoing local_update: } +2024-12-17T05:26:52Z DEBUG Saving pre-config state timestamp 2024-12-17T05:26:50Z +2024-12-17T05:26:52Z DEBUG Update lastConfigUpdate 2024-12-17T05:26:52Z, because before initial device state +2024-12-17T05:26:52Z TRACE Stage suspend waiting for initial device state at 18s +2024-12-17T05:26:52Z INFO Stage start waiting for config update synchronized at 18s +2024-12-17T05:26:52Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:52Z TRACE Received state_discovery: { +2024-12-17T05:26:52Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:52Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:50Z", +2024-12-17T05:26:52Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:52Z TRACE Received state_discovery: } +2024-12-17T05:26:52Z DEBUG Handling device message state_discovery MP:191f8b87-1 +2024-12-17T05:26:52Z TRACE Ignoring partial state update +2024-12-17T05:26:52Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:26:52Z TRACE received command AHU-1/reply/update +2024-12-17T05:26:52Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:52Z TRACE Received state_localnet: { +2024-12-17T05:26:52Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:52Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:52Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:26:52Z TRACE Received state_localnet: }, +2024-12-17T05:26:52Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:52Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:26:52Z TRACE Received state_localnet: }, +2024-12-17T05:26:52Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:52Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:26:52Z TRACE Received state_localnet: }, +2024-12-17T05:26:52Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:52Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:52Z TRACE Received state_localnet: } +2024-12-17T05:26:52Z TRACE Received state_localnet: }, +2024-12-17T05:26:52Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:50Z", +2024-12-17T05:26:52Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:52Z TRACE Received state_localnet: } +2024-12-17T05:26:52Z DEBUG Handling device message state_localnet MP:191f8b87-2 +2024-12-17T05:26:52Z TRACE Ignoring partial state update +2024-12-17T05:26:52Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:52Z TRACE Received state_pointset: { +2024-12-17T05:26:52Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:52Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:52Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:52Z TRACE Received state_pointset: }, +2024-12-17T05:26:52Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:52Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:52Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:52Z TRACE Received state_pointset: }, +2024-12-17T05:26:52Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:52Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:52Z TRACE Received state_pointset: } +2024-12-17T05:26:52Z TRACE Received state_pointset: }, +2024-12-17T05:26:52Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:50Z", +2024-12-17T05:26:52Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:52Z TRACE Received state_pointset: } +2024-12-17T05:26:52Z DEBUG Handling device message state_pointset MP:191f8b87-3 +2024-12-17T05:26:52Z TRACE Ignoring partial state update +2024-12-17T05:26:52Z TRACE received command AHU-1/state/update +2024-12-17T05:26:52Z DEBUG Received state_update +2024-12-17T05:26:52Z DEBUG Handling update message state_update MP:80041e52 +2024-12-17T05:26:52Z DEBUG Updated state after 0s 2024-12-17T05:26:52Z MP:80041e52 +2024-12-17T05:26:52Z INFO Updated state #019: Changed 4 fields: +2024-12-17T05:26:52Z INFO Updated state #019: Set `system.status.level` = `100` +2024-12-17T05:26:52Z INFO Updated state #019: Set `system.status.category` = `system.config.receive` +2024-12-17T05:26:52Z INFO Updated state #019: Set `system.status.timestamp` = `2024-12-17T05:26:52Z` +2024-12-17T05:26:52Z INFO Updated state #019: Set `timestamp` = `2024-12-17T05:26:52Z` +2024-12-17T05:26:52Z DEBUG Updated state has last_config 2024-12-17T05:26:48Z (expecting 2024-12-17T05:26:48Z) +2024-12-17T05:26:52Z DEBUG Detail config update synchronized is now: config transactions not cleared +2024-12-17T05:26:52Z TRACE received command AHU-1/config/update +2024-12-17T05:26:52Z DEBUG Received config_update +2024-12-17T05:26:52Z DEBUG Handling update message config_update RC:bc7efb.0000001c +2024-12-17T05:26:52Z DEBUG Removed configTransaction RC:bc7efb.0000001c +2024-12-17T05:26:52Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:35Z +2024-12-17T05:26:52Z DEBUG Updated config 2024-12-17T05:26:52Z RC:bc7efb.0000001c +2024-12-17T05:26:52Z INFO Updated config #016: Changed 0 fields. +2024-12-17T05:26:52Z DEBUG Expected last_config now 2024-12-17T05:26:52Z +2024-12-17T05:26:52Z TRACE received command AHU-1/state/system +2024-12-17T05:26:52Z TRACE Received state_system: { +2024-12-17T05:26:52Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:52Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:52Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:52Z TRACE Received state_system: }, +2024-12-17T05:26:52Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:48Z", +2024-12-17T05:26:52Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:52Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:52Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:26:52Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:52Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:52Z TRACE Received state_system: }, +2024-12-17T05:26:52Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:26:52Z TRACE Received state_system: "software" : { +2024-12-17T05:26:52Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:52Z TRACE Received state_system: }, +2024-12-17T05:26:52Z TRACE Received state_system: "status" : { +2024-12-17T05:26:52Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:52Z TRACE Received state_system: "category" : "system.config.receive", +2024-12-17T05:26:52Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:52Z", +2024-12-17T05:26:52Z TRACE Received state_system: "level" : 100 +2024-12-17T05:26:52Z TRACE Received state_system: }, +2024-12-17T05:26:52Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:52Z", +2024-12-17T05:26:52Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:52Z TRACE Received state_system: } +2024-12-17T05:26:52Z DEBUG Handling device message state_system MP:80041e52-0 +2024-12-17T05:26:52Z TRACE Ignoring partial state update +2024-12-17T05:26:52Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:26:52Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:52Z TRACE Received state_discovery: { +2024-12-17T05:26:52Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:52Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:52Z", +2024-12-17T05:26:52Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:52Z TRACE Received state_discovery: } +2024-12-17T05:26:52Z DEBUG Handling device message state_discovery MP:80041e52-1 +2024-12-17T05:26:52Z TRACE Ignoring partial state update +2024-12-17T05:26:52Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:52Z TRACE Received state_localnet: { +2024-12-17T05:26:52Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:52Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:52Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:26:52Z TRACE Received state_localnet: }, +2024-12-17T05:26:52Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:52Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:26:52Z TRACE Received state_localnet: }, +2024-12-17T05:26:52Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:52Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:26:52Z TRACE Received state_localnet: }, +2024-12-17T05:26:52Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:52Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:52Z TRACE Received state_localnet: } +2024-12-17T05:26:52Z TRACE Received state_localnet: }, +2024-12-17T05:26:52Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:52Z", +2024-12-17T05:26:52Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:52Z TRACE Received state_localnet: } +2024-12-17T05:26:52Z DEBUG Handling device message state_localnet MP:80041e52-2 +2024-12-17T05:26:52Z TRACE Ignoring partial state update +2024-12-17T05:26:52Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:52Z TRACE Received state_pointset: { +2024-12-17T05:26:52Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:52Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:52Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:52Z TRACE Received state_pointset: }, +2024-12-17T05:26:52Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:52Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:52Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:52Z TRACE Received state_pointset: }, +2024-12-17T05:26:52Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:52Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:52Z TRACE Received state_pointset: } +2024-12-17T05:26:52Z TRACE Received state_pointset: }, +2024-12-17T05:26:52Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:52Z", +2024-12-17T05:26:52Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:52Z TRACE Received state_pointset: } +2024-12-17T05:26:52Z DEBUG Handling device message state_pointset MP:80041e52-3 +2024-12-17T05:26:52Z TRACE Ignoring partial state update +2024-12-17T05:26:54Z TRACE received command AHU-1/state/update +2024-12-17T05:26:54Z DEBUG Received state_update +2024-12-17T05:26:54Z DEBUG Handling update message state_update MP:33d0ca12 +2024-12-17T05:26:54Z DEBUG Updated state after 0s 2024-12-17T05:26:54Z MP:33d0ca12 +2024-12-17T05:26:54Z INFO Updated state #020: Changed 4 fields: +2024-12-17T05:26:54Z INFO Updated state #020: Set `system.last_config` = `2024-12-17T05:26:52Z` +2024-12-17T05:26:54Z INFO Updated state #020: Set `system.status.level` = `300` +2024-12-17T05:26:54Z INFO Updated state #020: Set `system.status.category` = `system.config.apply` +2024-12-17T05:26:54Z INFO Updated state #020: Set `timestamp` = `2024-12-17T05:26:54Z` +2024-12-17T05:26:54Z DEBUG Updated state has last_config 2024-12-17T05:26:52Z (expecting 2024-12-17T05:26:52Z) +2024-12-17T05:26:54Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:26:54Z DEBUG Stage finished waiting for config update synchronized at 20s after 2s +2024-12-17T05:26:54Z TRACE Stage resume waiting for initial device state at 20s +2024-12-17T05:26:54Z DEBUG Config sync took 2s +2024-12-17T05:26:54Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:26:54Z DEBUG New lastConfigMark at 2024-12-17T05:26:54Z +2024-12-17T05:26:54Z DEBUG Update config before initial device state timestamp 2024-12-17T05:26:52Z +2024-12-17T05:26:54Z TRACE Outgoing local_update: { +2024-12-17T05:26:54Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:26:52Z", +2024-12-17T05:26:54Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:26:54Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:26:54Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:26:54Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:26:54Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:26:54Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:26:54Z TRACE Outgoing local_update: }, +2024-12-17T05:26:54Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:26:54Z TRACE Outgoing local_update: "sequence_name" : "scan_single_now" +2024-12-17T05:26:54Z TRACE Outgoing local_update: } +2024-12-17T05:26:54Z TRACE Outgoing local_update: }, +2024-12-17T05:26:54Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:26:54Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:54Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:26:54Z TRACE Outgoing local_update: } +2024-12-17T05:26:54Z TRACE Outgoing local_update: }, +2024-12-17T05:26:54Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:26:54Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:26:54Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:26:54Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:26:54Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:26:54Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:26:54Z TRACE Outgoing local_update: } +2024-12-17T05:26:54Z TRACE Outgoing local_update: }, +2024-12-17T05:26:54Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:26:54Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:26:54Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:54Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:26:54Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:26:54Z TRACE Outgoing local_update: }, +2024-12-17T05:26:54Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:26:54Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:26:54Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:26:54Z TRACE Outgoing local_update: }, +2024-12-17T05:26:54Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:54Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:26:54Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:26:54Z TRACE Outgoing local_update: } +2024-12-17T05:26:54Z TRACE Outgoing local_update: } +2024-12-17T05:26:54Z TRACE Outgoing local_update: } +2024-12-17T05:26:54Z TRACE Outgoing local_update: } +2024-12-17T05:26:54Z DEBUG Stage finished waiting for initial device state at 20s after 4s +2024-12-17T05:26:54Z TRACE Stage resume waiting for starting test wrapper at 20s +2024-12-17T05:26:54Z DEBUG Device state system status level is now 300 +2024-12-17T05:26:54Z TRACE Stage suspend waiting for starting test wrapper at 20s +2024-12-17T05:26:54Z INFO Stage start waiting for config update synchronized at 20s +2024-12-17T05:26:54Z TRACE received command AHU-1/state/system +2024-12-17T05:26:54Z TRACE Received state_system: { +2024-12-17T05:26:54Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:54Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:54Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:54Z TRACE Received state_system: }, +2024-12-17T05:26:54Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:52Z", +2024-12-17T05:26:54Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:54Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:54Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:26:54Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:54Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:54Z TRACE Received state_system: }, +2024-12-17T05:26:54Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:26:54Z TRACE Received state_system: "software" : { +2024-12-17T05:26:54Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:54Z TRACE Received state_system: }, +2024-12-17T05:26:54Z TRACE Received state_system: "status" : { +2024-12-17T05:26:54Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:54Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:26:54Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:52Z", +2024-12-17T05:26:54Z TRACE Received state_system: "level" : 300 +2024-12-17T05:26:54Z TRACE Received state_system: }, +2024-12-17T05:26:54Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:54Z", +2024-12-17T05:26:54Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:54Z TRACE Received state_system: } +2024-12-17T05:26:54Z DEBUG Handling device message state_system MP:33d0ca12-0 +2024-12-17T05:26:54Z TRACE Ignoring partial state update +2024-12-17T05:26:54Z DEBUG Stage finished waiting for config update synchronized at 20s after 0s +2024-12-17T05:26:54Z TRACE Stage resume waiting for starting test wrapper at 20s +2024-12-17T05:26:54Z DEBUG Config sync took 2s +2024-12-17T05:26:54Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:26:54Z TRACE Stage suspend waiting for starting test wrapper at 20s +2024-12-17T05:26:54Z INFO Stage start waiting for executing test at 20s +2024-12-17T05:26:54Z DEBUG stage begin waiting for executing test at 20s +2024-12-17T05:26:54Z DEBUG Allowing device state change discovery +2024-12-17T05:26:54Z TRACE Stage suspend waiting for executing test at 20s +2024-12-17T05:26:54Z INFO Stage start waiting for discovery families defined at 20s +2024-12-17T05:26:54Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:54.542554789Z is 1961ms +2024-12-17T05:26:54Z DEBUG Rate-limiting config by 1961ms +2024-12-17T05:26:56Z DEBUG System config extra field null +2024-12-17T05:26:56Z TRACE Updated check config_system: true +2024-12-17T05:26:56Z DEBUG Update config_system, adding configTransaction RC:bc7efb.0000001d +2024-12-17T05:26:56Z TRACE Outgoing local_system: { +2024-12-17T05:26:56Z TRACE Outgoing local_system: "min_loglevel" : 100, +2024-12-17T05:26:56Z TRACE Outgoing local_system: "metrics_rate_sec" : 10, +2024-12-17T05:26:56Z TRACE Outgoing local_system: "operation" : { +2024-12-17T05:26:56Z TRACE Outgoing local_system: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:26:56Z TRACE Outgoing local_system: }, +2024-12-17T05:26:56Z TRACE Outgoing local_system: "testing" : { +2024-12-17T05:26:56Z TRACE Outgoing local_system: "sequence_name" : "scan_single_now" +2024-12-17T05:26:56Z TRACE Outgoing local_system: } +2024-12-17T05:26:56Z TRACE Outgoing local_system: } +2024-12-17T05:26:56Z TRACE Updated check config_pointset: true +2024-12-17T05:26:56Z DEBUG Update config_pointset, adding configTransaction RC:bc7efb.0000001e +2024-12-17T05:26:56Z TRACE Outgoing local_pointset: { +2024-12-17T05:26:56Z TRACE Outgoing local_pointset: "points" : { +2024-12-17T05:26:56Z TRACE Outgoing local_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:56Z TRACE Outgoing local_pointset: "units" : "Bars", +2024-12-17T05:26:56Z TRACE Outgoing local_pointset: "set_value" : 98 +2024-12-17T05:26:56Z TRACE Outgoing local_pointset: }, +2024-12-17T05:26:56Z TRACE Outgoing local_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:56Z TRACE Outgoing local_pointset: "ref" : "BV11.present_value", +2024-12-17T05:26:56Z TRACE Outgoing local_pointset: "units" : "No-units" +2024-12-17T05:26:56Z TRACE Outgoing local_pointset: }, +2024-12-17T05:26:56Z TRACE Outgoing local_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:56Z TRACE Outgoing local_pointset: "ref" : "AV12.present_value", +2024-12-17T05:26:56Z TRACE Outgoing local_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:56Z TRACE Outgoing local_pointset: } +2024-12-17T05:26:56Z TRACE Outgoing local_pointset: } +2024-12-17T05:26:56Z TRACE Outgoing local_pointset: } +2024-12-17T05:26:56Z TRACE Updated check config_gateway: false +2024-12-17T05:26:56Z TRACE Updated check config_localnet: true +2024-12-17T05:26:56Z DEBUG Update config_localnet, adding configTransaction RC:bc7efb.0000001f +2024-12-17T05:26:56Z TRACE Outgoing local_localnet: { +2024-12-17T05:26:56Z TRACE Outgoing local_localnet: "families" : { +2024-12-17T05:26:56Z TRACE Outgoing local_localnet: "ether" : { }, +2024-12-17T05:26:56Z TRACE Outgoing local_localnet: "ipv4" : { }, +2024-12-17T05:26:56Z TRACE Outgoing local_localnet: "vendor" : { }, +2024-12-17T05:26:56Z TRACE Outgoing local_localnet: "bacnet" : { } +2024-12-17T05:26:56Z TRACE Outgoing local_localnet: } +2024-12-17T05:26:56Z TRACE Outgoing local_localnet: } +2024-12-17T05:26:56Z TRACE Updated check config_blobset: false +2024-12-17T05:26:56Z TRACE Updated check config_discovery: true +2024-12-17T05:26:56Z DEBUG Update config_discovery, adding configTransaction RC:bc7efb.00000020 +2024-12-17T05:26:56Z TRACE Outgoing local_discovery: { +2024-12-17T05:26:56Z TRACE Outgoing local_discovery: "families" : { } +2024-12-17T05:26:56Z TRACE Outgoing local_discovery: } +2024-12-17T05:26:56Z DEBUG Saving pre-config state timestamp 2024-12-17T05:26:54Z +2024-12-17T05:26:56Z DEBUG Update lastConfigUpdate 2024-12-17T05:26:56Z, because before discovery families defined +2024-12-17T05:26:56Z TRACE Stage suspend waiting for discovery families defined at 22s +2024-12-17T05:26:56Z INFO Stage start waiting for config update synchronized at 22s +2024-12-17T05:26:56Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:56Z TRACE Received state_discovery: { +2024-12-17T05:26:56Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:56Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:54Z", +2024-12-17T05:26:56Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:56Z TRACE Received state_discovery: } +2024-12-17T05:26:56Z DEBUG Handling device message state_discovery MP:33d0ca12-1 +2024-12-17T05:26:56Z TRACE Ignoring partial state update +2024-12-17T05:26:56Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:26:56Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:56Z TRACE Received state_localnet: { +2024-12-17T05:26:56Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:56Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:56Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:26:56Z TRACE Received state_localnet: }, +2024-12-17T05:26:56Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:56Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:26:56Z TRACE Received state_localnet: }, +2024-12-17T05:26:56Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:56Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:26:56Z TRACE Received state_localnet: }, +2024-12-17T05:26:56Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:56Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:56Z TRACE Received state_localnet: } +2024-12-17T05:26:56Z TRACE Received state_localnet: }, +2024-12-17T05:26:56Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:54Z", +2024-12-17T05:26:56Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:56Z TRACE Received state_localnet: } +2024-12-17T05:26:56Z DEBUG Handling device message state_localnet MP:33d0ca12-2 +2024-12-17T05:26:56Z TRACE Ignoring partial state update +2024-12-17T05:26:56Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:56Z TRACE Received state_pointset: { +2024-12-17T05:26:56Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:56Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:56Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:56Z TRACE Received state_pointset: }, +2024-12-17T05:26:56Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:56Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:56Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:56Z TRACE Received state_pointset: }, +2024-12-17T05:26:56Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:56Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:56Z TRACE Received state_pointset: } +2024-12-17T05:26:56Z TRACE Received state_pointset: }, +2024-12-17T05:26:56Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:54Z", +2024-12-17T05:26:56Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:56Z TRACE Received state_pointset: } +2024-12-17T05:26:56Z DEBUG Handling device message state_pointset MP:33d0ca12-3 +2024-12-17T05:26:56Z TRACE Ignoring partial state update +2024-12-17T05:26:56Z TRACE received command AHU-1/events/pointset +2024-12-17T05:26:56Z TRACE Received events_pointset: { +2024-12-17T05:26:56Z TRACE Received events_pointset: "points" : { +2024-12-17T05:26:56Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:56Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:26:56Z TRACE Received events_pointset: }, +2024-12-17T05:26:56Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:56Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:26:56Z TRACE Received events_pointset: }, +2024-12-17T05:26:56Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:56Z TRACE Received events_pointset: "present_value" : 11 +2024-12-17T05:26:56Z TRACE Received events_pointset: } +2024-12-17T05:26:56Z TRACE Received events_pointset: }, +2024-12-17T05:26:56Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:26:56Z", +2024-12-17T05:26:56Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:26:56Z TRACE Received events_pointset: } +2024-12-17T05:26:56Z DEBUG Handling device message events_pointset MP:f7c1a546 +2024-12-17T05:26:56Z TRACE received command AHU-1/events/system +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:46Z DEBUG device.log: State update defer 0ms +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:46Z INFO device.log: Update state 2024-12-17T05:26:46Z last_config 2024-12-17T05:26:44Z +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:46Z DEBUG device.log: State update AHU-1 (scan_single_now) +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:48Z DEBUG system.config.receive: success +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:48Z DEBUG device.log: State update defer -95ms +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:48Z INFO device.log: Update state 2024-12-17T05:26:48Z last_config 2024-12-17T05:26:44Z +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:48Z DEBUG system.config.parse: success +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:48Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:48Z DEBUG device.log: State update AHU-1 (scan_single_now) +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:48Z DEBUG device.log: Config update AHU-1 (scan_single_now) +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:48Z INFO device.log: 2024-12-17T05:26:48Z received config 2024-12-17T05:26:48Z +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:48Z NOTICE system.config.apply: success +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:48Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:48Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:48Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:48Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:48Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:48Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:48Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:50Z DEBUG device.log: State update defer 0ms +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:50Z INFO device.log: Update state 2024-12-17T05:26:50Z last_config 2024-12-17T05:26:48Z +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:50Z DEBUG device.log: State update AHU-1 (scan_single_now) +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:52Z DEBUG system.config.receive: success +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:52Z DEBUG device.log: State update defer -55ms +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:52Z INFO device.log: Update state 2024-12-17T05:26:52Z last_config 2024-12-17T05:26:48Z +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:52Z DEBUG device.log: State update AHU-1 (scan_single_now) +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:52Z DEBUG system.config.parse: success +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:52Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:52Z DEBUG device.log: Config update AHU-1 (scan_single_now) +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:52Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:52Z INFO device.log: 2024-12-17T05:26:52Z received config 2024-12-17T05:26:52Z +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:52Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:52Z NOTICE system.config.apply: success +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:52Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:54Z DEBUG device.log: State update defer 0ms +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:54Z INFO device.log: Update state 2024-12-17T05:26:54Z last_config 2024-12-17T05:26:52Z +2024-12-17T05:26:56Z DEBUG Received events_system 2024-12-17T05:26:54Z DEBUG device.log: State update AHU-1 (scan_single_now) +2024-12-17T05:26:56Z DEBUG Handling device message events_system MP:f29ebc84 +2024-12-17T05:26:56Z TRACE received command AHU-1/config/update +2024-12-17T05:26:56Z DEBUG Received config_update +2024-12-17T05:26:56Z DEBUG Handling update message config_update RC:bc7efb.0000001e +2024-12-17T05:26:56Z DEBUG Removed configTransaction RC:bc7efb.0000001e +2024-12-17T05:26:56Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:35Z +2024-12-17T05:26:56Z DEBUG Updated config 2024-12-17T05:26:56Z RC:bc7efb.0000001e +2024-12-17T05:26:56Z INFO Updated config #017: Changed 1 fields: +2024-12-17T05:26:56Z INFO Updated config #017: Remove `discovery.families.vendor` +2024-12-17T05:26:56Z DEBUG Expected last_config now 2024-12-17T05:26:56Z +2024-12-17T05:26:56Z TRACE received command AHU-1/state/update +2024-12-17T05:26:56Z DEBUG Received state_update +2024-12-17T05:26:56Z DEBUG Handling update message state_update MP:13b4c452 +2024-12-17T05:26:56Z DEBUG Updated state after 0s 2024-12-17T05:26:56Z MP:13b4c452 +2024-12-17T05:26:56Z INFO Updated state #021: Changed 4 fields: +2024-12-17T05:26:56Z INFO Updated state #021: Set `system.status.level` = `100` +2024-12-17T05:26:56Z INFO Updated state #021: Set `system.status.category` = `system.config.parse` +2024-12-17T05:26:56Z INFO Updated state #021: Set `system.status.timestamp` = `2024-12-17T05:26:56Z` +2024-12-17T05:26:56Z INFO Updated state #021: Set `timestamp` = `2024-12-17T05:26:56Z` +2024-12-17T05:26:56Z DEBUG Updated state has last_config 2024-12-17T05:26:52Z (expecting 2024-12-17T05:26:56Z) +2024-12-17T05:26:56Z DEBUG Detail config update synchronized is now: config transactions not cleared, last_config not synced in state +2024-12-17T05:26:56Z TRACE received command AHU-1/state/system +2024-12-17T05:26:56Z TRACE Received state_system: { +2024-12-17T05:26:56Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:56Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:56Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:56Z TRACE Received state_system: }, +2024-12-17T05:26:56Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:52Z", +2024-12-17T05:26:56Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:56Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:56Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:26:56Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:56Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:56Z TRACE Received state_system: }, +2024-12-17T05:26:56Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:26:56Z TRACE Received state_system: "software" : { +2024-12-17T05:26:56Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:56Z TRACE Received state_system: }, +2024-12-17T05:26:56Z TRACE Received state_system: "status" : { +2024-12-17T05:26:56Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:56Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:26:56Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:56Z", +2024-12-17T05:26:56Z TRACE Received state_system: "level" : 100 +2024-12-17T05:26:56Z TRACE Received state_system: }, +2024-12-17T05:26:56Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:56Z", +2024-12-17T05:26:56Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:56Z TRACE Received state_system: } +2024-12-17T05:26:56Z DEBUG Handling device message state_system MP:13b4c452-0 +2024-12-17T05:26:56Z TRACE Ignoring partial state update +2024-12-17T05:26:56Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:56Z TRACE Received state_discovery: { +2024-12-17T05:26:56Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:56Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:56Z", +2024-12-17T05:26:56Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:56Z TRACE Received state_discovery: } +2024-12-17T05:26:56Z DEBUG Handling device message state_discovery MP:13b4c452-1 +2024-12-17T05:26:56Z TRACE Ignoring partial state update +2024-12-17T05:26:56Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:56Z TRACE Received state_localnet: { +2024-12-17T05:26:56Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:56Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:56Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:26:56Z TRACE Received state_localnet: }, +2024-12-17T05:26:56Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:56Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:26:56Z TRACE Received state_localnet: }, +2024-12-17T05:26:56Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:56Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:26:56Z TRACE Received state_localnet: }, +2024-12-17T05:26:56Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:56Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:56Z TRACE Received state_localnet: } +2024-12-17T05:26:56Z TRACE Received state_localnet: }, +2024-12-17T05:26:56Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:56Z", +2024-12-17T05:26:56Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:56Z TRACE Received state_localnet: } +2024-12-17T05:26:56Z DEBUG Handling device message state_localnet MP:13b4c452-2 +2024-12-17T05:26:56Z TRACE Ignoring partial state update +2024-12-17T05:26:56Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:56Z TRACE Received state_pointset: { +2024-12-17T05:26:56Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:56Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:56Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:56Z TRACE Received state_pointset: }, +2024-12-17T05:26:56Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:56Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:56Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:56Z TRACE Received state_pointset: }, +2024-12-17T05:26:56Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:56Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:56Z TRACE Received state_pointset: } +2024-12-17T05:26:56Z TRACE Received state_pointset: }, +2024-12-17T05:26:56Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:56Z", +2024-12-17T05:26:56Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:56Z TRACE Received state_pointset: } +2024-12-17T05:26:56Z DEBUG Handling device message state_pointset MP:13b4c452-3 +2024-12-17T05:26:56Z TRACE Ignoring partial state update +2024-12-17T05:26:57Z TRACE received command AHU-1/config/update +2024-12-17T05:26:57Z DEBUG Received config_update +2024-12-17T05:26:57Z DEBUG Handling update message config_update RC:bc7efb.0000001f +2024-12-17T05:26:57Z DEBUG Removed configTransaction RC:bc7efb.0000001f +2024-12-17T05:26:57Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:35Z +2024-12-17T05:26:57Z DEBUG Updated config 2024-12-17T05:26:57Z RC:bc7efb.0000001f +2024-12-17T05:26:57Z INFO Updated config #018: Changed 0 fields. +2024-12-17T05:26:57Z DEBUG Expected last_config now 2024-12-17T05:26:57Z +2024-12-17T05:26:58Z TRACE received command AHU-1/state/update +2024-12-17T05:26:58Z DEBUG Received state_update +2024-12-17T05:26:58Z DEBUG Handling update message state_update MP:65674b81 +2024-12-17T05:26:58Z DEBUG Updated state after 0s 2024-12-17T05:26:58Z MP:65674b81 +2024-12-17T05:26:58Z INFO Updated state #022: Changed 5 fields: +2024-12-17T05:26:58Z INFO Updated state #022: Set `system.last_config` = `2024-12-17T05:26:57Z` +2024-12-17T05:26:58Z INFO Updated state #022: Set `system.status.level` = `300` +2024-12-17T05:26:58Z INFO Updated state #022: Set `system.status.category` = `system.config.apply` +2024-12-17T05:26:58Z INFO Updated state #022: Set `system.status.timestamp` = `2024-12-17T05:26:57Z` +2024-12-17T05:26:58Z INFO Updated state #022: Set `timestamp` = `2024-12-17T05:26:58Z` +2024-12-17T05:26:58Z DEBUG Updated state has last_config 2024-12-17T05:26:57Z (expecting 2024-12-17T05:26:57Z) +2024-12-17T05:26:58Z DEBUG Detail config update synchronized is now: config transactions not cleared +2024-12-17T05:26:58Z TRACE received command AHU-1/state/system +2024-12-17T05:26:58Z TRACE Received state_system: { +2024-12-17T05:26:58Z TRACE Received state_system: "hardware" : { +2024-12-17T05:26:58Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:26:58Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:26:58Z TRACE Received state_system: }, +2024-12-17T05:26:58Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:57Z", +2024-12-17T05:26:58Z TRACE Received state_system: "operation" : { +2024-12-17T05:26:58Z TRACE Received state_system: "operational" : true, +2024-12-17T05:26:58Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:26:58Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:26:58Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:26:58Z TRACE Received state_system: }, +2024-12-17T05:26:58Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:26:58Z TRACE Received state_system: "software" : { +2024-12-17T05:26:58Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:26:58Z TRACE Received state_system: }, +2024-12-17T05:26:58Z TRACE Received state_system: "status" : { +2024-12-17T05:26:58Z TRACE Received state_system: "message" : "success", +2024-12-17T05:26:58Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:26:58Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:57Z", +2024-12-17T05:26:58Z TRACE Received state_system: "level" : 300 +2024-12-17T05:26:58Z TRACE Received state_system: }, +2024-12-17T05:26:58Z TRACE Received state_system: "timestamp" : "2024-12-17T05:26:58Z", +2024-12-17T05:26:58Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:26:58Z TRACE Received state_system: } +2024-12-17T05:26:58Z DEBUG Handling device message state_system MP:65674b81-0 +2024-12-17T05:26:58Z TRACE Ignoring partial state update +2024-12-17T05:26:58Z TRACE received command AHU-1/state/discovery +2024-12-17T05:26:58Z TRACE Received state_discovery: { +2024-12-17T05:26:58Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:26:58Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:58Z", +2024-12-17T05:26:58Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:26:58Z TRACE Received state_discovery: } +2024-12-17T05:26:58Z DEBUG Handling device message state_discovery MP:65674b81-1 +2024-12-17T05:26:58Z TRACE Ignoring partial state update +2024-12-17T05:26:58Z TRACE received command AHU-1/state/localnet +2024-12-17T05:26:58Z TRACE Received state_localnet: { +2024-12-17T05:26:58Z TRACE Received state_localnet: "families" : { +2024-12-17T05:26:58Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:26:58Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:26:58Z TRACE Received state_localnet: }, +2024-12-17T05:26:58Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:26:58Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:26:58Z TRACE Received state_localnet: }, +2024-12-17T05:26:58Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:26:58Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:26:58Z TRACE Received state_localnet: }, +2024-12-17T05:26:58Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:26:58Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:26:58Z TRACE Received state_localnet: } +2024-12-17T05:26:58Z TRACE Received state_localnet: }, +2024-12-17T05:26:58Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:58Z", +2024-12-17T05:26:58Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:26:58Z TRACE Received state_localnet: } +2024-12-17T05:26:58Z DEBUG Handling device message state_localnet MP:65674b81-2 +2024-12-17T05:26:58Z TRACE Ignoring partial state update +2024-12-17T05:26:58Z TRACE received command AHU-1/state/pointset +2024-12-17T05:26:58Z TRACE Received state_pointset: { +2024-12-17T05:26:58Z TRACE Received state_pointset: "points" : { +2024-12-17T05:26:58Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:26:58Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:26:58Z TRACE Received state_pointset: }, +2024-12-17T05:26:58Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:26:58Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:26:58Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:26:58Z TRACE Received state_pointset: }, +2024-12-17T05:26:58Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:26:58Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:26:58Z TRACE Received state_pointset: } +2024-12-17T05:26:58Z TRACE Received state_pointset: }, +2024-12-17T05:26:58Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:58Z", +2024-12-17T05:26:58Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:26:58Z TRACE Received state_pointset: } +2024-12-17T05:26:58Z DEBUG Handling device message state_pointset MP:65674b81-3 +2024-12-17T05:26:58Z TRACE Ignoring partial state update +2024-12-17T05:26:59Z TRACE received command AHU-1/config/update +2024-12-17T05:26:59Z DEBUG Received config_update +2024-12-17T05:26:59Z DEBUG Handling update message config_update RC:bc7efb.00000020 +2024-12-17T05:26:59Z DEBUG Removed configTransaction RC:bc7efb.00000020 +2024-12-17T05:26:59Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:35Z +2024-12-17T05:26:59Z DEBUG Updated config 2024-12-17T05:26:58Z RC:bc7efb.00000020 +2024-12-17T05:26:59Z INFO Updated config #019: Changed 0 fields. +2024-12-17T05:26:59Z DEBUG Expected last_config now 2024-12-17T05:26:58Z +2024-12-17T05:27:00Z TRACE received command AHU-1/config/update +2024-12-17T05:27:00Z DEBUG Received config_update +2024-12-17T05:27:00Z DEBUG Handling update message config_update RC:bc7efb.0000001d +2024-12-17T05:27:00Z DEBUG Removed configTransaction RC:bc7efb.0000001d +2024-12-17T05:27:00Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:35Z +2024-12-17T05:27:00Z DEBUG Updated config 2024-12-17T05:27:00Z RC:bc7efb.0000001d +2024-12-17T05:27:00Z INFO Updated config #020: Changed 0 fields. +2024-12-17T05:27:00Z DEBUG Expected last_config now 2024-12-17T05:27:00Z +2024-12-17T05:27:00Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:27:00Z TRACE received command AHU-1/state/update +2024-12-17T05:27:00Z DEBUG Received state_update +2024-12-17T05:27:00Z DEBUG Handling update message state_update MP:60fbaf9d +2024-12-17T05:27:00Z DEBUG Updated state after 0s 2024-12-17T05:27:00Z MP:60fbaf9d +2024-12-17T05:27:00Z INFO Updated state #023: Changed 3 fields: +2024-12-17T05:27:00Z INFO Updated state #023: Set `system.last_config` = `2024-12-17T05:27:00Z` +2024-12-17T05:27:00Z INFO Updated state #023: Set `system.status.timestamp` = `2024-12-17T05:27:00Z` +2024-12-17T05:27:00Z INFO Updated state #023: Set `timestamp` = `2024-12-17T05:27:00Z` +2024-12-17T05:27:00Z DEBUG Updated state has last_config 2024-12-17T05:27:00Z (expecting 2024-12-17T05:27:00Z) +2024-12-17T05:27:00Z TRACE received command AHU-1/state/system +2024-12-17T05:27:00Z TRACE Received state_system: { +2024-12-17T05:27:00Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:00Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:00Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:00Z TRACE Received state_system: }, +2024-12-17T05:27:00Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:00Z", +2024-12-17T05:27:00Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:00Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:00Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:27:00Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:00Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:00Z TRACE Received state_system: }, +2024-12-17T05:27:00Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:27:00Z TRACE Received state_system: "software" : { +2024-12-17T05:27:00Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:00Z TRACE Received state_system: }, +2024-12-17T05:27:00Z TRACE Received state_system: "status" : { +2024-12-17T05:27:00Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:00Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:27:00Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:00Z", +2024-12-17T05:27:00Z TRACE Received state_system: "level" : 300 +2024-12-17T05:27:00Z TRACE Received state_system: }, +2024-12-17T05:27:00Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:00Z", +2024-12-17T05:27:00Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:00Z TRACE Received state_system: } +2024-12-17T05:27:00Z DEBUG Handling device message state_system MP:60fbaf9d-0 +2024-12-17T05:27:00Z TRACE Ignoring partial state update +2024-12-17T05:27:00Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:27:00Z DEBUG Stage finished waiting for config update synchronized at 26s after 4s +2024-12-17T05:27:00Z TRACE Stage resume waiting for discovery families defined at 26s +2024-12-17T05:27:00Z DEBUG Config sync took 4s +2024-12-17T05:27:00Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:27:00Z DEBUG New lastConfigMark at 2024-12-17T05:27:00Z +2024-12-17T05:27:00Z DEBUG Update config before discovery families defined timestamp 2024-12-17T05:27:00Z +2024-12-17T05:27:00Z TRACE Outgoing local_update: { +2024-12-17T05:27:00Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:00Z", +2024-12-17T05:27:00Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:00Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:00Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:00Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:00Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:00Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:27:00Z TRACE Outgoing local_update: }, +2024-12-17T05:27:00Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:00Z TRACE Outgoing local_update: "sequence_name" : "scan_single_now" +2024-12-17T05:27:00Z TRACE Outgoing local_update: } +2024-12-17T05:27:00Z TRACE Outgoing local_update: }, +2024-12-17T05:27:00Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:00Z TRACE Outgoing local_update: "families" : { } +2024-12-17T05:27:00Z TRACE Outgoing local_update: }, +2024-12-17T05:27:00Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:00Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:00Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:00Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:00Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:00Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:00Z TRACE Outgoing local_update: } +2024-12-17T05:27:00Z TRACE Outgoing local_update: }, +2024-12-17T05:27:00Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:00Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:00Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:00Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:00Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:00Z TRACE Outgoing local_update: }, +2024-12-17T05:27:00Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:00Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:00Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:00Z TRACE Outgoing local_update: }, +2024-12-17T05:27:00Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:00Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:00Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:00Z TRACE Outgoing local_update: } +2024-12-17T05:27:00Z TRACE Outgoing local_update: } +2024-12-17T05:27:00Z TRACE Outgoing local_update: } +2024-12-17T05:27:00Z TRACE Outgoing local_update: } +2024-12-17T05:27:00Z DEBUG Recorded sequence: 1. Update config before discovery families defined +2024-12-17T05:27:00Z INFO Device config Remove `discovery.families.vendor` +2024-12-17T05:27:00Z TRACE Update config before discovery families defined: Remove `discovery.families.vendor` +2024-12-17T05:27:00Z DEBUG Recorded sequence: 1. Wait for discovery families defined +2024-12-17T05:27:00Z DEBUG Stage finished waiting for discovery families defined at 26s after 6s +2024-12-17T05:27:00Z TRACE Stage resume waiting for executing test at 26s +2024-12-17T05:27:00Z TRACE Stage suspend waiting for executing test at 26s +2024-12-17T05:27:00Z INFO Stage start waiting for discovery family keys match at 26s +2024-12-17T05:27:00Z DEBUG Delay from lastConfigMark 2024-12-17T05:27:00.691118262Z is 1997ms +2024-12-17T05:27:00Z DEBUG Rate-limiting config by 1997ms +2024-12-17T05:27:02Z DEBUG System config extra field null +2024-12-17T05:27:02Z TRACE Updated check config_system: false +2024-12-17T05:27:02Z TRACE Updated check config_pointset: false +2024-12-17T05:27:02Z TRACE Updated check config_gateway: false +2024-12-17T05:27:02Z TRACE Updated check config_localnet: false +2024-12-17T05:27:02Z TRACE Updated check config_blobset: false +2024-12-17T05:27:02Z TRACE Updated check config_discovery: false +2024-12-17T05:27:02Z DEBUG New lastConfigMark at 2024-12-17T05:27:02Z +2024-12-17T05:27:02Z DEBUG Update config before discovery family keys match timestamp 2024-12-17T05:27:00Z +2024-12-17T05:27:02Z TRACE Outgoing local_update: { +2024-12-17T05:27:02Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:00Z", +2024-12-17T05:27:02Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:02Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:02Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:02Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:02Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:02Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:27:02Z TRACE Outgoing local_update: }, +2024-12-17T05:27:02Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:02Z TRACE Outgoing local_update: "sequence_name" : "scan_single_now" +2024-12-17T05:27:02Z TRACE Outgoing local_update: } +2024-12-17T05:27:02Z TRACE Outgoing local_update: }, +2024-12-17T05:27:02Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:02Z TRACE Outgoing local_update: "families" : { } +2024-12-17T05:27:02Z TRACE Outgoing local_update: }, +2024-12-17T05:27:02Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:02Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:02Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:02Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:02Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:02Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:02Z TRACE Outgoing local_update: } +2024-12-17T05:27:02Z TRACE Outgoing local_update: }, +2024-12-17T05:27:02Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:02Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:02Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:02Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:02Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:02Z TRACE Outgoing local_update: }, +2024-12-17T05:27:02Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:02Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:02Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:02Z TRACE Outgoing local_update: }, +2024-12-17T05:27:02Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:02Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:02Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:02Z TRACE Outgoing local_update: } +2024-12-17T05:27:02Z TRACE Outgoing local_update: } +2024-12-17T05:27:02Z TRACE Outgoing local_update: } +2024-12-17T05:27:02Z TRACE Outgoing local_update: } +2024-12-17T05:27:02Z DEBUG Recorded sequence: 1. Wait until discovery family keys match +2024-12-17T05:27:02Z DEBUG Stage finished waiting for discovery family keys match at 28s after 2s +2024-12-17T05:27:02Z TRACE Stage resume waiting for executing test at 28s +2024-12-17T05:27:02Z TRACE Stage suspend waiting for executing test at 28s +2024-12-17T05:27:02Z INFO Stage start waiting for no scans active at 28s +2024-12-17T05:27:02Z DEBUG Delay from lastConfigMark 2024-12-17T05:27:02.692228871Z is 1997ms +2024-12-17T05:27:02Z DEBUG Rate-limiting config by 1997ms +2024-12-17T05:27:04Z DEBUG System config extra field null +2024-12-17T05:27:04Z TRACE Updated check config_system: false +2024-12-17T05:27:04Z TRACE Updated check config_pointset: false +2024-12-17T05:27:04Z TRACE Updated check config_gateway: false +2024-12-17T05:27:04Z TRACE Updated check config_localnet: false +2024-12-17T05:27:04Z TRACE Updated check config_blobset: false +2024-12-17T05:27:04Z TRACE Updated check config_discovery: false +2024-12-17T05:27:04Z DEBUG New lastConfigMark at 2024-12-17T05:27:04Z +2024-12-17T05:27:04Z DEBUG Update config before no scans active timestamp 2024-12-17T05:27:00Z +2024-12-17T05:27:04Z TRACE Outgoing local_update: { +2024-12-17T05:27:04Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:00Z", +2024-12-17T05:27:04Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:04Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:04Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:04Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:04Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:04Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:27:04Z TRACE Outgoing local_update: }, +2024-12-17T05:27:04Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:04Z TRACE Outgoing local_update: "sequence_name" : "scan_single_now" +2024-12-17T05:27:04Z TRACE Outgoing local_update: } +2024-12-17T05:27:04Z TRACE Outgoing local_update: }, +2024-12-17T05:27:04Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:04Z TRACE Outgoing local_update: "families" : { } +2024-12-17T05:27:04Z TRACE Outgoing local_update: }, +2024-12-17T05:27:04Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:04Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:04Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:04Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:04Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:04Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:04Z TRACE Outgoing local_update: } +2024-12-17T05:27:04Z TRACE Outgoing local_update: }, +2024-12-17T05:27:04Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:04Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:04Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:04Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:04Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:04Z TRACE Outgoing local_update: }, +2024-12-17T05:27:04Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:04Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:04Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:04Z TRACE Outgoing local_update: }, +2024-12-17T05:27:04Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:04Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:04Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:04Z TRACE Outgoing local_update: } +2024-12-17T05:27:04Z TRACE Outgoing local_update: } +2024-12-17T05:27:04Z TRACE Outgoing local_update: } +2024-12-17T05:27:04Z TRACE Outgoing local_update: } +2024-12-17T05:27:04Z DEBUG Recorded sequence: 1. Wait for no scans active +2024-12-17T05:27:04Z DEBUG Stage finished waiting for no scans active at 30s after 2s +2024-12-17T05:27:04Z TRACE Stage resume waiting for executing test at 30s +2024-12-17T05:27:04Z INFO Scan configured for family vendor starting at 2024-12-17T05:26:53Z evey nulls +2024-12-17T05:27:04Z TRACE Stage suspend waiting for executing test at 30s +2024-12-17T05:27:04Z INFO Stage start waiting for scheduled scan active at 30s +2024-12-17T05:27:04Z DEBUG Delay from lastConfigMark 2024-12-17T05:27:04.693184020Z is 1997ms +2024-12-17T05:27:04Z DEBUG Rate-limiting config by 1997ms +2024-12-17T05:27:06Z DEBUG System config extra field null +2024-12-17T05:27:06Z TRACE Updated check config_system: false +2024-12-17T05:27:06Z TRACE Updated check config_pointset: false +2024-12-17T05:27:06Z TRACE Updated check config_gateway: false +2024-12-17T05:27:06Z TRACE Updated check config_localnet: false +2024-12-17T05:27:06Z TRACE Updated check config_blobset: false +2024-12-17T05:27:06Z TRACE Updated check config_discovery: true +2024-12-17T05:27:06Z DEBUG Update config_discovery, adding configTransaction RC:bc7efb.00000021 +2024-12-17T05:27:06Z TRACE Outgoing local_discovery: { +2024-12-17T05:27:06Z TRACE Outgoing local_discovery: "families" : { +2024-12-17T05:27:06Z TRACE Outgoing local_discovery: "vendor" : { +2024-12-17T05:27:06Z TRACE Outgoing local_discovery: "generation" : "2024-12-17T05:26:53Z", +2024-12-17T05:27:06Z TRACE Outgoing local_discovery: "scan_duration_sec" : 10 +2024-12-17T05:27:06Z TRACE Outgoing local_discovery: } +2024-12-17T05:27:06Z TRACE Outgoing local_discovery: } +2024-12-17T05:27:06Z TRACE Outgoing local_discovery: } +2024-12-17T05:27:06Z DEBUG Saving pre-config state timestamp 2024-12-17T05:27:00Z +2024-12-17T05:27:06Z DEBUG Update lastConfigUpdate 2024-12-17T05:27:06Z, because before scheduled scan active +2024-12-17T05:27:06Z TRACE Stage suspend waiting for scheduled scan active at 32s +2024-12-17T05:27:06Z INFO Stage start waiting for config update synchronized at 32s +2024-12-17T05:27:06Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:06Z TRACE Received state_discovery: { +2024-12-17T05:27:06Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:27:06Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:00Z", +2024-12-17T05:27:06Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:06Z TRACE Received state_discovery: } +2024-12-17T05:27:06Z DEBUG Handling device message state_discovery MP:60fbaf9d-1 +2024-12-17T05:27:06Z TRACE Ignoring partial state update +2024-12-17T05:27:06Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:27:06Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:06Z TRACE Received state_localnet: { +2024-12-17T05:27:06Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:06Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:06Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:27:06Z TRACE Received state_localnet: }, +2024-12-17T05:27:06Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:06Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:27:06Z TRACE Received state_localnet: }, +2024-12-17T05:27:06Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:06Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:27:06Z TRACE Received state_localnet: }, +2024-12-17T05:27:06Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:06Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:06Z TRACE Received state_localnet: } +2024-12-17T05:27:06Z TRACE Received state_localnet: }, +2024-12-17T05:27:06Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:00Z", +2024-12-17T05:27:06Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:06Z TRACE Received state_localnet: } +2024-12-17T05:27:06Z DEBUG Handling device message state_localnet MP:60fbaf9d-2 +2024-12-17T05:27:06Z TRACE Ignoring partial state update +2024-12-17T05:27:06Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:06Z TRACE Received state_pointset: { +2024-12-17T05:27:06Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:06Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:06Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:06Z TRACE Received state_pointset: }, +2024-12-17T05:27:06Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:06Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:06Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:06Z TRACE Received state_pointset: }, +2024-12-17T05:27:06Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:06Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:06Z TRACE Received state_pointset: } +2024-12-17T05:27:06Z TRACE Received state_pointset: }, +2024-12-17T05:27:06Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:00Z", +2024-12-17T05:27:06Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:06Z TRACE Received state_pointset: } +2024-12-17T05:27:06Z DEBUG Handling device message state_pointset MP:60fbaf9d-3 +2024-12-17T05:27:06Z TRACE Ignoring partial state update +2024-12-17T05:27:06Z TRACE received command AHU-1/events/pointset +2024-12-17T05:27:06Z TRACE Received events_pointset: { +2024-12-17T05:27:06Z TRACE Received events_pointset: "points" : { +2024-12-17T05:27:06Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:06Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:27:06Z TRACE Received events_pointset: }, +2024-12-17T05:27:06Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:06Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:27:06Z TRACE Received events_pointset: }, +2024-12-17T05:27:06Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:06Z TRACE Received events_pointset: "present_value" : 8 +2024-12-17T05:27:06Z TRACE Received events_pointset: } +2024-12-17T05:27:06Z TRACE Received events_pointset: }, +2024-12-17T05:27:06Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:27:06Z", +2024-12-17T05:27:06Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:27:06Z TRACE Received events_pointset: } +2024-12-17T05:27:06Z DEBUG Handling device message events_pointset MP:6bcebafe +2024-12-17T05:27:06Z TRACE received command AHU-1/events/system +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:56Z DEBUG system.config.receive: success +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:56Z DEBUG device.log: State update defer -107ms +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:56Z INFO device.log: Update state 2024-12-17T05:26:56Z last_config 2024-12-17T05:26:52Z +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:56Z DEBUG system.config.parse: success +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:56Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:56Z DEBUG device.log: Config update AHU-1 (scan_single_now) +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:56Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:56Z INFO device.log: 2024-12-17T05:26:56Z received config 2024-12-17T05:26:56Z +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:56Z NOTICE system.config.apply: success +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:56Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:56Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:56Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:56Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:56Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:57Z DEBUG system.config.receive: success +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:57Z DEBUG system.config.parse: success +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:57Z DEBUG device.log: State update defer 798ms +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:57Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:57Z DEBUG device.log: State update defer 798ms +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:57Z DEBUG device.log: Config update AHU-1 (scan_single_now) +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:57Z INFO device.log: 2024-12-17T05:26:57Z received config 2024-12-17T05:26:57Z +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:57Z NOTICE system.config.apply: success +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:57Z DEBUG device.log: State update defer 797ms +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:57Z DEBUG device.log: State update defer 797ms +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:57Z DEBUG device.log: State update defer 796ms +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:57Z DEBUG device.log: State update defer 796ms +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:58Z DEBUG device.log: State update defer 0ms +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:58Z INFO device.log: Update state 2024-12-17T05:26:58Z last_config 2024-12-17T05:26:57Z +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:58Z DEBUG device.log: State update AHU-1 (scan_single_now) +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:59Z DEBUG system.config.receive: success +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:59Z DEBUG device.log: State update defer 1597ms +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:59Z DEBUG system.config.parse: success +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:59Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:59Z DEBUG device.log: Config update AHU-1 (scan_single_now) +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:59Z INFO device.log: 2024-12-17T05:26:59Z received config 2024-12-17T05:26:58Z +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:59Z NOTICE system.config.apply: success +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:59Z DEBUG device.log: State update defer 1595ms +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:26:59Z DEBUG device.log: State update defer 1595ms +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:27:00Z DEBUG system.config.receive: success +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:27:00Z DEBUG device.log: State update defer 488ms +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:27:00Z DEBUG system.config.parse: success +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:27:00Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:27:00Z DEBUG device.log: Config update AHU-1 (scan_single_now) +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:27:00Z INFO device.log: 2024-12-17T05:27:00Z received config 2024-12-17T05:27:00Z +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:27:00Z NOTICE system.config.apply: success +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:27:00Z DEBUG device.log: State update defer 487ms +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:27:00Z DEBUG device.log: State update defer 486ms +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:27:00Z DEBUG device.log: State update defer 0ms +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:27:00Z INFO device.log: Update state 2024-12-17T05:27:00Z last_config 2024-12-17T05:27:00Z +2024-12-17T05:27:06Z DEBUG Received events_system 2024-12-17T05:27:00Z DEBUG device.log: State update AHU-1 (scan_single_now) +2024-12-17T05:27:06Z DEBUG Handling device message events_system MP:b97cbbde +2024-12-17T05:27:06Z TRACE received command AHU-1/config/update +2024-12-17T05:27:06Z DEBUG Received config_update +2024-12-17T05:27:06Z DEBUG Handling update message config_update RC:bc7efb.00000021 +2024-12-17T05:27:06Z DEBUG Removed configTransaction RC:bc7efb.00000021 +2024-12-17T05:27:06Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:35Z +2024-12-17T05:27:06Z DEBUG Updated config 2024-12-17T05:27:06Z RC:bc7efb.00000021 +2024-12-17T05:27:06Z INFO Updated config #021: Changed 1 fields: +2024-12-17T05:27:06Z INFO Updated config #021: Add `discovery.families.vendor` = { "generation": `family generation`, "scan_duration_sec": `10` } +2024-12-17T05:27:06Z DEBUG Expected last_config now 2024-12-17T05:27:06Z +2024-12-17T05:27:06Z TRACE received command AHU-1/state/update +2024-12-17T05:27:06Z DEBUG Received state_update +2024-12-17T05:27:06Z DEBUG Handling update message state_update MP:2e49f220 +2024-12-17T05:27:06Z DEBUG Updated state after 0s 2024-12-17T05:27:06Z MP:2e49f220 +2024-12-17T05:27:06Z INFO Updated state #024: Changed 4 fields: +2024-12-17T05:27:06Z INFO Updated state #024: Set `system.status.level` = `100` +2024-12-17T05:27:06Z INFO Updated state #024: Set `system.status.category` = `system.config.parse` +2024-12-17T05:27:06Z INFO Updated state #024: Set `system.status.timestamp` = `2024-12-17T05:27:06Z` +2024-12-17T05:27:06Z INFO Updated state #024: Set `timestamp` = `2024-12-17T05:27:06Z` +2024-12-17T05:27:06Z DEBUG Updated state has last_config 2024-12-17T05:27:00Z (expecting 2024-12-17T05:27:06Z) +2024-12-17T05:27:06Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:27:06Z TRACE received command AHU-1/state/system +2024-12-17T05:27:06Z TRACE Received state_system: { +2024-12-17T05:27:06Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:06Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:06Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:06Z TRACE Received state_system: }, +2024-12-17T05:27:06Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:00Z", +2024-12-17T05:27:06Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:06Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:06Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:27:06Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:06Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:06Z TRACE Received state_system: }, +2024-12-17T05:27:06Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:27:06Z TRACE Received state_system: "software" : { +2024-12-17T05:27:06Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:06Z TRACE Received state_system: }, +2024-12-17T05:27:06Z TRACE Received state_system: "status" : { +2024-12-17T05:27:06Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:06Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:27:06Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:06Z", +2024-12-17T05:27:06Z TRACE Received state_system: "level" : 100 +2024-12-17T05:27:06Z TRACE Received state_system: }, +2024-12-17T05:27:06Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:06Z", +2024-12-17T05:27:06Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:06Z TRACE Received state_system: } +2024-12-17T05:27:06Z DEBUG Handling device message state_system MP:2e49f220-0 +2024-12-17T05:27:06Z TRACE Ignoring partial state update +2024-12-17T05:27:06Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:06Z TRACE Received state_discovery: { +2024-12-17T05:27:06Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:27:06Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:06Z", +2024-12-17T05:27:06Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:06Z TRACE Received state_discovery: } +2024-12-17T05:27:06Z DEBUG Handling device message state_discovery MP:2e49f220-1 +2024-12-17T05:27:06Z TRACE Ignoring partial state update +2024-12-17T05:27:06Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:06Z TRACE Received state_localnet: { +2024-12-17T05:27:06Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:06Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:06Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:27:06Z TRACE Received state_localnet: }, +2024-12-17T05:27:06Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:06Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:27:06Z TRACE Received state_localnet: }, +2024-12-17T05:27:06Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:06Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:27:06Z TRACE Received state_localnet: }, +2024-12-17T05:27:06Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:06Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:06Z TRACE Received state_localnet: } +2024-12-17T05:27:06Z TRACE Received state_localnet: }, +2024-12-17T05:27:06Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:06Z", +2024-12-17T05:27:06Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:06Z TRACE Received state_localnet: } +2024-12-17T05:27:06Z DEBUG Handling device message state_localnet MP:2e49f220-2 +2024-12-17T05:27:06Z TRACE Ignoring partial state update +2024-12-17T05:27:06Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:06Z TRACE Received state_pointset: { +2024-12-17T05:27:06Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:06Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:06Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:06Z TRACE Received state_pointset: }, +2024-12-17T05:27:06Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:06Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:06Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:06Z TRACE Received state_pointset: }, +2024-12-17T05:27:06Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:06Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:06Z TRACE Received state_pointset: } +2024-12-17T05:27:06Z TRACE Received state_pointset: }, +2024-12-17T05:27:06Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:06Z", +2024-12-17T05:27:06Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:06Z TRACE Received state_pointset: } +2024-12-17T05:27:06Z DEBUG Handling device message state_pointset MP:2e49f220-3 +2024-12-17T05:27:06Z TRACE Ignoring partial state update +2024-12-17T05:27:06Z TRACE received command AHU-1/events/discovery +2024-12-17T05:27:06Z TRACE Received events_discovery: { +2024-12-17T05:27:06Z TRACE Received events_discovery: "generation" : "2024-12-17T05:26:53Z", +2024-12-17T05:27:06Z TRACE Received events_discovery: "scan_addr" : "20231", +2024-12-17T05:27:06Z TRACE Received events_discovery: "scan_family" : "vendor", +2024-12-17T05:27:06Z TRACE Received events_discovery: "system" : { +2024-12-17T05:27:06Z TRACE Received events_discovery: "ancillary" : { +2024-12-17T05:27:06Z TRACE Received events_discovery: "device-name" : "GAT-123" +2024-12-17T05:27:06Z TRACE Received events_discovery: } +2024-12-17T05:27:06Z TRACE Received events_discovery: }, +2024-12-17T05:27:06Z TRACE Received events_discovery: "timestamp" : "2024-12-17T05:27:06Z", +2024-12-17T05:27:06Z TRACE Received events_discovery: "version" : "1.5.2" +2024-12-17T05:27:06Z TRACE Received events_discovery: } +2024-12-17T05:27:06Z DEBUG Handling device message events_discovery MP:a3823a18 +2024-12-17T05:27:06Z TRACE received command AHU-1/events/discovery +2024-12-17T05:27:06Z TRACE Received events_discovery: { +2024-12-17T05:27:06Z TRACE Received events_discovery: "generation" : "2024-12-17T05:26:53Z", +2024-12-17T05:27:06Z TRACE Received events_discovery: "scan_addr" : "28179023", +2024-12-17T05:27:06Z TRACE Received events_discovery: "scan_family" : "vendor", +2024-12-17T05:27:06Z TRACE Received events_discovery: "system" : { +2024-12-17T05:27:06Z TRACE Received events_discovery: "ancillary" : { +2024-12-17T05:27:06Z TRACE Received events_discovery: "device-name" : "AHU-1" +2024-12-17T05:27:06Z TRACE Received events_discovery: } +2024-12-17T05:27:06Z TRACE Received events_discovery: }, +2024-12-17T05:27:06Z TRACE Received events_discovery: "timestamp" : "2024-12-17T05:27:06Z", +2024-12-17T05:27:06Z TRACE Received events_discovery: "version" : "1.5.2" +2024-12-17T05:27:06Z TRACE Received events_discovery: } +2024-12-17T05:27:06Z DEBUG Handling device message events_discovery MP:9a1cc0d1 +2024-12-17T05:27:06Z TRACE received command AHU-1/events/discovery +2024-12-17T05:27:06Z TRACE Received events_discovery: { +2024-12-17T05:27:06Z TRACE Received events_discovery: "generation" : "2024-12-17T05:26:53Z", +2024-12-17T05:27:06Z TRACE Received events_discovery: "scan_addr" : "0x65", +2024-12-17T05:27:06Z TRACE Received events_discovery: "scan_family" : "vendor", +2024-12-17T05:27:06Z TRACE Received events_discovery: "system" : { +2024-12-17T05:27:06Z TRACE Received events_discovery: "ancillary" : { +2024-12-17T05:27:06Z TRACE Received events_discovery: "device-name" : "AHU-22" +2024-12-17T05:27:06Z TRACE Received events_discovery: } +2024-12-17T05:27:06Z TRACE Received events_discovery: }, +2024-12-17T05:27:06Z TRACE Received events_discovery: "timestamp" : "2024-12-17T05:27:06Z", +2024-12-17T05:27:06Z TRACE Received events_discovery: "version" : "1.5.2" +2024-12-17T05:27:06Z TRACE Received events_discovery: } +2024-12-17T05:27:06Z DEBUG Handling device message events_discovery MP:d4d5cf26 +2024-12-17T05:27:08Z TRACE received command AHU-1/state/update +2024-12-17T05:27:08Z DEBUG Received state_update +2024-12-17T05:27:08Z DEBUG Handling update message state_update MP:dbde3007 +2024-12-17T05:27:08Z DEBUG Updated state after 0s 2024-12-17T05:27:08Z MP:dbde3007 +2024-12-17T05:27:08Z INFO Updated state #025: Changed 5 fields: +2024-12-17T05:27:08Z INFO Updated state #025: Set `system.last_config` = `2024-12-17T05:27:06Z` +2024-12-17T05:27:08Z INFO Updated state #025: Set `system.status.level` = `300` +2024-12-17T05:27:08Z INFO Updated state #025: Set `system.status.category` = `system.config.apply` +2024-12-17T05:27:08Z INFO Updated state #025: Add `discovery.families.vendor` = { "generation": `2024-12-17T05:26:53Z`, "phase": `active`, "active_count": `3` } +2024-12-17T05:27:08Z INFO Updated state #025: Set `timestamp` = `2024-12-17T05:27:08Z` +2024-12-17T05:27:08Z DEBUG Updated state has last_config 2024-12-17T05:27:06Z (expecting 2024-12-17T05:27:06Z) +2024-12-17T05:27:08Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:27:08Z DEBUG Stage finished waiting for config update synchronized at 34s after 2s +2024-12-17T05:27:08Z TRACE Stage resume waiting for scheduled scan active at 34s +2024-12-17T05:27:08Z DEBUG Config sync took 2s +2024-12-17T05:27:08Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:27:08Z DEBUG New lastConfigMark at 2024-12-17T05:27:08Z +2024-12-17T05:27:08Z DEBUG Update config before scheduled scan active timestamp 2024-12-17T05:27:06Z +2024-12-17T05:27:08Z TRACE Outgoing local_update: { +2024-12-17T05:27:08Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:06Z", +2024-12-17T05:27:08Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:08Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:08Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:08Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:08Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:08Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:27:08Z TRACE Outgoing local_update: }, +2024-12-17T05:27:08Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:08Z TRACE Outgoing local_update: "sequence_name" : "scan_single_now" +2024-12-17T05:27:08Z TRACE Outgoing local_update: } +2024-12-17T05:27:08Z TRACE Outgoing local_update: }, +2024-12-17T05:27:08Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:08Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:08Z TRACE Outgoing local_update: "vendor" : { +2024-12-17T05:27:08Z TRACE Outgoing local_update: "generation" : "2024-12-17T05:26:53Z", +2024-12-17T05:27:08Z TRACE Outgoing local_update: "scan_duration_sec" : 10 +2024-12-17T05:27:08Z TRACE Outgoing local_update: } +2024-12-17T05:27:08Z TRACE Outgoing local_update: } +2024-12-17T05:27:08Z TRACE Outgoing local_update: }, +2024-12-17T05:27:08Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:08Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:08Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:08Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:08Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:08Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:08Z TRACE Outgoing local_update: } +2024-12-17T05:27:08Z TRACE Outgoing local_update: }, +2024-12-17T05:27:08Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:08Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:08Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:08Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:08Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:08Z TRACE Outgoing local_update: }, +2024-12-17T05:27:08Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:08Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:08Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:08Z TRACE Outgoing local_update: }, +2024-12-17T05:27:08Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:08Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:08Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:08Z TRACE Outgoing local_update: } +2024-12-17T05:27:08Z TRACE Outgoing local_update: } +2024-12-17T05:27:08Z TRACE Outgoing local_update: } +2024-12-17T05:27:08Z TRACE Outgoing local_update: } +2024-12-17T05:27:08Z DEBUG Recorded sequence: 1. Update config before scheduled scan active +2024-12-17T05:27:08Z INFO Device config Add `discovery.families.vendor` = { "generation": `family generation`, "scan_duration_sec": `10` } +2024-12-17T05:27:08Z TRACE Update config before scheduled scan active: Add `discovery.families.vendor` = { "generation": `family generation`, "scan_duration_sec": `10` } +2024-12-17T05:27:08Z DEBUG Recorded sequence: 1. Wait until scheduled scan active +2024-12-17T05:27:08Z DEBUG Stage finished waiting for scheduled scan active at 34s after 4s +2024-12-17T05:27:08Z TRACE Stage resume waiting for executing test at 34s +2024-12-17T05:27:08Z DEBUG Recorded sequence: 1. Check that scan started at time +2024-12-17T05:27:08Z TRACE Stage suspend waiting for executing test at 34s +2024-12-17T05:27:08Z INFO Stage start waiting for scheduled scan complete at 34s +2024-12-17T05:27:08Z DEBUG Delay from lastConfigMark 2024-12-17T05:27:08.755881205Z is 1996ms +2024-12-17T05:27:08Z DEBUG Rate-limiting config by 1996ms +2024-12-17T05:27:10Z DEBUG System config extra field null +2024-12-17T05:27:10Z TRACE Updated check config_system: false +2024-12-17T05:27:10Z TRACE Updated check config_pointset: false +2024-12-17T05:27:10Z TRACE Updated check config_gateway: false +2024-12-17T05:27:10Z TRACE Updated check config_localnet: false +2024-12-17T05:27:10Z TRACE Updated check config_blobset: false +2024-12-17T05:27:10Z TRACE Updated check config_discovery: false +2024-12-17T05:27:10Z DEBUG New lastConfigMark at 2024-12-17T05:27:10Z +2024-12-17T05:27:10Z DEBUG Update config before scheduled scan complete timestamp 2024-12-17T05:27:06Z +2024-12-17T05:27:10Z TRACE Outgoing local_update: { +2024-12-17T05:27:10Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:06Z", +2024-12-17T05:27:10Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:10Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:10Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:10Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:10Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:10Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:35Z" +2024-12-17T05:27:10Z TRACE Outgoing local_update: }, +2024-12-17T05:27:10Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:10Z TRACE Outgoing local_update: "sequence_name" : "scan_single_now" +2024-12-17T05:27:10Z TRACE Outgoing local_update: } +2024-12-17T05:27:10Z TRACE Outgoing local_update: }, +2024-12-17T05:27:10Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:10Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:10Z TRACE Outgoing local_update: "vendor" : { +2024-12-17T05:27:10Z TRACE Outgoing local_update: "generation" : "2024-12-17T05:26:53Z", +2024-12-17T05:27:10Z TRACE Outgoing local_update: "scan_duration_sec" : 10 +2024-12-17T05:27:10Z TRACE Outgoing local_update: } +2024-12-17T05:27:10Z TRACE Outgoing local_update: } +2024-12-17T05:27:10Z TRACE Outgoing local_update: }, +2024-12-17T05:27:10Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:10Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:10Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:10Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:10Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:10Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:10Z TRACE Outgoing local_update: } +2024-12-17T05:27:10Z TRACE Outgoing local_update: }, +2024-12-17T05:27:10Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:10Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:10Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:10Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:10Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:10Z TRACE Outgoing local_update: }, +2024-12-17T05:27:10Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:10Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:10Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:10Z TRACE Outgoing local_update: }, +2024-12-17T05:27:10Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:10Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:10Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:10Z TRACE Outgoing local_update: } +2024-12-17T05:27:10Z TRACE Outgoing local_update: } +2024-12-17T05:27:10Z TRACE Outgoing local_update: } +2024-12-17T05:27:10Z TRACE Outgoing local_update: } +2024-12-17T05:27:10Z DEBUG Detail scheduled scan complete is now: Expected stopped 2024-12-17T05:26:53Z but {"generation":"2024-12-17T05:26:53Z","phase":"active","active_count":3} +2024-12-17T05:27:10Z TRACE received command AHU-1/state/system +2024-12-17T05:27:10Z TRACE Received state_system: { +2024-12-17T05:27:10Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:10Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:10Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:10Z TRACE Received state_system: }, +2024-12-17T05:27:10Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:06Z", +2024-12-17T05:27:10Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:10Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:10Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:35Z", +2024-12-17T05:27:10Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:10Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:10Z TRACE Received state_system: }, +2024-12-17T05:27:10Z TRACE Received state_system: "serial_no" : "sequencer-27990", +2024-12-17T05:27:10Z TRACE Received state_system: "software" : { +2024-12-17T05:27:10Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:10Z TRACE Received state_system: }, +2024-12-17T05:27:10Z TRACE Received state_system: "status" : { +2024-12-17T05:27:10Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:10Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:27:10Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:06Z", +2024-12-17T05:27:10Z TRACE Received state_system: "level" : 300 +2024-12-17T05:27:10Z TRACE Received state_system: }, +2024-12-17T05:27:10Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:08Z", +2024-12-17T05:27:10Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:10Z TRACE Received state_system: } +2024-12-17T05:27:10Z DEBUG Handling device message state_system MP:dbde3007-0 +2024-12-17T05:27:10Z TRACE Ignoring partial state update +2024-12-17T05:27:10Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:10Z TRACE Received state_discovery: { +2024-12-17T05:27:10Z TRACE Received state_discovery: "families" : { +2024-12-17T05:27:10Z TRACE Received state_discovery: "vendor" : { +2024-12-17T05:27:10Z TRACE Received state_discovery: "generation" : "2024-12-17T05:26:53Z", +2024-12-17T05:27:10Z TRACE Received state_discovery: "phase" : "active", +2024-12-17T05:27:10Z TRACE Received state_discovery: "active_count" : 3 +2024-12-17T05:27:10Z TRACE Received state_discovery: } +2024-12-17T05:27:10Z TRACE Received state_discovery: }, +2024-12-17T05:27:10Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:08Z", +2024-12-17T05:27:10Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:10Z TRACE Received state_discovery: } +2024-12-17T05:27:10Z DEBUG Handling device message state_discovery MP:dbde3007-1 +2024-12-17T05:27:10Z TRACE Ignoring partial state update +2024-12-17T05:27:10Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:10Z TRACE Received state_localnet: { +2024-12-17T05:27:10Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:10Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:10Z TRACE Received state_localnet: "addr" : "00:0d:3a:62:99:06" +2024-12-17T05:27:10Z TRACE Received state_localnet: }, +2024-12-17T05:27:10Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:10Z TRACE Received state_localnet: "addr" : "10.1.0.90" +2024-12-17T05:27:10Z TRACE Received state_localnet: }, +2024-12-17T05:27:10Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:10Z TRACE Received state_localnet: "addr" : "fe80::20d:3aff:fe62:9906" +2024-12-17T05:27:10Z TRACE Received state_localnet: }, +2024-12-17T05:27:10Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:10Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:10Z TRACE Received state_localnet: } +2024-12-17T05:27:10Z TRACE Received state_localnet: }, +2024-12-17T05:27:10Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:08Z", +2024-12-17T05:27:10Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:10Z TRACE Received state_localnet: } +2024-12-17T05:27:10Z DEBUG Handling device message state_localnet MP:dbde3007-2 +2024-12-17T05:27:10Z TRACE Ignoring partial state update +2024-12-17T05:27:10Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:10Z TRACE Received state_pointset: { +2024-12-17T05:27:10Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:10Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:10Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:10Z TRACE Received state_pointset: }, +2024-12-17T05:27:10Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:10Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:10Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:10Z TRACE Received state_pointset: }, +2024-12-17T05:27:10Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:10Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:10Z TRACE Received state_pointset: } +2024-12-17T05:27:10Z TRACE Received state_pointset: }, +2024-12-17T05:27:10Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:08Z", +2024-12-17T05:27:10Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:10Z TRACE Received state_pointset: } +2024-12-17T05:27:10Z DEBUG Handling device message state_pointset MP:dbde3007-3 +2024-12-17T05:27:10Z TRACE Ignoring partial state update +2024-12-17T05:27:16Z TRACE received command AHU-1/events/system +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:06Z DEBUG system.config.receive: success +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:06Z DEBUG device.log: State update defer -4093ms +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:06Z INFO device.log: Update state 2024-12-17T05:27:06Z last_config 2024-12-17T05:27:00Z +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:06Z DEBUG system.config.parse: success +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:06Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:06Z DEBUG device.log: State update AHU-1 (scan_single_now) +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:06Z DEBUG device.log: Config update AHU-1 (scan_single_now) +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:06Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:06Z INFO device.log: 2024-12-17T05:27:06Z received config 2024-12-17T05:27:06Z +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:06Z INFO device.log: Discovery scan generation vendor pending at 2024-12-17T05:26:53Z +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:06Z DEBUG device.log: Scheduling future in 0ms +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:06Z NOTICE system.config.apply: success +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:06Z DEBUG device.log: State update defer 1995ms +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:06Z INFO device.log: Discovery scan starting vendor generation 2024-12-17T05:26:53Z +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:06Z DEBUG device.log: Scheduling future in 10000ms +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:06Z DEBUG device.log: State update defer 1990ms +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:06Z DEBUG device.log: State update defer 1990ms +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:06Z DEBUG device.log: State update defer 1990ms +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:06Z DEBUG device.log: State update defer 1990ms +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:06Z INFO device.log: Discovered vendor device 20231 for gen 2024-12-17T05:26:53Z +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:06Z DEBUG device.log: State update defer 1989ms +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:06Z INFO device.log: Discovered vendor device 28179023 for gen 2024-12-17T05:26:53Z +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:06Z DEBUG device.log: State update defer 1983ms +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:06Z INFO device.log: Discovered vendor device 0x65 for gen 2024-12-17T05:26:53Z +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:06Z DEBUG device.log: State update defer 1982ms +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:08Z DEBUG device.log: State update defer 0ms +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:08Z INFO device.log: Update state 2024-12-17T05:27:08Z last_config 2024-12-17T05:27:06Z +2024-12-17T05:27:16Z DEBUG Received events_system 2024-12-17T05:27:08Z DEBUG device.log: State update AHU-1 (scan_single_now) +2024-12-17T05:27:16Z DEBUG Handling device message events_system MP:0a3ea0bf +2024-12-17T05:27:16Z TRACE received command AHU-1/events/pointset +2024-12-17T05:27:16Z TRACE Received events_pointset: { +2024-12-17T05:27:16Z TRACE Received events_pointset: "points" : { +2024-12-17T05:27:16Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:16Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:27:16Z TRACE Received events_pointset: }, +2024-12-17T05:27:16Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:16Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:27:16Z TRACE Received events_pointset: }, +2024-12-17T05:27:16Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:16Z TRACE Received events_pointset: "present_value" : 10 +2024-12-17T05:27:16Z TRACE Received events_pointset: } +2024-12-17T05:27:16Z TRACE Received events_pointset: }, +2024-12-17T05:27:16Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:27:16Z", +2024-12-17T05:27:16Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:27:16Z TRACE Received events_pointset: } +2024-12-17T05:27:16Z DEBUG Handling device message events_pointset MP:bbb1394c +2024-12-17T05:27:16Z TRACE received command AHU-1/state/update +2024-12-17T05:27:16Z DEBUG Received state_update +2024-12-17T05:27:16Z DEBUG Handling update message state_update MP:c870b70d +2024-12-17T05:27:16Z DEBUG Updated state after 0s 2024-12-17T05:27:16Z MP:c870b70d +2024-12-17T05:27:16Z INFO Updated state #026: Changed 2 fields: +2024-12-17T05:27:16Z INFO Updated state #026: Set `discovery.families.vendor.phase` = `stopped` +2024-12-17T05:27:16Z INFO Updated state #026: Set `timestamp` = `2024-12-17T05:27:16Z` +2024-12-17T05:27:16Z DEBUG Updated state has last_config 2024-12-17T05:27:06Z (expecting 2024-12-17T05:27:06Z) +2024-12-17T05:27:16Z DEBUG Detail scheduled scan complete is now: null +2024-12-17T05:27:16Z DEBUG Recorded sequence: 1. Wait until scheduled scan complete +2024-12-17T05:27:16Z DEBUG Stage finished waiting for scheduled scan complete at 42s after 8s +2024-12-17T05:27:16Z TRACE Stage resume waiting for executing test at 42s +2024-12-17T05:27:16Z DEBUG Recorded sequence: 1. Check that scan completed at time +2024-12-17T05:27:16Z DEBUG Recorded sequence: 1. Check that discovery events were received +2024-12-17T05:27:16Z DEBUG Recorded sequence: 1. Check that no events have discovered refs +2024-12-17T05:27:16Z DEBUG Recorded sequence: 1. Check that discovery events were valid +2024-12-17T05:27:16Z DEBUG Recorded sequence: 1. Check that all scan addresses are unique +2024-12-17T05:27:16Z TRACE Suppressing exception: Cannot read field "families" because "java.util.Map$Entry.getValue().localnet" is null +2024-12-17T05:27:16Z TRACE Suppressing exception: Cannot read field "families" because "java.util.Map$Entry.getValue().localnet" is null +2024-12-17T05:27:16Z TRACE Suppressing exception: Cannot read field "families" because "java.util.Map$Entry.getValue().localnet" is null +2024-12-17T05:27:16Z DEBUG Recorded sequence: 1. Check that all expected addresses were found +2024-12-17T05:27:16Z DEBUG stage done waiting for executing test at 42s +2024-12-17T05:27:16Z DEBUG Removing implicit system capability LAST_CONFIG +2024-12-17T05:27:16Z NOTICE RESULT pass discovery.scan scan_single_now PREVIEW 10/10 Sequence complete +2024-12-17T05:27:16Z NOTICE Sequence complete +2024-12-17T05:27:16Z NOTICE ending test scan_single_now after 42s ################################ diff --git a/validator/sequences/scan_single_now/state_discovery.attr b/validator/sequences/scan_single_now/state_discovery.attr index 2884533930..43a268fd81 100644 --- a/validator/sequences/scan_single_now/state_discovery.attr +++ b/validator/sequences/scan_single_now/state_discovery.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_9", "projectId" : "localhost", - "transactionId" : "MP:5a124bde-1", - "publishTime" : "2024-12-10T16:14:15Z", + "transactionId" : "MP:dbde3007-1", + "publishTime" : "2024-12-17T05:27:08Z", "subFolder" : "discovery", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/scan_single_now/state_discovery.json b/validator/sequences/scan_single_now/state_discovery.json index 2fd11853e1..8ca41bcd98 100644 --- a/validator/sequences/scan_single_now/state_discovery.json +++ b/validator/sequences/scan_single_now/state_discovery.json @@ -1,11 +1,11 @@ { "families" : { "vendor" : { - "generation" : "2024-12-10T16:14:04Z", + "generation" : "2024-12-17T05:26:53Z", "phase" : "active", "active_count" : 3 } }, - "timestamp" : "2024-12-10T16:14:15Z", + "timestamp" : "2024-12-17T05:27:08Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/scan_single_now/state_localnet.attr b/validator/sequences/scan_single_now/state_localnet.attr index 66008e8f20..c9c56526d1 100644 --- a/validator/sequences/scan_single_now/state_localnet.attr +++ b/validator/sequences/scan_single_now/state_localnet.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_9", "projectId" : "localhost", - "transactionId" : "MP:5a124bde-2", - "publishTime" : "2024-12-10T16:14:15Z", + "transactionId" : "MP:dbde3007-2", + "publishTime" : "2024-12-17T05:27:08Z", "subFolder" : "localnet", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/scan_single_now/state_localnet.json b/validator/sequences/scan_single_now/state_localnet.json index 62f4da56ae..ef8371a7cf 100644 --- a/validator/sequences/scan_single_now/state_localnet.json +++ b/validator/sequences/scan_single_now/state_localnet.json @@ -1,18 +1,18 @@ { "families" : { "ether" : { - "addr" : "00:0d:3a:5b:05:e9" + "addr" : "00:0d:3a:62:99:06" }, "ipv4" : { - "addr" : "10.1.0.147" + "addr" : "10.1.0.90" }, "ipv6" : { - "addr" : "fe80::20d:3aff:fe5b:5e9" + "addr" : "fe80::20d:3aff:fe62:9906" }, "vendor" : { "addr" : "28179023" } }, - "timestamp" : "2024-12-10T16:14:15Z", + "timestamp" : "2024-12-17T05:27:08Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/scan_single_now/state_pointset.attr b/validator/sequences/scan_single_now/state_pointset.attr index 8f57e39214..4deefb7c01 100644 --- a/validator/sequences/scan_single_now/state_pointset.attr +++ b/validator/sequences/scan_single_now/state_pointset.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_9", "projectId" : "localhost", - "transactionId" : "MP:5a124bde-3", - "publishTime" : "2024-12-10T16:14:15Z", + "transactionId" : "MP:dbde3007-3", + "publishTime" : "2024-12-17T05:27:08Z", "subFolder" : "pointset", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/scan_single_now/state_pointset.json b/validator/sequences/scan_single_now/state_pointset.json index f3a3f4c0e0..4b0f78923a 100644 --- a/validator/sequences/scan_single_now/state_pointset.json +++ b/validator/sequences/scan_single_now/state_pointset.json @@ -11,6 +11,6 @@ "units" : "Degrees-Celsius" } }, - "timestamp" : "2024-12-10T16:14:15Z", + "timestamp" : "2024-12-17T05:27:08Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/scan_single_now/state_system.attr b/validator/sequences/scan_single_now/state_system.attr index 8fbc0d8f79..1fef9d0c36 100644 --- a/validator/sequences/scan_single_now/state_system.attr +++ b/validator/sequences/scan_single_now/state_system.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_9", "projectId" : "localhost", - "transactionId" : "MP:5a124bde-0", - "publishTime" : "2024-12-10T16:14:15Z", + "transactionId" : "MP:dbde3007-0", + "publishTime" : "2024-12-17T05:27:08Z", "subFolder" : "system", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/scan_single_now/state_system.json b/validator/sequences/scan_single_now/state_system.json index 8296d10f9d..8170c675c7 100644 --- a/validator/sequences/scan_single_now/state_system.json +++ b/validator/sequences/scan_single_now/state_system.json @@ -3,23 +3,23 @@ "make" : "BOS", "model" : "pubber" }, - "last_config" : "2024-12-10T16:14:13Z", + "last_config" : "2024-12-17T05:27:06Z", "operation" : { "operational" : true, - "last_start" : "2024-12-10T16:12:50Z", + "last_start" : "2024-12-17T05:25:35Z", "restart_count" : 1, "mode" : "initial" }, - "serial_no" : "sequencer-4612", + "serial_no" : "sequencer-27990", "software" : { "firmware" : "v1" }, "status" : { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-12-10T16:14:13Z", + "timestamp" : "2024-12-17T05:27:06Z", "level" : 300 }, - "timestamp" : "2024-12-10T16:14:15Z", + "timestamp" : "2024-12-17T05:27:08Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/scan_single_now/state_update.attr b/validator/sequences/scan_single_now/state_update.attr index 4fe68cc7c3..105aa65d42 100644 --- a/validator/sequences/scan_single_now/state_update.attr +++ b/validator/sequences/scan_single_now/state_update.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_9", "projectId" : "localhost", - "transactionId" : "MP:5c636bfc", - "publishTime" : "2024-12-10T16:14:23Z", + "transactionId" : "MP:c870b70d", + "publishTime" : "2024-12-17T05:27:16Z", "subFolder" : "update", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/scan_single_now/state_update.json b/validator/sequences/scan_single_now/state_update.json index cfc5a3b64a..7297698f3f 100644 --- a/validator/sequences/scan_single_now/state_update.json +++ b/validator/sequences/scan_single_now/state_update.json @@ -2,7 +2,7 @@ "discovery" : { "families" : { "vendor" : { - "generation" : "2024-12-10T16:14:04Z", + "generation" : "2024-12-17T05:26:53Z", "phase" : "stopped", "active_count" : 3 } @@ -11,13 +11,13 @@ "localnet" : { "families" : { "ether" : { - "addr" : "00:0d:3a:5b:05:e9" + "addr" : "00:0d:3a:62:99:06" }, "ipv4" : { - "addr" : "10.1.0.147" + "addr" : "10.1.0.90" }, "ipv6" : { - "addr" : "fe80::20d:3aff:fe5b:5e9" + "addr" : "fe80::20d:3aff:fe62:9906" }, "vendor" : { "addr" : "28179023" @@ -39,14 +39,14 @@ } }, "system" : { - "last_config" : "2024-12-10T16:14:13Z", + "last_config" : "2024-12-17T05:27:06Z", "operation" : { "operational" : true, - "last_start" : "2024-12-10T16:12:50Z", + "last_start" : "2024-12-17T05:25:35Z", "restart_count" : 1, "mode" : "initial" }, - "serial_no" : "sequencer-4612", + "serial_no" : "sequencer-27990", "hardware" : { "make" : "BOS", "model" : "pubber" @@ -57,10 +57,10 @@ "status" : { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-12-10T16:14:13Z", + "timestamp" : "2024-12-17T05:27:06Z", "level" : 300 } }, - "timestamp" : "2024-12-10T16:14:23Z", + "timestamp" : "2024-12-17T05:27:16Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/scan_single_past/config_update.attr b/validator/sequences/scan_single_past/config_update.attr index ca1b62f5a8..8416780cdb 100644 --- a/validator/sequences/scan_single_past/config_update.attr +++ b/validator/sequences/scan_single_past/config_update.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_0", "projectId" : "localhost", - "transactionId" : "RC:707cff.00000031", - "publishTime" : "2024-12-10T16:14:51Z", + "transactionId" : "RC:2fa288.00000036", + "publishTime" : "2024-12-17T05:27:29Z", "subFolder" : "update", "subType" : "config" } \ No newline at end of file diff --git a/validator/sequences/scan_single_past/config_update.json b/validator/sequences/scan_single_past/config_update.json index a8c5be1ba5..e9182e79fd 100644 --- a/validator/sequences/scan_single_past/config_update.json +++ b/validator/sequences/scan_single_past/config_update.json @@ -2,7 +2,7 @@ "discovery" : { "families" : { "vendor" : { - "generation" : "2021-02-23T19:45:08Z", + "generation" : "2021-01-28T20:42:28Z", "scan_duration_sec" : 10 } } @@ -35,14 +35,14 @@ "metrics_rate_sec" : 10, "min_loglevel" : 100, "operation" : { - "last_start" : "2024-12-10T16:12:59Z" + "last_start" : "2024-12-17T05:25:25Z" }, "testing" : { "config_base" : 33, "sequence_name" : "scan_single_past", - "transaction_id" : "RC:707cff.00000031" + "transaction_id" : "RC:2fa288.00000036" } }, - "timestamp" : "2024-12-10T16:14:51Z", - "version" : "git-e79bdcc" + "timestamp" : "2024-12-17T05:27:29Z", + "version" : "git-46fef59" } \ No newline at end of file diff --git a/validator/sequences/scan_single_past/device_system.log b/validator/sequences/scan_single_past/device_system.log index 5e208a42ec..28c7021a0d 100644 --- a/validator/sequences/scan_single_past/device_system.log +++ b/validator/sequences/scan_single_past/device_system.log @@ -1,128 +1,142 @@ -2024-12-10T16:14:23Z DEBUG device.log State update defer 0ms -2024-12-10T16:14:23Z INFO device.log Update state 2024-12-10T16:14:23Z last_config 2024-12-10T16:14:21Z -2024-12-10T16:14:23Z DEBUG device.log State update AHU-1 (system_last_update) -2024-12-10T16:14:35Z DEBUG system.config.receive success -2024-12-10T16:14:35Z DEBUG device.log State update defer -10171ms -2024-12-10T16:14:35Z INFO device.log Update state 2024-12-10T16:14:35Z last_config 2024-12-10T16:14:21Z -2024-12-10T16:14:35Z DEBUG system.config.parse success -2024-12-10T16:14:35Z INFO device.log Device AHU-1 config handler -2024-12-10T16:14:35Z DEBUG device.log State update AHU-1 (system_last_update) -2024-12-10T16:14:35Z DEBUG device.log Config update AHU-1 (system_last_update) -2024-12-10T16:14:35Z DEBUG device.log State update defer 2000ms -2024-12-10T16:14:35Z INFO device.log 2024-12-10T16:14:35Z received config 2024-12-10T16:14:35Z -2024-12-10T16:14:35Z NOTICE system.config.apply success -2024-12-10T16:14:35Z DEBUG device.log State update defer 2000ms -2024-12-10T16:14:35Z DEBUG device.log State update defer 1999ms -2024-12-10T16:14:35Z DEBUG device.log State update defer 1998ms -2024-12-10T16:14:35Z DEBUG device.log State update defer 1998ms -2024-12-10T16:14:35Z DEBUG device.log State update defer 1998ms -2024-12-10T16:14:35Z DEBUG device.log State update defer 1998ms -2024-12-10T16:14:35Z DEBUG device.log State update defer 1998ms -2024-12-10T16:14:35Z DEBUG system.config.receive success -2024-12-10T16:14:35Z DEBUG device.log State update defer 1945ms -2024-12-10T16:14:35Z DEBUG system.config.parse success -2024-12-10T16:14:35Z INFO device.log Device AHU-1 config handler -2024-12-10T16:14:35Z DEBUG device.log State update defer 1944ms -2024-12-10T16:14:35Z DEBUG device.log Config update AHU-1 (scan_single_past) -2024-12-10T16:14:35Z INFO device.log 2024-12-10T16:14:35Z received config 2024-12-10T16:14:35Z -2024-12-10T16:14:35Z NOTICE system.config.apply success -2024-12-10T16:14:35Z DEBUG device.log State update defer 1943ms -2024-12-10T16:14:35Z DEBUG device.log State update defer 1943ms -2024-12-10T16:14:37Z DEBUG device.log State update defer 0ms -2024-12-10T16:14:37Z INFO device.log Update state 2024-12-10T16:14:37Z last_config 2024-12-10T16:14:35Z -2024-12-10T16:14:37Z DEBUG device.log State update AHU-1 (scan_single_past) -2024-12-10T16:14:38Z DEBUG system.config.receive success -2024-12-10T16:14:38Z DEBUG device.log State update defer 909ms -2024-12-10T16:14:38Z DEBUG system.config.parse success -2024-12-10T16:14:38Z INFO device.log Device AHU-1 config handler -2024-12-10T16:14:38Z DEBUG device.log Config update AHU-1 (scan_single_past) -2024-12-10T16:14:38Z INFO device.log 2024-12-10T16:14:38Z received config 2024-12-10T16:14:38Z -2024-12-10T16:14:38Z NOTICE system.config.apply success -2024-12-10T16:14:38Z DEBUG device.log State update defer 907ms -2024-12-10T16:14:38Z DEBUG device.log State update defer 907ms -2024-12-10T16:14:39Z DEBUG device.log State update defer 0ms -2024-12-10T16:14:39Z INFO device.log Update state 2024-12-10T16:14:39Z last_config 2024-12-10T16:14:38Z -2024-12-10T16:14:39Z DEBUG device.log State update AHU-1 (scan_single_past) -2024-12-10T16:14:40Z DEBUG system.config.receive success -2024-12-10T16:14:40Z DEBUG device.log State update defer 815ms -2024-12-10T16:14:40Z DEBUG system.config.parse success -2024-12-10T16:14:40Z INFO device.log Device AHU-1 config handler -2024-12-10T16:14:40Z DEBUG device.log Config update AHU-1 (scan_single_past) -2024-12-10T16:14:40Z INFO device.log 2024-12-10T16:14:40Z received config 2024-12-10T16:14:40Z -2024-12-10T16:14:40Z NOTICE system.config.apply success -2024-12-10T16:14:40Z DEBUG device.log State update defer 813ms -2024-12-10T16:14:40Z DEBUG device.log State update defer 813ms -2024-12-10T16:14:41Z DEBUG device.log State update defer 0ms -2024-12-10T16:14:41Z INFO device.log Update state 2024-12-10T16:14:41Z last_config 2024-12-10T16:14:40Z -2024-12-10T16:14:41Z DEBUG device.log State update AHU-1 (scan_single_past) -2024-12-10T16:14:42Z DEBUG system.config.receive success -2024-12-10T16:14:42Z DEBUG system.config.parse success -2024-12-10T16:14:42Z INFO device.log Device AHU-1 config handler -2024-12-10T16:14:42Z DEBUG device.log Config update AHU-1 (scan_single_past) -2024-12-10T16:14:42Z INFO device.log 2024-12-10T16:14:42Z received config 2024-12-10T16:14:42Z -2024-12-10T16:14:42Z NOTICE system.config.apply success -2024-12-10T16:14:42Z DEBUG device.log State update defer 890ms -2024-12-10T16:14:42Z DEBUG device.log State update defer 890ms -2024-12-10T16:14:42Z DEBUG device.log State update defer 890ms -2024-12-10T16:14:42Z DEBUG device.log State update defer 890ms -2024-12-10T16:14:43Z DEBUG device.log State update defer 0ms -2024-12-10T16:14:43Z INFO device.log Update state 2024-12-10T16:14:43Z last_config 2024-12-10T16:14:42Z -2024-12-10T16:14:43Z DEBUG device.log State update AHU-1 (scan_single_past) -2024-12-10T16:14:43Z DEBUG system.config.receive success -2024-12-10T16:14:43Z DEBUG device.log State update defer 1690ms -2024-12-10T16:14:43Z DEBUG system.config.parse success -2024-12-10T16:14:43Z INFO device.log Device AHU-1 config handler -2024-12-10T16:14:43Z DEBUG device.log Config update AHU-1 (scan_single_past) -2024-12-10T16:14:43Z INFO device.log 2024-12-10T16:14:43Z received config 2024-12-10T16:14:43Z -2024-12-10T16:14:43Z NOTICE system.config.apply success -2024-12-10T16:14:43Z DEBUG device.log State update defer 1688ms -2024-12-10T16:14:43Z DEBUG device.log State update defer 1688ms -2024-12-10T16:14:43Z DEBUG device.log State update defer 1688ms -2024-12-10T16:14:43Z DEBUG device.log State update defer 1688ms -2024-12-10T16:14:43Z DEBUG device.log State update defer 1687ms -2024-12-10T16:14:43Z DEBUG device.log State update defer 1687ms -2024-12-10T16:14:43Z DEBUG device.log State update defer 1687ms -2024-12-10T16:14:44Z DEBUG system.config.receive success -2024-12-10T16:14:44Z DEBUG device.log State update defer 486ms -2024-12-10T16:14:44Z DEBUG system.config.parse success -2024-12-10T16:14:44Z INFO device.log Device AHU-1 config handler -2024-12-10T16:14:44Z DEBUG device.log State update defer 485ms -2024-12-10T16:14:44Z DEBUG device.log Config update AHU-1 (scan_single_past) -2024-12-10T16:14:44Z INFO device.log 2024-12-10T16:14:44Z received config 2024-12-10T16:14:44Z -2024-12-10T16:14:44Z NOTICE system.config.apply success -2024-12-10T16:14:44Z DEBUG device.log State update defer 484ms -2024-12-10T16:14:44Z DEBUG device.log State update defer 484ms -2024-12-10T16:14:45Z DEBUG device.log State update defer 0ms -2024-12-10T16:14:45Z INFO device.log Update state 2024-12-10T16:14:45Z last_config 2024-12-10T16:14:44Z -2024-12-10T16:14:45Z DEBUG device.log State update AHU-1 (scan_single_past) -2024-12-10T16:14:45Z DEBUG system.config.receive success -2024-12-10T16:14:45Z DEBUG device.log State update defer 1380ms -2024-12-10T16:14:45Z DEBUG system.config.parse success -2024-12-10T16:14:45Z INFO device.log Device AHU-1 config handler -2024-12-10T16:14:45Z DEBUG device.log Config update AHU-1 (scan_single_past) -2024-12-10T16:14:45Z INFO device.log 2024-12-10T16:14:45Z received config 2024-12-10T16:14:45Z -2024-12-10T16:14:45Z NOTICE system.config.apply success -2024-12-10T16:14:45Z DEBUG device.log State update defer 1379ms -2024-12-10T16:14:45Z DEBUG device.log State update defer 1378ms -2024-12-10T16:14:45Z DEBUG device.log State update defer 1378ms -2024-12-10T16:14:47Z DEBUG device.log State update defer 0ms -2024-12-10T16:14:47Z INFO device.log Update state 2024-12-10T16:14:47Z last_config 2024-12-10T16:14:45Z -2024-12-10T16:14:47Z DEBUG device.log State update AHU-1 (scan_single_past) -2024-12-10T16:14:51Z DEBUG system.config.receive success -2024-12-10T16:14:51Z DEBUG device.log State update defer -2102ms -2024-12-10T16:14:51Z INFO device.log Update state 2024-12-10T16:14:51Z last_config 2024-12-10T16:14:45Z -2024-12-10T16:14:51Z DEBUG system.config.parse success -2024-12-10T16:14:51Z DEBUG device.log State update AHU-1 (scan_single_past) -2024-12-10T16:14:51Z INFO device.log Device AHU-1 config handler -2024-12-10T16:14:51Z DEBUG device.log Config update AHU-1 (scan_single_past) -2024-12-10T16:14:51Z DEBUG device.log State update defer 2000ms -2024-12-10T16:14:51Z INFO device.log 2024-12-10T16:14:51Z received config 2024-12-10T16:14:51Z -2024-12-10T16:14:51Z INFO device.log Discovery scan vendor phase stopped as 2021-02-23T19:45:08Z -2024-12-10T16:14:51Z NOTICE system.config.apply success -2024-12-10T16:14:51Z DEBUG device.log State update defer 1998ms -2024-12-10T16:14:51Z DEBUG device.log State update defer 1998ms -2024-12-10T16:14:51Z DEBUG device.log State update defer 1997ms -2024-12-10T16:14:51Z DEBUG device.log State update defer 1997ms -2024-12-10T16:14:51Z DEBUG device.log State update defer 1997ms -2024-12-10T16:14:51Z DEBUG device.log State update defer 1696ms -2024-12-10T16:15:15Z NOTICE validation.feature.sequence Sequence complete +2024-12-17T05:26:51Z DEBUG system.config.receive success +2024-12-17T05:26:51Z DEBUG device.log State update defer -4092ms +2024-12-17T05:26:51Z DEBUG system.config.parse success +2024-12-17T05:26:51Z INFO device.log Update state 2024-12-17T05:26:51Z last_config 2024-12-17T05:26:43Z +2024-12-17T05:26:51Z DEBUG device.log State update AHU-1 (system_last_update) +2024-12-17T05:26:51Z DEBUG device.log Config update AHU-1 (system_last_update) +2024-12-17T05:26:51Z DEBUG device.log State update defer 2000ms +2024-12-17T05:26:51Z INFO device.log 2024-12-17T05:26:51Z received config 2024-12-17T05:26:51Z +2024-12-17T05:26:51Z NOTICE system.config.apply success +2024-12-17T05:26:51Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:51Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:51Z DEBUG device.log State update defer 1998ms +2024-12-17T05:26:51Z DEBUG device.log State update defer 1997ms +2024-12-17T05:26:51Z DEBUG device.log State update defer 1995ms +2024-12-17T05:26:53Z DEBUG device.log State update defer 0ms +2024-12-17T05:26:53Z INFO device.log Update state 2024-12-17T05:26:53Z last_config 2024-12-17T05:26:51Z +2024-12-17T05:26:53Z DEBUG device.log State update AHU-1 (system_last_update) +2024-12-17T05:27:07Z DEBUG system.config.receive success +2024-12-17T05:27:07Z DEBUG device.log State update defer -12163ms +2024-12-17T05:27:07Z DEBUG system.config.parse success +2024-12-17T05:27:07Z INFO device.log Update state 2024-12-17T05:27:07Z last_config 2024-12-17T05:26:51Z +2024-12-17T05:27:07Z INFO device.log Device AHU-1 config handler +2024-12-17T05:27:07Z DEBUG device.log State update AHU-1 (system_last_update) +2024-12-17T05:27:07Z DEBUG device.log Config update AHU-1 (system_last_update) +2024-12-17T05:27:07Z DEBUG device.log State update defer 2000ms +2024-12-17T05:27:07Z INFO device.log 2024-12-17T05:27:07Z received config 2024-12-17T05:27:07Z +2024-12-17T05:27:07Z NOTICE system.config.apply success +2024-12-17T05:27:07Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:07Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:07Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:07Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:07Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:07Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:07Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:07Z DEBUG system.config.receive success +2024-12-17T05:27:07Z DEBUG device.log State update defer 1946ms +2024-12-17T05:27:07Z DEBUG system.config.parse success +2024-12-17T05:27:07Z INFO device.log Device AHU-1 config handler +2024-12-17T05:27:07Z DEBUG device.log State update defer 1945ms +2024-12-17T05:27:07Z DEBUG device.log Config update AHU-1 (scan_single_past) +2024-12-17T05:27:07Z INFO device.log 2024-12-17T05:27:07Z received config 2024-12-17T05:27:07Z +2024-12-17T05:27:07Z NOTICE system.config.apply success +2024-12-17T05:27:07Z DEBUG device.log State update defer 1944ms +2024-12-17T05:27:07Z DEBUG device.log State update defer 1747ms +2024-12-17T05:27:07Z INFO device.log sending AHU-1 message #10 with 3 points +2024-12-17T05:27:09Z DEBUG device.log State update defer 0ms +2024-12-17T05:27:09Z INFO device.log Update state 2024-12-17T05:27:09Z last_config 2024-12-17T05:27:07Z +2024-12-17T05:27:09Z DEBUG device.log State update AHU-1 (scan_single_past) +2024-12-17T05:27:11Z DEBUG system.config.receive success +2024-12-17T05:27:11Z DEBUG device.log State update defer -92ms +2024-12-17T05:27:11Z INFO device.log Update state 2024-12-17T05:27:11Z last_config 2024-12-17T05:27:07Z +2024-12-17T05:27:11Z DEBUG system.config.parse success +2024-12-17T05:27:11Z INFO device.log Device AHU-1 config handler +2024-12-17T05:27:11Z DEBUG device.log State update AHU-1 (scan_single_past) +2024-12-17T05:27:11Z DEBUG device.log Config update AHU-1 (scan_single_past) +2024-12-17T05:27:11Z DEBUG device.log State update defer 2000ms +2024-12-17T05:27:11Z INFO device.log 2024-12-17T05:27:11Z received config 2024-12-17T05:27:11Z +2024-12-17T05:27:11Z NOTICE system.config.apply success +2024-12-17T05:27:11Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:11Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:11Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:11Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:11Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:11Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:11Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:13Z DEBUG device.log State update defer 0ms +2024-12-17T05:27:13Z INFO device.log Update state 2024-12-17T05:27:13Z last_config 2024-12-17T05:27:11Z +2024-12-17T05:27:13Z DEBUG device.log State update AHU-1 (scan_single_past) +2024-12-17T05:27:15Z DEBUG system.config.receive success +2024-12-17T05:27:15Z DEBUG device.log State update defer -48ms +2024-12-17T05:27:15Z INFO device.log Update state 2024-12-17T05:27:15Z last_config 2024-12-17T05:27:11Z +2024-12-17T05:27:15Z DEBUG system.config.parse success +2024-12-17T05:27:15Z DEBUG device.log State update AHU-1 (scan_single_past) +2024-12-17T05:27:15Z INFO device.log Device AHU-1 config handler +2024-12-17T05:27:15Z DEBUG device.log Config update AHU-1 (scan_single_past) +2024-12-17T05:27:15Z DEBUG device.log State update defer 2000ms +2024-12-17T05:27:15Z INFO device.log 2024-12-17T05:27:15Z received config 2024-12-17T05:27:15Z +2024-12-17T05:27:15Z NOTICE system.config.apply success +2024-12-17T05:27:15Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:15Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:15Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:15Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:15Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:15Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:15Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:17Z DEBUG device.log State update defer 0ms +2024-12-17T05:27:17Z INFO device.log Update state 2024-12-17T05:27:17Z last_config 2024-12-17T05:27:15Z +2024-12-17T05:27:17Z DEBUG device.log State update AHU-1 (scan_single_past) +2024-12-17T05:27:19Z DEBUG system.config.receive success +2024-12-17T05:27:19Z DEBUG device.log State update defer -92ms +2024-12-17T05:27:19Z INFO device.log Update state 2024-12-17T05:27:19Z last_config 2024-12-17T05:27:15Z +2024-12-17T05:27:19Z DEBUG system.config.parse success +2024-12-17T05:27:19Z DEBUG device.log State update AHU-1 (scan_single_past) +2024-12-17T05:27:19Z INFO device.log Device AHU-1 config handler +2024-12-17T05:27:19Z DEBUG device.log Config update AHU-1 (scan_single_past) +2024-12-17T05:27:19Z DEBUG device.log State update defer 2000ms +2024-12-17T05:27:19Z INFO device.log 2024-12-17T05:27:19Z received config 2024-12-17T05:27:19Z +2024-12-17T05:27:19Z NOTICE system.config.apply success +2024-12-17T05:27:19Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:19Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:19Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:19Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:19Z DEBUG device.log State update defer 1999ms +2024-12-17T05:27:19Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:19Z DEBUG device.log State update defer 1998ms +2024-12-17T05:27:21Z DEBUG system.config.receive success +2024-12-17T05:27:21Z DEBUG device.log State update defer 799ms +2024-12-17T05:27:21Z DEBUG system.config.parse success +2024-12-17T05:27:21Z INFO device.log Device AHU-1 config handler +2024-12-17T05:27:21Z DEBUG device.log State update defer 798ms +2024-12-17T05:27:21Z INFO device.log 2024-12-17T05:27:21Z received config 2024-12-17T05:27:20Z +2024-12-17T05:27:21Z NOTICE system.config.apply success +2024-12-17T05:27:21Z DEBUG device.log State update defer 797ms +2024-12-17T05:27:21Z DEBUG device.log State update defer 797ms +2024-12-17T05:27:21Z DEBUG device.log State update defer 797ms +2024-12-17T05:27:21Z DEBUG device.log State update defer 0ms +2024-12-17T05:27:21Z INFO device.log Update state 2024-12-17T05:27:21Z last_config 2024-12-17T05:27:20Z +2024-12-17T05:27:21Z DEBUG device.log State update AHU-1 (scan_single_past) +2024-12-17T05:27:22Z DEBUG system.config.receive success +2024-12-17T05:27:22Z DEBUG device.log State update defer 1785ms +2024-12-17T05:27:22Z DEBUG system.config.parse success +2024-12-17T05:27:22Z INFO device.log Device AHU-1 config handler +2024-12-17T05:27:22Z DEBUG device.log State update defer 1785ms +2024-12-17T05:27:22Z DEBUG device.log Config update AHU-1 (scan_single_past) +2024-12-17T05:27:22Z INFO device.log 2024-12-17T05:27:22Z received config 2024-12-17T05:27:22Z +2024-12-17T05:27:22Z NOTICE system.config.apply success +2024-12-17T05:27:22Z DEBUG device.log State update defer 1784ms +2024-12-17T05:27:22Z DEBUG device.log State update defer 1784ms +2024-12-17T05:27:22Z DEBUG system.config.receive success +2024-12-17T05:27:22Z DEBUG device.log State update defer 1693ms +2024-12-17T05:27:22Z DEBUG system.config.parse success +2024-12-17T05:27:22Z INFO device.log Device AHU-1 config handler +2024-12-17T05:27:22Z DEBUG device.log Config update AHU-1 (scan_single_past) +2024-12-17T05:27:22Z INFO device.log 2024-12-17T05:27:22Z received config 2024-12-17T05:27:22Z +2024-12-17T05:27:22Z NOTICE system.config.apply success +2024-12-17T05:27:22Z DEBUG device.log State update defer 1692ms +2024-12-17T05:27:22Z DEBUG device.log State update defer 1692ms +2024-12-17T05:27:22Z DEBUG device.log State update defer 1691ms +2024-12-17T05:27:23Z DEBUG device.log State update defer 0ms +2024-12-17T05:27:23Z INFO device.log Update state 2024-12-17T05:27:23Z last_config 2024-12-17T05:27:22Z +2024-12-17T05:27:23Z DEBUG device.log State update AHU-1 (scan_single_past) +2024-12-17T05:27:52Z NOTICE validation.feature.sequence Sequence complete diff --git a/validator/sequences/scan_single_past/events_pointset.attr b/validator/sequences/scan_single_past/events_pointset.attr index 47e504d274..5f44126a9e 100644 --- a/validator/sequences/scan_single_past/events_pointset.attr +++ b/validator/sequences/scan_single_past/events_pointset.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_0", "projectId" : "localhost", - "transactionId" : "MP:87f32f35", - "publishTime" : "2024-12-10T16:14:51Z", + "transactionId" : "MP:0fe2410c", + "publishTime" : "2024-12-17T05:27:27Z", "subFolder" : "pointset", "subType" : "events" } \ No newline at end of file diff --git a/validator/sequences/scan_single_past/events_pointset.json b/validator/sequences/scan_single_past/events_pointset.json index ff016a9215..61a783d2d6 100644 --- a/validator/sequences/scan_single_past/events_pointset.json +++ b/validator/sequences/scan_single_past/events_pointset.json @@ -7,9 +7,9 @@ "present_value" : 98 }, "filter_differential_pressure_sensor" : { - "present_value" : 11 + "present_value" : 10 } }, - "timestamp" : "2024-12-10T16:14:51Z", + "timestamp" : "2024-12-17T05:27:27Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/scan_single_past/events_system.attr b/validator/sequences/scan_single_past/events_system.attr index 04916667d5..e34042a92e 100644 --- a/validator/sequences/scan_single_past/events_system.attr +++ b/validator/sequences/scan_single_past/events_system.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_0", "projectId" : "localhost", - "transactionId" : "MP:e0a334ee", - "publishTime" : "2024-12-10T16:14:51Z", + "transactionId" : "MP:fa1fe077", + "publishTime" : "2024-12-17T05:27:27Z", "subFolder" : "system", "subType" : "events" } \ No newline at end of file diff --git a/validator/sequences/scan_single_past/events_system.json b/validator/sequences/scan_single_past/events_system.json index 0caecc4905..0793f2d8e8 100644 --- a/validator/sequences/scan_single_past/events_system.json +++ b/validator/sequences/scan_single_past/events_system.json @@ -1,370 +1,282 @@ { - "event_no" : 10, - "last_config" : "2024-12-10T16:14:51Z", + "event_no" : 13, + "last_config" : "2024-12-17T05:27:22Z", "logentries" : [ { "message" : "success", "category" : "system.config.receive", - "timestamp" : "2024-12-10T16:14:42Z", + "timestamp" : "2024-12-17T05:27:19Z", "level" : 100 }, { - "message" : "success", - "category" : "system.config.parse", - "timestamp" : "2024-12-10T16:14:42Z", - "level" : 100 - }, { - "message" : "Device AHU-1 config handler", - "category" : "device.log", - "timestamp" : "2024-12-10T16:14:42Z", - "level" : 200 - }, { - "message" : "Config update AHU-1 (scan_single_past)", - "detail" : "{\n \"timestamp\" : \"2024-12-10T16:14:42Z\",\n \"version\" : \"git-e79bdcc\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-10T16:12:59Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"scan_single_past\",\n \"transaction_id\" : \"RC:707cff.0000002e\",\n \"config_base\" : 29\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : { }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "message" : "State update defer -92ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:42Z", + "timestamp" : "2024-12-17T05:27:19Z", "level" : 100 }, { - "message" : "2024-12-10T16:14:42Z received config 2024-12-10T16:14:42Z", + "message" : "Update state 2024-12-17T05:27:19Z last_config 2024-12-17T05:27:15Z", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:42Z", + "timestamp" : "2024-12-17T05:27:19Z", "level" : 200 }, { "message" : "success", - "category" : "system.config.apply", - "timestamp" : "2024-12-10T16:14:42Z", - "level" : 300 - }, { - "message" : "State update defer 890ms", - "category" : "device.log", - "timestamp" : "2024-12-10T16:14:42Z", - "level" : 100 - }, { - "message" : "State update defer 890ms", - "category" : "device.log", - "timestamp" : "2024-12-10T16:14:42Z", - "level" : 100 - }, { - "message" : "State update defer 890ms", - "category" : "device.log", - "timestamp" : "2024-12-10T16:14:42Z", - "level" : 100 - }, { - "message" : "State update defer 890ms", - "category" : "device.log", - "timestamp" : "2024-12-10T16:14:42Z", - "level" : 100 - }, { - "message" : "State update defer 0ms", - "category" : "device.log", - "timestamp" : "2024-12-10T16:14:43Z", + "category" : "system.config.parse", + "timestamp" : "2024-12-17T05:27:19Z", "level" : 100 - }, { - "message" : "Update state 2024-12-10T16:14:43Z last_config 2024-12-10T16:14:42Z", - "category" : "device.log", - "timestamp" : "2024-12-10T16:14:43Z", - "level" : 200 }, { "message" : "State update AHU-1 (scan_single_past)", - "detail" : "{\n \"timestamp\" : \"2024-12-10T16:14:43Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-10T16:14:42Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-10T16:12:59Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-32225\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.apply\",\n \"timestamp\" : \"2024-12-10T16:14:42Z\",\n \"level\" : 300\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"00:0d:3a:7b:50:b5\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.1.146\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::20d:3aff:fe7b:50b5\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:27:19Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-17T05:27:15Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-17T05:25:25Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-32069\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.receive\",\n \"timestamp\" : \"2024-12-17T05:27:19Z\",\n \"level\" : 100\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"60:45:bd:79:af:2a\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.108\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::6245:bdff:fe79:af2a\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:43Z", - "level" : 100 - }, { - "message" : "success", - "category" : "system.config.receive", - "timestamp" : "2024-12-10T16:14:43Z", - "level" : 100 - }, { - "message" : "State update defer 1690ms", - "category" : "device.log", - "timestamp" : "2024-12-10T16:14:43Z", - "level" : 100 - }, { - "message" : "success", - "category" : "system.config.parse", - "timestamp" : "2024-12-10T16:14:43Z", + "timestamp" : "2024-12-17T05:27:19Z", "level" : 100 }, { "message" : "Device AHU-1 config handler", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:43Z", + "timestamp" : "2024-12-17T05:27:19Z", "level" : 200 }, { "message" : "Config update AHU-1 (scan_single_past)", - "detail" : "{\n \"timestamp\" : \"2024-12-10T16:14:43Z\",\n \"version\" : \"git-e79bdcc\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-10T16:12:59Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"scan_single_past\",\n \"transaction_id\" : \"RC:707cff.0000002d\",\n \"config_base\" : 30\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : { }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:27:19Z\",\n \"version\" : \"git-46fef59\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-17T05:25:25Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"scan_single_past\",\n \"transaction_id\" : \"RC:2fa288.00000030\",\n \"config_base\" : 29\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : { }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:43Z", + "timestamp" : "2024-12-17T05:27:19Z", "level" : 100 }, { - "message" : "2024-12-10T16:14:43Z received config 2024-12-10T16:14:43Z", + "message" : "State update defer 2000ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:43Z", + "timestamp" : "2024-12-17T05:27:19Z", + "level" : 100 + }, { + "message" : "2024-12-17T05:27:19Z received config 2024-12-17T05:27:19Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:27:19Z", "level" : 200 }, { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-12-10T16:14:43Z", + "timestamp" : "2024-12-17T05:27:19Z", "level" : 300 }, { - "message" : "State update defer 1688ms", + "message" : "State update defer 1999ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:43Z", + "timestamp" : "2024-12-17T05:27:19Z", "level" : 100 }, { - "message" : "State update defer 1688ms", + "message" : "State update defer 1999ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:43Z", + "timestamp" : "2024-12-17T05:27:19Z", "level" : 100 }, { - "message" : "State update defer 1688ms", + "message" : "State update defer 1999ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:43Z", + "timestamp" : "2024-12-17T05:27:19Z", "level" : 100 }, { - "message" : "State update defer 1688ms", + "message" : "State update defer 1999ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:43Z", + "timestamp" : "2024-12-17T05:27:19Z", "level" : 100 }, { - "message" : "State update defer 1687ms", + "message" : "State update defer 1999ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:43Z", + "timestamp" : "2024-12-17T05:27:19Z", "level" : 100 }, { - "message" : "State update defer 1687ms", + "message" : "State update defer 1998ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:43Z", + "timestamp" : "2024-12-17T05:27:19Z", "level" : 100 }, { - "message" : "State update defer 1687ms", + "message" : "State update defer 1998ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:43Z", + "timestamp" : "2024-12-17T05:27:19Z", "level" : 100 }, { "message" : "success", "category" : "system.config.receive", - "timestamp" : "2024-12-10T16:14:44Z", + "timestamp" : "2024-12-17T05:27:21Z", "level" : 100 }, { - "message" : "State update defer 486ms", + "message" : "State update defer 799ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:44Z", + "timestamp" : "2024-12-17T05:27:21Z", "level" : 100 }, { "message" : "success", "category" : "system.config.parse", - "timestamp" : "2024-12-10T16:14:44Z", + "timestamp" : "2024-12-17T05:27:21Z", "level" : 100 }, { "message" : "Device AHU-1 config handler", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:44Z", + "timestamp" : "2024-12-17T05:27:21Z", "level" : 200 }, { - "message" : "State update defer 485ms", - "category" : "device.log", - "timestamp" : "2024-12-10T16:14:44Z", - "level" : 100 - }, { - "message" : "Config update AHU-1 (scan_single_past)", - "detail" : "{\n \"timestamp\" : \"2024-12-10T16:14:44Z\",\n \"version\" : \"git-e79bdcc\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-10T16:12:59Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"scan_single_past\",\n \"transaction_id\" : \"RC:707cff.0000002f\",\n \"config_base\" : 31\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : { }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "message" : "State update defer 798ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:44Z", + "timestamp" : "2024-12-17T05:27:21Z", "level" : 100 }, { - "message" : "2024-12-10T16:14:44Z received config 2024-12-10T16:14:44Z", + "message" : "2024-12-17T05:27:21Z received config 2024-12-17T05:27:20Z", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:44Z", + "timestamp" : "2024-12-17T05:27:21Z", "level" : 200 }, { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-12-10T16:14:44Z", + "timestamp" : "2024-12-17T05:27:21Z", "level" : 300 }, { - "message" : "State update defer 484ms", + "message" : "State update defer 797ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:27:21Z", + "level" : 100 + }, { + "message" : "State update defer 797ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:44Z", + "timestamp" : "2024-12-17T05:27:21Z", "level" : 100 }, { - "message" : "State update defer 484ms", + "message" : "State update defer 797ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:44Z", + "timestamp" : "2024-12-17T05:27:21Z", "level" : 100 }, { "message" : "State update defer 0ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:45Z", + "timestamp" : "2024-12-17T05:27:21Z", "level" : 100 }, { - "message" : "Update state 2024-12-10T16:14:45Z last_config 2024-12-10T16:14:44Z", + "message" : "Update state 2024-12-17T05:27:21Z last_config 2024-12-17T05:27:20Z", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:45Z", + "timestamp" : "2024-12-17T05:27:21Z", "level" : 200 }, { "message" : "State update AHU-1 (scan_single_past)", - "detail" : "{\n \"timestamp\" : \"2024-12-10T16:14:45Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-10T16:14:44Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-10T16:12:59Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-32225\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.apply\",\n \"timestamp\" : \"2024-12-10T16:14:44Z\",\n \"level\" : 300\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"00:0d:3a:7b:50:b5\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.1.146\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::20d:3aff:fe7b:50b5\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:27:21Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-17T05:27:20Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-17T05:25:25Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-32069\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.apply\",\n \"timestamp\" : \"2024-12-17T05:27:21Z\",\n \"level\" : 300\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"60:45:bd:79:af:2a\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.108\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::6245:bdff:fe79:af2a\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:45Z", + "timestamp" : "2024-12-17T05:27:21Z", "level" : 100 }, { "message" : "success", "category" : "system.config.receive", - "timestamp" : "2024-12-10T16:14:45Z", + "timestamp" : "2024-12-17T05:27:22Z", "level" : 100 }, { - "message" : "State update defer 1380ms", + "message" : "State update defer 1785ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:45Z", + "timestamp" : "2024-12-17T05:27:22Z", "level" : 100 }, { "message" : "success", "category" : "system.config.parse", - "timestamp" : "2024-12-10T16:14:45Z", + "timestamp" : "2024-12-17T05:27:22Z", "level" : 100 }, { "message" : "Device AHU-1 config handler", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:45Z", + "timestamp" : "2024-12-17T05:27:22Z", "level" : 200 + }, { + "message" : "State update defer 1785ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:27:22Z", + "level" : 100 }, { "message" : "Config update AHU-1 (scan_single_past)", - "detail" : "{\n \"timestamp\" : \"2024-12-10T16:14:45Z\",\n \"version\" : \"git-e79bdcc\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-10T16:12:59Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"scan_single_past\",\n \"transaction_id\" : \"RC:707cff.00000030\",\n \"config_base\" : 32\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:27:22Z\",\n \"version\" : \"git-46fef59\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-17T05:25:25Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"scan_single_past\",\n \"transaction_id\" : \"RC:2fa288.00000032\",\n \"config_base\" : 31\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : { }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:45Z", + "timestamp" : "2024-12-17T05:27:22Z", "level" : 100 }, { - "message" : "2024-12-10T16:14:45Z received config 2024-12-10T16:14:45Z", + "message" : "2024-12-17T05:27:22Z received config 2024-12-17T05:27:22Z", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:45Z", + "timestamp" : "2024-12-17T05:27:22Z", "level" : 200 }, { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-12-10T16:14:45Z", + "timestamp" : "2024-12-17T05:27:22Z", "level" : 300 }, { - "message" : "State update defer 1379ms", + "message" : "State update defer 1784ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:45Z", + "timestamp" : "2024-12-17T05:27:22Z", "level" : 100 }, { - "message" : "State update defer 1378ms", + "message" : "State update defer 1784ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:45Z", - "level" : 100 - }, { - "message" : "State update defer 1378ms", - "category" : "device.log", - "timestamp" : "2024-12-10T16:14:45Z", - "level" : 100 - }, { - "message" : "State update defer 0ms", - "category" : "device.log", - "timestamp" : "2024-12-10T16:14:47Z", - "level" : 100 - }, { - "message" : "Update state 2024-12-10T16:14:47Z last_config 2024-12-10T16:14:45Z", - "category" : "device.log", - "timestamp" : "2024-12-10T16:14:47Z", - "level" : 200 - }, { - "message" : "State update AHU-1 (scan_single_past)", - "detail" : "{\n \"timestamp\" : \"2024-12-10T16:14:47Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-10T16:14:45Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-10T16:12:59Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-32225\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.apply\",\n \"timestamp\" : \"2024-12-10T16:14:45Z\",\n \"level\" : 300\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"00:0d:3a:7b:50:b5\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.1.146\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::20d:3aff:fe7b:50b5\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", - "category" : "device.log", - "timestamp" : "2024-12-10T16:14:47Z", + "timestamp" : "2024-12-17T05:27:22Z", "level" : 100 }, { "message" : "success", "category" : "system.config.receive", - "timestamp" : "2024-12-10T16:14:51Z", + "timestamp" : "2024-12-17T05:27:22Z", "level" : 100 }, { - "message" : "State update defer -2102ms", + "message" : "State update defer 1693ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:51Z", + "timestamp" : "2024-12-17T05:27:22Z", "level" : 100 - }, { - "message" : "Update state 2024-12-10T16:14:51Z last_config 2024-12-10T16:14:45Z", - "category" : "device.log", - "timestamp" : "2024-12-10T16:14:51Z", - "level" : 200 }, { "message" : "success", "category" : "system.config.parse", - "timestamp" : "2024-12-10T16:14:51Z", - "level" : 100 - }, { - "message" : "State update AHU-1 (scan_single_past)", - "detail" : "{\n \"timestamp\" : \"2024-12-10T16:14:51Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-10T16:14:45Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-10T16:12:59Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-32225\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.receive\",\n \"timestamp\" : \"2024-12-10T16:14:51Z\",\n \"level\" : 100\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"00:0d:3a:7b:50:b5\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.1.146\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::20d:3aff:fe7b:50b5\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", - "category" : "device.log", - "timestamp" : "2024-12-10T16:14:51Z", + "timestamp" : "2024-12-17T05:27:22Z", "level" : 100 }, { "message" : "Device AHU-1 config handler", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:51Z", + "timestamp" : "2024-12-17T05:27:22Z", "level" : 200 }, { "message" : "Config update AHU-1 (scan_single_past)", - "detail" : "{\n \"timestamp\" : \"2024-12-10T16:14:51Z\",\n \"version\" : \"git-e79bdcc\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-10T16:12:59Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"scan_single_past\",\n \"transaction_id\" : \"RC:707cff.00000031\",\n \"config_base\" : 33\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : {\n \"generation\" : \"2021-02-23T19:45:08Z\",\n \"scan_duration_sec\" : 10\n }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", - "category" : "device.log", - "timestamp" : "2024-12-10T16:14:51Z", - "level" : 100 - }, { - "message" : "State update defer 2000ms", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:27:22Z\",\n \"version\" : \"git-46fef59\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-17T05:25:25Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"scan_single_past\",\n \"transaction_id\" : \"RC:2fa288.00000033\",\n \"config_base\" : 32\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:51Z", + "timestamp" : "2024-12-17T05:27:22Z", "level" : 100 }, { - "message" : "2024-12-10T16:14:51Z received config 2024-12-10T16:14:51Z", - "category" : "device.log", - "timestamp" : "2024-12-10T16:14:51Z", - "level" : 200 - }, { - "message" : "Discovery scan vendor phase stopped as 2021-02-23T19:45:08Z", + "message" : "2024-12-17T05:27:22Z received config 2024-12-17T05:27:22Z", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:51Z", + "timestamp" : "2024-12-17T05:27:22Z", "level" : 200 }, { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-12-10T16:14:51Z", + "timestamp" : "2024-12-17T05:27:22Z", "level" : 300 }, { - "message" : "State update defer 1998ms", + "message" : "State update defer 1692ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:51Z", + "timestamp" : "2024-12-17T05:27:22Z", "level" : 100 }, { - "message" : "State update defer 1998ms", + "message" : "State update defer 1692ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:51Z", + "timestamp" : "2024-12-17T05:27:22Z", "level" : 100 }, { - "message" : "State update defer 1997ms", + "message" : "State update defer 1691ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:51Z", + "timestamp" : "2024-12-17T05:27:22Z", "level" : 100 }, { - "message" : "State update defer 1997ms", + "message" : "State update defer 0ms", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:51Z", + "timestamp" : "2024-12-17T05:27:23Z", "level" : 100 }, { - "message" : "State update defer 1997ms", + "message" : "Update state 2024-12-17T05:27:23Z last_config 2024-12-17T05:27:22Z", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:51Z", - "level" : 100 + "timestamp" : "2024-12-17T05:27:23Z", + "level" : 200 }, { - "message" : "State update defer 1696ms", + "message" : "State update AHU-1 (scan_single_past)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:27:23Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-17T05:27:22Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-17T05:25:25Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-32069\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.apply\",\n \"timestamp\" : \"2024-12-17T05:27:22Z\",\n \"level\" : 300\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"60:45:bd:79:af:2a\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.108\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::6245:bdff:fe79:af2a\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", "category" : "device.log", - "timestamp" : "2024-12-10T16:14:51Z", + "timestamp" : "2024-12-17T05:27:23Z", "level" : 100 } ], "metrics" : { "mem_total_mb" : 254.0, - "mem_free_mb" : 164.8965606689453 + "mem_free_mb" : 163.74365234375 }, - "timestamp" : "2024-12-10T16:14:51Z", + "timestamp" : "2024-12-17T05:27:27Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/scan_single_past/local_discovery.json b/validator/sequences/scan_single_past/local_discovery.json index 9828659b7b..dc993fce5e 100644 --- a/validator/sequences/scan_single_past/local_discovery.json +++ b/validator/sequences/scan_single_past/local_discovery.json @@ -1,7 +1,7 @@ { "families" : { "vendor" : { - "generation" : "2021-02-23T19:45:08Z", + "generation" : "2021-01-28T20:42:28Z", "scan_duration_sec" : 10 } } diff --git a/validator/sequences/scan_single_past/local_system.json b/validator/sequences/scan_single_past/local_system.json index 26ee6dfe32..e55f8587f9 100644 --- a/validator/sequences/scan_single_past/local_system.json +++ b/validator/sequences/scan_single_past/local_system.json @@ -2,7 +2,7 @@ "min_loglevel" : 100, "metrics_rate_sec" : 10, "operation" : { - "last_start" : "2024-12-10T16:12:59Z" + "last_start" : "2024-12-17T05:25:25Z" }, "testing" : { "sequence_name" : "scan_single_past" diff --git a/validator/sequences/scan_single_past/local_update.json b/validator/sequences/scan_single_past/local_update.json index dd3f483e0a..1809777afc 100644 --- a/validator/sequences/scan_single_past/local_update.json +++ b/validator/sequences/scan_single_past/local_update.json @@ -1,11 +1,11 @@ { - "timestamp" : "2024-12-10T16:14:51Z", - "version" : "@@@cloud udmi version###git-e79bdcc", + "timestamp" : "2024-12-17T05:27:29Z", + "version" : "@@@cloud udmi version###git-46fef59", "system" : { "min_loglevel" : 100, "metrics_rate_sec" : 10, "operation" : { - "last_start" : "2024-12-10T16:12:59Z" + "last_start" : "2024-12-17T05:25:25Z" }, "testing" : { "sequence_name" : "scan_single_past" @@ -14,7 +14,7 @@ "discovery" : { "families" : { "vendor" : { - "generation" : "2021-02-23T19:45:08Z", + "generation" : "2021-01-28T20:42:28Z", "scan_duration_sec" : 10 } } diff --git a/validator/sequences/scan_single_past/sequence.md b/validator/sequences/scan_single_past/sequence.md index b99702a7f2..622796e257 100644 --- a/validator/sequences/scan_single_past/sequence.md +++ b/validator/sequences/scan_single_past/sequence.md @@ -8,7 +8,7 @@ Check that a scan scheduled in the past never starts 1. Wait for discovery families defined 1. Wait until discovery family keys match 1. Wait for no scans active -1. Update config Before scan schedule initially not active +1. Update config before scan schedule initially not active * Add `discovery.families.vendor` = { "generation": `family generation`, "scan_duration_sec": `10` } 1. Wait until scan schedule initially not active 1. Wait until scan schedule still not active diff --git a/validator/sequences/scan_single_past/sequencer.log b/validator/sequences/scan_single_past/sequencer.log index 67924d73e0..8fbdbdd5cb 100644 --- a/validator/sequences/scan_single_past/sequencer.log +++ b/validator/sequences/scan_single_past/sequencer.log @@ -1,1851 +1,2096 @@ -2024-12-10T16:14:25Z NOTICE starting test scan_single_past ################################ -2024-12-10T16:14:25Z INFO Stage start waiting for starting test wrapper at 0s -2024-12-10T16:14:33Z DEBUG Clear configTransactions and reset device config -2024-12-10T16:14:33Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:14:33Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z -2024-12-10T16:14:33Z DEBUG last_start changed true, last_start 1970-01-01T00:01:13Z -2024-12-10T16:14:33Z DEBUG extraFieldChanged false because extra_field null -2024-12-10T16:14:33Z WARNING Now using alternate connection client! -2024-12-10T16:14:33Z TRACE Stage suspend waiting for starting test wrapper at 8s -2024-12-10T16:14:33Z INFO Stage start waiting for using alternate client at 8s -2024-12-10T16:14:34Z DEBUG Forcing config update -2024-12-10T16:14:34Z TRACE updated check config_update: true -2024-12-10T16:14:34Z DEBUG update config_update, adding configTransaction RC:707cff.00000028 -2024-12-10T16:14:34Z TRACE local local_update: { -2024-12-10T16:14:34Z TRACE local local_update: "version" : "@@@cloud udmi version###null", -2024-12-10T16:14:34Z TRACE local local_update: "system" : { -2024-12-10T16:14:34Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:14:34Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:14:34Z TRACE local local_update: "operation" : { -2024-12-10T16:14:34Z TRACE local local_update: "last_start" : "1970-01-01T00:01:13Z" -2024-12-10T16:14:34Z TRACE local local_update: }, -2024-12-10T16:14:34Z TRACE local local_update: "testing" : { -2024-12-10T16:14:34Z TRACE local local_update: "sequence_name" : "scan_single_past", -2024-12-10T16:14:34Z TRACE local local_update: "endpoint_type" : "alternate" -2024-12-10T16:14:34Z TRACE local local_update: } -2024-12-10T16:14:34Z TRACE local local_update: }, -2024-12-10T16:14:34Z TRACE local local_update: "blobset" : { -2024-12-10T16:14:34Z TRACE local local_update: "blobs" : { -2024-12-10T16:14:34Z TRACE local local_update: "_iot_endpoint_config" : { -2024-12-10T16:14:34Z TRACE local local_update: "phase" : "final", -2024-12-10T16:14:34Z TRACE local local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzAvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzAvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfMC9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", -2024-12-10T16:14:34Z TRACE local local_update: "sha256" : "@@@blob data hash###f1569c38c56816b14d64cf16c7a4d7709e8b784db040190e36aa1c805bab7622", -2024-12-10T16:14:34Z TRACE local local_update: "generation" : "2024-12-10T16:14:33Z" -2024-12-10T16:14:34Z TRACE local local_update: } -2024-12-10T16:14:34Z TRACE local local_update: } -2024-12-10T16:14:34Z TRACE local local_update: } -2024-12-10T16:14:34Z TRACE local local_update: } -2024-12-10T16:14:34Z DEBUG Detail pending config transaction is now: RC:707cff.00000028 -2024-12-10T16:14:34Z TRACE received command null/config/udmi -2024-12-10T16:14:34Z TRACE received command AHU-1/config/update -2024-12-10T16:14:34Z DEBUG received config_update -2024-12-10T16:14:34Z DEBUG Handling update message config_update RC:707cff.00000028 -2024-12-10T16:14:34Z DEBUG Removed configTransaction RC:707cff.00000028 -2024-12-10T16:14:34Z DEBUG last_start changed false, last_start 1970-01-01T00:01:13Z -2024-12-10T16:14:34Z DEBUG Updated config 2024-12-10T16:14:34Z RC:707cff.00000028 -2024-12-10T16:14:34Z INFO Updated config #023: Changed 6 fields: -2024-12-10T16:14:34Z INFO Updated config #023: Add `system.testing.endpoint_type` = `alternate` -2024-12-10T16:14:34Z INFO Updated config #023: Set `system.testing.sequence_name` = `scan_single_past` -2024-12-10T16:14:34Z INFO Updated config #023: Add `blobset` = { "blobs": { "_iot_endpoint_config": { "phase": `final`, "generation": `blob generation`, "sha256": `blob data hash`, "url": `endpoint data` } } } -2024-12-10T16:14:34Z INFO Updated config #023: Remove `discovery` -2024-12-10T16:14:34Z INFO Updated config #023: Remove `pointset` -2024-12-10T16:14:34Z INFO Updated config #023: Remove `localnet` -2024-12-10T16:14:34Z DEBUG Detail pending config transaction is now: null -2024-12-10T16:14:34Z DEBUG Update config reset alternate registry timestamp 2024-12-10T16:14:34Z -2024-12-10T16:14:34Z TRACE local local_update: { -2024-12-10T16:14:34Z TRACE local local_update: "timestamp" : "2024-12-10T16:14:34Z", -2024-12-10T16:14:34Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:14:34Z TRACE local local_update: "system" : { -2024-12-10T16:14:34Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:14:34Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:14:34Z TRACE local local_update: "operation" : { -2024-12-10T16:14:34Z TRACE local local_update: "last_start" : "1970-01-01T00:01:13Z" -2024-12-10T16:14:34Z TRACE local local_update: }, -2024-12-10T16:14:34Z TRACE local local_update: "testing" : { -2024-12-10T16:14:34Z TRACE local local_update: "sequence_name" : "scan_single_past", -2024-12-10T16:14:34Z TRACE local local_update: "endpoint_type" : "alternate" -2024-12-10T16:14:34Z TRACE local local_update: } -2024-12-10T16:14:34Z TRACE local local_update: }, -2024-12-10T16:14:34Z TRACE local local_update: "blobset" : { -2024-12-10T16:14:34Z TRACE local local_update: "blobs" : { -2024-12-10T16:14:34Z TRACE local local_update: "_iot_endpoint_config" : { -2024-12-10T16:14:34Z TRACE local local_update: "phase" : "final", -2024-12-10T16:14:34Z TRACE local local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzAvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzAvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfMC9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", -2024-12-10T16:14:34Z TRACE local local_update: "sha256" : "@@@blob data hash###f1569c38c56816b14d64cf16c7a4d7709e8b784db040190e36aa1c805bab7622", -2024-12-10T16:14:34Z TRACE local local_update: "generation" : "2024-12-10T16:14:33Z" -2024-12-10T16:14:34Z TRACE local local_update: } -2024-12-10T16:14:34Z TRACE local local_update: } -2024-12-10T16:14:34Z TRACE local local_update: } -2024-12-10T16:14:34Z TRACE local local_update: } -2024-12-10T16:14:34Z TRACE Update config reset alternate registry: Add `blobset` = { "blobs": { "_iot_endpoint_config": { "phase": `final`, "generation": `blob generation`, "sha256": `blob data hash`, "url": `endpoint data` } } } -2024-12-10T16:14:34Z TRACE Update config reset alternate registry: Remove `discovery` -2024-12-10T16:14:34Z TRACE Update config reset alternate registry: Remove `pointset` -2024-12-10T16:14:34Z TRACE Update config reset alternate registry: Remove `localnet` -2024-12-10T16:14:34Z DEBUG Stage finished waiting for using alternate client at 9s after 1s -2024-12-10T16:14:34Z TRACE Stage resume waiting for starting test wrapper at 9s -2024-12-10T16:14:34Z WARNING Done with alternate connection client! -2024-12-10T16:14:34Z DEBUG Allowing device state change (everything) -2024-12-10T16:14:34Z DEBUG Starting reset_config full reset true -2024-12-10T16:14:34Z DEBUG Clear configTransactions and reset device config -2024-12-10T16:14:34Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:14:34Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z -2024-12-10T16:14:34Z DEBUG last_start changed true, last_start 1970-01-01T00:01:13Z -2024-12-10T16:14:34Z DEBUG extraFieldChanged false because extra_field null -2024-12-10T16:14:34Z DEBUG extraFieldChanged true because extra_field reset_config -2024-12-10T16:14:34Z DEBUG Clear configTransactions and reset device config -2024-12-10T16:14:34Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:14:34Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z -2024-12-10T16:14:34Z DEBUG last_start changed true, last_start 1970-01-01T00:01:13Z -2024-12-10T16:14:34Z DEBUG extraFieldChanged true because extra_field null -2024-12-10T16:14:35Z TRACE updated check config_update: true -2024-12-10T16:14:35Z DEBUG update config_update, adding configTransaction RC:707cff.00000029 -2024-12-10T16:14:35Z TRACE local local_update: { -2024-12-10T16:14:35Z TRACE local local_update: "version" : "@@@cloud udmi version###1.5.2", -2024-12-10T16:14:35Z TRACE local local_update: "system" : { -2024-12-10T16:14:35Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:14:35Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:14:35Z TRACE local local_update: "operation" : { -2024-12-10T16:14:35Z TRACE local local_update: "last_start" : "1970-01-01T00:01:13Z" -2024-12-10T16:14:35Z TRACE local local_update: }, -2024-12-10T16:14:35Z TRACE local local_update: "testing" : { -2024-12-10T16:14:35Z TRACE local local_update: "sequence_name" : "scan_single_past" -2024-12-10T16:14:35Z TRACE local local_update: } -2024-12-10T16:14:35Z TRACE local local_update: }, -2024-12-10T16:14:35Z TRACE local local_update: "discovery" : { -2024-12-10T16:14:35Z TRACE local local_update: "families" : { -2024-12-10T16:14:35Z TRACE local local_update: "vendor" : { } -2024-12-10T16:14:35Z TRACE local local_update: } -2024-12-10T16:14:35Z TRACE local local_update: }, -2024-12-10T16:14:35Z TRACE local local_update: "localnet" : { -2024-12-10T16:14:35Z TRACE local local_update: "families" : { -2024-12-10T16:14:35Z TRACE local local_update: "ether" : { }, -2024-12-10T16:14:35Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:14:35Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:14:35Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:14:35Z TRACE local local_update: } -2024-12-10T16:14:35Z TRACE local local_update: }, -2024-12-10T16:14:35Z TRACE local local_update: "pointset" : { -2024-12-10T16:14:35Z TRACE local local_update: "points" : { -2024-12-10T16:14:35Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:35Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:14:35Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:14:35Z TRACE local local_update: }, -2024-12-10T16:14:35Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:14:35Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:14:35Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:14:35Z TRACE local local_update: }, -2024-12-10T16:14:35Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:35Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:14:35Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:14:35Z TRACE local local_update: } -2024-12-10T16:14:35Z TRACE local local_update: } -2024-12-10T16:14:35Z TRACE local local_update: } -2024-12-10T16:14:35Z TRACE local local_update: } -2024-12-10T16:14:35Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:14:35Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-12-10T16:14:35Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:14:35Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-12-10T16:14:35Z DEBUG Saving pre-config state timestamp null -2024-12-10T16:14:35Z DEBUG Update lastConfigUpdate 2024-12-10T16:14:35Z, because soft reset -2024-12-10T16:14:35Z TRACE Stage suspend waiting for starting test wrapper at 10s -2024-12-10T16:14:35Z INFO Stage start waiting for config update synchronized at 10s -2024-12-10T16:14:35Z TRACE received command AHU-1/state/discovery -2024-12-10T16:14:35Z TRACE received state_discovery: { -2024-12-10T16:14:35Z TRACE received state_discovery: "families" : { }, -2024-12-10T16:14:35Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:14:23Z", -2024-12-10T16:14:35Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:14:35Z TRACE received state_discovery: } -2024-12-10T16:14:35Z DEBUG Handling device message state_discovery MP:80a58831-1 -2024-12-10T16:14:35Z TRACE Ignoring partial state update -2024-12-10T16:14:35Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:14:35Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-12-10T16:14:35Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:14:35Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-12-10T16:14:35Z TRACE received command AHU-1/state/localnet -2024-12-10T16:14:35Z TRACE received state_localnet: { -2024-12-10T16:14:35Z TRACE received state_localnet: "families" : { -2024-12-10T16:14:35Z TRACE received state_localnet: "ether" : { -2024-12-10T16:14:35Z TRACE received state_localnet: "addr" : "00:0d:3a:7b:50:b5" -2024-12-10T16:14:35Z TRACE received state_localnet: }, -2024-12-10T16:14:35Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:14:35Z TRACE received state_localnet: "addr" : "10.1.1.146" -2024-12-10T16:14:35Z TRACE received state_localnet: }, -2024-12-10T16:14:35Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:14:35Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe7b:50b5" -2024-12-10T16:14:35Z TRACE received state_localnet: }, -2024-12-10T16:14:35Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:14:35Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:14:35Z TRACE received state_localnet: } -2024-12-10T16:14:35Z TRACE received state_localnet: }, -2024-12-10T16:14:35Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:14:23Z", -2024-12-10T16:14:35Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:14:35Z TRACE received state_localnet: } -2024-12-10T16:14:35Z DEBUG Handling device message state_localnet MP:80a58831-2 -2024-12-10T16:14:35Z TRACE Ignoring partial state update -2024-12-10T16:14:35Z TRACE received command AHU-1/state/pointset -2024-12-10T16:14:35Z TRACE received state_pointset: { -2024-12-10T16:14:35Z TRACE received state_pointset: "points" : { -2024-12-10T16:14:35Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:14:35Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:14:35Z TRACE received state_pointset: }, -2024-12-10T16:14:35Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:35Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:14:35Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:14:35Z TRACE received state_pointset: }, -2024-12-10T16:14:35Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:35Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:14:35Z TRACE received state_pointset: } -2024-12-10T16:14:35Z TRACE received state_pointset: }, -2024-12-10T16:14:35Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:14:23Z", -2024-12-10T16:14:35Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:14:35Z TRACE received state_pointset: } -2024-12-10T16:14:35Z DEBUG Handling device message state_pointset MP:80a58831-3 -2024-12-10T16:14:35Z TRACE Ignoring partial state update -2024-12-10T16:14:35Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:14:35Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-12-10T16:14:35Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:14:35Z TRACE received command null/config/udmi -2024-12-10T16:14:35Z TRACE received command AHU-1/events/pointset -2024-12-10T16:14:35Z TRACE received events_pointset: { -2024-12-10T16:14:35Z TRACE received events_pointset: "points" : { -2024-12-10T16:14:35Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:14:35Z TRACE received events_pointset: "present_value" : true -2024-12-10T16:14:35Z TRACE received events_pointset: }, -2024-12-10T16:14:35Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:35Z TRACE received events_pointset: "present_value" : 98 -2024-12-10T16:14:35Z TRACE received events_pointset: }, -2024-12-10T16:14:35Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:35Z TRACE received events_pointset: "present_value" : 11 -2024-12-10T16:14:35Z TRACE received events_pointset: } -2024-12-10T16:14:35Z TRACE received events_pointset: }, -2024-12-10T16:14:35Z TRACE received events_pointset: "timestamp" : "2024-12-10T16:14:31Z", -2024-12-10T16:14:35Z TRACE received events_pointset: "version" : "1.5.2" -2024-12-10T16:14:35Z TRACE received events_pointset: } -2024-12-10T16:14:35Z DEBUG Handling device message events_pointset MP:f6fb3217 -2024-12-10T16:14:35Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:14:35Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-12-10T16:14:35Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-12-10T16:14:35Z TRACE received command AHU-1/events/system -2024-12-10T16:14:35Z DEBUG received events_system 2024-12-10T16:14:23Z DEBUG device.log: State update defer 0ms -2024-12-10T16:14:35Z DEBUG received events_system 2024-12-10T16:14:23Z INFO device.log: Update state 2024-12-10T16:14:23Z last_config 2024-12-10T16:14:21Z -2024-12-10T16:14:35Z DEBUG received events_system 2024-12-10T16:14:23Z DEBUG device.log: State update AHU-1 (system_last_update) -2024-12-10T16:14:35Z DEBUG Handling device message events_system MP:a39e69e0 -2024-12-10T16:14:35Z TRACE received command AHU-1/state/update -2024-12-10T16:14:35Z DEBUG received state_update -2024-12-10T16:14:35Z DEBUG Handling update message state_update MP:424013f8 -2024-12-10T16:14:35Z DEBUG Updated state after 0s 2024-12-10T16:14:35Z MP:424013f8 -2024-12-10T16:14:35Z INFO Updated state #025: Changed 4 fields: -2024-12-10T16:14:35Z INFO Updated state #025: Set `system.status.level` = `100` -2024-12-10T16:14:35Z INFO Updated state #025: Set `system.status.category` = `system.config.parse` -2024-12-10T16:14:35Z INFO Updated state #025: Set `system.status.timestamp` = `2024-12-10T16:14:35Z` -2024-12-10T16:14:35Z INFO Updated state #025: Set `timestamp` = `2024-12-10T16:14:35Z` -2024-12-10T16:14:35Z NOTICE Received serial number sequencer-32225 -2024-12-10T16:14:35Z DEBUG Updated state has last_config 2024-12-10T16:14:21Z (expecting null) -2024-12-10T16:14:35Z DEBUG Detail config update synchronized is now: last_start not synced in config, config transactions not cleared, last_config not synced in state -2024-12-10T16:14:35Z TRACE received command AHU-1/config/update -2024-12-10T16:14:35Z DEBUG received config_update -2024-12-10T16:14:35Z DEBUG Handling update message config_update RC:707cff.00000029 -2024-12-10T16:14:35Z DEBUG Removed configTransaction RC:707cff.00000029 -2024-12-10T16:14:35Z DEBUG last_start changed false, last_start 1970-01-01T00:01:13Z -2024-12-10T16:14:35Z DEBUG Updated config 2024-12-10T16:14:35Z RC:707cff.00000029 -2024-12-10T16:14:35Z INFO Updated config #024: Changed 5 fields: -2024-12-10T16:14:35Z INFO Updated config #024: Remove `system.testing.endpoint_type` -2024-12-10T16:14:35Z INFO Updated config #024: Add `discovery` = { "families": { "vendor": { } } } -2024-12-10T16:14:35Z INFO Updated config #024: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } -2024-12-10T16:14:35Z INFO Updated config #024: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "bacnet": { } } } -2024-12-10T16:14:35Z INFO Updated config #024: Remove `blobset` -2024-12-10T16:14:35Z TRACE received command AHU-1/state/system -2024-12-10T16:14:35Z TRACE received state_system: { -2024-12-10T16:14:35Z TRACE received state_system: "hardware" : { -2024-12-10T16:14:35Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:14:35Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:14:35Z TRACE received state_system: }, -2024-12-10T16:14:35Z TRACE received state_system: "last_config" : "2024-12-10T16:14:21Z", -2024-12-10T16:14:35Z TRACE received state_system: "operation" : { -2024-12-10T16:14:35Z TRACE received state_system: "operational" : true, -2024-12-10T16:14:35Z TRACE received state_system: "last_start" : "2024-12-10T16:12:59Z", -2024-12-10T16:14:35Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:14:35Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:14:35Z TRACE received state_system: }, -2024-12-10T16:14:35Z TRACE received state_system: "serial_no" : "sequencer-32225", -2024-12-10T16:14:35Z TRACE received state_system: "software" : { -2024-12-10T16:14:35Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:14:35Z TRACE received state_system: }, -2024-12-10T16:14:35Z TRACE received state_system: "status" : { -2024-12-10T16:14:35Z TRACE received state_system: "message" : "success", -2024-12-10T16:14:35Z TRACE received state_system: "category" : "system.config.parse", -2024-12-10T16:14:35Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:35Z", -2024-12-10T16:14:35Z TRACE received state_system: "level" : 100 -2024-12-10T16:14:35Z TRACE received state_system: }, -2024-12-10T16:14:35Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:35Z", -2024-12-10T16:14:35Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:14:35Z TRACE received state_system: } -2024-12-10T16:14:35Z DEBUG Handling device message state_system MP:424013f8-0 -2024-12-10T16:14:35Z TRACE Ignoring partial state update -2024-12-10T16:14:35Z DEBUG Detail config update synchronized is now: last_start not synced in config, last_config not synced in state -2024-12-10T16:14:35Z TRACE received command AHU-1/state/discovery -2024-12-10T16:14:35Z TRACE received state_discovery: { -2024-12-10T16:14:35Z TRACE received state_discovery: "families" : { }, -2024-12-10T16:14:35Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:14:35Z", -2024-12-10T16:14:35Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:14:35Z TRACE received state_discovery: } -2024-12-10T16:14:35Z DEBUG Handling device message state_discovery MP:424013f8-1 -2024-12-10T16:14:35Z TRACE Ignoring partial state update -2024-12-10T16:14:35Z TRACE received command AHU-1/state/localnet -2024-12-10T16:14:35Z TRACE received state_localnet: { -2024-12-10T16:14:35Z TRACE received state_localnet: "families" : { -2024-12-10T16:14:35Z TRACE received state_localnet: "ether" : { -2024-12-10T16:14:35Z TRACE received state_localnet: "addr" : "00:0d:3a:7b:50:b5" -2024-12-10T16:14:35Z TRACE received state_localnet: }, -2024-12-10T16:14:35Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:14:35Z TRACE received state_localnet: "addr" : "10.1.1.146" -2024-12-10T16:14:35Z TRACE received state_localnet: }, -2024-12-10T16:14:35Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:14:35Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe7b:50b5" -2024-12-10T16:14:35Z TRACE received state_localnet: }, -2024-12-10T16:14:35Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:14:35Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:14:35Z TRACE received state_localnet: } -2024-12-10T16:14:35Z TRACE received state_localnet: }, -2024-12-10T16:14:35Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:14:35Z", -2024-12-10T16:14:35Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:14:35Z TRACE received state_localnet: } -2024-12-10T16:14:35Z DEBUG Handling device message state_localnet MP:424013f8-2 -2024-12-10T16:14:35Z TRACE Ignoring partial state update -2024-12-10T16:14:35Z TRACE received command AHU-1/state/pointset -2024-12-10T16:14:35Z TRACE received state_pointset: { -2024-12-10T16:14:35Z TRACE received state_pointset: "points" : { -2024-12-10T16:14:35Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:14:35Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:14:35Z TRACE received state_pointset: }, -2024-12-10T16:14:35Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:35Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:14:35Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:14:35Z TRACE received state_pointset: }, -2024-12-10T16:14:35Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:35Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:14:35Z TRACE received state_pointset: } -2024-12-10T16:14:35Z TRACE received state_pointset: }, -2024-12-10T16:14:35Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:14:35Z", -2024-12-10T16:14:35Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:14:35Z TRACE received state_pointset: } -2024-12-10T16:14:35Z DEBUG Handling device message state_pointset MP:424013f8-3 -2024-12-10T16:14:35Z TRACE Ignoring partial state update -2024-12-10T16:14:35Z TRACE received command AHU-1/config/update -2024-12-10T16:14:35Z DEBUG received config_update -2024-12-10T16:14:35Z DEBUG Handling update message config_update MP:424013f8 -2024-12-10T16:14:35Z DEBUG last_start changed true, last_start 2024-12-10T16:12:59Z -2024-12-10T16:14:35Z DEBUG Updated config 2024-12-10T16:14:35Z MP:424013f8 -2024-12-10T16:14:35Z INFO Updated config #025: Changed 0 fields. -2024-12-10T16:14:35Z DEBUG Detail config update synchronized is now: last_config not synced in state -2024-12-10T16:14:37Z TRACE received command AHU-1/state/update -2024-12-10T16:14:37Z DEBUG received state_update -2024-12-10T16:14:37Z DEBUG Handling update message state_update MP:190c1b07 -2024-12-10T16:14:37Z DEBUG Updated state after 0s 2024-12-10T16:14:37Z MP:190c1b07 -2024-12-10T16:14:37Z INFO Updated state #026: Changed 4 fields: -2024-12-10T16:14:37Z INFO Updated state #026: Set `system.last_config` = `2024-12-10T16:14:35Z` -2024-12-10T16:14:37Z INFO Updated state #026: Set `system.status.level` = `300` -2024-12-10T16:14:37Z INFO Updated state #026: Set `system.status.category` = `system.config.apply` -2024-12-10T16:14:37Z INFO Updated state #026: Set `timestamp` = `2024-12-10T16:14:37Z` -2024-12-10T16:14:37Z DEBUG Updated state has last_config 2024-12-10T16:14:35Z (expecting 2024-12-10T16:14:35Z) -2024-12-10T16:14:37Z TRACE received command AHU-1/state/system -2024-12-10T16:14:37Z TRACE received state_system: { -2024-12-10T16:14:37Z TRACE received state_system: "hardware" : { -2024-12-10T16:14:37Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:14:37Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:14:37Z TRACE received state_system: }, -2024-12-10T16:14:37Z TRACE received state_system: "last_config" : "2024-12-10T16:14:35Z", -2024-12-10T16:14:37Z TRACE received state_system: "operation" : { -2024-12-10T16:14:37Z TRACE received state_system: "operational" : true, -2024-12-10T16:14:37Z TRACE received state_system: "last_start" : "2024-12-10T16:12:59Z", -2024-12-10T16:14:37Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:14:37Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:14:37Z TRACE received state_system: }, -2024-12-10T16:14:37Z TRACE received state_system: "serial_no" : "sequencer-32225", -2024-12-10T16:14:37Z TRACE received state_system: "software" : { -2024-12-10T16:14:37Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:14:37Z TRACE received state_system: }, -2024-12-10T16:14:37Z TRACE received state_system: "status" : { -2024-12-10T16:14:37Z TRACE received state_system: "message" : "success", -2024-12-10T16:14:37Z TRACE received state_system: "category" : "system.config.apply", -2024-12-10T16:14:37Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:35Z", -2024-12-10T16:14:37Z TRACE received state_system: "level" : 300 -2024-12-10T16:14:37Z TRACE received state_system: }, -2024-12-10T16:14:37Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:37Z", -2024-12-10T16:14:37Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:14:37Z TRACE received state_system: } -2024-12-10T16:14:37Z DEBUG Handling device message state_system MP:190c1b07-0 -2024-12-10T16:14:37Z TRACE Ignoring partial state update -2024-12-10T16:14:37Z DEBUG Detail config update synchronized is now: null -2024-12-10T16:14:37Z DEBUG Stage finished waiting for config update synchronized at 12s after 2s -2024-12-10T16:14:37Z TRACE Stage resume waiting for starting test wrapper at 12s -2024-12-10T16:14:37Z DEBUG Config sync took 2s -2024-12-10T16:14:37Z DEBUG Finished wait for config sync pending: null -2024-12-10T16:14:37Z DEBUG Update config soft reset timestamp 2024-12-10T16:14:35Z -2024-12-10T16:14:37Z TRACE local local_update: { -2024-12-10T16:14:37Z TRACE local local_update: "timestamp" : "2024-12-10T16:14:35Z", -2024-12-10T16:14:37Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:14:37Z TRACE local local_update: "system" : { -2024-12-10T16:14:37Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:14:37Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:14:37Z TRACE local local_update: "operation" : { -2024-12-10T16:14:37Z TRACE local local_update: "last_start" : "2024-12-10T16:12:59Z" -2024-12-10T16:14:37Z TRACE local local_update: }, -2024-12-10T16:14:37Z TRACE local local_update: "testing" : { -2024-12-10T16:14:37Z TRACE local local_update: "sequence_name" : "scan_single_past" -2024-12-10T16:14:37Z TRACE local local_update: } -2024-12-10T16:14:37Z TRACE local local_update: }, -2024-12-10T16:14:37Z TRACE local local_update: "discovery" : { -2024-12-10T16:14:37Z TRACE local local_update: "families" : { -2024-12-10T16:14:37Z TRACE local local_update: "vendor" : { } -2024-12-10T16:14:37Z TRACE local local_update: } -2024-12-10T16:14:37Z TRACE local local_update: }, -2024-12-10T16:14:37Z TRACE local local_update: "localnet" : { -2024-12-10T16:14:37Z TRACE local local_update: "families" : { -2024-12-10T16:14:37Z TRACE local local_update: "ether" : { }, -2024-12-10T16:14:37Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:14:37Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:14:37Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:14:37Z TRACE local local_update: } -2024-12-10T16:14:37Z TRACE local local_update: }, -2024-12-10T16:14:37Z TRACE local local_update: "pointset" : { -2024-12-10T16:14:37Z TRACE local local_update: "points" : { -2024-12-10T16:14:37Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:37Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:14:37Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:14:37Z TRACE local local_update: }, -2024-12-10T16:14:37Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:14:37Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:14:37Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:14:37Z TRACE local local_update: }, -2024-12-10T16:14:37Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:37Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:14:37Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:14:37Z TRACE local local_update: } -2024-12-10T16:14:37Z TRACE local local_update: } -2024-12-10T16:14:37Z TRACE local local_update: } -2024-12-10T16:14:37Z TRACE local local_update: } -2024-12-10T16:14:37Z TRACE Update config soft reset: Add `discovery` = { "families": { "vendor": { } } } -2024-12-10T16:14:37Z TRACE Update config soft reset: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } -2024-12-10T16:14:37Z TRACE Update config soft reset: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "bacnet": { } } } -2024-12-10T16:14:37Z TRACE Update config soft reset: Add `timestamp` = `generated timestamp` -2024-12-10T16:14:37Z DEBUG Done with reset_config -2024-12-10T16:14:37Z TRACE Stage suspend waiting for starting test wrapper at 12s -2024-12-10T16:14:37Z INFO Stage start waiting for config update synchronized at 12s -2024-12-10T16:14:37Z TRACE received command AHU-1/state/discovery -2024-12-10T16:14:37Z TRACE received state_discovery: { -2024-12-10T16:14:37Z TRACE received state_discovery: "families" : { }, -2024-12-10T16:14:37Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:14:37Z", -2024-12-10T16:14:37Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:14:37Z TRACE received state_discovery: } -2024-12-10T16:14:37Z DEBUG Handling device message state_discovery MP:190c1b07-1 -2024-12-10T16:14:37Z TRACE Ignoring partial state update -2024-12-10T16:14:37Z DEBUG Stage finished waiting for config update synchronized at 12s after 0s -2024-12-10T16:14:37Z TRACE Stage resume waiting for starting test wrapper at 12s -2024-12-10T16:14:37Z DEBUG Config sync took 2s -2024-12-10T16:14:37Z DEBUG Finished wait for config sync pending: null -2024-12-10T16:14:37Z DEBUG Disallowing device state change (everything) -2024-12-10T16:14:38Z TRACE updated check config_update: true -2024-12-10T16:14:38Z DEBUG update config_update, adding configTransaction RC:707cff.0000002a -2024-12-10T16:14:38Z TRACE local local_update: { -2024-12-10T16:14:38Z TRACE local local_update: "timestamp" : "2024-12-10T16:14:35Z", -2024-12-10T16:14:38Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:14:38Z TRACE local local_update: "system" : { -2024-12-10T16:14:38Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:14:38Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:14:38Z TRACE local local_update: "operation" : { -2024-12-10T16:14:38Z TRACE local local_update: "last_start" : "2024-12-10T16:12:59Z" -2024-12-10T16:14:38Z TRACE local local_update: }, -2024-12-10T16:14:38Z TRACE local local_update: "testing" : { -2024-12-10T16:14:38Z TRACE local local_update: "sequence_name" : "scan_single_past" -2024-12-10T16:14:38Z TRACE local local_update: } -2024-12-10T16:14:38Z TRACE local local_update: }, -2024-12-10T16:14:38Z TRACE local local_update: "discovery" : { -2024-12-10T16:14:38Z TRACE local local_update: "families" : { -2024-12-10T16:14:38Z TRACE local local_update: "vendor" : { } -2024-12-10T16:14:38Z TRACE local local_update: } -2024-12-10T16:14:38Z TRACE local local_update: }, -2024-12-10T16:14:38Z TRACE local local_update: "localnet" : { -2024-12-10T16:14:38Z TRACE local local_update: "families" : { -2024-12-10T16:14:38Z TRACE local local_update: "ether" : { }, -2024-12-10T16:14:38Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:14:38Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:14:38Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:14:38Z TRACE local local_update: } -2024-12-10T16:14:38Z TRACE local local_update: }, -2024-12-10T16:14:38Z TRACE local local_update: "pointset" : { -2024-12-10T16:14:38Z TRACE local local_update: "points" : { -2024-12-10T16:14:38Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:38Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:14:38Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:14:38Z TRACE local local_update: }, -2024-12-10T16:14:38Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:14:38Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:14:38Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:14:38Z TRACE local local_update: }, -2024-12-10T16:14:38Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:38Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:14:38Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:14:38Z TRACE local local_update: } -2024-12-10T16:14:38Z TRACE local local_update: } -2024-12-10T16:14:38Z TRACE local local_update: } -2024-12-10T16:14:38Z TRACE local local_update: } -2024-12-10T16:14:38Z DEBUG Saving pre-config state timestamp 2024-12-10T16:14:37Z -2024-12-10T16:14:38Z DEBUG Update lastConfigUpdate 2024-12-10T16:14:38Z, because initial setup -2024-12-10T16:14:38Z TRACE Stage suspend waiting for starting test wrapper at 13s -2024-12-10T16:14:38Z INFO Stage start waiting for config update synchronized at 13s -2024-12-10T16:14:38Z TRACE received command AHU-1/state/localnet -2024-12-10T16:14:38Z TRACE received state_localnet: { -2024-12-10T16:14:38Z TRACE received state_localnet: "families" : { -2024-12-10T16:14:38Z TRACE received state_localnet: "ether" : { -2024-12-10T16:14:38Z TRACE received state_localnet: "addr" : "00:0d:3a:7b:50:b5" -2024-12-10T16:14:38Z TRACE received state_localnet: }, -2024-12-10T16:14:38Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:14:38Z TRACE received state_localnet: "addr" : "10.1.1.146" -2024-12-10T16:14:38Z TRACE received state_localnet: }, -2024-12-10T16:14:38Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:14:38Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe7b:50b5" -2024-12-10T16:14:38Z TRACE received state_localnet: }, -2024-12-10T16:14:38Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:14:38Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:14:38Z TRACE received state_localnet: } -2024-12-10T16:14:38Z TRACE received state_localnet: }, -2024-12-10T16:14:38Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:14:37Z", -2024-12-10T16:14:38Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:14:38Z TRACE received state_localnet: } -2024-12-10T16:14:38Z DEBUG Handling device message state_localnet MP:190c1b07-2 -2024-12-10T16:14:38Z TRACE Ignoring partial state update -2024-12-10T16:14:38Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-12-10T16:14:38Z TRACE received command AHU-1/state/pointset -2024-12-10T16:14:38Z TRACE received state_pointset: { -2024-12-10T16:14:38Z TRACE received state_pointset: "points" : { -2024-12-10T16:14:38Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:14:38Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:14:38Z TRACE received state_pointset: }, -2024-12-10T16:14:38Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:38Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:14:38Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:14:38Z TRACE received state_pointset: }, -2024-12-10T16:14:38Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:38Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:14:38Z TRACE received state_pointset: } -2024-12-10T16:14:38Z TRACE received state_pointset: }, -2024-12-10T16:14:38Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:14:37Z", -2024-12-10T16:14:38Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:14:38Z TRACE received state_pointset: } -2024-12-10T16:14:38Z DEBUG Handling device message state_pointset MP:190c1b07-3 -2024-12-10T16:14:38Z TRACE Ignoring partial state update -2024-12-10T16:14:38Z TRACE received command AHU-1/config/update -2024-12-10T16:14:38Z DEBUG received config_update -2024-12-10T16:14:38Z DEBUG Handling update message config_update RC:707cff.0000002a -2024-12-10T16:14:38Z DEBUG Removed configTransaction RC:707cff.0000002a -2024-12-10T16:14:38Z DEBUG last_start changed false, last_start 2024-12-10T16:12:59Z -2024-12-10T16:14:38Z DEBUG Updated config 2024-12-10T16:14:38Z RC:707cff.0000002a -2024-12-10T16:14:38Z INFO Updated config #026: Changed 0 fields. -2024-12-10T16:14:38Z DEBUG Detail config update synchronized is now: device state not updated since config issued, last_config not synced in state -2024-12-10T16:14:39Z TRACE received command AHU-1/state/update -2024-12-10T16:14:39Z DEBUG received state_update -2024-12-10T16:14:39Z DEBUG Handling update message state_update MP:ea1f3961 -2024-12-10T16:14:39Z DEBUG Updated state after 0s 2024-12-10T16:14:39Z MP:ea1f3961 -2024-12-10T16:14:39Z INFO Updated state #027: Changed 3 fields: -2024-12-10T16:14:39Z INFO Updated state #027: Set `system.last_config` = `2024-12-10T16:14:38Z` -2024-12-10T16:14:39Z INFO Updated state #027: Set `system.status.timestamp` = `2024-12-10T16:14:38Z` -2024-12-10T16:14:39Z INFO Updated state #027: Set `timestamp` = `2024-12-10T16:14:39Z` -2024-12-10T16:14:39Z DEBUG Updated state has last_config 2024-12-10T16:14:38Z (expecting 2024-12-10T16:14:38Z) -2024-12-10T16:14:39Z TRACE received command AHU-1/state/system -2024-12-10T16:14:39Z TRACE received state_system: { -2024-12-10T16:14:39Z TRACE received state_system: "hardware" : { -2024-12-10T16:14:39Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:14:39Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:14:39Z TRACE received state_system: }, -2024-12-10T16:14:39Z TRACE received state_system: "last_config" : "2024-12-10T16:14:38Z", -2024-12-10T16:14:39Z TRACE received state_system: "operation" : { -2024-12-10T16:14:39Z TRACE received state_system: "operational" : true, -2024-12-10T16:14:39Z TRACE received state_system: "last_start" : "2024-12-10T16:12:59Z", -2024-12-10T16:14:39Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:14:39Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:14:39Z TRACE received state_system: }, -2024-12-10T16:14:39Z TRACE received state_system: "serial_no" : "sequencer-32225", -2024-12-10T16:14:39Z TRACE received state_system: "software" : { -2024-12-10T16:14:39Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:14:39Z TRACE received state_system: }, -2024-12-10T16:14:39Z TRACE received state_system: "status" : { -2024-12-10T16:14:39Z TRACE received state_system: "message" : "success", -2024-12-10T16:14:39Z TRACE received state_system: "category" : "system.config.apply", -2024-12-10T16:14:39Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:38Z", -2024-12-10T16:14:39Z TRACE received state_system: "level" : 300 -2024-12-10T16:14:39Z TRACE received state_system: }, -2024-12-10T16:14:39Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:39Z", -2024-12-10T16:14:39Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:14:39Z TRACE received state_system: } -2024-12-10T16:14:39Z DEBUG Handling device message state_system MP:ea1f3961-0 -2024-12-10T16:14:39Z TRACE Ignoring partial state update -2024-12-10T16:14:39Z DEBUG Detail config update synchronized is now: null -2024-12-10T16:14:39Z DEBUG Stage finished waiting for config update synchronized at 14s after 0s -2024-12-10T16:14:39Z TRACE Stage resume waiting for starting test wrapper at 14s -2024-12-10T16:14:39Z DEBUG Config sync took 1s -2024-12-10T16:14:39Z DEBUG Finished wait for config sync pending: null -2024-12-10T16:14:39Z DEBUG Update config initial setup timestamp 2024-12-10T16:14:38Z -2024-12-10T16:14:39Z TRACE local local_update: { -2024-12-10T16:14:39Z TRACE local local_update: "timestamp" : "2024-12-10T16:14:38Z", -2024-12-10T16:14:39Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:14:39Z TRACE local local_update: "system" : { -2024-12-10T16:14:39Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:14:39Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:14:39Z TRACE local local_update: "operation" : { -2024-12-10T16:14:39Z TRACE local local_update: "last_start" : "2024-12-10T16:12:59Z" -2024-12-10T16:14:39Z TRACE local local_update: }, -2024-12-10T16:14:39Z TRACE local local_update: "testing" : { -2024-12-10T16:14:39Z TRACE local local_update: "sequence_name" : "scan_single_past" -2024-12-10T16:14:39Z TRACE local local_update: } -2024-12-10T16:14:39Z TRACE local local_update: }, -2024-12-10T16:14:39Z TRACE local local_update: "discovery" : { -2024-12-10T16:14:39Z TRACE local local_update: "families" : { -2024-12-10T16:14:39Z TRACE local local_update: "vendor" : { } -2024-12-10T16:14:39Z TRACE local local_update: } -2024-12-10T16:14:39Z TRACE local local_update: }, -2024-12-10T16:14:39Z TRACE local local_update: "localnet" : { -2024-12-10T16:14:39Z TRACE local local_update: "families" : { -2024-12-10T16:14:39Z TRACE local local_update: "ether" : { }, -2024-12-10T16:14:39Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:14:39Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:14:39Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:14:39Z TRACE local local_update: } -2024-12-10T16:14:39Z TRACE local local_update: }, -2024-12-10T16:14:39Z TRACE local local_update: "pointset" : { -2024-12-10T16:14:39Z TRACE local local_update: "points" : { -2024-12-10T16:14:39Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:39Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:14:39Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:14:39Z TRACE local local_update: }, -2024-12-10T16:14:39Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:14:39Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:14:39Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:14:39Z TRACE local local_update: }, -2024-12-10T16:14:39Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:39Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:14:39Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:14:39Z TRACE local local_update: } -2024-12-10T16:14:39Z TRACE local local_update: } -2024-12-10T16:14:39Z TRACE local local_update: } -2024-12-10T16:14:39Z TRACE local local_update: } -2024-12-10T16:14:39Z DEBUG Stale state cutoff threshold is 2024-12-10T16:13:02Z -2024-12-10T16:14:39Z DEBUG Waiting for device stateTransaction RC:707cff.0000002b (was null) -2024-12-10T16:14:39Z TRACE Stage suspend waiting for starting test wrapper at 14s -2024-12-10T16:14:39Z INFO Stage start waiting for state query at 14s -2024-12-10T16:14:39Z TRACE received command AHU-1/state/discovery -2024-12-10T16:14:39Z TRACE received state_discovery: { -2024-12-10T16:14:39Z TRACE received state_discovery: "families" : { }, -2024-12-10T16:14:39Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:14:39Z", -2024-12-10T16:14:39Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:14:39Z TRACE received state_discovery: } -2024-12-10T16:14:39Z DEBUG Handling device message state_discovery MP:ea1f3961-1 -2024-12-10T16:14:39Z TRACE Ignoring partial state update -2024-12-10T16:14:39Z TRACE received command AHU-1/state/localnet -2024-12-10T16:14:39Z TRACE received state_localnet: { -2024-12-10T16:14:39Z TRACE received state_localnet: "families" : { -2024-12-10T16:14:39Z TRACE received state_localnet: "ether" : { -2024-12-10T16:14:39Z TRACE received state_localnet: "addr" : "00:0d:3a:7b:50:b5" -2024-12-10T16:14:39Z TRACE received state_localnet: }, -2024-12-10T16:14:39Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:14:39Z TRACE received state_localnet: "addr" : "10.1.1.146" -2024-12-10T16:14:39Z TRACE received state_localnet: }, -2024-12-10T16:14:39Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:14:39Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe7b:50b5" -2024-12-10T16:14:39Z TRACE received state_localnet: }, -2024-12-10T16:14:39Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:14:39Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:14:39Z TRACE received state_localnet: } -2024-12-10T16:14:39Z TRACE received state_localnet: }, -2024-12-10T16:14:39Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:14:39Z", -2024-12-10T16:14:39Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:14:39Z TRACE received state_localnet: } -2024-12-10T16:14:39Z DEBUG Handling device message state_localnet MP:ea1f3961-2 -2024-12-10T16:14:39Z TRACE Ignoring partial state update -2024-12-10T16:14:39Z TRACE received command AHU-1/state/pointset -2024-12-10T16:14:39Z TRACE received state_pointset: { -2024-12-10T16:14:39Z TRACE received state_pointset: "points" : { -2024-12-10T16:14:39Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:14:39Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:14:39Z TRACE received state_pointset: }, -2024-12-10T16:14:39Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:39Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:14:39Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:14:39Z TRACE received state_pointset: }, -2024-12-10T16:14:39Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:39Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:14:39Z TRACE received state_pointset: } -2024-12-10T16:14:39Z TRACE received state_pointset: }, -2024-12-10T16:14:39Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:14:39Z", -2024-12-10T16:14:39Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:14:39Z TRACE received state_pointset: } -2024-12-10T16:14:39Z DEBUG Handling device message state_pointset MP:ea1f3961-3 -2024-12-10T16:14:39Z TRACE Ignoring partial state update -2024-12-10T16:14:39Z TRACE received command AHU-1/state/update -2024-12-10T16:14:39Z DEBUG received state_update -2024-12-10T16:14:39Z INFO Received device configAcked -2024-12-10T16:14:39Z DEBUG Handling update message state_update RC:707cff.0000002b -2024-12-10T16:14:39Z DEBUG Removed stateTransaction RC:707cff.0000002b -2024-12-10T16:14:39Z DEBUG Updated state after 0s 2024-12-10T16:14:39Z RC:707cff.0000002b -2024-12-10T16:14:39Z INFO Updated state #028: Changed 0 fields. -2024-12-10T16:14:39Z DEBUG Updated state has last_config 2024-12-10T16:14:38Z (expecting 2024-12-10T16:14:38Z) -2024-12-10T16:14:39Z DEBUG Stage finished waiting for state query at 14s after 0s -2024-12-10T16:14:39Z TRACE Stage resume waiting for starting test wrapper at 14s -2024-12-10T16:14:39Z TRACE Stage suspend waiting for starting test wrapper at 14s -2024-12-10T16:14:39Z INFO Stage start waiting for initial device state at 14s -2024-12-10T16:14:40Z TRACE updated check config_update: true -2024-12-10T16:14:40Z DEBUG update config_update, adding configTransaction RC:707cff.0000002c -2024-12-10T16:14:40Z TRACE local local_update: { -2024-12-10T16:14:40Z TRACE local local_update: "timestamp" : "2024-12-10T16:14:38Z", -2024-12-10T16:14:40Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:14:40Z TRACE local local_update: "system" : { -2024-12-10T16:14:40Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:14:40Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:14:40Z TRACE local local_update: "operation" : { -2024-12-10T16:14:40Z TRACE local local_update: "last_start" : "2024-12-10T16:12:59Z" -2024-12-10T16:14:40Z TRACE local local_update: }, -2024-12-10T16:14:40Z TRACE local local_update: "testing" : { -2024-12-10T16:14:40Z TRACE local local_update: "sequence_name" : "scan_single_past" -2024-12-10T16:14:40Z TRACE local local_update: } -2024-12-10T16:14:40Z TRACE local local_update: }, -2024-12-10T16:14:40Z TRACE local local_update: "discovery" : { -2024-12-10T16:14:40Z TRACE local local_update: "families" : { -2024-12-10T16:14:40Z TRACE local local_update: "vendor" : { } -2024-12-10T16:14:40Z TRACE local local_update: } -2024-12-10T16:14:40Z TRACE local local_update: }, -2024-12-10T16:14:40Z TRACE local local_update: "localnet" : { -2024-12-10T16:14:40Z TRACE local local_update: "families" : { -2024-12-10T16:14:40Z TRACE local local_update: "ether" : { }, -2024-12-10T16:14:40Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:14:40Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:14:40Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:14:40Z TRACE local local_update: } -2024-12-10T16:14:40Z TRACE local local_update: }, -2024-12-10T16:14:40Z TRACE local local_update: "pointset" : { -2024-12-10T16:14:40Z TRACE local local_update: "points" : { -2024-12-10T16:14:40Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:40Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:14:40Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:14:40Z TRACE local local_update: }, -2024-12-10T16:14:40Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:14:40Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:14:40Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:14:40Z TRACE local local_update: }, -2024-12-10T16:14:40Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:40Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:14:40Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:14:40Z TRACE local local_update: } -2024-12-10T16:14:40Z TRACE local local_update: } -2024-12-10T16:14:40Z TRACE local local_update: } -2024-12-10T16:14:40Z TRACE local local_update: } -2024-12-10T16:14:40Z DEBUG Saving pre-config state timestamp 2024-12-10T16:14:39Z -2024-12-10T16:14:40Z DEBUG Update lastConfigUpdate 2024-12-10T16:14:40Z, because before initial device state -2024-12-10T16:14:40Z TRACE Stage suspend waiting for initial device state at 15s -2024-12-10T16:14:40Z INFO Stage start waiting for config update synchronized at 15s -2024-12-10T16:14:40Z TRACE received command AHU-1/reply/update -2024-12-10T16:14:40Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-12-10T16:14:40Z TRACE received command AHU-1/config/update -2024-12-10T16:14:40Z DEBUG received config_update -2024-12-10T16:14:40Z DEBUG Handling update message config_update RC:707cff.0000002c -2024-12-10T16:14:40Z DEBUG Removed configTransaction RC:707cff.0000002c -2024-12-10T16:14:40Z DEBUG last_start changed false, last_start 2024-12-10T16:12:59Z -2024-12-10T16:14:40Z DEBUG Updated config 2024-12-10T16:14:40Z RC:707cff.0000002c -2024-12-10T16:14:40Z INFO Updated config #027: Changed 0 fields. -2024-12-10T16:14:41Z TRACE received command AHU-1/state/update -2024-12-10T16:14:41Z DEBUG received state_update -2024-12-10T16:14:41Z DEBUG Handling update message state_update MP:281f42e2 -2024-12-10T16:14:41Z DEBUG Updated state after 0s 2024-12-10T16:14:41Z MP:281f42e2 -2024-12-10T16:14:41Z INFO Updated state #029: Changed 3 fields: -2024-12-10T16:14:41Z INFO Updated state #029: Set `system.last_config` = `2024-12-10T16:14:40Z` -2024-12-10T16:14:41Z INFO Updated state #029: Set `system.status.timestamp` = `2024-12-10T16:14:40Z` -2024-12-10T16:14:41Z INFO Updated state #029: Set `timestamp` = `2024-12-10T16:14:41Z` -2024-12-10T16:14:41Z DEBUG Updated state has last_config 2024-12-10T16:14:40Z (expecting 2024-12-10T16:14:40Z) -2024-12-10T16:14:41Z DEBUG Detail config update synchronized is now: null -2024-12-10T16:14:41Z DEBUG Stage finished waiting for config update synchronized at 16s after 0s -2024-12-10T16:14:41Z TRACE Stage resume waiting for initial device state at 16s -2024-12-10T16:14:41Z DEBUG Config sync took 1s -2024-12-10T16:14:41Z DEBUG Finished wait for config sync pending: null -2024-12-10T16:14:41Z DEBUG Update config before initial device state timestamp 2024-12-10T16:14:40Z -2024-12-10T16:14:41Z TRACE local local_update: { -2024-12-10T16:14:41Z TRACE local local_update: "timestamp" : "2024-12-10T16:14:40Z", -2024-12-10T16:14:41Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:14:41Z TRACE local local_update: "system" : { -2024-12-10T16:14:41Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:14:41Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:14:41Z TRACE local local_update: "operation" : { -2024-12-10T16:14:41Z TRACE local local_update: "last_start" : "2024-12-10T16:12:59Z" -2024-12-10T16:14:41Z TRACE local local_update: }, -2024-12-10T16:14:41Z TRACE local local_update: "testing" : { -2024-12-10T16:14:41Z TRACE local local_update: "sequence_name" : "scan_single_past" -2024-12-10T16:14:41Z TRACE local local_update: } -2024-12-10T16:14:41Z TRACE local local_update: }, -2024-12-10T16:14:41Z TRACE local local_update: "discovery" : { -2024-12-10T16:14:41Z TRACE local local_update: "families" : { -2024-12-10T16:14:41Z TRACE local local_update: "vendor" : { } -2024-12-10T16:14:41Z TRACE local local_update: } -2024-12-10T16:14:41Z TRACE local local_update: }, -2024-12-10T16:14:41Z TRACE local local_update: "localnet" : { -2024-12-10T16:14:41Z TRACE local local_update: "families" : { -2024-12-10T16:14:41Z TRACE local local_update: "ether" : { }, -2024-12-10T16:14:41Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:14:41Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:14:41Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:14:41Z TRACE local local_update: } -2024-12-10T16:14:41Z TRACE local local_update: }, -2024-12-10T16:14:41Z TRACE local local_update: "pointset" : { -2024-12-10T16:14:41Z TRACE local local_update: "points" : { -2024-12-10T16:14:41Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:41Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:14:41Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:14:41Z TRACE local local_update: }, -2024-12-10T16:14:41Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:14:41Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:14:41Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:14:41Z TRACE local local_update: }, -2024-12-10T16:14:41Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:41Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:14:41Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:14:41Z TRACE local local_update: } -2024-12-10T16:14:41Z TRACE local local_update: } -2024-12-10T16:14:41Z TRACE local local_update: } -2024-12-10T16:14:41Z TRACE local local_update: } -2024-12-10T16:14:41Z DEBUG Stage finished waiting for initial device state at 16s after 1s -2024-12-10T16:14:41Z TRACE Stage resume waiting for starting test wrapper at 16s -2024-12-10T16:14:41Z DEBUG Device state system status level is now 300 -2024-12-10T16:14:41Z TRACE Stage suspend waiting for starting test wrapper at 16s -2024-12-10T16:14:41Z INFO Stage start waiting for config update synchronized at 16s -2024-12-10T16:14:41Z TRACE received command AHU-1/state/system -2024-12-10T16:14:41Z TRACE received state_system: { -2024-12-10T16:14:41Z TRACE received state_system: "hardware" : { -2024-12-10T16:14:41Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:14:41Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:14:41Z TRACE received state_system: }, -2024-12-10T16:14:41Z TRACE received state_system: "last_config" : "2024-12-10T16:14:40Z", -2024-12-10T16:14:41Z TRACE received state_system: "operation" : { -2024-12-10T16:14:41Z TRACE received state_system: "operational" : true, -2024-12-10T16:14:41Z TRACE received state_system: "last_start" : "2024-12-10T16:12:59Z", -2024-12-10T16:14:41Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:14:41Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:14:41Z TRACE received state_system: }, -2024-12-10T16:14:41Z TRACE received state_system: "serial_no" : "sequencer-32225", -2024-12-10T16:14:41Z TRACE received state_system: "software" : { -2024-12-10T16:14:41Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:14:41Z TRACE received state_system: }, -2024-12-10T16:14:41Z TRACE received state_system: "status" : { -2024-12-10T16:14:41Z TRACE received state_system: "message" : "success", -2024-12-10T16:14:41Z TRACE received state_system: "category" : "system.config.apply", -2024-12-10T16:14:41Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:40Z", -2024-12-10T16:14:41Z TRACE received state_system: "level" : 300 -2024-12-10T16:14:41Z TRACE received state_system: }, -2024-12-10T16:14:41Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:41Z", -2024-12-10T16:14:41Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:14:41Z TRACE received state_system: } -2024-12-10T16:14:41Z DEBUG Handling device message state_system MP:281f42e2-0 -2024-12-10T16:14:41Z TRACE Ignoring partial state update -2024-12-10T16:14:41Z DEBUG Stage finished waiting for config update synchronized at 16s after 0s -2024-12-10T16:14:41Z TRACE Stage resume waiting for starting test wrapper at 16s -2024-12-10T16:14:41Z DEBUG Config sync took 1s -2024-12-10T16:14:41Z DEBUG Finished wait for config sync pending: null -2024-12-10T16:14:41Z TRACE Stage suspend waiting for starting test wrapper at 16s -2024-12-10T16:14:41Z INFO Stage start waiting for executing test at 16s -2024-12-10T16:14:41Z DEBUG stage begin waiting for executing test at 16s -2024-12-10T16:14:41Z DEBUG Allowing device state change discovery -2024-12-10T16:14:41Z TRACE Stage suspend waiting for executing test at 16s -2024-12-10T16:14:41Z INFO Stage start waiting for discovery families defined at 16s -2024-12-10T16:14:42Z DEBUG system config extra field null -2024-12-10T16:14:42Z TRACE updated check config_system: true -2024-12-10T16:14:42Z DEBUG update config_system, adding configTransaction RC:707cff.0000002d -2024-12-10T16:14:42Z TRACE local local_system: { -2024-12-10T16:14:42Z TRACE local local_system: "min_loglevel" : 100, -2024-12-10T16:14:42Z TRACE local local_system: "metrics_rate_sec" : 10, -2024-12-10T16:14:42Z TRACE local local_system: "operation" : { -2024-12-10T16:14:42Z TRACE local local_system: "last_start" : "2024-12-10T16:12:59Z" -2024-12-10T16:14:42Z TRACE local local_system: }, -2024-12-10T16:14:42Z TRACE local local_system: "testing" : { -2024-12-10T16:14:42Z TRACE local local_system: "sequence_name" : "scan_single_past" -2024-12-10T16:14:42Z TRACE local local_system: } -2024-12-10T16:14:42Z TRACE local local_system: } -2024-12-10T16:14:42Z TRACE updated check config_pointset: true -2024-12-10T16:14:42Z DEBUG update config_pointset, adding configTransaction RC:707cff.0000002e -2024-12-10T16:14:42Z TRACE local local_pointset: { -2024-12-10T16:14:42Z TRACE local local_pointset: "points" : { -2024-12-10T16:14:42Z TRACE local local_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:42Z TRACE local local_pointset: "units" : "Bars", -2024-12-10T16:14:42Z TRACE local local_pointset: "set_value" : 98 -2024-12-10T16:14:42Z TRACE local local_pointset: }, -2024-12-10T16:14:42Z TRACE local local_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:14:42Z TRACE local local_pointset: "ref" : "BV11.present_value", -2024-12-10T16:14:42Z TRACE local local_pointset: "units" : "No-units" -2024-12-10T16:14:42Z TRACE local local_pointset: }, -2024-12-10T16:14:42Z TRACE local local_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:42Z TRACE local local_pointset: "ref" : "AV12.present_value", -2024-12-10T16:14:42Z TRACE local local_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:14:42Z TRACE local local_pointset: } -2024-12-10T16:14:42Z TRACE local local_pointset: } -2024-12-10T16:14:42Z TRACE local local_pointset: } -2024-12-10T16:14:42Z TRACE updated check config_gateway: false -2024-12-10T16:14:42Z TRACE updated check config_localnet: true -2024-12-10T16:14:42Z DEBUG update config_localnet, adding configTransaction RC:707cff.0000002f -2024-12-10T16:14:42Z TRACE local local_localnet: { -2024-12-10T16:14:42Z TRACE local local_localnet: "families" : { -2024-12-10T16:14:42Z TRACE local local_localnet: "ether" : { }, -2024-12-10T16:14:42Z TRACE local local_localnet: "ipv4" : { }, -2024-12-10T16:14:42Z TRACE local local_localnet: "vendor" : { }, -2024-12-10T16:14:42Z TRACE local local_localnet: "bacnet" : { } -2024-12-10T16:14:42Z TRACE local local_localnet: } -2024-12-10T16:14:42Z TRACE local local_localnet: } -2024-12-10T16:14:42Z TRACE updated check config_blobset: false -2024-12-10T16:14:42Z TRACE updated check config_discovery: true -2024-12-10T16:14:42Z DEBUG update config_discovery, adding configTransaction RC:707cff.00000030 -2024-12-10T16:14:42Z TRACE local local_discovery: { -2024-12-10T16:14:42Z TRACE local local_discovery: "families" : { } -2024-12-10T16:14:42Z TRACE local local_discovery: } -2024-12-10T16:14:42Z DEBUG Saving pre-config state timestamp 2024-12-10T16:14:41Z -2024-12-10T16:14:42Z DEBUG Update lastConfigUpdate 2024-12-10T16:14:42Z, because before discovery families defined -2024-12-10T16:14:42Z TRACE Stage suspend waiting for discovery families defined at 17s -2024-12-10T16:14:42Z INFO Stage start waiting for config update synchronized at 17s -2024-12-10T16:14:42Z TRACE received command AHU-1/state/discovery -2024-12-10T16:14:42Z TRACE received state_discovery: { -2024-12-10T16:14:42Z TRACE received state_discovery: "families" : { }, -2024-12-10T16:14:42Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:14:41Z", -2024-12-10T16:14:42Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:14:42Z TRACE received state_discovery: } -2024-12-10T16:14:42Z DEBUG Handling device message state_discovery MP:281f42e2-1 -2024-12-10T16:14:42Z TRACE Ignoring partial state update -2024-12-10T16:14:42Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-12-10T16:14:42Z TRACE received command AHU-1/state/localnet -2024-12-10T16:14:42Z TRACE received state_localnet: { -2024-12-10T16:14:42Z TRACE received state_localnet: "families" : { -2024-12-10T16:14:42Z TRACE received state_localnet: "ether" : { -2024-12-10T16:14:42Z TRACE received state_localnet: "addr" : "00:0d:3a:7b:50:b5" -2024-12-10T16:14:42Z TRACE received state_localnet: }, -2024-12-10T16:14:42Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:14:42Z TRACE received state_localnet: "addr" : "10.1.1.146" -2024-12-10T16:14:42Z TRACE received state_localnet: }, -2024-12-10T16:14:42Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:14:42Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe7b:50b5" -2024-12-10T16:14:42Z TRACE received state_localnet: }, -2024-12-10T16:14:42Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:14:42Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:14:42Z TRACE received state_localnet: } -2024-12-10T16:14:42Z TRACE received state_localnet: }, -2024-12-10T16:14:42Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:14:41Z", -2024-12-10T16:14:42Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:14:42Z TRACE received state_localnet: } -2024-12-10T16:14:42Z DEBUG Handling device message state_localnet MP:281f42e2-2 -2024-12-10T16:14:42Z TRACE Ignoring partial state update -2024-12-10T16:14:42Z TRACE received command AHU-1/state/pointset -2024-12-10T16:14:42Z TRACE received state_pointset: { -2024-12-10T16:14:42Z TRACE received state_pointset: "points" : { -2024-12-10T16:14:42Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:14:42Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:14:42Z TRACE received state_pointset: }, -2024-12-10T16:14:42Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:42Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:14:42Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:14:42Z TRACE received state_pointset: }, -2024-12-10T16:14:42Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:42Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:14:42Z TRACE received state_pointset: } -2024-12-10T16:14:42Z TRACE received state_pointset: }, -2024-12-10T16:14:42Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:14:41Z", -2024-12-10T16:14:42Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:14:42Z TRACE received state_pointset: } -2024-12-10T16:14:42Z DEBUG Handling device message state_pointset MP:281f42e2-3 -2024-12-10T16:14:42Z TRACE Ignoring partial state update -2024-12-10T16:14:42Z TRACE received command AHU-1/events/pointset -2024-12-10T16:14:42Z TRACE received events_pointset: { -2024-12-10T16:14:42Z TRACE received events_pointset: "points" : { -2024-12-10T16:14:42Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:14:42Z TRACE received events_pointset: "present_value" : true -2024-12-10T16:14:42Z TRACE received events_pointset: }, -2024-12-10T16:14:42Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:42Z TRACE received events_pointset: "present_value" : 98 -2024-12-10T16:14:42Z TRACE received events_pointset: }, -2024-12-10T16:14:42Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:42Z TRACE received events_pointset: "present_value" : 12 -2024-12-10T16:14:42Z TRACE received events_pointset: } -2024-12-10T16:14:42Z TRACE received events_pointset: }, -2024-12-10T16:14:42Z TRACE received events_pointset: "timestamp" : "2024-12-10T16:14:41Z", -2024-12-10T16:14:42Z TRACE received events_pointset: "version" : "1.5.2" -2024-12-10T16:14:42Z TRACE received events_pointset: } -2024-12-10T16:14:42Z DEBUG Handling device message events_pointset MP:4f2a97fc -2024-12-10T16:14:42Z TRACE received command AHU-1/events/system -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z DEBUG system.config.receive: success -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z DEBUG device.log: State update defer -10171ms -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z INFO device.log: Update state 2024-12-10T16:14:35Z last_config 2024-12-10T16:14:21Z -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z DEBUG system.config.parse: success -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z DEBUG device.log: State update AHU-1 (system_last_update) -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z DEBUG device.log: Config update AHU-1 (system_last_update) -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z DEBUG device.log: State update defer 2000ms -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z INFO device.log: 2024-12-10T16:14:35Z received config 2024-12-10T16:14:35Z -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z NOTICE system.config.apply: success -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z DEBUG device.log: State update defer 2000ms -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z DEBUG device.log: State update defer 1999ms -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z DEBUG device.log: State update defer 1998ms -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z DEBUG device.log: State update defer 1998ms -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z DEBUG device.log: State update defer 1998ms -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z DEBUG device.log: State update defer 1998ms -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z DEBUG device.log: State update defer 1998ms -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z DEBUG system.config.receive: success -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z DEBUG device.log: State update defer 1945ms -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z DEBUG system.config.parse: success -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z DEBUG device.log: State update defer 1944ms -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z DEBUG device.log: Config update AHU-1 (scan_single_past) -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z INFO device.log: 2024-12-10T16:14:35Z received config 2024-12-10T16:14:35Z -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z NOTICE system.config.apply: success -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z DEBUG device.log: State update defer 1943ms -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:35Z DEBUG device.log: State update defer 1943ms -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:37Z DEBUG device.log: State update defer 0ms -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:37Z INFO device.log: Update state 2024-12-10T16:14:37Z last_config 2024-12-10T16:14:35Z -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:37Z DEBUG device.log: State update AHU-1 (scan_single_past) -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:38Z DEBUG system.config.receive: success -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:38Z DEBUG device.log: State update defer 909ms -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:38Z DEBUG system.config.parse: success -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:38Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:38Z DEBUG device.log: Config update AHU-1 (scan_single_past) -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:38Z INFO device.log: 2024-12-10T16:14:38Z received config 2024-12-10T16:14:38Z -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:38Z NOTICE system.config.apply: success -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:38Z DEBUG device.log: State update defer 907ms -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:38Z DEBUG device.log: State update defer 907ms -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:39Z DEBUG device.log: State update defer 0ms -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:39Z INFO device.log: Update state 2024-12-10T16:14:39Z last_config 2024-12-10T16:14:38Z -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:39Z DEBUG device.log: State update AHU-1 (scan_single_past) -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:40Z DEBUG system.config.receive: success -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:40Z DEBUG device.log: State update defer 815ms -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:40Z DEBUG system.config.parse: success -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:40Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:40Z DEBUG device.log: Config update AHU-1 (scan_single_past) -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:40Z INFO device.log: 2024-12-10T16:14:40Z received config 2024-12-10T16:14:40Z -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:40Z NOTICE system.config.apply: success -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:40Z DEBUG device.log: State update defer 813ms -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:40Z DEBUG device.log: State update defer 813ms -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:41Z DEBUG device.log: State update defer 0ms -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:41Z INFO device.log: Update state 2024-12-10T16:14:41Z last_config 2024-12-10T16:14:40Z -2024-12-10T16:14:42Z DEBUG received events_system 2024-12-10T16:14:41Z DEBUG device.log: State update AHU-1 (scan_single_past) -2024-12-10T16:14:42Z DEBUG Handling device message events_system MP:fba2fa5d -2024-12-10T16:14:42Z TRACE received command AHU-1/config/update -2024-12-10T16:14:42Z DEBUG received config_update -2024-12-10T16:14:42Z DEBUG Handling update message config_update RC:707cff.0000002e -2024-12-10T16:14:42Z DEBUG Removed configTransaction RC:707cff.0000002e -2024-12-10T16:14:42Z DEBUG last_start changed false, last_start 2024-12-10T16:12:59Z -2024-12-10T16:14:42Z DEBUG Updated config 2024-12-10T16:14:42Z RC:707cff.0000002e -2024-12-10T16:14:42Z INFO Updated config #028: Changed 1 fields: -2024-12-10T16:14:42Z INFO Updated config #028: Remove `discovery.families.vendor` -2024-12-10T16:14:43Z TRACE received command AHU-1/state/update -2024-12-10T16:14:43Z DEBUG received state_update -2024-12-10T16:14:43Z DEBUG Handling update message state_update MP:d358861c -2024-12-10T16:14:43Z DEBUG Updated state after 0s 2024-12-10T16:14:43Z MP:d358861c -2024-12-10T16:14:43Z INFO Updated state #030: Changed 3 fields: -2024-12-10T16:14:43Z INFO Updated state #030: Set `system.last_config` = `2024-12-10T16:14:42Z` -2024-12-10T16:14:43Z INFO Updated state #030: Set `system.status.timestamp` = `2024-12-10T16:14:42Z` -2024-12-10T16:14:43Z INFO Updated state #030: Set `timestamp` = `2024-12-10T16:14:43Z` -2024-12-10T16:14:43Z DEBUG Updated state has last_config 2024-12-10T16:14:42Z (expecting 2024-12-10T16:14:42Z) -2024-12-10T16:14:43Z DEBUG Detail config update synchronized is now: config transactions not cleared -2024-12-10T16:14:43Z TRACE received command AHU-1/state/system -2024-12-10T16:14:43Z TRACE received state_system: { -2024-12-10T16:14:43Z TRACE received state_system: "hardware" : { -2024-12-10T16:14:43Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:14:43Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:14:43Z TRACE received state_system: }, -2024-12-10T16:14:43Z TRACE received state_system: "last_config" : "2024-12-10T16:14:42Z", -2024-12-10T16:14:43Z TRACE received state_system: "operation" : { -2024-12-10T16:14:43Z TRACE received state_system: "operational" : true, -2024-12-10T16:14:43Z TRACE received state_system: "last_start" : "2024-12-10T16:12:59Z", -2024-12-10T16:14:43Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:14:43Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:14:43Z TRACE received state_system: }, -2024-12-10T16:14:43Z TRACE received state_system: "serial_no" : "sequencer-32225", -2024-12-10T16:14:43Z TRACE received state_system: "software" : { -2024-12-10T16:14:43Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:14:43Z TRACE received state_system: }, -2024-12-10T16:14:43Z TRACE received state_system: "status" : { -2024-12-10T16:14:43Z TRACE received state_system: "message" : "success", -2024-12-10T16:14:43Z TRACE received state_system: "category" : "system.config.apply", -2024-12-10T16:14:43Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:42Z", -2024-12-10T16:14:43Z TRACE received state_system: "level" : 300 -2024-12-10T16:14:43Z TRACE received state_system: }, -2024-12-10T16:14:43Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:43Z", -2024-12-10T16:14:43Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:14:43Z TRACE received state_system: } -2024-12-10T16:14:43Z DEBUG Handling device message state_system MP:d358861c-0 -2024-12-10T16:14:43Z TRACE Ignoring partial state update -2024-12-10T16:14:43Z TRACE received command AHU-1/state/discovery -2024-12-10T16:14:43Z TRACE received state_discovery: { -2024-12-10T16:14:43Z TRACE received state_discovery: "families" : { }, -2024-12-10T16:14:43Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:14:43Z", -2024-12-10T16:14:43Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:14:43Z TRACE received state_discovery: } -2024-12-10T16:14:43Z DEBUG Handling device message state_discovery MP:d358861c-1 -2024-12-10T16:14:43Z TRACE Ignoring partial state update -2024-12-10T16:14:43Z TRACE received command AHU-1/state/localnet -2024-12-10T16:14:43Z TRACE received state_localnet: { -2024-12-10T16:14:43Z TRACE received state_localnet: "families" : { -2024-12-10T16:14:43Z TRACE received state_localnet: "ether" : { -2024-12-10T16:14:43Z TRACE received state_localnet: "addr" : "00:0d:3a:7b:50:b5" -2024-12-10T16:14:43Z TRACE received state_localnet: }, -2024-12-10T16:14:43Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:14:43Z TRACE received state_localnet: "addr" : "10.1.1.146" -2024-12-10T16:14:43Z TRACE received state_localnet: }, -2024-12-10T16:14:43Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:14:43Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe7b:50b5" -2024-12-10T16:14:43Z TRACE received state_localnet: }, -2024-12-10T16:14:43Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:14:43Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:14:43Z TRACE received state_localnet: } -2024-12-10T16:14:43Z TRACE received state_localnet: }, -2024-12-10T16:14:43Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:14:43Z", -2024-12-10T16:14:43Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:14:43Z TRACE received state_localnet: } -2024-12-10T16:14:43Z DEBUG Handling device message state_localnet MP:d358861c-2 -2024-12-10T16:14:43Z TRACE Ignoring partial state update -2024-12-10T16:14:43Z TRACE received command AHU-1/state/pointset -2024-12-10T16:14:43Z TRACE received state_pointset: { -2024-12-10T16:14:43Z TRACE received state_pointset: "points" : { -2024-12-10T16:14:43Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:14:43Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:14:43Z TRACE received state_pointset: }, -2024-12-10T16:14:43Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:43Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:14:43Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:14:43Z TRACE received state_pointset: }, -2024-12-10T16:14:43Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:43Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:14:43Z TRACE received state_pointset: } -2024-12-10T16:14:43Z TRACE received state_pointset: }, -2024-12-10T16:14:43Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:14:43Z", -2024-12-10T16:14:43Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:14:43Z TRACE received state_pointset: } -2024-12-10T16:14:43Z DEBUG Handling device message state_pointset MP:d358861c-3 -2024-12-10T16:14:43Z TRACE Ignoring partial state update -2024-12-10T16:14:43Z TRACE received command AHU-1/config/update -2024-12-10T16:14:43Z DEBUG received config_update -2024-12-10T16:14:43Z DEBUG Handling update message config_update RC:707cff.0000002d -2024-12-10T16:14:43Z DEBUG Removed configTransaction RC:707cff.0000002d -2024-12-10T16:14:43Z DEBUG last_start changed false, last_start 2024-12-10T16:12:59Z -2024-12-10T16:14:43Z DEBUG Updated config 2024-12-10T16:14:43Z RC:707cff.0000002d -2024-12-10T16:14:43Z INFO Updated config #029: Changed 0 fields. -2024-12-10T16:14:44Z TRACE received command AHU-1/config/update -2024-12-10T16:14:44Z DEBUG received config_update -2024-12-10T16:14:44Z DEBUG Handling update message config_update RC:707cff.0000002f -2024-12-10T16:14:44Z DEBUG Removed configTransaction RC:707cff.0000002f -2024-12-10T16:14:44Z DEBUG last_start changed false, last_start 2024-12-10T16:12:59Z -2024-12-10T16:14:44Z DEBUG Updated config 2024-12-10T16:14:44Z RC:707cff.0000002f -2024-12-10T16:14:44Z INFO Updated config #030: Changed 0 fields. -2024-12-10T16:14:44Z DEBUG Detail config update synchronized is now: config transactions not cleared, last_config not synced in state -2024-12-10T16:14:45Z TRACE received command AHU-1/state/update -2024-12-10T16:14:45Z DEBUG received state_update -2024-12-10T16:14:45Z DEBUG Handling update message state_update MP:ce277857 -2024-12-10T16:14:45Z DEBUG Updated state after 0s 2024-12-10T16:14:45Z MP:ce277857 -2024-12-10T16:14:45Z INFO Updated state #031: Changed 3 fields: -2024-12-10T16:14:45Z INFO Updated state #031: Set `system.last_config` = `2024-12-10T16:14:44Z` -2024-12-10T16:14:45Z INFO Updated state #031: Set `system.status.timestamp` = `2024-12-10T16:14:44Z` -2024-12-10T16:14:45Z INFO Updated state #031: Set `timestamp` = `2024-12-10T16:14:45Z` -2024-12-10T16:14:45Z DEBUG Updated state has last_config 2024-12-10T16:14:44Z (expecting 2024-12-10T16:14:44Z) -2024-12-10T16:14:45Z TRACE received command AHU-1/state/system -2024-12-10T16:14:45Z TRACE received state_system: { -2024-12-10T16:14:45Z TRACE received state_system: "hardware" : { -2024-12-10T16:14:45Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:14:45Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:14:45Z TRACE received state_system: }, -2024-12-10T16:14:45Z TRACE received state_system: "last_config" : "2024-12-10T16:14:44Z", -2024-12-10T16:14:45Z TRACE received state_system: "operation" : { -2024-12-10T16:14:45Z TRACE received state_system: "operational" : true, -2024-12-10T16:14:45Z TRACE received state_system: "last_start" : "2024-12-10T16:12:59Z", -2024-12-10T16:14:45Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:14:45Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:14:45Z TRACE received state_system: }, -2024-12-10T16:14:45Z TRACE received state_system: "serial_no" : "sequencer-32225", -2024-12-10T16:14:45Z TRACE received state_system: "software" : { -2024-12-10T16:14:45Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:14:45Z TRACE received state_system: }, -2024-12-10T16:14:45Z TRACE received state_system: "status" : { -2024-12-10T16:14:45Z TRACE received state_system: "message" : "success", -2024-12-10T16:14:45Z TRACE received state_system: "category" : "system.config.apply", -2024-12-10T16:14:45Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:44Z", -2024-12-10T16:14:45Z TRACE received state_system: "level" : 300 -2024-12-10T16:14:45Z TRACE received state_system: }, -2024-12-10T16:14:45Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:45Z", -2024-12-10T16:14:45Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:14:45Z TRACE received state_system: } -2024-12-10T16:14:45Z DEBUG Handling device message state_system MP:ce277857-0 -2024-12-10T16:14:45Z TRACE Ignoring partial state update -2024-12-10T16:14:45Z DEBUG Detail config update synchronized is now: config transactions not cleared -2024-12-10T16:14:45Z TRACE received command AHU-1/state/discovery -2024-12-10T16:14:45Z TRACE received state_discovery: { -2024-12-10T16:14:45Z TRACE received state_discovery: "families" : { }, -2024-12-10T16:14:45Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:14:45Z", -2024-12-10T16:14:45Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:14:45Z TRACE received state_discovery: } -2024-12-10T16:14:45Z DEBUG Handling device message state_discovery MP:ce277857-1 -2024-12-10T16:14:45Z TRACE Ignoring partial state update -2024-12-10T16:14:45Z TRACE received command AHU-1/state/localnet -2024-12-10T16:14:45Z TRACE received state_localnet: { -2024-12-10T16:14:45Z TRACE received state_localnet: "families" : { -2024-12-10T16:14:45Z TRACE received state_localnet: "ether" : { -2024-12-10T16:14:45Z TRACE received state_localnet: "addr" : "00:0d:3a:7b:50:b5" -2024-12-10T16:14:45Z TRACE received state_localnet: }, -2024-12-10T16:14:45Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:14:45Z TRACE received state_localnet: "addr" : "10.1.1.146" -2024-12-10T16:14:45Z TRACE received state_localnet: }, -2024-12-10T16:14:45Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:14:45Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe7b:50b5" -2024-12-10T16:14:45Z TRACE received state_localnet: }, -2024-12-10T16:14:45Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:14:45Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:14:45Z TRACE received state_localnet: } -2024-12-10T16:14:45Z TRACE received state_localnet: }, -2024-12-10T16:14:45Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:14:45Z", -2024-12-10T16:14:45Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:14:45Z TRACE received state_localnet: } -2024-12-10T16:14:45Z DEBUG Handling device message state_localnet MP:ce277857-2 -2024-12-10T16:14:45Z TRACE Ignoring partial state update -2024-12-10T16:14:45Z TRACE received command AHU-1/state/pointset -2024-12-10T16:14:45Z TRACE received state_pointset: { -2024-12-10T16:14:45Z TRACE received state_pointset: "points" : { -2024-12-10T16:14:45Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:14:45Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:14:45Z TRACE received state_pointset: }, -2024-12-10T16:14:45Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:45Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:14:45Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:14:45Z TRACE received state_pointset: }, -2024-12-10T16:14:45Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:45Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:14:45Z TRACE received state_pointset: } -2024-12-10T16:14:45Z TRACE received state_pointset: }, -2024-12-10T16:14:45Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:14:45Z", -2024-12-10T16:14:45Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:14:45Z TRACE received state_pointset: } -2024-12-10T16:14:45Z DEBUG Handling device message state_pointset MP:ce277857-3 -2024-12-10T16:14:45Z TRACE Ignoring partial state update -2024-12-10T16:14:45Z TRACE received command AHU-1/config/update -2024-12-10T16:14:45Z DEBUG received config_update -2024-12-10T16:14:45Z DEBUG Handling update message config_update RC:707cff.00000030 -2024-12-10T16:14:45Z DEBUG Removed configTransaction RC:707cff.00000030 -2024-12-10T16:14:45Z DEBUG last_start changed false, last_start 2024-12-10T16:12:59Z -2024-12-10T16:14:45Z DEBUG Updated config 2024-12-10T16:14:45Z RC:707cff.00000030 -2024-12-10T16:14:45Z INFO Updated config #031: Changed 0 fields. -2024-12-10T16:14:45Z DEBUG Detail config update synchronized is now: last_config not synced in state -2024-12-10T16:14:47Z TRACE received command AHU-1/state/update -2024-12-10T16:14:47Z DEBUG received state_update -2024-12-10T16:14:47Z DEBUG Handling update message state_update MP:288d950f -2024-12-10T16:14:47Z DEBUG Updated state after 0s 2024-12-10T16:14:47Z MP:288d950f -2024-12-10T16:14:47Z INFO Updated state #032: Changed 3 fields: -2024-12-10T16:14:47Z INFO Updated state #032: Set `system.last_config` = `2024-12-10T16:14:45Z` -2024-12-10T16:14:47Z INFO Updated state #032: Set `system.status.timestamp` = `2024-12-10T16:14:45Z` -2024-12-10T16:14:47Z INFO Updated state #032: Set `timestamp` = `2024-12-10T16:14:47Z` -2024-12-10T16:14:47Z DEBUG Updated state has last_config 2024-12-10T16:14:45Z (expecting 2024-12-10T16:14:45Z) -2024-12-10T16:14:47Z TRACE received command AHU-1/state/system -2024-12-10T16:14:47Z TRACE received state_system: { -2024-12-10T16:14:47Z TRACE received state_system: "hardware" : { -2024-12-10T16:14:47Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:14:47Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:14:47Z TRACE received state_system: }, -2024-12-10T16:14:47Z TRACE received state_system: "last_config" : "2024-12-10T16:14:45Z", -2024-12-10T16:14:47Z TRACE received state_system: "operation" : { -2024-12-10T16:14:47Z TRACE received state_system: "operational" : true, -2024-12-10T16:14:47Z TRACE received state_system: "last_start" : "2024-12-10T16:12:59Z", -2024-12-10T16:14:47Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:14:47Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:14:47Z TRACE received state_system: }, -2024-12-10T16:14:47Z TRACE received state_system: "serial_no" : "sequencer-32225", -2024-12-10T16:14:47Z TRACE received state_system: "software" : { -2024-12-10T16:14:47Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:14:47Z TRACE received state_system: }, -2024-12-10T16:14:47Z TRACE received state_system: "status" : { -2024-12-10T16:14:47Z TRACE received state_system: "message" : "success", -2024-12-10T16:14:47Z TRACE received state_system: "category" : "system.config.apply", -2024-12-10T16:14:47Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:45Z", -2024-12-10T16:14:47Z TRACE received state_system: "level" : 300 -2024-12-10T16:14:47Z TRACE received state_system: }, -2024-12-10T16:14:47Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:47Z", -2024-12-10T16:14:47Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:14:47Z TRACE received state_system: } -2024-12-10T16:14:47Z DEBUG Handling device message state_system MP:288d950f-0 -2024-12-10T16:14:47Z TRACE Ignoring partial state update -2024-12-10T16:14:47Z DEBUG Detail config update synchronized is now: null -2024-12-10T16:14:47Z DEBUG Stage finished waiting for config update synchronized at 22s after 4s -2024-12-10T16:14:47Z TRACE Stage resume waiting for discovery families defined at 22s -2024-12-10T16:14:47Z DEBUG Config sync took 5s -2024-12-10T16:14:47Z DEBUG Finished wait for config sync pending: null -2024-12-10T16:14:47Z DEBUG Update config before discovery families defined timestamp 2024-12-10T16:14:45Z -2024-12-10T16:14:47Z TRACE local local_update: { -2024-12-10T16:14:47Z TRACE local local_update: "timestamp" : "2024-12-10T16:14:45Z", -2024-12-10T16:14:47Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:14:47Z TRACE local local_update: "system" : { -2024-12-10T16:14:47Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:14:47Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:14:47Z TRACE local local_update: "operation" : { -2024-12-10T16:14:47Z TRACE local local_update: "last_start" : "2024-12-10T16:12:59Z" -2024-12-10T16:14:47Z TRACE local local_update: }, -2024-12-10T16:14:47Z TRACE local local_update: "testing" : { -2024-12-10T16:14:47Z TRACE local local_update: "sequence_name" : "scan_single_past" -2024-12-10T16:14:47Z TRACE local local_update: } -2024-12-10T16:14:47Z TRACE local local_update: }, -2024-12-10T16:14:47Z TRACE local local_update: "discovery" : { -2024-12-10T16:14:47Z TRACE local local_update: "families" : { } -2024-12-10T16:14:47Z TRACE local local_update: }, -2024-12-10T16:14:47Z TRACE local local_update: "localnet" : { -2024-12-10T16:14:47Z TRACE local local_update: "families" : { -2024-12-10T16:14:47Z TRACE local local_update: "ether" : { }, -2024-12-10T16:14:47Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:14:47Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:14:47Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:14:47Z TRACE local local_update: } -2024-12-10T16:14:47Z TRACE local local_update: }, -2024-12-10T16:14:47Z TRACE local local_update: "pointset" : { -2024-12-10T16:14:47Z TRACE local local_update: "points" : { -2024-12-10T16:14:47Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:47Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:14:47Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:14:47Z TRACE local local_update: }, -2024-12-10T16:14:47Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:14:47Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:14:47Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:14:47Z TRACE local local_update: }, -2024-12-10T16:14:47Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:47Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:14:47Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:14:47Z TRACE local local_update: } -2024-12-10T16:14:47Z TRACE local local_update: } -2024-12-10T16:14:47Z TRACE local local_update: } -2024-12-10T16:14:47Z TRACE local local_update: } -2024-12-10T16:14:47Z DEBUG Recorded sequence: 1. Update config before discovery families defined -2024-12-10T16:14:47Z INFO Device config Remove `discovery.families.vendor` -2024-12-10T16:14:47Z TRACE Update config before discovery families defined: Remove `discovery.families.vendor` -2024-12-10T16:14:47Z DEBUG Recorded sequence: 1. Wait for discovery families defined -2024-12-10T16:14:47Z DEBUG Stage finished waiting for discovery families defined at 22s after 6s -2024-12-10T16:14:47Z TRACE Stage resume waiting for executing test at 22s -2024-12-10T16:14:47Z TRACE Stage suspend waiting for executing test at 22s -2024-12-10T16:14:47Z INFO Stage start waiting for discovery family keys match at 22s -2024-12-10T16:14:48Z DEBUG system config extra field null -2024-12-10T16:14:48Z TRACE updated check config_system: false -2024-12-10T16:14:48Z TRACE updated check config_pointset: false -2024-12-10T16:14:48Z TRACE updated check config_gateway: false -2024-12-10T16:14:48Z TRACE updated check config_localnet: false -2024-12-10T16:14:48Z TRACE updated check config_blobset: false -2024-12-10T16:14:48Z TRACE updated check config_discovery: false -2024-12-10T16:14:48Z DEBUG Update config Before discovery family keys match timestamp 2024-12-10T16:14:45Z -2024-12-10T16:14:48Z TRACE local local_update: { -2024-12-10T16:14:48Z TRACE local local_update: "timestamp" : "2024-12-10T16:14:45Z", -2024-12-10T16:14:48Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:14:48Z TRACE local local_update: "system" : { -2024-12-10T16:14:48Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:14:48Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:14:48Z TRACE local local_update: "operation" : { -2024-12-10T16:14:48Z TRACE local local_update: "last_start" : "2024-12-10T16:12:59Z" -2024-12-10T16:14:48Z TRACE local local_update: }, -2024-12-10T16:14:48Z TRACE local local_update: "testing" : { -2024-12-10T16:14:48Z TRACE local local_update: "sequence_name" : "scan_single_past" -2024-12-10T16:14:48Z TRACE local local_update: } -2024-12-10T16:14:48Z TRACE local local_update: }, -2024-12-10T16:14:48Z TRACE local local_update: "discovery" : { -2024-12-10T16:14:48Z TRACE local local_update: "families" : { } -2024-12-10T16:14:48Z TRACE local local_update: }, -2024-12-10T16:14:48Z TRACE local local_update: "localnet" : { -2024-12-10T16:14:48Z TRACE local local_update: "families" : { -2024-12-10T16:14:48Z TRACE local local_update: "ether" : { }, -2024-12-10T16:14:48Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:14:48Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:14:48Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:14:48Z TRACE local local_update: } -2024-12-10T16:14:48Z TRACE local local_update: }, -2024-12-10T16:14:48Z TRACE local local_update: "pointset" : { -2024-12-10T16:14:48Z TRACE local local_update: "points" : { -2024-12-10T16:14:48Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:48Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:14:48Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:14:48Z TRACE local local_update: }, -2024-12-10T16:14:48Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:14:48Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:14:48Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:14:48Z TRACE local local_update: }, -2024-12-10T16:14:48Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:48Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:14:48Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:14:48Z TRACE local local_update: } -2024-12-10T16:14:48Z TRACE local local_update: } -2024-12-10T16:14:48Z TRACE local local_update: } -2024-12-10T16:14:48Z TRACE local local_update: } -2024-12-10T16:14:48Z DEBUG Recorded sequence: 1. Wait until discovery family keys match -2024-12-10T16:14:48Z DEBUG Stage finished waiting for discovery family keys match at 23s after 1s -2024-12-10T16:14:48Z TRACE Stage resume waiting for executing test at 23s -2024-12-10T16:14:48Z TRACE Stage suspend waiting for executing test at 23s -2024-12-10T16:14:48Z INFO Stage start waiting for no scans active at 23s -2024-12-10T16:14:49Z DEBUG system config extra field null -2024-12-10T16:14:49Z TRACE updated check config_system: false -2024-12-10T16:14:49Z TRACE updated check config_pointset: false -2024-12-10T16:14:49Z TRACE updated check config_gateway: false -2024-12-10T16:14:49Z TRACE updated check config_localnet: false -2024-12-10T16:14:49Z TRACE updated check config_blobset: false -2024-12-10T16:14:49Z TRACE updated check config_discovery: false -2024-12-10T16:14:49Z DEBUG Update config before no scans active timestamp 2024-12-10T16:14:45Z -2024-12-10T16:14:49Z TRACE local local_update: { -2024-12-10T16:14:49Z TRACE local local_update: "timestamp" : "2024-12-10T16:14:45Z", -2024-12-10T16:14:49Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:14:49Z TRACE local local_update: "system" : { -2024-12-10T16:14:49Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:14:49Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:14:49Z TRACE local local_update: "operation" : { -2024-12-10T16:14:49Z TRACE local local_update: "last_start" : "2024-12-10T16:12:59Z" -2024-12-10T16:14:49Z TRACE local local_update: }, -2024-12-10T16:14:49Z TRACE local local_update: "testing" : { -2024-12-10T16:14:49Z TRACE local local_update: "sequence_name" : "scan_single_past" -2024-12-10T16:14:49Z TRACE local local_update: } -2024-12-10T16:14:49Z TRACE local local_update: }, -2024-12-10T16:14:49Z TRACE local local_update: "discovery" : { -2024-12-10T16:14:49Z TRACE local local_update: "families" : { } -2024-12-10T16:14:49Z TRACE local local_update: }, -2024-12-10T16:14:49Z TRACE local local_update: "localnet" : { -2024-12-10T16:14:49Z TRACE local local_update: "families" : { -2024-12-10T16:14:49Z TRACE local local_update: "ether" : { }, -2024-12-10T16:14:49Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:14:49Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:14:49Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:14:49Z TRACE local local_update: } -2024-12-10T16:14:49Z TRACE local local_update: }, -2024-12-10T16:14:49Z TRACE local local_update: "pointset" : { -2024-12-10T16:14:49Z TRACE local local_update: "points" : { -2024-12-10T16:14:49Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:49Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:14:49Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:14:49Z TRACE local local_update: }, -2024-12-10T16:14:49Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:14:49Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:14:49Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:14:49Z TRACE local local_update: }, -2024-12-10T16:14:49Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:49Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:14:49Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:14:49Z TRACE local local_update: } -2024-12-10T16:14:49Z TRACE local local_update: } -2024-12-10T16:14:49Z TRACE local local_update: } -2024-12-10T16:14:49Z TRACE local local_update: } -2024-12-10T16:14:49Z DEBUG Recorded sequence: 1. Wait for no scans active -2024-12-10T16:14:49Z DEBUG Stage finished waiting for no scans active at 24s after 1s -2024-12-10T16:14:49Z TRACE Stage resume waiting for executing test at 24s -2024-12-10T16:14:49Z INFO Scan configured for family vendor starting at 2021-02-23T19:45:08Z evey nulls -2024-12-10T16:14:50Z TRACE Stage suspend waiting for executing test at 25s -2024-12-10T16:14:50Z INFO Stage start waiting for scan schedule initially not active at 25s -2024-12-10T16:14:51Z DEBUG system config extra field null -2024-12-10T16:14:51Z TRACE updated check config_system: false -2024-12-10T16:14:51Z TRACE updated check config_pointset: false -2024-12-10T16:14:51Z TRACE updated check config_gateway: false -2024-12-10T16:14:51Z TRACE updated check config_localnet: false -2024-12-10T16:14:51Z TRACE updated check config_blobset: false -2024-12-10T16:14:51Z TRACE updated check config_discovery: true -2024-12-10T16:14:51Z DEBUG update config_discovery, adding configTransaction RC:707cff.00000031 -2024-12-10T16:14:51Z TRACE local local_discovery: { -2024-12-10T16:14:51Z TRACE local local_discovery: "families" : { -2024-12-10T16:14:51Z TRACE local local_discovery: "vendor" : { -2024-12-10T16:14:51Z TRACE local local_discovery: "generation" : "2021-02-23T19:45:08Z", -2024-12-10T16:14:51Z TRACE local local_discovery: "scan_duration_sec" : 10 -2024-12-10T16:14:51Z TRACE local local_discovery: } -2024-12-10T16:14:51Z TRACE local local_discovery: } -2024-12-10T16:14:51Z TRACE local local_discovery: } -2024-12-10T16:14:51Z DEBUG Saving pre-config state timestamp 2024-12-10T16:14:47Z -2024-12-10T16:14:51Z DEBUG Update lastConfigUpdate 2024-12-10T16:14:51Z, because Before scan schedule initially not active -2024-12-10T16:14:51Z TRACE Stage suspend waiting for scan schedule initially not active at 26s -2024-12-10T16:14:51Z INFO Stage start waiting for config update synchronized at 26s -2024-12-10T16:14:51Z TRACE received command AHU-1/state/discovery -2024-12-10T16:14:51Z TRACE received state_discovery: { -2024-12-10T16:14:51Z TRACE received state_discovery: "families" : { }, -2024-12-10T16:14:51Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:14:47Z", -2024-12-10T16:14:51Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:14:51Z TRACE received state_discovery: } -2024-12-10T16:14:51Z DEBUG Handling device message state_discovery MP:288d950f-1 -2024-12-10T16:14:51Z TRACE Ignoring partial state update -2024-12-10T16:14:51Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-12-10T16:14:51Z TRACE received command AHU-1/state/localnet -2024-12-10T16:14:51Z TRACE received state_localnet: { -2024-12-10T16:14:51Z TRACE received state_localnet: "families" : { -2024-12-10T16:14:51Z TRACE received state_localnet: "ether" : { -2024-12-10T16:14:51Z TRACE received state_localnet: "addr" : "00:0d:3a:7b:50:b5" -2024-12-10T16:14:51Z TRACE received state_localnet: }, -2024-12-10T16:14:51Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:14:51Z TRACE received state_localnet: "addr" : "10.1.1.146" -2024-12-10T16:14:51Z TRACE received state_localnet: }, -2024-12-10T16:14:51Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:14:51Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe7b:50b5" -2024-12-10T16:14:51Z TRACE received state_localnet: }, -2024-12-10T16:14:51Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:14:51Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:14:51Z TRACE received state_localnet: } -2024-12-10T16:14:51Z TRACE received state_localnet: }, -2024-12-10T16:14:51Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:14:47Z", -2024-12-10T16:14:51Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:14:51Z TRACE received state_localnet: } -2024-12-10T16:14:51Z DEBUG Handling device message state_localnet MP:288d950f-2 -2024-12-10T16:14:51Z TRACE Ignoring partial state update -2024-12-10T16:14:51Z TRACE received command AHU-1/state/pointset -2024-12-10T16:14:51Z TRACE received state_pointset: { -2024-12-10T16:14:51Z TRACE received state_pointset: "points" : { -2024-12-10T16:14:51Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:14:51Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:14:51Z TRACE received state_pointset: }, -2024-12-10T16:14:51Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:51Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:14:51Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:14:51Z TRACE received state_pointset: }, -2024-12-10T16:14:51Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:51Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:14:51Z TRACE received state_pointset: } -2024-12-10T16:14:51Z TRACE received state_pointset: }, -2024-12-10T16:14:51Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:14:47Z", -2024-12-10T16:14:51Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:14:51Z TRACE received state_pointset: } -2024-12-10T16:14:51Z DEBUG Handling device message state_pointset MP:288d950f-3 -2024-12-10T16:14:51Z TRACE Ignoring partial state update -2024-12-10T16:14:51Z TRACE received command AHU-1/config/update -2024-12-10T16:14:51Z DEBUG received config_update -2024-12-10T16:14:51Z DEBUG Handling update message config_update RC:707cff.00000031 -2024-12-10T16:14:51Z DEBUG Removed configTransaction RC:707cff.00000031 -2024-12-10T16:14:51Z DEBUG last_start changed false, last_start 2024-12-10T16:12:59Z -2024-12-10T16:14:51Z DEBUG Updated config 2024-12-10T16:14:51Z RC:707cff.00000031 -2024-12-10T16:14:51Z INFO Updated config #032: Changed 1 fields: -2024-12-10T16:14:51Z INFO Updated config #032: Add `discovery.families.vendor` = { "generation": `family generation`, "scan_duration_sec": `10` } -2024-12-10T16:14:51Z TRACE received command AHU-1/state/update -2024-12-10T16:14:51Z DEBUG received state_update -2024-12-10T16:14:51Z DEBUG Handling update message state_update MP:56142934 -2024-12-10T16:14:51Z DEBUG Updated state after 0s 2024-12-10T16:14:51Z MP:56142934 -2024-12-10T16:14:51Z INFO Updated state #033: Changed 4 fields: -2024-12-10T16:14:51Z INFO Updated state #033: Set `system.status.level` = `100` -2024-12-10T16:14:51Z INFO Updated state #033: Set `system.status.category` = `system.config.parse` -2024-12-10T16:14:51Z INFO Updated state #033: Set `system.status.timestamp` = `2024-12-10T16:14:51Z` -2024-12-10T16:14:51Z INFO Updated state #033: Set `timestamp` = `2024-12-10T16:14:51Z` -2024-12-10T16:14:51Z DEBUG Updated state has last_config 2024-12-10T16:14:45Z (expecting 2024-12-10T16:14:51Z) -2024-12-10T16:14:51Z DEBUG Detail config update synchronized is now: last_config not synced in state -2024-12-10T16:14:51Z TRACE received command AHU-1/state/system -2024-12-10T16:14:51Z TRACE received state_system: { -2024-12-10T16:14:51Z TRACE received state_system: "hardware" : { -2024-12-10T16:14:51Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:14:51Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:14:51Z TRACE received state_system: }, -2024-12-10T16:14:51Z TRACE received state_system: "last_config" : "2024-12-10T16:14:45Z", -2024-12-10T16:14:51Z TRACE received state_system: "operation" : { -2024-12-10T16:14:51Z TRACE received state_system: "operational" : true, -2024-12-10T16:14:51Z TRACE received state_system: "last_start" : "2024-12-10T16:12:59Z", -2024-12-10T16:14:51Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:14:51Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:14:51Z TRACE received state_system: }, -2024-12-10T16:14:51Z TRACE received state_system: "serial_no" : "sequencer-32225", -2024-12-10T16:14:51Z TRACE received state_system: "software" : { -2024-12-10T16:14:51Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:14:51Z TRACE received state_system: }, -2024-12-10T16:14:51Z TRACE received state_system: "status" : { -2024-12-10T16:14:51Z TRACE received state_system: "message" : "success", -2024-12-10T16:14:51Z TRACE received state_system: "category" : "system.config.parse", -2024-12-10T16:14:51Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:51Z", -2024-12-10T16:14:51Z TRACE received state_system: "level" : 100 -2024-12-10T16:14:51Z TRACE received state_system: }, -2024-12-10T16:14:51Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:51Z", -2024-12-10T16:14:51Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:14:51Z TRACE received state_system: } -2024-12-10T16:14:51Z DEBUG Handling device message state_system MP:56142934-0 -2024-12-10T16:14:51Z TRACE Ignoring partial state update -2024-12-10T16:14:51Z TRACE received command AHU-1/state/discovery -2024-12-10T16:14:51Z TRACE received state_discovery: { -2024-12-10T16:14:51Z TRACE received state_discovery: "families" : { }, -2024-12-10T16:14:51Z TRACE received state_discovery: "timestamp" : "2024-12-10T16:14:51Z", -2024-12-10T16:14:51Z TRACE received state_discovery: "version" : "1.5.2" -2024-12-10T16:14:51Z TRACE received state_discovery: } -2024-12-10T16:14:51Z DEBUG Handling device message state_discovery MP:56142934-1 -2024-12-10T16:14:51Z TRACE Ignoring partial state update -2024-12-10T16:14:51Z TRACE received command AHU-1/state/localnet -2024-12-10T16:14:51Z TRACE received state_localnet: { -2024-12-10T16:14:51Z TRACE received state_localnet: "families" : { -2024-12-10T16:14:51Z TRACE received state_localnet: "ether" : { -2024-12-10T16:14:51Z TRACE received state_localnet: "addr" : "00:0d:3a:7b:50:b5" -2024-12-10T16:14:51Z TRACE received state_localnet: }, -2024-12-10T16:14:51Z TRACE received state_localnet: "ipv4" : { -2024-12-10T16:14:51Z TRACE received state_localnet: "addr" : "10.1.1.146" -2024-12-10T16:14:51Z TRACE received state_localnet: }, -2024-12-10T16:14:51Z TRACE received state_localnet: "ipv6" : { -2024-12-10T16:14:51Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe7b:50b5" -2024-12-10T16:14:51Z TRACE received state_localnet: }, -2024-12-10T16:14:51Z TRACE received state_localnet: "vendor" : { -2024-12-10T16:14:51Z TRACE received state_localnet: "addr" : "28179023" -2024-12-10T16:14:51Z TRACE received state_localnet: } -2024-12-10T16:14:51Z TRACE received state_localnet: }, -2024-12-10T16:14:51Z TRACE received state_localnet: "timestamp" : "2024-12-10T16:14:51Z", -2024-12-10T16:14:51Z TRACE received state_localnet: "version" : "1.5.2" -2024-12-10T16:14:51Z TRACE received state_localnet: } -2024-12-10T16:14:51Z DEBUG Handling device message state_localnet MP:56142934-2 -2024-12-10T16:14:51Z TRACE Ignoring partial state update -2024-12-10T16:14:51Z TRACE received command AHU-1/state/pointset -2024-12-10T16:14:51Z TRACE received state_pointset: { -2024-12-10T16:14:51Z TRACE received state_pointset: "points" : { -2024-12-10T16:14:51Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:14:51Z TRACE received state_pointset: "units" : "No-units" -2024-12-10T16:14:51Z TRACE received state_pointset: }, -2024-12-10T16:14:51Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:51Z TRACE received state_pointset: "units" : "Bars", -2024-12-10T16:14:51Z TRACE received state_pointset: "value_state" : "applied" -2024-12-10T16:14:51Z TRACE received state_pointset: }, -2024-12-10T16:14:51Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:51Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-12-10T16:14:51Z TRACE received state_pointset: } -2024-12-10T16:14:51Z TRACE received state_pointset: }, -2024-12-10T16:14:51Z TRACE received state_pointset: "timestamp" : "2024-12-10T16:14:51Z", -2024-12-10T16:14:51Z TRACE received state_pointset: "version" : "1.5.2" -2024-12-10T16:14:51Z TRACE received state_pointset: } -2024-12-10T16:14:51Z DEBUG Handling device message state_pointset MP:56142934-3 -2024-12-10T16:14:51Z TRACE Ignoring partial state update -2024-12-10T16:14:51Z TRACE received command AHU-1/events/pointset -2024-12-10T16:14:51Z TRACE received events_pointset: { -2024-12-10T16:14:51Z TRACE received events_pointset: "points" : { -2024-12-10T16:14:51Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-12-10T16:14:51Z TRACE received events_pointset: "present_value" : false -2024-12-10T16:14:51Z TRACE received events_pointset: }, -2024-12-10T16:14:51Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:51Z TRACE received events_pointset: "present_value" : 98 -2024-12-10T16:14:51Z TRACE received events_pointset: }, -2024-12-10T16:14:51Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:51Z TRACE received events_pointset: "present_value" : 11 -2024-12-10T16:14:51Z TRACE received events_pointset: } -2024-12-10T16:14:51Z TRACE received events_pointset: }, -2024-12-10T16:14:51Z TRACE received events_pointset: "timestamp" : "2024-12-10T16:14:51Z", -2024-12-10T16:14:51Z TRACE received events_pointset: "version" : "1.5.2" -2024-12-10T16:14:51Z TRACE received events_pointset: } -2024-12-10T16:14:51Z DEBUG Handling device message events_pointset MP:87f32f35 -2024-12-10T16:14:51Z TRACE received command AHU-1/events/system -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:42Z DEBUG system.config.receive: success -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:42Z DEBUG system.config.parse: success -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:42Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:42Z DEBUG device.log: Config update AHU-1 (scan_single_past) -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:42Z INFO device.log: 2024-12-10T16:14:42Z received config 2024-12-10T16:14:42Z -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:42Z NOTICE system.config.apply: success -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:42Z DEBUG device.log: State update defer 890ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:42Z DEBUG device.log: State update defer 890ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:42Z DEBUG device.log: State update defer 890ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:42Z DEBUG device.log: State update defer 890ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:43Z DEBUG device.log: State update defer 0ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:43Z INFO device.log: Update state 2024-12-10T16:14:43Z last_config 2024-12-10T16:14:42Z -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:43Z DEBUG device.log: State update AHU-1 (scan_single_past) -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:43Z DEBUG system.config.receive: success -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:43Z DEBUG device.log: State update defer 1690ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:43Z DEBUG system.config.parse: success -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:43Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:43Z DEBUG device.log: Config update AHU-1 (scan_single_past) -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:43Z INFO device.log: 2024-12-10T16:14:43Z received config 2024-12-10T16:14:43Z -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:43Z NOTICE system.config.apply: success -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:43Z DEBUG device.log: State update defer 1688ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:43Z DEBUG device.log: State update defer 1688ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:43Z DEBUG device.log: State update defer 1688ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:43Z DEBUG device.log: State update defer 1688ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:43Z DEBUG device.log: State update defer 1687ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:43Z DEBUG device.log: State update defer 1687ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:43Z DEBUG device.log: State update defer 1687ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:44Z DEBUG system.config.receive: success -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:44Z DEBUG device.log: State update defer 486ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:44Z DEBUG system.config.parse: success -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:44Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:44Z DEBUG device.log: State update defer 485ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:44Z DEBUG device.log: Config update AHU-1 (scan_single_past) -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:44Z INFO device.log: 2024-12-10T16:14:44Z received config 2024-12-10T16:14:44Z -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:44Z NOTICE system.config.apply: success -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:44Z DEBUG device.log: State update defer 484ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:44Z DEBUG device.log: State update defer 484ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:45Z DEBUG device.log: State update defer 0ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:45Z INFO device.log: Update state 2024-12-10T16:14:45Z last_config 2024-12-10T16:14:44Z -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:45Z DEBUG device.log: State update AHU-1 (scan_single_past) -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:45Z DEBUG system.config.receive: success -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:45Z DEBUG device.log: State update defer 1380ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:45Z DEBUG system.config.parse: success -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:45Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:45Z DEBUG device.log: Config update AHU-1 (scan_single_past) -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:45Z INFO device.log: 2024-12-10T16:14:45Z received config 2024-12-10T16:14:45Z -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:45Z NOTICE system.config.apply: success -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:45Z DEBUG device.log: State update defer 1379ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:45Z DEBUG device.log: State update defer 1378ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:45Z DEBUG device.log: State update defer 1378ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:47Z DEBUG device.log: State update defer 0ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:47Z INFO device.log: Update state 2024-12-10T16:14:47Z last_config 2024-12-10T16:14:45Z -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:47Z DEBUG device.log: State update AHU-1 (scan_single_past) -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:51Z DEBUG system.config.receive: success -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:51Z DEBUG device.log: State update defer -2102ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:51Z INFO device.log: Update state 2024-12-10T16:14:51Z last_config 2024-12-10T16:14:45Z -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:51Z DEBUG system.config.parse: success -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:51Z DEBUG device.log: State update AHU-1 (scan_single_past) -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:51Z INFO device.log: Device AHU-1 config handler -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:51Z DEBUG device.log: Config update AHU-1 (scan_single_past) -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:51Z DEBUG device.log: State update defer 2000ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:51Z INFO device.log: 2024-12-10T16:14:51Z received config 2024-12-10T16:14:51Z -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:51Z INFO device.log: Discovery scan vendor phase stopped as 2021-02-23T19:45:08Z -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:51Z NOTICE system.config.apply: success -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:51Z DEBUG device.log: State update defer 1998ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:51Z DEBUG device.log: State update defer 1998ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:51Z DEBUG device.log: State update defer 1997ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:51Z DEBUG device.log: State update defer 1997ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:51Z DEBUG device.log: State update defer 1997ms -2024-12-10T16:14:51Z DEBUG received events_system 2024-12-10T16:14:51Z DEBUG device.log: State update defer 1696ms -2024-12-10T16:14:51Z DEBUG Handling device message events_system MP:e0a334ee -2024-12-10T16:14:53Z TRACE received command AHU-1/state/update -2024-12-10T16:14:53Z DEBUG received state_update -2024-12-10T16:14:53Z DEBUG Handling update message state_update MP:3652a059 -2024-12-10T16:14:53Z DEBUG Updated state after 0s 2024-12-10T16:14:53Z MP:3652a059 -2024-12-10T16:14:53Z INFO Updated state #034: Changed 5 fields: -2024-12-10T16:14:53Z INFO Updated state #034: Set `system.last_config` = `2024-12-10T16:14:51Z` -2024-12-10T16:14:53Z INFO Updated state #034: Set `system.status.level` = `300` -2024-12-10T16:14:53Z INFO Updated state #034: Set `system.status.category` = `system.config.apply` -2024-12-10T16:14:53Z INFO Updated state #034: Add `discovery.families.vendor` = { "generation": `2021-02-23T19:45:08Z`, "phase": `stopped` } -2024-12-10T16:14:53Z INFO Updated state #034: Set `timestamp` = `2024-12-10T16:14:53Z` -2024-12-10T16:14:53Z DEBUG Updated state has last_config 2024-12-10T16:14:51Z (expecting 2024-12-10T16:14:51Z) -2024-12-10T16:14:53Z TRACE received command AHU-1/state/system -2024-12-10T16:14:53Z TRACE received state_system: { -2024-12-10T16:14:53Z TRACE received state_system: "hardware" : { -2024-12-10T16:14:53Z TRACE received state_system: "make" : "BOS", -2024-12-10T16:14:53Z TRACE received state_system: "model" : "pubber" -2024-12-10T16:14:53Z TRACE received state_system: }, -2024-12-10T16:14:53Z TRACE received state_system: "last_config" : "2024-12-10T16:14:51Z", -2024-12-10T16:14:53Z TRACE received state_system: "operation" : { -2024-12-10T16:14:53Z TRACE received state_system: "operational" : true, -2024-12-10T16:14:53Z TRACE received state_system: "last_start" : "2024-12-10T16:12:59Z", -2024-12-10T16:14:53Z TRACE received state_system: "restart_count" : 1, -2024-12-10T16:14:53Z TRACE received state_system: "mode" : "initial" -2024-12-10T16:14:53Z TRACE received state_system: }, -2024-12-10T16:14:53Z TRACE received state_system: "serial_no" : "sequencer-32225", -2024-12-10T16:14:53Z TRACE received state_system: "software" : { -2024-12-10T16:14:53Z TRACE received state_system: "firmware" : "v1" -2024-12-10T16:14:53Z TRACE received state_system: }, -2024-12-10T16:14:53Z TRACE received state_system: "status" : { -2024-12-10T16:14:53Z TRACE received state_system: "message" : "success", -2024-12-10T16:14:53Z TRACE received state_system: "category" : "system.config.apply", -2024-12-10T16:14:53Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:51Z", -2024-12-10T16:14:53Z TRACE received state_system: "level" : 300 -2024-12-10T16:14:53Z TRACE received state_system: }, -2024-12-10T16:14:53Z TRACE received state_system: "timestamp" : "2024-12-10T16:14:53Z", -2024-12-10T16:14:53Z TRACE received state_system: "version" : "1.5.2" -2024-12-10T16:14:53Z TRACE received state_system: } -2024-12-10T16:14:53Z DEBUG Handling device message state_system MP:3652a059-0 -2024-12-10T16:14:53Z TRACE Ignoring partial state update -2024-12-10T16:14:53Z DEBUG Detail config update synchronized is now: null -2024-12-10T16:14:53Z DEBUG Stage finished waiting for config update synchronized at 28s after 2s -2024-12-10T16:14:53Z TRACE Stage resume waiting for scan schedule initially not active at 28s -2024-12-10T16:14:53Z DEBUG Config sync took 2s -2024-12-10T16:14:53Z DEBUG Finished wait for config sync pending: null -2024-12-10T16:14:53Z DEBUG Update config Before scan schedule initially not active timestamp 2024-12-10T16:14:51Z -2024-12-10T16:14:53Z TRACE local local_update: { -2024-12-10T16:14:53Z TRACE local local_update: "timestamp" : "2024-12-10T16:14:51Z", -2024-12-10T16:14:53Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:14:53Z TRACE local local_update: "system" : { -2024-12-10T16:14:53Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:14:53Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:14:53Z TRACE local local_update: "operation" : { -2024-12-10T16:14:53Z TRACE local local_update: "last_start" : "2024-12-10T16:12:59Z" -2024-12-10T16:14:53Z TRACE local local_update: }, -2024-12-10T16:14:53Z TRACE local local_update: "testing" : { -2024-12-10T16:14:53Z TRACE local local_update: "sequence_name" : "scan_single_past" -2024-12-10T16:14:53Z TRACE local local_update: } -2024-12-10T16:14:53Z TRACE local local_update: }, -2024-12-10T16:14:53Z TRACE local local_update: "discovery" : { -2024-12-10T16:14:53Z TRACE local local_update: "families" : { -2024-12-10T16:14:53Z TRACE local local_update: "vendor" : { -2024-12-10T16:14:53Z TRACE local local_update: "generation" : "2021-02-23T19:45:08Z", -2024-12-10T16:14:53Z TRACE local local_update: "scan_duration_sec" : 10 -2024-12-10T16:14:53Z TRACE local local_update: } -2024-12-10T16:14:53Z TRACE local local_update: } -2024-12-10T16:14:53Z TRACE local local_update: }, -2024-12-10T16:14:53Z TRACE local local_update: "localnet" : { -2024-12-10T16:14:53Z TRACE local local_update: "families" : { -2024-12-10T16:14:53Z TRACE local local_update: "ether" : { }, -2024-12-10T16:14:53Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:14:53Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:14:53Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:14:53Z TRACE local local_update: } -2024-12-10T16:14:53Z TRACE local local_update: }, -2024-12-10T16:14:53Z TRACE local local_update: "pointset" : { -2024-12-10T16:14:53Z TRACE local local_update: "points" : { -2024-12-10T16:14:53Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:14:53Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:14:53Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:14:53Z TRACE local local_update: }, -2024-12-10T16:14:53Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:14:53Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:14:53Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:14:53Z TRACE local local_update: }, -2024-12-10T16:14:53Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:14:53Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:14:53Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:14:53Z TRACE local local_update: } -2024-12-10T16:14:53Z TRACE local local_update: } -2024-12-10T16:14:53Z TRACE local local_update: } -2024-12-10T16:14:53Z TRACE local local_update: } -2024-12-10T16:14:53Z DEBUG Recorded sequence: 1. Update config Before scan schedule initially not active -2024-12-10T16:14:53Z INFO Device config Add `discovery.families.vendor` = { "generation": `family generation`, "scan_duration_sec": `10` } -2024-12-10T16:14:53Z TRACE Update config Before scan schedule initially not active: Add `discovery.families.vendor` = { "generation": `family generation`, "scan_duration_sec": `10` } -2024-12-10T16:14:53Z DEBUG Recorded sequence: 1. Wait until scan schedule initially not active -2024-12-10T16:14:53Z DEBUG Stage finished waiting for scan schedule initially not active at 28s after 3s -2024-12-10T16:14:53Z TRACE Stage resume waiting for executing test at 28s -2024-12-10T16:14:53Z TRACE Stage suspend waiting for executing test at 28s -2024-12-10T16:14:53Z INFO Stage start waiting for sleeping 20s for false start check delay at 28s -2024-12-10T16:15:13Z DEBUG Stage finished waiting for sleeping 20s for false start check delay at 48s after 20s -2024-12-10T16:15:13Z TRACE Stage resume waiting for executing test at 48s -2024-12-10T16:15:13Z TRACE Stage suspend waiting for executing test at 48s -2024-12-10T16:15:13Z INFO Stage start waiting for scan schedule still not active at 48s -2024-12-10T16:15:14Z DEBUG system config extra field null -2024-12-10T16:15:14Z TRACE updated check config_system: false -2024-12-10T16:15:14Z TRACE updated check config_pointset: false -2024-12-10T16:15:14Z TRACE updated check config_gateway: false -2024-12-10T16:15:14Z TRACE updated check config_localnet: false -2024-12-10T16:15:14Z TRACE updated check config_blobset: false -2024-12-10T16:15:14Z TRACE updated check config_discovery: false -2024-12-10T16:15:14Z DEBUG Update config Before scan schedule still not active timestamp 2024-12-10T16:14:51Z -2024-12-10T16:15:14Z TRACE local local_update: { -2024-12-10T16:15:14Z TRACE local local_update: "timestamp" : "2024-12-10T16:14:51Z", -2024-12-10T16:15:14Z TRACE local local_update: "version" : "@@@cloud udmi version###git-e79bdcc", -2024-12-10T16:15:14Z TRACE local local_update: "system" : { -2024-12-10T16:15:14Z TRACE local local_update: "min_loglevel" : 100, -2024-12-10T16:15:14Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-12-10T16:15:14Z TRACE local local_update: "operation" : { -2024-12-10T16:15:14Z TRACE local local_update: "last_start" : "2024-12-10T16:12:59Z" -2024-12-10T16:15:14Z TRACE local local_update: }, -2024-12-10T16:15:14Z TRACE local local_update: "testing" : { -2024-12-10T16:15:14Z TRACE local local_update: "sequence_name" : "scan_single_past" -2024-12-10T16:15:14Z TRACE local local_update: } -2024-12-10T16:15:14Z TRACE local local_update: }, -2024-12-10T16:15:14Z TRACE local local_update: "discovery" : { -2024-12-10T16:15:14Z TRACE local local_update: "families" : { -2024-12-10T16:15:14Z TRACE local local_update: "vendor" : { -2024-12-10T16:15:14Z TRACE local local_update: "generation" : "2021-02-23T19:45:08Z", -2024-12-10T16:15:14Z TRACE local local_update: "scan_duration_sec" : 10 -2024-12-10T16:15:14Z TRACE local local_update: } -2024-12-10T16:15:14Z TRACE local local_update: } -2024-12-10T16:15:14Z TRACE local local_update: }, -2024-12-10T16:15:14Z TRACE local local_update: "localnet" : { -2024-12-10T16:15:14Z TRACE local local_update: "families" : { -2024-12-10T16:15:14Z TRACE local local_update: "ether" : { }, -2024-12-10T16:15:14Z TRACE local local_update: "ipv4" : { }, -2024-12-10T16:15:14Z TRACE local local_update: "vendor" : { }, -2024-12-10T16:15:14Z TRACE local local_update: "bacnet" : { } -2024-12-10T16:15:14Z TRACE local local_update: } -2024-12-10T16:15:14Z TRACE local local_update: }, -2024-12-10T16:15:14Z TRACE local local_update: "pointset" : { -2024-12-10T16:15:14Z TRACE local local_update: "points" : { -2024-12-10T16:15:14Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-12-10T16:15:14Z TRACE local local_update: "units" : "Bars", -2024-12-10T16:15:14Z TRACE local local_update: "set_value" : 98 -2024-12-10T16:15:14Z TRACE local local_update: }, -2024-12-10T16:15:14Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-12-10T16:15:14Z TRACE local local_update: "ref" : "BV11.present_value", -2024-12-10T16:15:14Z TRACE local local_update: "units" : "No-units" -2024-12-10T16:15:14Z TRACE local local_update: }, -2024-12-10T16:15:14Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-12-10T16:15:14Z TRACE local local_update: "ref" : "AV12.present_value", -2024-12-10T16:15:14Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-12-10T16:15:14Z TRACE local local_update: } -2024-12-10T16:15:14Z TRACE local local_update: } -2024-12-10T16:15:14Z TRACE local local_update: } -2024-12-10T16:15:14Z TRACE local local_update: } -2024-12-10T16:15:14Z DEBUG Recorded sequence: 1. Wait until scan schedule still not active -2024-12-10T16:15:14Z DEBUG Stage finished waiting for scan schedule still not active at 49s after 1s -2024-12-10T16:15:14Z TRACE Stage resume waiting for executing test at 49s -2024-12-10T16:15:15Z DEBUG Recorded sequence: 1. Check that there were no received discovery events -2024-12-10T16:15:15Z DEBUG stage done waiting for executing test at 50s -2024-12-10T16:15:15Z DEBUG Removing implicit system capability LAST_CONFIG -2024-12-10T16:15:15Z NOTICE RESULT pass discovery.scan scan_single_past PREVIEW 10/10 Sequence complete -2024-12-10T16:15:15Z NOTICE Sequence complete -2024-12-10T16:15:15Z NOTICE ending test scan_single_past after 50s ################################ +2024-12-17T05:26:57Z NOTICE starting test scan_single_past ################################ +2024-12-17T05:26:57Z INFO Stage start waiting for starting test wrapper at 0s +2024-12-17T05:27:05Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:27:05Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:27:05Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:27:05Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:27:05Z DEBUG Set extraFieldChanged false because extra_field null +2024-12-17T05:27:05Z WARNING Now using alternate connection client! +2024-12-17T05:27:05Z TRACE Stage suspend waiting for starting test wrapper at 8s +2024-12-17T05:27:05Z INFO Stage start waiting for using alternate client at 8s +2024-12-17T05:27:05Z DEBUG Delay from lastConfigMark 2024-12-17T05:26:57.542126098Z is -6003ms +2024-12-17T05:27:05Z DEBUG Forcing config update +2024-12-17T05:27:05Z TRACE Updated check config_update: true +2024-12-17T05:27:05Z DEBUG Update config_update, adding configTransaction RC:2fa288.0000002b +2024-12-17T05:27:05Z TRACE Outgoing local_update: { +2024-12-17T05:27:05Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###null", +2024-12-17T05:27:05Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:05Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:05Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:05Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:05Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:27:05Z TRACE Outgoing local_update: }, +2024-12-17T05:27:05Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:05Z TRACE Outgoing local_update: "sequence_name" : "scan_single_past", +2024-12-17T05:27:05Z TRACE Outgoing local_update: "endpoint_type" : "alternate" +2024-12-17T05:27:05Z TRACE Outgoing local_update: } +2024-12-17T05:27:05Z TRACE Outgoing local_update: }, +2024-12-17T05:27:05Z TRACE Outgoing local_update: "blobset" : { +2024-12-17T05:27:05Z TRACE Outgoing local_update: "blobs" : { +2024-12-17T05:27:05Z TRACE Outgoing local_update: "_iot_endpoint_config" : { +2024-12-17T05:27:05Z TRACE Outgoing local_update: "phase" : "final", +2024-12-17T05:27:05Z TRACE Outgoing local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzAvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzAvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfMC9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", +2024-12-17T05:27:05Z TRACE Outgoing local_update: "sha256" : "@@@blob data hash###f1569c38c56816b14d64cf16c7a4d7709e8b784db040190e36aa1c805bab7622", +2024-12-17T05:27:05Z TRACE Outgoing local_update: "generation" : "2024-12-17T05:27:05Z" +2024-12-17T05:27:05Z TRACE Outgoing local_update: } +2024-12-17T05:27:05Z TRACE Outgoing local_update: } +2024-12-17T05:27:05Z TRACE Outgoing local_update: } +2024-12-17T05:27:05Z TRACE Outgoing local_update: } +2024-12-17T05:27:05Z DEBUG Detail pending config transaction is now: RC:2fa288.0000002b +2024-12-17T05:27:05Z TRACE received command AHU-1/config/update +2024-12-17T05:27:05Z DEBUG Received config_update +2024-12-17T05:27:05Z DEBUG Handling update message config_update RC:2fa288.0000002b +2024-12-17T05:27:05Z DEBUG Removed configTransaction RC:2fa288.0000002b +2024-12-17T05:27:05Z DEBUG Set last_start changed false, last_start 1970-01-01T00:01:13Z +2024-12-17T05:27:05Z DEBUG Updated config 2024-12-17T05:27:05Z RC:2fa288.0000002b +2024-12-17T05:27:05Z INFO Updated config #023: Changed 6 fields: +2024-12-17T05:27:05Z INFO Updated config #023: Add `system.testing.endpoint_type` = `alternate` +2024-12-17T05:27:05Z INFO Updated config #023: Set `system.testing.sequence_name` = `scan_single_past` +2024-12-17T05:27:05Z INFO Updated config #023: Add `blobset` = { "blobs": { "_iot_endpoint_config": { "phase": `final`, "generation": `blob generation`, "sha256": `blob data hash`, "url": `endpoint data` } } } +2024-12-17T05:27:05Z INFO Updated config #023: Remove `discovery` +2024-12-17T05:27:05Z INFO Updated config #023: Remove `pointset` +2024-12-17T05:27:05Z INFO Updated config #023: Remove `localnet` +2024-12-17T05:27:05Z DEBUG Expected last_config now 2024-12-17T05:27:05Z +2024-12-17T05:27:05Z DEBUG Detail pending config transaction is now: null +2024-12-17T05:27:05Z DEBUG New lastConfigMark at 2024-12-17T05:27:05Z +2024-12-17T05:27:05Z DEBUG Update config reset alternate registry timestamp 2024-12-17T05:27:05Z +2024-12-17T05:27:05Z TRACE Outgoing local_update: { +2024-12-17T05:27:05Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:05Z", +2024-12-17T05:27:05Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:05Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:05Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:05Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:05Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:05Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:27:05Z TRACE Outgoing local_update: }, +2024-12-17T05:27:05Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:05Z TRACE Outgoing local_update: "sequence_name" : "scan_single_past", +2024-12-17T05:27:05Z TRACE Outgoing local_update: "endpoint_type" : "alternate" +2024-12-17T05:27:05Z TRACE Outgoing local_update: } +2024-12-17T05:27:05Z TRACE Outgoing local_update: }, +2024-12-17T05:27:05Z TRACE Outgoing local_update: "blobset" : { +2024-12-17T05:27:05Z TRACE Outgoing local_update: "blobs" : { +2024-12-17T05:27:05Z TRACE Outgoing local_update: "_iot_endpoint_config" : { +2024-12-17T05:27:05Z TRACE Outgoing local_update: "phase" : "final", +2024-12-17T05:27:05Z TRACE Outgoing local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzAvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzAvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfMC9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", +2024-12-17T05:27:05Z TRACE Outgoing local_update: "sha256" : "@@@blob data hash###f1569c38c56816b14d64cf16c7a4d7709e8b784db040190e36aa1c805bab7622", +2024-12-17T05:27:05Z TRACE Outgoing local_update: "generation" : "2024-12-17T05:27:05Z" +2024-12-17T05:27:05Z TRACE Outgoing local_update: } +2024-12-17T05:27:05Z TRACE Outgoing local_update: } +2024-12-17T05:27:05Z TRACE Outgoing local_update: } +2024-12-17T05:27:05Z TRACE Outgoing local_update: } +2024-12-17T05:27:05Z TRACE Update config reset alternate registry: Add `blobset` = { "blobs": { "_iot_endpoint_config": { "phase": `final`, "generation": `blob generation`, "sha256": `blob data hash`, "url": `endpoint data` } } } +2024-12-17T05:27:05Z TRACE Update config reset alternate registry: Remove `discovery` +2024-12-17T05:27:05Z TRACE Update config reset alternate registry: Remove `pointset` +2024-12-17T05:27:05Z TRACE Update config reset alternate registry: Remove `localnet` +2024-12-17T05:27:05Z DEBUG Stage finished waiting for using alternate client at 8s after 0s +2024-12-17T05:27:05Z TRACE Stage resume waiting for starting test wrapper at 8s +2024-12-17T05:27:05Z WARNING Done with alternate connection client! +2024-12-17T05:27:05Z DEBUG Allowing device state change (everything) +2024-12-17T05:27:05Z DEBUG Starting reset_config full reset true +2024-12-17T05:27:05Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:27:05Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:27:05Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:27:05Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:27:05Z DEBUG Set extraFieldChanged false because extra_field null +2024-12-17T05:27:05Z DEBUG Set extraFieldChanged true because extra_field reset_config +2024-12-17T05:27:05Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:27:05Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:27:05Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:27:05Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:27:05Z DEBUG Set extraFieldChanged true because extra_field null +2024-12-17T05:27:05Z DEBUG Delay from lastConfigMark 2024-12-17T05:27:05.592197809Z is 1998ms +2024-12-17T05:27:05Z DEBUG Rate-limiting config by 1998ms +2024-12-17T05:27:07Z TRACE Updated check config_update: true +2024-12-17T05:27:07Z DEBUG Update config_update, adding configTransaction RC:2fa288.0000002c +2024-12-17T05:27:07Z TRACE Outgoing local_update: { +2024-12-17T05:27:07Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###1.5.2", +2024-12-17T05:27:07Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:07Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:07Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:07Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:07Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:27:07Z TRACE Outgoing local_update: }, +2024-12-17T05:27:07Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:07Z TRACE Outgoing local_update: "sequence_name" : "scan_single_past" +2024-12-17T05:27:07Z TRACE Outgoing local_update: } +2024-12-17T05:27:07Z TRACE Outgoing local_update: }, +2024-12-17T05:27:07Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:07Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:07Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:27:07Z TRACE Outgoing local_update: } +2024-12-17T05:27:07Z TRACE Outgoing local_update: }, +2024-12-17T05:27:07Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:07Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:07Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:07Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:07Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:07Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:07Z TRACE Outgoing local_update: } +2024-12-17T05:27:07Z TRACE Outgoing local_update: }, +2024-12-17T05:27:07Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:07Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:07Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:07Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:07Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:07Z TRACE Outgoing local_update: }, +2024-12-17T05:27:07Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:07Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:07Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:07Z TRACE Outgoing local_update: }, +2024-12-17T05:27:07Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:07Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:07Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:07Z TRACE Outgoing local_update: } +2024-12-17T05:27:07Z TRACE Outgoing local_update: } +2024-12-17T05:27:07Z TRACE Outgoing local_update: } +2024-12-17T05:27:07Z TRACE Outgoing local_update: } +2024-12-17T05:27:07Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:27:07Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:27:07Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:27:07Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:27:07Z DEBUG Saving pre-config state timestamp null +2024-12-17T05:27:07Z DEBUG Update lastConfigUpdate 2024-12-17T05:27:07Z, because soft reset +2024-12-17T05:27:07Z TRACE Stage suspend waiting for starting test wrapper at 10s +2024-12-17T05:27:07Z INFO Stage start waiting for config update synchronized at 10s +2024-12-17T05:27:07Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:07Z TRACE Received state_discovery: { +2024-12-17T05:27:07Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:27:07Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:26:53Z", +2024-12-17T05:27:07Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:07Z TRACE Received state_discovery: } +2024-12-17T05:27:07Z DEBUG Handling device message state_discovery MP:0ce09b41-1 +2024-12-17T05:27:07Z TRACE Ignoring partial state update +2024-12-17T05:27:07Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:27:07Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:27:07Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:27:07Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:27:07Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:07Z TRACE Received state_localnet: { +2024-12-17T05:27:07Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:07Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:07Z TRACE Received state_localnet: "addr" : "60:45:bd:79:af:2a" +2024-12-17T05:27:07Z TRACE Received state_localnet: }, +2024-12-17T05:27:07Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:07Z TRACE Received state_localnet: "addr" : "10.1.0.108" +2024-12-17T05:27:07Z TRACE Received state_localnet: }, +2024-12-17T05:27:07Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:07Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe79:af2a" +2024-12-17T05:27:07Z TRACE Received state_localnet: }, +2024-12-17T05:27:07Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:07Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:07Z TRACE Received state_localnet: } +2024-12-17T05:27:07Z TRACE Received state_localnet: }, +2024-12-17T05:27:07Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:26:53Z", +2024-12-17T05:27:07Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:07Z TRACE Received state_localnet: } +2024-12-17T05:27:07Z DEBUG Handling device message state_localnet MP:0ce09b41-2 +2024-12-17T05:27:07Z TRACE Ignoring partial state update +2024-12-17T05:27:07Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:07Z TRACE Received state_pointset: { +2024-12-17T05:27:07Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:07Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:07Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:07Z TRACE Received state_pointset: }, +2024-12-17T05:27:07Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:07Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:07Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:07Z TRACE Received state_pointset: }, +2024-12-17T05:27:07Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:07Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:07Z TRACE Received state_pointset: } +2024-12-17T05:27:07Z TRACE Received state_pointset: }, +2024-12-17T05:27:07Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:26:53Z", +2024-12-17T05:27:07Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:07Z TRACE Received state_pointset: } +2024-12-17T05:27:07Z DEBUG Handling device message state_pointset MP:0ce09b41-3 +2024-12-17T05:27:07Z TRACE Ignoring partial state update +2024-12-17T05:27:07Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:27:07Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:27:07Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:27:07Z TRACE received command AHU-1/events/pointset +2024-12-17T05:27:07Z TRACE Received events_pointset: { +2024-12-17T05:27:07Z TRACE Received events_pointset: "points" : { +2024-12-17T05:27:07Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:07Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:27:07Z TRACE Received events_pointset: }, +2024-12-17T05:27:07Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:07Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:27:07Z TRACE Received events_pointset: }, +2024-12-17T05:27:07Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:07Z TRACE Received events_pointset: "present_value" : 9 +2024-12-17T05:27:07Z TRACE Received events_pointset: } +2024-12-17T05:27:07Z TRACE Received events_pointset: }, +2024-12-17T05:27:07Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:26:57Z", +2024-12-17T05:27:07Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:27:07Z TRACE Received events_pointset: } +2024-12-17T05:27:07Z DEBUG Handling device message events_pointset MP:d7bd1995 +2024-12-17T05:27:07Z TRACE received command AHU-1/events/system +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:26:51Z DEBUG system.config.receive: success +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:26:51Z DEBUG device.log: State update defer -4092ms +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:26:51Z DEBUG system.config.parse: success +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:26:51Z INFO device.log: Update state 2024-12-17T05:26:51Z last_config 2024-12-17T05:26:43Z +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:26:51Z DEBUG device.log: State update AHU-1 (system_last_update) +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:26:51Z DEBUG device.log: Config update AHU-1 (system_last_update) +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:26:51Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:26:51Z INFO device.log: 2024-12-17T05:26:51Z received config 2024-12-17T05:26:51Z +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:26:51Z NOTICE system.config.apply: success +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:26:51Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:26:51Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:26:51Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:26:51Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:26:51Z DEBUG device.log: State update defer 1995ms +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:26:53Z DEBUG device.log: State update defer 0ms +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:26:53Z INFO device.log: Update state 2024-12-17T05:26:53Z last_config 2024-12-17T05:26:51Z +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:26:53Z DEBUG device.log: State update AHU-1 (system_last_update) +2024-12-17T05:27:07Z DEBUG Handling device message events_system MP:6946e371 +2024-12-17T05:27:07Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:27:07Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:27:07Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:27:07Z TRACE received command AHU-1/state/update +2024-12-17T05:27:07Z DEBUG Received state_update +2024-12-17T05:27:07Z DEBUG Handling update message state_update MP:f0e6d132 +2024-12-17T05:27:07Z DEBUG Updated state after 0s 2024-12-17T05:27:07Z MP:f0e6d132 +2024-12-17T05:27:07Z INFO Updated state #029: Changed 4 fields: +2024-12-17T05:27:07Z INFO Updated state #029: Set `system.status.level` = `100` +2024-12-17T05:27:07Z INFO Updated state #029: Set `system.status.category` = `system.config.parse` +2024-12-17T05:27:07Z INFO Updated state #029: Set `system.status.timestamp` = `2024-12-17T05:27:07Z` +2024-12-17T05:27:07Z INFO Updated state #029: Set `timestamp` = `2024-12-17T05:27:07Z` +2024-12-17T05:27:07Z NOTICE Received serial number sequencer-32069 +2024-12-17T05:27:07Z DEBUG Updated state has last_config 2024-12-17T05:26:51Z (expecting null) +2024-12-17T05:27:07Z TRACE received command AHU-1/config/update +2024-12-17T05:27:07Z DEBUG Received config_update +2024-12-17T05:27:07Z DEBUG Handling update message config_update RC:2fa288.0000002c +2024-12-17T05:27:07Z DEBUG Removed configTransaction RC:2fa288.0000002c +2024-12-17T05:27:07Z DEBUG Set last_start changed false, last_start 1970-01-01T00:01:13Z +2024-12-17T05:27:07Z DEBUG Updated config 2024-12-17T05:27:07Z RC:2fa288.0000002c +2024-12-17T05:27:07Z INFO Updated config #024: Changed 5 fields: +2024-12-17T05:27:07Z INFO Updated config #024: Remove `system.testing.endpoint_type` +2024-12-17T05:27:07Z INFO Updated config #024: Add `discovery` = { "families": { "vendor": { } } } +2024-12-17T05:27:07Z INFO Updated config #024: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } +2024-12-17T05:27:07Z INFO Updated config #024: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "bacnet": { } } } +2024-12-17T05:27:07Z INFO Updated config #024: Remove `blobset` +2024-12-17T05:27:07Z DEBUG Expected last_config now 2024-12-17T05:27:07Z +2024-12-17T05:27:07Z DEBUG Detail config update synchronized is now: last_start not synced in config, last_config not synced in state +2024-12-17T05:27:07Z TRACE received command AHU-1/state/system +2024-12-17T05:27:07Z TRACE Received state_system: { +2024-12-17T05:27:07Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:07Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:07Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:07Z TRACE Received state_system: }, +2024-12-17T05:27:07Z TRACE Received state_system: "last_config" : "2024-12-17T05:26:51Z", +2024-12-17T05:27:07Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:07Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:07Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:25Z", +2024-12-17T05:27:07Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:07Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:07Z TRACE Received state_system: }, +2024-12-17T05:27:07Z TRACE Received state_system: "serial_no" : "sequencer-32069", +2024-12-17T05:27:07Z TRACE Received state_system: "software" : { +2024-12-17T05:27:07Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:07Z TRACE Received state_system: }, +2024-12-17T05:27:07Z TRACE Received state_system: "status" : { +2024-12-17T05:27:07Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:07Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:27:07Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:07Z", +2024-12-17T05:27:07Z TRACE Received state_system: "level" : 100 +2024-12-17T05:27:07Z TRACE Received state_system: }, +2024-12-17T05:27:07Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:07Z", +2024-12-17T05:27:07Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:07Z TRACE Received state_system: } +2024-12-17T05:27:07Z DEBUG Handling device message state_system MP:f0e6d132-0 +2024-12-17T05:27:07Z TRACE Ignoring partial state update +2024-12-17T05:27:07Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:07Z TRACE Received state_discovery: { +2024-12-17T05:27:07Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:27:07Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:07Z", +2024-12-17T05:27:07Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:07Z TRACE Received state_discovery: } +2024-12-17T05:27:07Z DEBUG Handling device message state_discovery MP:f0e6d132-1 +2024-12-17T05:27:07Z TRACE Ignoring partial state update +2024-12-17T05:27:07Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:07Z TRACE Received state_localnet: { +2024-12-17T05:27:07Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:07Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:07Z TRACE Received state_localnet: "addr" : "60:45:bd:79:af:2a" +2024-12-17T05:27:07Z TRACE Received state_localnet: }, +2024-12-17T05:27:07Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:07Z TRACE Received state_localnet: "addr" : "10.1.0.108" +2024-12-17T05:27:07Z TRACE Received state_localnet: }, +2024-12-17T05:27:07Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:07Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe79:af2a" +2024-12-17T05:27:07Z TRACE Received state_localnet: }, +2024-12-17T05:27:07Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:07Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:07Z TRACE Received state_localnet: } +2024-12-17T05:27:07Z TRACE Received state_localnet: }, +2024-12-17T05:27:07Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:07Z", +2024-12-17T05:27:07Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:07Z TRACE Received state_localnet: } +2024-12-17T05:27:07Z DEBUG Handling device message state_localnet MP:f0e6d132-2 +2024-12-17T05:27:07Z TRACE Ignoring partial state update +2024-12-17T05:27:07Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:07Z TRACE Received state_pointset: { +2024-12-17T05:27:07Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:07Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:07Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:07Z TRACE Received state_pointset: }, +2024-12-17T05:27:07Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:07Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:07Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:07Z TRACE Received state_pointset: }, +2024-12-17T05:27:07Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:07Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:07Z TRACE Received state_pointset: } +2024-12-17T05:27:07Z TRACE Received state_pointset: }, +2024-12-17T05:27:07Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:07Z", +2024-12-17T05:27:07Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:07Z TRACE Received state_pointset: } +2024-12-17T05:27:07Z DEBUG Handling device message state_pointset MP:f0e6d132-3 +2024-12-17T05:27:07Z TRACE Ignoring partial state update +2024-12-17T05:27:07Z TRACE received command AHU-1/config/update +2024-12-17T05:27:07Z DEBUG Received config_update +2024-12-17T05:27:07Z DEBUG Handling update message config_update MP:f0e6d132 +2024-12-17T05:27:07Z DEBUG Set last_start changed true, last_start 2024-12-17T05:25:25Z +2024-12-17T05:27:07Z DEBUG Updated config 2024-12-17T05:27:07Z MP:f0e6d132 +2024-12-17T05:27:07Z INFO Updated config #025: Changed 0 fields. +2024-12-17T05:27:07Z DEBUG Expected last_config now 2024-12-17T05:27:07Z +2024-12-17T05:27:07Z TRACE received command AHU-1/events/pointset +2024-12-17T05:27:07Z TRACE Received events_pointset: { +2024-12-17T05:27:07Z TRACE Received events_pointset: "points" : { +2024-12-17T05:27:07Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:07Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:27:07Z TRACE Received events_pointset: }, +2024-12-17T05:27:07Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:07Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:27:07Z TRACE Received events_pointset: }, +2024-12-17T05:27:07Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:07Z TRACE Received events_pointset: "present_value" : 9 +2024-12-17T05:27:07Z TRACE Received events_pointset: } +2024-12-17T05:27:07Z TRACE Received events_pointset: }, +2024-12-17T05:27:07Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:27:07Z", +2024-12-17T05:27:07Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:27:07Z TRACE Received events_pointset: } +2024-12-17T05:27:07Z DEBUG Handling device message events_pointset MP:56eb1188 +2024-12-17T05:27:07Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:27:07Z TRACE received command AHU-1/events/system +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z DEBUG system.config.receive: success +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z DEBUG device.log: State update defer -12163ms +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z DEBUG system.config.parse: success +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z INFO device.log: Update state 2024-12-17T05:27:07Z last_config 2024-12-17T05:26:51Z +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z DEBUG device.log: State update AHU-1 (system_last_update) +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z DEBUG device.log: Config update AHU-1 (system_last_update) +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z INFO device.log: 2024-12-17T05:27:07Z received config 2024-12-17T05:27:07Z +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z NOTICE system.config.apply: success +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z DEBUG system.config.receive: success +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z DEBUG device.log: State update defer 1946ms +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z DEBUG system.config.parse: success +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z DEBUG device.log: State update defer 1945ms +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z DEBUG device.log: Config update AHU-1 (scan_single_past) +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z INFO device.log: 2024-12-17T05:27:07Z received config 2024-12-17T05:27:07Z +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z NOTICE system.config.apply: success +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z DEBUG device.log: State update defer 1944ms +2024-12-17T05:27:07Z DEBUG Received events_system 2024-12-17T05:27:07Z DEBUG device.log: State update defer 1747ms +2024-12-17T05:27:07Z DEBUG Handling device message events_system MP:c61f37bc +2024-12-17T05:27:09Z TRACE received command null/config/udmi +2024-12-17T05:27:09Z TRACE received command AHU-1/state/update +2024-12-17T05:27:09Z DEBUG Received state_update +2024-12-17T05:27:09Z DEBUG Handling update message state_update MP:c357d1dc +2024-12-17T05:27:09Z DEBUG Updated state after 0s 2024-12-17T05:27:09Z MP:c357d1dc +2024-12-17T05:27:09Z INFO Updated state #030: Changed 4 fields: +2024-12-17T05:27:09Z INFO Updated state #030: Set `system.last_config` = `2024-12-17T05:27:07Z` +2024-12-17T05:27:09Z INFO Updated state #030: Set `system.status.level` = `300` +2024-12-17T05:27:09Z INFO Updated state #030: Set `system.status.category` = `system.config.apply` +2024-12-17T05:27:09Z INFO Updated state #030: Set `timestamp` = `2024-12-17T05:27:09Z` +2024-12-17T05:27:09Z DEBUG Updated state has last_config 2024-12-17T05:27:07Z (expecting 2024-12-17T05:27:07Z) +2024-12-17T05:27:09Z TRACE received command AHU-1/state/system +2024-12-17T05:27:09Z TRACE Received state_system: { +2024-12-17T05:27:09Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:09Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:09Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:09Z TRACE Received state_system: }, +2024-12-17T05:27:09Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:07Z", +2024-12-17T05:27:09Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:09Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:09Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:25Z", +2024-12-17T05:27:09Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:09Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:09Z TRACE Received state_system: }, +2024-12-17T05:27:09Z TRACE Received state_system: "serial_no" : "sequencer-32069", +2024-12-17T05:27:09Z TRACE Received state_system: "software" : { +2024-12-17T05:27:09Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:09Z TRACE Received state_system: }, +2024-12-17T05:27:09Z TRACE Received state_system: "status" : { +2024-12-17T05:27:09Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:09Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:27:09Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:07Z", +2024-12-17T05:27:09Z TRACE Received state_system: "level" : 300 +2024-12-17T05:27:09Z TRACE Received state_system: }, +2024-12-17T05:27:09Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:09Z", +2024-12-17T05:27:09Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:09Z TRACE Received state_system: } +2024-12-17T05:27:09Z DEBUG Handling device message state_system MP:c357d1dc-0 +2024-12-17T05:27:09Z TRACE Ignoring partial state update +2024-12-17T05:27:09Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:27:09Z DEBUG Stage finished waiting for config update synchronized at 12s after 2s +2024-12-17T05:27:09Z TRACE Stage resume waiting for starting test wrapper at 12s +2024-12-17T05:27:09Z DEBUG Config sync took 2s +2024-12-17T05:27:09Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:27:09Z DEBUG New lastConfigMark at 2024-12-17T05:27:09Z +2024-12-17T05:27:09Z DEBUG Update config soft reset timestamp 2024-12-17T05:27:07Z +2024-12-17T05:27:09Z TRACE Outgoing local_update: { +2024-12-17T05:27:09Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:07Z", +2024-12-17T05:27:09Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:09Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:09Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:09Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:09Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:09Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:25Z" +2024-12-17T05:27:09Z TRACE Outgoing local_update: }, +2024-12-17T05:27:09Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:09Z TRACE Outgoing local_update: "sequence_name" : "scan_single_past" +2024-12-17T05:27:09Z TRACE Outgoing local_update: } +2024-12-17T05:27:09Z TRACE Outgoing local_update: }, +2024-12-17T05:27:09Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:09Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:09Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:27:09Z TRACE Outgoing local_update: } +2024-12-17T05:27:09Z TRACE Outgoing local_update: }, +2024-12-17T05:27:09Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:09Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:09Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:09Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:09Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:09Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:09Z TRACE Outgoing local_update: } +2024-12-17T05:27:09Z TRACE Outgoing local_update: }, +2024-12-17T05:27:09Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:09Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:09Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:09Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:09Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:09Z TRACE Outgoing local_update: }, +2024-12-17T05:27:09Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:09Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:09Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:09Z TRACE Outgoing local_update: }, +2024-12-17T05:27:09Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:09Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:09Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:09Z TRACE Outgoing local_update: } +2024-12-17T05:27:09Z TRACE Outgoing local_update: } +2024-12-17T05:27:09Z TRACE Outgoing local_update: } +2024-12-17T05:27:09Z TRACE Outgoing local_update: } +2024-12-17T05:27:09Z TRACE Update config soft reset: Add `discovery` = { "families": { "vendor": { } } } +2024-12-17T05:27:09Z TRACE Update config soft reset: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } +2024-12-17T05:27:09Z TRACE Update config soft reset: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "bacnet": { } } } +2024-12-17T05:27:09Z TRACE Update config soft reset: Add `timestamp` = `generated timestamp` +2024-12-17T05:27:09Z DEBUG Done with reset_config +2024-12-17T05:27:09Z TRACE Stage suspend waiting for starting test wrapper at 12s +2024-12-17T05:27:09Z INFO Stage start waiting for config update synchronized at 12s +2024-12-17T05:27:09Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:09Z TRACE Received state_discovery: { +2024-12-17T05:27:09Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:27:09Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:09Z", +2024-12-17T05:27:09Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:09Z TRACE Received state_discovery: } +2024-12-17T05:27:09Z DEBUG Handling device message state_discovery MP:c357d1dc-1 +2024-12-17T05:27:09Z TRACE Ignoring partial state update +2024-12-17T05:27:09Z DEBUG Stage finished waiting for config update synchronized at 12s after 0s +2024-12-17T05:27:09Z TRACE Stage resume waiting for starting test wrapper at 12s +2024-12-17T05:27:09Z DEBUG Config sync took 2s +2024-12-17T05:27:09Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:27:09Z DEBUG Disallowing device state change (everything) +2024-12-17T05:27:09Z DEBUG Delay from lastConfigMark 2024-12-17T05:27:09.694298045Z is 1998ms +2024-12-17T05:27:09Z DEBUG Rate-limiting config by 1998ms +2024-12-17T05:27:11Z TRACE Updated check config_update: true +2024-12-17T05:27:11Z DEBUG Update config_update, adding configTransaction RC:2fa288.0000002d +2024-12-17T05:27:11Z TRACE Outgoing local_update: { +2024-12-17T05:27:11Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:07Z", +2024-12-17T05:27:11Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:11Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:11Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:11Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:11Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:11Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:25Z" +2024-12-17T05:27:11Z TRACE Outgoing local_update: }, +2024-12-17T05:27:11Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:11Z TRACE Outgoing local_update: "sequence_name" : "scan_single_past" +2024-12-17T05:27:11Z TRACE Outgoing local_update: } +2024-12-17T05:27:11Z TRACE Outgoing local_update: }, +2024-12-17T05:27:11Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:11Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:11Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:27:11Z TRACE Outgoing local_update: } +2024-12-17T05:27:11Z TRACE Outgoing local_update: }, +2024-12-17T05:27:11Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:11Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:11Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:11Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:11Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:11Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:11Z TRACE Outgoing local_update: } +2024-12-17T05:27:11Z TRACE Outgoing local_update: }, +2024-12-17T05:27:11Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:11Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:11Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:11Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:11Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:11Z TRACE Outgoing local_update: }, +2024-12-17T05:27:11Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:11Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:11Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:11Z TRACE Outgoing local_update: }, +2024-12-17T05:27:11Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:11Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:11Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:11Z TRACE Outgoing local_update: } +2024-12-17T05:27:11Z TRACE Outgoing local_update: } +2024-12-17T05:27:11Z TRACE Outgoing local_update: } +2024-12-17T05:27:11Z TRACE Outgoing local_update: } +2024-12-17T05:27:11Z DEBUG Saving pre-config state timestamp 2024-12-17T05:27:09Z +2024-12-17T05:27:11Z DEBUG Update lastConfigUpdate 2024-12-17T05:27:11Z, because initial setup +2024-12-17T05:27:11Z TRACE Stage suspend waiting for starting test wrapper at 14s +2024-12-17T05:27:11Z INFO Stage start waiting for config update synchronized at 14s +2024-12-17T05:27:11Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:11Z TRACE Received state_localnet: { +2024-12-17T05:27:11Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:11Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:11Z TRACE Received state_localnet: "addr" : "60:45:bd:79:af:2a" +2024-12-17T05:27:11Z TRACE Received state_localnet: }, +2024-12-17T05:27:11Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:11Z TRACE Received state_localnet: "addr" : "10.1.0.108" +2024-12-17T05:27:11Z TRACE Received state_localnet: }, +2024-12-17T05:27:11Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:11Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe79:af2a" +2024-12-17T05:27:11Z TRACE Received state_localnet: }, +2024-12-17T05:27:11Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:11Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:11Z TRACE Received state_localnet: } +2024-12-17T05:27:11Z TRACE Received state_localnet: }, +2024-12-17T05:27:11Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:09Z", +2024-12-17T05:27:11Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:11Z TRACE Received state_localnet: } +2024-12-17T05:27:11Z DEBUG Handling device message state_localnet MP:c357d1dc-2 +2024-12-17T05:27:11Z TRACE Ignoring partial state update +2024-12-17T05:27:11Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:27:11Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:11Z TRACE Received state_pointset: { +2024-12-17T05:27:11Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:11Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:11Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:11Z TRACE Received state_pointset: }, +2024-12-17T05:27:11Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:11Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:11Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:11Z TRACE Received state_pointset: }, +2024-12-17T05:27:11Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:11Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:11Z TRACE Received state_pointset: } +2024-12-17T05:27:11Z TRACE Received state_pointset: }, +2024-12-17T05:27:11Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:09Z", +2024-12-17T05:27:11Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:11Z TRACE Received state_pointset: } +2024-12-17T05:27:11Z DEBUG Handling device message state_pointset MP:c357d1dc-3 +2024-12-17T05:27:11Z TRACE Ignoring partial state update +2024-12-17T05:27:11Z TRACE received command AHU-1/config/update +2024-12-17T05:27:11Z DEBUG Received config_update +2024-12-17T05:27:11Z DEBUG Handling update message config_update RC:2fa288.0000002d +2024-12-17T05:27:11Z DEBUG Removed configTransaction RC:2fa288.0000002d +2024-12-17T05:27:11Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:25Z +2024-12-17T05:27:11Z DEBUG Updated config 2024-12-17T05:27:11Z RC:2fa288.0000002d +2024-12-17T05:27:11Z INFO Updated config #026: Changed 0 fields. +2024-12-17T05:27:11Z DEBUG Expected last_config now 2024-12-17T05:27:11Z +2024-12-17T05:27:11Z DEBUG Detail config update synchronized is now: device state not updated since config issued, last_config not synced in state +2024-12-17T05:27:11Z TRACE received command AHU-1/state/update +2024-12-17T05:27:11Z DEBUG Received state_update +2024-12-17T05:27:11Z DEBUG Handling update message state_update MP:baefb19c +2024-12-17T05:27:11Z DEBUG Updated state after 0s 2024-12-17T05:27:11Z MP:baefb19c +2024-12-17T05:27:11Z INFO Updated state #031: Changed 4 fields: +2024-12-17T05:27:11Z INFO Updated state #031: Set `system.status.level` = `100` +2024-12-17T05:27:11Z INFO Updated state #031: Set `system.status.category` = `system.config.parse` +2024-12-17T05:27:11Z INFO Updated state #031: Set `system.status.timestamp` = `2024-12-17T05:27:11Z` +2024-12-17T05:27:11Z INFO Updated state #031: Set `timestamp` = `2024-12-17T05:27:11Z` +2024-12-17T05:27:11Z DEBUG Updated state has last_config 2024-12-17T05:27:07Z (expecting 2024-12-17T05:27:11Z) +2024-12-17T05:27:11Z TRACE received command AHU-1/state/system +2024-12-17T05:27:11Z TRACE Received state_system: { +2024-12-17T05:27:11Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:11Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:11Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:11Z TRACE Received state_system: }, +2024-12-17T05:27:11Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:07Z", +2024-12-17T05:27:11Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:11Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:11Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:25Z", +2024-12-17T05:27:11Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:11Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:11Z TRACE Received state_system: }, +2024-12-17T05:27:11Z TRACE Received state_system: "serial_no" : "sequencer-32069", +2024-12-17T05:27:11Z TRACE Received state_system: "software" : { +2024-12-17T05:27:11Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:11Z TRACE Received state_system: }, +2024-12-17T05:27:11Z TRACE Received state_system: "status" : { +2024-12-17T05:27:11Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:11Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:27:11Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:11Z", +2024-12-17T05:27:11Z TRACE Received state_system: "level" : 100 +2024-12-17T05:27:11Z TRACE Received state_system: }, +2024-12-17T05:27:11Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:11Z", +2024-12-17T05:27:11Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:11Z TRACE Received state_system: } +2024-12-17T05:27:11Z DEBUG Handling device message state_system MP:baefb19c-0 +2024-12-17T05:27:11Z TRACE Ignoring partial state update +2024-12-17T05:27:11Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:27:11Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:11Z TRACE Received state_discovery: { +2024-12-17T05:27:11Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:27:11Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:11Z", +2024-12-17T05:27:11Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:11Z TRACE Received state_discovery: } +2024-12-17T05:27:11Z DEBUG Handling device message state_discovery MP:baefb19c-1 +2024-12-17T05:27:11Z TRACE Ignoring partial state update +2024-12-17T05:27:11Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:11Z TRACE Received state_localnet: { +2024-12-17T05:27:11Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:11Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:11Z TRACE Received state_localnet: "addr" : "60:45:bd:79:af:2a" +2024-12-17T05:27:11Z TRACE Received state_localnet: }, +2024-12-17T05:27:11Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:11Z TRACE Received state_localnet: "addr" : "10.1.0.108" +2024-12-17T05:27:11Z TRACE Received state_localnet: }, +2024-12-17T05:27:11Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:11Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe79:af2a" +2024-12-17T05:27:11Z TRACE Received state_localnet: }, +2024-12-17T05:27:11Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:11Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:11Z TRACE Received state_localnet: } +2024-12-17T05:27:11Z TRACE Received state_localnet: }, +2024-12-17T05:27:11Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:11Z", +2024-12-17T05:27:11Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:11Z TRACE Received state_localnet: } +2024-12-17T05:27:11Z DEBUG Handling device message state_localnet MP:baefb19c-2 +2024-12-17T05:27:11Z TRACE Ignoring partial state update +2024-12-17T05:27:11Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:11Z TRACE Received state_pointset: { +2024-12-17T05:27:11Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:11Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:11Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:11Z TRACE Received state_pointset: }, +2024-12-17T05:27:11Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:11Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:11Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:11Z TRACE Received state_pointset: }, +2024-12-17T05:27:11Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:11Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:11Z TRACE Received state_pointset: } +2024-12-17T05:27:11Z TRACE Received state_pointset: }, +2024-12-17T05:27:11Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:11Z", +2024-12-17T05:27:11Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:11Z TRACE Received state_pointset: } +2024-12-17T05:27:11Z DEBUG Handling device message state_pointset MP:baefb19c-3 +2024-12-17T05:27:11Z TRACE Ignoring partial state update +2024-12-17T05:27:13Z TRACE received command AHU-1/state/update +2024-12-17T05:27:13Z DEBUG Received state_update +2024-12-17T05:27:13Z DEBUG Handling update message state_update MP:c7a29118 +2024-12-17T05:27:13Z DEBUG Updated state after 0s 2024-12-17T05:27:13Z MP:c7a29118 +2024-12-17T05:27:13Z INFO Updated state #032: Changed 4 fields: +2024-12-17T05:27:13Z INFO Updated state #032: Set `system.last_config` = `2024-12-17T05:27:11Z` +2024-12-17T05:27:13Z INFO Updated state #032: Set `system.status.level` = `300` +2024-12-17T05:27:13Z INFO Updated state #032: Set `system.status.category` = `system.config.apply` +2024-12-17T05:27:13Z INFO Updated state #032: Set `timestamp` = `2024-12-17T05:27:13Z` +2024-12-17T05:27:13Z DEBUG Updated state has last_config 2024-12-17T05:27:11Z (expecting 2024-12-17T05:27:11Z) +2024-12-17T05:27:13Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:27:13Z DEBUG Stage finished waiting for config update synchronized at 16s after 2s +2024-12-17T05:27:13Z TRACE Stage resume waiting for starting test wrapper at 16s +2024-12-17T05:27:13Z DEBUG Config sync took 2s +2024-12-17T05:27:13Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:27:13Z DEBUG New lastConfigMark at 2024-12-17T05:27:13Z +2024-12-17T05:27:13Z DEBUG Update config initial setup timestamp 2024-12-17T05:27:11Z +2024-12-17T05:27:13Z TRACE Outgoing local_update: { +2024-12-17T05:27:13Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:11Z", +2024-12-17T05:27:13Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:13Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:13Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:13Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:13Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:13Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:25Z" +2024-12-17T05:27:13Z TRACE Outgoing local_update: }, +2024-12-17T05:27:13Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:13Z TRACE Outgoing local_update: "sequence_name" : "scan_single_past" +2024-12-17T05:27:13Z TRACE Outgoing local_update: } +2024-12-17T05:27:13Z TRACE Outgoing local_update: }, +2024-12-17T05:27:13Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:13Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:13Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:27:13Z TRACE Outgoing local_update: } +2024-12-17T05:27:13Z TRACE Outgoing local_update: }, +2024-12-17T05:27:13Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:13Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:13Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:13Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:13Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:13Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:13Z TRACE Outgoing local_update: } +2024-12-17T05:27:13Z TRACE Outgoing local_update: }, +2024-12-17T05:27:13Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:13Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:13Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:13Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:13Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:13Z TRACE Outgoing local_update: }, +2024-12-17T05:27:13Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:13Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:13Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:13Z TRACE Outgoing local_update: }, +2024-12-17T05:27:13Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:13Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:13Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:13Z TRACE Outgoing local_update: } +2024-12-17T05:27:13Z TRACE Outgoing local_update: } +2024-12-17T05:27:13Z TRACE Outgoing local_update: } +2024-12-17T05:27:13Z TRACE Outgoing local_update: } +2024-12-17T05:27:13Z DEBUG Stale state cutoff threshold is 2024-12-17T05:25:27Z +2024-12-17T05:27:13Z DEBUG Waiting for device stateTransaction RC:2fa288.0000002e (was null) +2024-12-17T05:27:13Z TRACE Stage suspend waiting for starting test wrapper at 16s +2024-12-17T05:27:13Z INFO Stage start waiting for state query at 16s +2024-12-17T05:27:13Z TRACE received command AHU-1/state/system +2024-12-17T05:27:13Z TRACE Received state_system: { +2024-12-17T05:27:13Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:13Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:13Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:13Z TRACE Received state_system: }, +2024-12-17T05:27:13Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:11Z", +2024-12-17T05:27:13Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:13Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:13Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:25Z", +2024-12-17T05:27:13Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:13Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:13Z TRACE Received state_system: }, +2024-12-17T05:27:13Z TRACE Received state_system: "serial_no" : "sequencer-32069", +2024-12-17T05:27:13Z TRACE Received state_system: "software" : { +2024-12-17T05:27:13Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:13Z TRACE Received state_system: }, +2024-12-17T05:27:13Z TRACE Received state_system: "status" : { +2024-12-17T05:27:13Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:13Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:27:13Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:11Z", +2024-12-17T05:27:13Z TRACE Received state_system: "level" : 300 +2024-12-17T05:27:13Z TRACE Received state_system: }, +2024-12-17T05:27:13Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:13Z", +2024-12-17T05:27:13Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:13Z TRACE Received state_system: } +2024-12-17T05:27:13Z DEBUG Handling device message state_system MP:c7a29118-0 +2024-12-17T05:27:13Z TRACE Ignoring partial state update +2024-12-17T05:27:13Z TRACE received command AHU-1/state/update +2024-12-17T05:27:13Z DEBUG Received state_update +2024-12-17T05:27:13Z INFO Received device configAcked +2024-12-17T05:27:13Z DEBUG Handling update message state_update RC:2fa288.0000002e +2024-12-17T05:27:13Z DEBUG Removed stateTransaction RC:2fa288.0000002e +2024-12-17T05:27:13Z DEBUG Updated state after 0s 2024-12-17T05:27:13Z RC:2fa288.0000002e +2024-12-17T05:27:13Z INFO Updated state #033: Changed 0 fields. +2024-12-17T05:27:13Z DEBUG Updated state has last_config 2024-12-17T05:27:11Z (expecting 2024-12-17T05:27:11Z) +2024-12-17T05:27:13Z DEBUG Stage finished waiting for state query at 16s after 0s +2024-12-17T05:27:13Z TRACE Stage resume waiting for starting test wrapper at 16s +2024-12-17T05:27:13Z TRACE Stage suspend waiting for starting test wrapper at 16s +2024-12-17T05:27:13Z INFO Stage start waiting for initial device state at 16s +2024-12-17T05:27:13Z DEBUG Delay from lastConfigMark 2024-12-17T05:27:13.748427824Z is 1952ms +2024-12-17T05:27:13Z DEBUG Rate-limiting config by 1952ms +2024-12-17T05:27:15Z TRACE Updated check config_update: true +2024-12-17T05:27:15Z DEBUG Update config_update, adding configTransaction RC:2fa288.0000002f +2024-12-17T05:27:15Z TRACE Outgoing local_update: { +2024-12-17T05:27:15Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:11Z", +2024-12-17T05:27:15Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:15Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:15Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:15Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:15Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:15Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:25Z" +2024-12-17T05:27:15Z TRACE Outgoing local_update: }, +2024-12-17T05:27:15Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:15Z TRACE Outgoing local_update: "sequence_name" : "scan_single_past" +2024-12-17T05:27:15Z TRACE Outgoing local_update: } +2024-12-17T05:27:15Z TRACE Outgoing local_update: }, +2024-12-17T05:27:15Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:15Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:15Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:27:15Z TRACE Outgoing local_update: } +2024-12-17T05:27:15Z TRACE Outgoing local_update: }, +2024-12-17T05:27:15Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:15Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:15Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:15Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:15Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:15Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:15Z TRACE Outgoing local_update: } +2024-12-17T05:27:15Z TRACE Outgoing local_update: }, +2024-12-17T05:27:15Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:15Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:15Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:15Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:15Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:15Z TRACE Outgoing local_update: }, +2024-12-17T05:27:15Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:15Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:15Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:15Z TRACE Outgoing local_update: }, +2024-12-17T05:27:15Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:15Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:15Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:15Z TRACE Outgoing local_update: } +2024-12-17T05:27:15Z TRACE Outgoing local_update: } +2024-12-17T05:27:15Z TRACE Outgoing local_update: } +2024-12-17T05:27:15Z TRACE Outgoing local_update: } +2024-12-17T05:27:15Z DEBUG Saving pre-config state timestamp 2024-12-17T05:27:13Z +2024-12-17T05:27:15Z DEBUG Update lastConfigUpdate 2024-12-17T05:27:15Z, because before initial device state +2024-12-17T05:27:15Z TRACE Stage suspend waiting for initial device state at 18s +2024-12-17T05:27:15Z INFO Stage start waiting for config update synchronized at 18s +2024-12-17T05:27:15Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:15Z TRACE Received state_discovery: { +2024-12-17T05:27:15Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:27:15Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:13Z", +2024-12-17T05:27:15Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:15Z TRACE Received state_discovery: } +2024-12-17T05:27:15Z DEBUG Handling device message state_discovery MP:c7a29118-1 +2024-12-17T05:27:15Z TRACE Ignoring partial state update +2024-12-17T05:27:15Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:27:15Z TRACE received command AHU-1/reply/update +2024-12-17T05:27:15Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:15Z TRACE Received state_localnet: { +2024-12-17T05:27:15Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:15Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:15Z TRACE Received state_localnet: "addr" : "60:45:bd:79:af:2a" +2024-12-17T05:27:15Z TRACE Received state_localnet: }, +2024-12-17T05:27:15Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:15Z TRACE Received state_localnet: "addr" : "10.1.0.108" +2024-12-17T05:27:15Z TRACE Received state_localnet: }, +2024-12-17T05:27:15Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:15Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe79:af2a" +2024-12-17T05:27:15Z TRACE Received state_localnet: }, +2024-12-17T05:27:15Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:15Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:15Z TRACE Received state_localnet: } +2024-12-17T05:27:15Z TRACE Received state_localnet: }, +2024-12-17T05:27:15Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:13Z", +2024-12-17T05:27:15Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:15Z TRACE Received state_localnet: } +2024-12-17T05:27:15Z DEBUG Handling device message state_localnet MP:c7a29118-2 +2024-12-17T05:27:15Z TRACE Ignoring partial state update +2024-12-17T05:27:15Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:15Z TRACE Received state_pointset: { +2024-12-17T05:27:15Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:15Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:15Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:15Z TRACE Received state_pointset: }, +2024-12-17T05:27:15Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:15Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:15Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:15Z TRACE Received state_pointset: }, +2024-12-17T05:27:15Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:15Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:15Z TRACE Received state_pointset: } +2024-12-17T05:27:15Z TRACE Received state_pointset: }, +2024-12-17T05:27:15Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:13Z", +2024-12-17T05:27:15Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:15Z TRACE Received state_pointset: } +2024-12-17T05:27:15Z DEBUG Handling device message state_pointset MP:c7a29118-3 +2024-12-17T05:27:15Z TRACE Ignoring partial state update +2024-12-17T05:27:15Z TRACE received command AHU-1/config/update +2024-12-17T05:27:15Z DEBUG Received config_update +2024-12-17T05:27:15Z DEBUG Handling update message config_update RC:2fa288.0000002f +2024-12-17T05:27:15Z DEBUG Removed configTransaction RC:2fa288.0000002f +2024-12-17T05:27:15Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:25Z +2024-12-17T05:27:15Z DEBUG Updated config 2024-12-17T05:27:15Z RC:2fa288.0000002f +2024-12-17T05:27:15Z INFO Updated config #027: Changed 0 fields. +2024-12-17T05:27:15Z DEBUG Expected last_config now 2024-12-17T05:27:15Z +2024-12-17T05:27:15Z DEBUG Detail config update synchronized is now: device state not updated since config issued, last_config not synced in state +2024-12-17T05:27:15Z TRACE received command AHU-1/state/update +2024-12-17T05:27:15Z DEBUG Received state_update +2024-12-17T05:27:15Z DEBUG Handling update message state_update MP:f5a78835 +2024-12-17T05:27:15Z DEBUG Updated state after 0s 2024-12-17T05:27:15Z MP:f5a78835 +2024-12-17T05:27:15Z INFO Updated state #034: Changed 4 fields: +2024-12-17T05:27:15Z INFO Updated state #034: Set `system.status.level` = `100` +2024-12-17T05:27:15Z INFO Updated state #034: Set `system.status.category` = `system.config.parse` +2024-12-17T05:27:15Z INFO Updated state #034: Set `system.status.timestamp` = `2024-12-17T05:27:15Z` +2024-12-17T05:27:15Z INFO Updated state #034: Set `timestamp` = `2024-12-17T05:27:15Z` +2024-12-17T05:27:15Z DEBUG Updated state has last_config 2024-12-17T05:27:11Z (expecting 2024-12-17T05:27:15Z) +2024-12-17T05:27:15Z TRACE received command AHU-1/state/system +2024-12-17T05:27:15Z TRACE Received state_system: { +2024-12-17T05:27:15Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:15Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:15Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:15Z TRACE Received state_system: }, +2024-12-17T05:27:15Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:11Z", +2024-12-17T05:27:15Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:15Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:15Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:25Z", +2024-12-17T05:27:15Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:15Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:15Z TRACE Received state_system: }, +2024-12-17T05:27:15Z TRACE Received state_system: "serial_no" : "sequencer-32069", +2024-12-17T05:27:15Z TRACE Received state_system: "software" : { +2024-12-17T05:27:15Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:15Z TRACE Received state_system: }, +2024-12-17T05:27:15Z TRACE Received state_system: "status" : { +2024-12-17T05:27:15Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:15Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:27:15Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:15Z", +2024-12-17T05:27:15Z TRACE Received state_system: "level" : 100 +2024-12-17T05:27:15Z TRACE Received state_system: }, +2024-12-17T05:27:15Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:15Z", +2024-12-17T05:27:15Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:15Z TRACE Received state_system: } +2024-12-17T05:27:15Z DEBUG Handling device message state_system MP:f5a78835-0 +2024-12-17T05:27:15Z TRACE Ignoring partial state update +2024-12-17T05:27:15Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:27:15Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:15Z TRACE Received state_discovery: { +2024-12-17T05:27:15Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:27:15Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:15Z", +2024-12-17T05:27:15Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:15Z TRACE Received state_discovery: } +2024-12-17T05:27:15Z DEBUG Handling device message state_discovery MP:f5a78835-1 +2024-12-17T05:27:15Z TRACE Ignoring partial state update +2024-12-17T05:27:15Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:15Z TRACE Received state_localnet: { +2024-12-17T05:27:15Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:15Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:15Z TRACE Received state_localnet: "addr" : "60:45:bd:79:af:2a" +2024-12-17T05:27:15Z TRACE Received state_localnet: }, +2024-12-17T05:27:15Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:15Z TRACE Received state_localnet: "addr" : "10.1.0.108" +2024-12-17T05:27:15Z TRACE Received state_localnet: }, +2024-12-17T05:27:15Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:15Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe79:af2a" +2024-12-17T05:27:15Z TRACE Received state_localnet: }, +2024-12-17T05:27:15Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:15Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:15Z TRACE Received state_localnet: } +2024-12-17T05:27:15Z TRACE Received state_localnet: }, +2024-12-17T05:27:15Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:15Z", +2024-12-17T05:27:15Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:15Z TRACE Received state_localnet: } +2024-12-17T05:27:15Z DEBUG Handling device message state_localnet MP:f5a78835-2 +2024-12-17T05:27:15Z TRACE Ignoring partial state update +2024-12-17T05:27:15Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:15Z TRACE Received state_pointset: { +2024-12-17T05:27:15Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:15Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:15Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:15Z TRACE Received state_pointset: }, +2024-12-17T05:27:15Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:15Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:15Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:15Z TRACE Received state_pointset: }, +2024-12-17T05:27:15Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:15Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:15Z TRACE Received state_pointset: } +2024-12-17T05:27:15Z TRACE Received state_pointset: }, +2024-12-17T05:27:15Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:15Z", +2024-12-17T05:27:15Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:15Z TRACE Received state_pointset: } +2024-12-17T05:27:15Z DEBUG Handling device message state_pointset MP:f5a78835-3 +2024-12-17T05:27:15Z TRACE Ignoring partial state update +2024-12-17T05:27:17Z TRACE received command AHU-1/state/update +2024-12-17T05:27:17Z DEBUG Received state_update +2024-12-17T05:27:17Z DEBUG Handling update message state_update MP:8274d505 +2024-12-17T05:27:17Z DEBUG Updated state after 0s 2024-12-17T05:27:17Z MP:8274d505 +2024-12-17T05:27:17Z INFO Updated state #035: Changed 4 fields: +2024-12-17T05:27:17Z INFO Updated state #035: Set `system.last_config` = `2024-12-17T05:27:15Z` +2024-12-17T05:27:17Z INFO Updated state #035: Set `system.status.level` = `300` +2024-12-17T05:27:17Z INFO Updated state #035: Set `system.status.category` = `system.config.apply` +2024-12-17T05:27:17Z INFO Updated state #035: Set `timestamp` = `2024-12-17T05:27:17Z` +2024-12-17T05:27:17Z DEBUG Updated state has last_config 2024-12-17T05:27:15Z (expecting 2024-12-17T05:27:15Z) +2024-12-17T05:27:17Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:27:17Z DEBUG Stage finished waiting for config update synchronized at 20s after 2s +2024-12-17T05:27:17Z TRACE Stage resume waiting for initial device state at 20s +2024-12-17T05:27:17Z DEBUG Config sync took 2s +2024-12-17T05:27:17Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:27:17Z DEBUG New lastConfigMark at 2024-12-17T05:27:17Z +2024-12-17T05:27:17Z DEBUG Update config before initial device state timestamp 2024-12-17T05:27:15Z +2024-12-17T05:27:17Z TRACE Outgoing local_update: { +2024-12-17T05:27:17Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:15Z", +2024-12-17T05:27:17Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:17Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:17Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:17Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:17Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:17Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:25Z" +2024-12-17T05:27:17Z TRACE Outgoing local_update: }, +2024-12-17T05:27:17Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:17Z TRACE Outgoing local_update: "sequence_name" : "scan_single_past" +2024-12-17T05:27:17Z TRACE Outgoing local_update: } +2024-12-17T05:27:17Z TRACE Outgoing local_update: }, +2024-12-17T05:27:17Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:17Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:17Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:27:17Z TRACE Outgoing local_update: } +2024-12-17T05:27:17Z TRACE Outgoing local_update: }, +2024-12-17T05:27:17Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:17Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:17Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:17Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:17Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:17Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:17Z TRACE Outgoing local_update: } +2024-12-17T05:27:17Z TRACE Outgoing local_update: }, +2024-12-17T05:27:17Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:17Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:17Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:17Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:17Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:17Z TRACE Outgoing local_update: }, +2024-12-17T05:27:17Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:17Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:17Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:17Z TRACE Outgoing local_update: }, +2024-12-17T05:27:17Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:17Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:17Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:17Z TRACE Outgoing local_update: } +2024-12-17T05:27:17Z TRACE Outgoing local_update: } +2024-12-17T05:27:17Z TRACE Outgoing local_update: } +2024-12-17T05:27:17Z TRACE Outgoing local_update: } +2024-12-17T05:27:17Z DEBUG Stage finished waiting for initial device state at 20s after 4s +2024-12-17T05:27:17Z TRACE Stage resume waiting for starting test wrapper at 20s +2024-12-17T05:27:17Z DEBUG Device state system status level is now 300 +2024-12-17T05:27:17Z TRACE Stage suspend waiting for starting test wrapper at 20s +2024-12-17T05:27:17Z INFO Stage start waiting for config update synchronized at 20s +2024-12-17T05:27:17Z TRACE received command AHU-1/state/system +2024-12-17T05:27:17Z TRACE Received state_system: { +2024-12-17T05:27:17Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:17Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:17Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:17Z TRACE Received state_system: }, +2024-12-17T05:27:17Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:15Z", +2024-12-17T05:27:17Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:17Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:17Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:25Z", +2024-12-17T05:27:17Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:17Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:17Z TRACE Received state_system: }, +2024-12-17T05:27:17Z TRACE Received state_system: "serial_no" : "sequencer-32069", +2024-12-17T05:27:17Z TRACE Received state_system: "software" : { +2024-12-17T05:27:17Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:17Z TRACE Received state_system: }, +2024-12-17T05:27:17Z TRACE Received state_system: "status" : { +2024-12-17T05:27:17Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:17Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:27:17Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:15Z", +2024-12-17T05:27:17Z TRACE Received state_system: "level" : 300 +2024-12-17T05:27:17Z TRACE Received state_system: }, +2024-12-17T05:27:17Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:17Z", +2024-12-17T05:27:17Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:17Z TRACE Received state_system: } +2024-12-17T05:27:17Z DEBUG Handling device message state_system MP:8274d505-0 +2024-12-17T05:27:17Z TRACE Ignoring partial state update +2024-12-17T05:27:17Z DEBUG Stage finished waiting for config update synchronized at 20s after 0s +2024-12-17T05:27:17Z TRACE Stage resume waiting for starting test wrapper at 20s +2024-12-17T05:27:17Z DEBUG Config sync took 2s +2024-12-17T05:27:17Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:27:17Z TRACE Stage suspend waiting for starting test wrapper at 20s +2024-12-17T05:27:17Z INFO Stage start waiting for executing test at 20s +2024-12-17T05:27:17Z DEBUG stage begin waiting for executing test at 20s +2024-12-17T05:27:17Z DEBUG Allowing device state change discovery +2024-12-17T05:27:17Z TRACE Stage suspend waiting for executing test at 20s +2024-12-17T05:27:17Z INFO Stage start waiting for discovery families defined at 20s +2024-12-17T05:27:17Z DEBUG Delay from lastConfigMark 2024-12-17T05:27:17.801287109Z is 1956ms +2024-12-17T05:27:17Z DEBUG Rate-limiting config by 1956ms +2024-12-17T05:27:19Z DEBUG System config extra field null +2024-12-17T05:27:19Z TRACE Updated check config_system: true +2024-12-17T05:27:19Z DEBUG Update config_system, adding configTransaction RC:2fa288.00000030 +2024-12-17T05:27:19Z TRACE Outgoing local_system: { +2024-12-17T05:27:19Z TRACE Outgoing local_system: "min_loglevel" : 100, +2024-12-17T05:27:19Z TRACE Outgoing local_system: "metrics_rate_sec" : 10, +2024-12-17T05:27:19Z TRACE Outgoing local_system: "operation" : { +2024-12-17T05:27:19Z TRACE Outgoing local_system: "last_start" : "2024-12-17T05:25:25Z" +2024-12-17T05:27:19Z TRACE Outgoing local_system: }, +2024-12-17T05:27:19Z TRACE Outgoing local_system: "testing" : { +2024-12-17T05:27:19Z TRACE Outgoing local_system: "sequence_name" : "scan_single_past" +2024-12-17T05:27:19Z TRACE Outgoing local_system: } +2024-12-17T05:27:19Z TRACE Outgoing local_system: } +2024-12-17T05:27:19Z TRACE Updated check config_pointset: true +2024-12-17T05:27:19Z DEBUG Update config_pointset, adding configTransaction RC:2fa288.00000031 +2024-12-17T05:27:19Z TRACE Outgoing local_pointset: { +2024-12-17T05:27:19Z TRACE Outgoing local_pointset: "points" : { +2024-12-17T05:27:19Z TRACE Outgoing local_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:19Z TRACE Outgoing local_pointset: "units" : "Bars", +2024-12-17T05:27:19Z TRACE Outgoing local_pointset: "set_value" : 98 +2024-12-17T05:27:19Z TRACE Outgoing local_pointset: }, +2024-12-17T05:27:19Z TRACE Outgoing local_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:19Z TRACE Outgoing local_pointset: "ref" : "BV11.present_value", +2024-12-17T05:27:19Z TRACE Outgoing local_pointset: "units" : "No-units" +2024-12-17T05:27:19Z TRACE Outgoing local_pointset: }, +2024-12-17T05:27:19Z TRACE Outgoing local_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:19Z TRACE Outgoing local_pointset: "ref" : "AV12.present_value", +2024-12-17T05:27:19Z TRACE Outgoing local_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:19Z TRACE Outgoing local_pointset: } +2024-12-17T05:27:19Z TRACE Outgoing local_pointset: } +2024-12-17T05:27:19Z TRACE Outgoing local_pointset: } +2024-12-17T05:27:19Z TRACE Updated check config_gateway: false +2024-12-17T05:27:19Z TRACE Updated check config_localnet: true +2024-12-17T05:27:19Z DEBUG Update config_localnet, adding configTransaction RC:2fa288.00000032 +2024-12-17T05:27:19Z TRACE Outgoing local_localnet: { +2024-12-17T05:27:19Z TRACE Outgoing local_localnet: "families" : { +2024-12-17T05:27:19Z TRACE Outgoing local_localnet: "ether" : { }, +2024-12-17T05:27:19Z TRACE Outgoing local_localnet: "ipv4" : { }, +2024-12-17T05:27:19Z TRACE Outgoing local_localnet: "vendor" : { }, +2024-12-17T05:27:19Z TRACE Outgoing local_localnet: "bacnet" : { } +2024-12-17T05:27:19Z TRACE Outgoing local_localnet: } +2024-12-17T05:27:19Z TRACE Outgoing local_localnet: } +2024-12-17T05:27:19Z TRACE Updated check config_blobset: false +2024-12-17T05:27:19Z TRACE Updated check config_discovery: true +2024-12-17T05:27:19Z DEBUG Update config_discovery, adding configTransaction RC:2fa288.00000033 +2024-12-17T05:27:19Z TRACE Outgoing local_discovery: { +2024-12-17T05:27:19Z TRACE Outgoing local_discovery: "families" : { } +2024-12-17T05:27:19Z TRACE Outgoing local_discovery: } +2024-12-17T05:27:19Z DEBUG Saving pre-config state timestamp 2024-12-17T05:27:17Z +2024-12-17T05:27:19Z DEBUG Update lastConfigUpdate 2024-12-17T05:27:19Z, because before discovery families defined +2024-12-17T05:27:19Z TRACE Stage suspend waiting for discovery families defined at 22s +2024-12-17T05:27:19Z INFO Stage start waiting for config update synchronized at 22s +2024-12-17T05:27:19Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:19Z TRACE Received state_discovery: { +2024-12-17T05:27:19Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:27:19Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:17Z", +2024-12-17T05:27:19Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:19Z TRACE Received state_discovery: } +2024-12-17T05:27:19Z DEBUG Handling device message state_discovery MP:8274d505-1 +2024-12-17T05:27:19Z TRACE Ignoring partial state update +2024-12-17T05:27:19Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:27:19Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:19Z TRACE Received state_localnet: { +2024-12-17T05:27:19Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:19Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:19Z TRACE Received state_localnet: "addr" : "60:45:bd:79:af:2a" +2024-12-17T05:27:19Z TRACE Received state_localnet: }, +2024-12-17T05:27:19Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:19Z TRACE Received state_localnet: "addr" : "10.1.0.108" +2024-12-17T05:27:19Z TRACE Received state_localnet: }, +2024-12-17T05:27:19Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:19Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe79:af2a" +2024-12-17T05:27:19Z TRACE Received state_localnet: }, +2024-12-17T05:27:19Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:19Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:19Z TRACE Received state_localnet: } +2024-12-17T05:27:19Z TRACE Received state_localnet: }, +2024-12-17T05:27:19Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:17Z", +2024-12-17T05:27:19Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:19Z TRACE Received state_localnet: } +2024-12-17T05:27:19Z DEBUG Handling device message state_localnet MP:8274d505-2 +2024-12-17T05:27:19Z TRACE Ignoring partial state update +2024-12-17T05:27:19Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:19Z TRACE Received state_pointset: { +2024-12-17T05:27:19Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:19Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:19Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:19Z TRACE Received state_pointset: }, +2024-12-17T05:27:19Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:19Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:19Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:19Z TRACE Received state_pointset: }, +2024-12-17T05:27:19Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:19Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:19Z TRACE Received state_pointset: } +2024-12-17T05:27:19Z TRACE Received state_pointset: }, +2024-12-17T05:27:19Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:17Z", +2024-12-17T05:27:19Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:19Z TRACE Received state_pointset: } +2024-12-17T05:27:19Z DEBUG Handling device message state_pointset MP:8274d505-3 +2024-12-17T05:27:19Z TRACE Ignoring partial state update +2024-12-17T05:27:19Z TRACE received command AHU-1/events/pointset +2024-12-17T05:27:19Z TRACE Received events_pointset: { +2024-12-17T05:27:19Z TRACE Received events_pointset: "points" : { +2024-12-17T05:27:19Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:19Z TRACE Received events_pointset: "present_value" : true +2024-12-17T05:27:19Z TRACE Received events_pointset: }, +2024-12-17T05:27:19Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:19Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:27:19Z TRACE Received events_pointset: }, +2024-12-17T05:27:19Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:19Z TRACE Received events_pointset: "present_value" : 9 +2024-12-17T05:27:19Z TRACE Received events_pointset: } +2024-12-17T05:27:19Z TRACE Received events_pointset: }, +2024-12-17T05:27:19Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:27:17Z", +2024-12-17T05:27:19Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:27:19Z TRACE Received events_pointset: } +2024-12-17T05:27:19Z DEBUG Handling device message events_pointset MP:2d7900b4 +2024-12-17T05:27:19Z TRACE received command AHU-1/events/system +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:07Z INFO device.log: sending AHU-1 message #10 with 3 points +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:09Z DEBUG device.log: State update defer 0ms +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:09Z INFO device.log: Update state 2024-12-17T05:27:09Z last_config 2024-12-17T05:27:07Z +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:09Z DEBUG device.log: State update AHU-1 (scan_single_past) +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:11Z DEBUG system.config.receive: success +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:11Z DEBUG device.log: State update defer -92ms +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:11Z INFO device.log: Update state 2024-12-17T05:27:11Z last_config 2024-12-17T05:27:07Z +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:11Z DEBUG system.config.parse: success +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:11Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:11Z DEBUG device.log: State update AHU-1 (scan_single_past) +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:11Z DEBUG device.log: Config update AHU-1 (scan_single_past) +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:11Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:11Z INFO device.log: 2024-12-17T05:27:11Z received config 2024-12-17T05:27:11Z +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:11Z NOTICE system.config.apply: success +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:11Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:11Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:11Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:11Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:11Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:11Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:11Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:13Z DEBUG device.log: State update defer 0ms +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:13Z INFO device.log: Update state 2024-12-17T05:27:13Z last_config 2024-12-17T05:27:11Z +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:13Z DEBUG device.log: State update AHU-1 (scan_single_past) +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:15Z DEBUG system.config.receive: success +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:15Z DEBUG device.log: State update defer -48ms +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:15Z INFO device.log: Update state 2024-12-17T05:27:15Z last_config 2024-12-17T05:27:11Z +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:15Z DEBUG system.config.parse: success +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:15Z DEBUG device.log: State update AHU-1 (scan_single_past) +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:15Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:15Z DEBUG device.log: Config update AHU-1 (scan_single_past) +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:15Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:15Z INFO device.log: 2024-12-17T05:27:15Z received config 2024-12-17T05:27:15Z +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:15Z NOTICE system.config.apply: success +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:15Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:15Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:15Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:15Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:15Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:15Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:15Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:17Z DEBUG device.log: State update defer 0ms +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:17Z INFO device.log: Update state 2024-12-17T05:27:17Z last_config 2024-12-17T05:27:15Z +2024-12-17T05:27:19Z DEBUG Received events_system 2024-12-17T05:27:17Z DEBUG device.log: State update AHU-1 (scan_single_past) +2024-12-17T05:27:19Z DEBUG Handling device message events_system MP:abea3f51 +2024-12-17T05:27:19Z TRACE received command AHU-1/config/update +2024-12-17T05:27:19Z DEBUG Received config_update +2024-12-17T05:27:19Z DEBUG Handling update message config_update RC:2fa288.00000030 +2024-12-17T05:27:19Z DEBUG Removed configTransaction RC:2fa288.00000030 +2024-12-17T05:27:19Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:25Z +2024-12-17T05:27:19Z DEBUG Updated config 2024-12-17T05:27:19Z RC:2fa288.00000030 +2024-12-17T05:27:19Z INFO Updated config #028: Changed 1 fields: +2024-12-17T05:27:19Z INFO Updated config #028: Remove `discovery.families.vendor` +2024-12-17T05:27:19Z DEBUG Expected last_config now 2024-12-17T05:27:19Z +2024-12-17T05:27:19Z TRACE received command AHU-1/state/update +2024-12-17T05:27:19Z DEBUG Received state_update +2024-12-17T05:27:19Z DEBUG Handling update message state_update MP:8a00e5ac +2024-12-17T05:27:19Z DEBUG Updated state after 0s 2024-12-17T05:27:19Z MP:8a00e5ac +2024-12-17T05:27:19Z INFO Updated state #036: Changed 4 fields: +2024-12-17T05:27:19Z INFO Updated state #036: Set `system.status.level` = `100` +2024-12-17T05:27:19Z INFO Updated state #036: Set `system.status.category` = `system.config.parse` +2024-12-17T05:27:19Z INFO Updated state #036: Set `system.status.timestamp` = `2024-12-17T05:27:19Z` +2024-12-17T05:27:19Z INFO Updated state #036: Set `timestamp` = `2024-12-17T05:27:19Z` +2024-12-17T05:27:19Z DEBUG Updated state has last_config 2024-12-17T05:27:15Z (expecting 2024-12-17T05:27:19Z) +2024-12-17T05:27:19Z DEBUG Detail config update synchronized is now: config transactions not cleared, last_config not synced in state +2024-12-17T05:27:19Z TRACE received command AHU-1/state/system +2024-12-17T05:27:19Z TRACE Received state_system: { +2024-12-17T05:27:19Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:19Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:19Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:19Z TRACE Received state_system: }, +2024-12-17T05:27:19Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:15Z", +2024-12-17T05:27:19Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:19Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:19Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:25Z", +2024-12-17T05:27:19Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:19Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:19Z TRACE Received state_system: }, +2024-12-17T05:27:19Z TRACE Received state_system: "serial_no" : "sequencer-32069", +2024-12-17T05:27:19Z TRACE Received state_system: "software" : { +2024-12-17T05:27:19Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:19Z TRACE Received state_system: }, +2024-12-17T05:27:19Z TRACE Received state_system: "status" : { +2024-12-17T05:27:19Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:19Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:27:19Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:19Z", +2024-12-17T05:27:19Z TRACE Received state_system: "level" : 100 +2024-12-17T05:27:19Z TRACE Received state_system: }, +2024-12-17T05:27:19Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:19Z", +2024-12-17T05:27:19Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:19Z TRACE Received state_system: } +2024-12-17T05:27:19Z DEBUG Handling device message state_system MP:8a00e5ac-0 +2024-12-17T05:27:19Z TRACE Ignoring partial state update +2024-12-17T05:27:19Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:19Z TRACE Received state_discovery: { +2024-12-17T05:27:19Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:27:19Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:19Z", +2024-12-17T05:27:19Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:19Z TRACE Received state_discovery: } +2024-12-17T05:27:19Z DEBUG Handling device message state_discovery MP:8a00e5ac-1 +2024-12-17T05:27:19Z TRACE Ignoring partial state update +2024-12-17T05:27:19Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:19Z TRACE Received state_localnet: { +2024-12-17T05:27:19Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:19Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:19Z TRACE Received state_localnet: "addr" : "60:45:bd:79:af:2a" +2024-12-17T05:27:19Z TRACE Received state_localnet: }, +2024-12-17T05:27:19Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:19Z TRACE Received state_localnet: "addr" : "10.1.0.108" +2024-12-17T05:27:19Z TRACE Received state_localnet: }, +2024-12-17T05:27:19Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:19Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe79:af2a" +2024-12-17T05:27:19Z TRACE Received state_localnet: }, +2024-12-17T05:27:19Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:19Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:19Z TRACE Received state_localnet: } +2024-12-17T05:27:19Z TRACE Received state_localnet: }, +2024-12-17T05:27:19Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:19Z", +2024-12-17T05:27:19Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:19Z TRACE Received state_localnet: } +2024-12-17T05:27:19Z DEBUG Handling device message state_localnet MP:8a00e5ac-2 +2024-12-17T05:27:19Z TRACE Ignoring partial state update +2024-12-17T05:27:19Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:19Z TRACE Received state_pointset: { +2024-12-17T05:27:19Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:19Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:19Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:19Z TRACE Received state_pointset: }, +2024-12-17T05:27:19Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:19Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:19Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:19Z TRACE Received state_pointset: }, +2024-12-17T05:27:19Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:19Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:19Z TRACE Received state_pointset: } +2024-12-17T05:27:19Z TRACE Received state_pointset: }, +2024-12-17T05:27:19Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:19Z", +2024-12-17T05:27:19Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:19Z TRACE Received state_pointset: } +2024-12-17T05:27:19Z DEBUG Handling device message state_pointset MP:8a00e5ac-3 +2024-12-17T05:27:19Z TRACE Ignoring partial state update +2024-12-17T05:27:21Z TRACE received command AHU-1/config/update +2024-12-17T05:27:21Z DEBUG Received config_update +2024-12-17T05:27:21Z DEBUG Handling update message config_update RC:2fa288.00000031 +2024-12-17T05:27:21Z DEBUG Removed configTransaction RC:2fa288.00000031 +2024-12-17T05:27:21Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:25Z +2024-12-17T05:27:21Z DEBUG Updated config 2024-12-17T05:27:20Z RC:2fa288.00000031 +2024-12-17T05:27:21Z INFO Updated config #029: Changed 0 fields. +2024-12-17T05:27:21Z DEBUG Expected last_config now 2024-12-17T05:27:20Z +2024-12-17T05:27:21Z TRACE received command AHU-1/state/update +2024-12-17T05:27:21Z DEBUG Received state_update +2024-12-17T05:27:21Z DEBUG Handling update message state_update MP:6d861806 +2024-12-17T05:27:21Z DEBUG Updated state after 0s 2024-12-17T05:27:21Z MP:6d861806 +2024-12-17T05:27:21Z INFO Updated state #037: Changed 5 fields: +2024-12-17T05:27:21Z INFO Updated state #037: Set `system.last_config` = `2024-12-17T05:27:20Z` +2024-12-17T05:27:21Z INFO Updated state #037: Set `system.status.level` = `300` +2024-12-17T05:27:21Z INFO Updated state #037: Set `system.status.category` = `system.config.apply` +2024-12-17T05:27:21Z INFO Updated state #037: Set `system.status.timestamp` = `2024-12-17T05:27:21Z` +2024-12-17T05:27:21Z INFO Updated state #037: Set `timestamp` = `2024-12-17T05:27:21Z` +2024-12-17T05:27:21Z DEBUG Updated state has last_config 2024-12-17T05:27:20Z (expecting 2024-12-17T05:27:20Z) +2024-12-17T05:27:21Z DEBUG Detail config update synchronized is now: config transactions not cleared +2024-12-17T05:27:21Z TRACE received command AHU-1/state/system +2024-12-17T05:27:21Z TRACE Received state_system: { +2024-12-17T05:27:21Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:21Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:21Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:21Z TRACE Received state_system: }, +2024-12-17T05:27:21Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:20Z", +2024-12-17T05:27:21Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:21Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:21Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:25Z", +2024-12-17T05:27:21Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:21Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:21Z TRACE Received state_system: }, +2024-12-17T05:27:21Z TRACE Received state_system: "serial_no" : "sequencer-32069", +2024-12-17T05:27:21Z TRACE Received state_system: "software" : { +2024-12-17T05:27:21Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:21Z TRACE Received state_system: }, +2024-12-17T05:27:21Z TRACE Received state_system: "status" : { +2024-12-17T05:27:21Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:21Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:27:21Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:21Z", +2024-12-17T05:27:21Z TRACE Received state_system: "level" : 300 +2024-12-17T05:27:21Z TRACE Received state_system: }, +2024-12-17T05:27:21Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:21Z", +2024-12-17T05:27:21Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:21Z TRACE Received state_system: } +2024-12-17T05:27:21Z DEBUG Handling device message state_system MP:6d861806-0 +2024-12-17T05:27:21Z TRACE Ignoring partial state update +2024-12-17T05:27:21Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:21Z TRACE Received state_discovery: { +2024-12-17T05:27:21Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:27:21Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:21Z", +2024-12-17T05:27:21Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:21Z TRACE Received state_discovery: } +2024-12-17T05:27:21Z DEBUG Handling device message state_discovery MP:6d861806-1 +2024-12-17T05:27:21Z TRACE Ignoring partial state update +2024-12-17T05:27:21Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:21Z TRACE Received state_localnet: { +2024-12-17T05:27:21Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:21Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:21Z TRACE Received state_localnet: "addr" : "60:45:bd:79:af:2a" +2024-12-17T05:27:21Z TRACE Received state_localnet: }, +2024-12-17T05:27:21Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:21Z TRACE Received state_localnet: "addr" : "10.1.0.108" +2024-12-17T05:27:21Z TRACE Received state_localnet: }, +2024-12-17T05:27:21Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:21Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe79:af2a" +2024-12-17T05:27:21Z TRACE Received state_localnet: }, +2024-12-17T05:27:21Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:21Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:21Z TRACE Received state_localnet: } +2024-12-17T05:27:21Z TRACE Received state_localnet: }, +2024-12-17T05:27:21Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:21Z", +2024-12-17T05:27:21Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:21Z TRACE Received state_localnet: } +2024-12-17T05:27:21Z DEBUG Handling device message state_localnet MP:6d861806-2 +2024-12-17T05:27:21Z TRACE Ignoring partial state update +2024-12-17T05:27:21Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:21Z TRACE Received state_pointset: { +2024-12-17T05:27:21Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:21Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:21Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:21Z TRACE Received state_pointset: }, +2024-12-17T05:27:21Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:21Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:21Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:21Z TRACE Received state_pointset: }, +2024-12-17T05:27:21Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:21Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:21Z TRACE Received state_pointset: } +2024-12-17T05:27:21Z TRACE Received state_pointset: }, +2024-12-17T05:27:21Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:21Z", +2024-12-17T05:27:21Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:21Z TRACE Received state_pointset: } +2024-12-17T05:27:21Z DEBUG Handling device message state_pointset MP:6d861806-3 +2024-12-17T05:27:21Z TRACE Ignoring partial state update +2024-12-17T05:27:22Z TRACE received command AHU-1/config/update +2024-12-17T05:27:22Z DEBUG Received config_update +2024-12-17T05:27:22Z DEBUG Handling update message config_update RC:2fa288.00000032 +2024-12-17T05:27:22Z DEBUG Removed configTransaction RC:2fa288.00000032 +2024-12-17T05:27:22Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:25Z +2024-12-17T05:27:22Z DEBUG Updated config 2024-12-17T05:27:22Z RC:2fa288.00000032 +2024-12-17T05:27:22Z INFO Updated config #030: Changed 0 fields. +2024-12-17T05:27:22Z DEBUG Expected last_config now 2024-12-17T05:27:22Z +2024-12-17T05:27:22Z TRACE received command AHU-1/config/update +2024-12-17T05:27:22Z DEBUG Received config_update +2024-12-17T05:27:22Z DEBUG Handling update message config_update RC:2fa288.00000033 +2024-12-17T05:27:22Z DEBUG Removed configTransaction RC:2fa288.00000033 +2024-12-17T05:27:22Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:25Z +2024-12-17T05:27:22Z DEBUG Updated config 2024-12-17T05:27:22Z RC:2fa288.00000033 +2024-12-17T05:27:22Z INFO Updated config #031: Changed 0 fields. +2024-12-17T05:27:22Z DEBUG Expected last_config now 2024-12-17T05:27:22Z +2024-12-17T05:27:22Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:27:23Z TRACE received command AHU-1/state/update +2024-12-17T05:27:23Z DEBUG Received state_update +2024-12-17T05:27:23Z DEBUG Handling update message state_update MP:15e84ed1 +2024-12-17T05:27:23Z DEBUG Updated state after 0s 2024-12-17T05:27:23Z MP:15e84ed1 +2024-12-17T05:27:23Z INFO Updated state #038: Changed 3 fields: +2024-12-17T05:27:23Z INFO Updated state #038: Set `system.last_config` = `2024-12-17T05:27:22Z` +2024-12-17T05:27:23Z INFO Updated state #038: Set `system.status.timestamp` = `2024-12-17T05:27:22Z` +2024-12-17T05:27:23Z INFO Updated state #038: Set `timestamp` = `2024-12-17T05:27:23Z` +2024-12-17T05:27:23Z DEBUG Updated state has last_config 2024-12-17T05:27:22Z (expecting 2024-12-17T05:27:22Z) +2024-12-17T05:27:23Z TRACE received command AHU-1/state/system +2024-12-17T05:27:23Z TRACE Received state_system: { +2024-12-17T05:27:23Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:23Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:23Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:23Z TRACE Received state_system: }, +2024-12-17T05:27:23Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:22Z", +2024-12-17T05:27:23Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:23Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:23Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:25Z", +2024-12-17T05:27:23Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:23Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:23Z TRACE Received state_system: }, +2024-12-17T05:27:23Z TRACE Received state_system: "serial_no" : "sequencer-32069", +2024-12-17T05:27:23Z TRACE Received state_system: "software" : { +2024-12-17T05:27:23Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:23Z TRACE Received state_system: }, +2024-12-17T05:27:23Z TRACE Received state_system: "status" : { +2024-12-17T05:27:23Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:23Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:27:23Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:22Z", +2024-12-17T05:27:23Z TRACE Received state_system: "level" : 300 +2024-12-17T05:27:23Z TRACE Received state_system: }, +2024-12-17T05:27:23Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:23Z", +2024-12-17T05:27:23Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:23Z TRACE Received state_system: } +2024-12-17T05:27:23Z DEBUG Handling device message state_system MP:15e84ed1-0 +2024-12-17T05:27:23Z TRACE Ignoring partial state update +2024-12-17T05:27:23Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:27:23Z DEBUG Stage finished waiting for config update synchronized at 26s after 4s +2024-12-17T05:27:23Z TRACE Stage resume waiting for discovery families defined at 26s +2024-12-17T05:27:23Z DEBUG Config sync took 4s +2024-12-17T05:27:23Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:27:23Z DEBUG New lastConfigMark at 2024-12-17T05:27:23Z +2024-12-17T05:27:23Z DEBUG Update config before discovery families defined timestamp 2024-12-17T05:27:22Z +2024-12-17T05:27:23Z TRACE Outgoing local_update: { +2024-12-17T05:27:23Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:22Z", +2024-12-17T05:27:23Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:23Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:23Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:23Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:23Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:23Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:25Z" +2024-12-17T05:27:23Z TRACE Outgoing local_update: }, +2024-12-17T05:27:23Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:23Z TRACE Outgoing local_update: "sequence_name" : "scan_single_past" +2024-12-17T05:27:23Z TRACE Outgoing local_update: } +2024-12-17T05:27:23Z TRACE Outgoing local_update: }, +2024-12-17T05:27:23Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:23Z TRACE Outgoing local_update: "families" : { } +2024-12-17T05:27:23Z TRACE Outgoing local_update: }, +2024-12-17T05:27:23Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:23Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:23Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:23Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:23Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:23Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:23Z TRACE Outgoing local_update: } +2024-12-17T05:27:23Z TRACE Outgoing local_update: }, +2024-12-17T05:27:23Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:23Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:23Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:23Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:23Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:23Z TRACE Outgoing local_update: }, +2024-12-17T05:27:23Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:23Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:23Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:23Z TRACE Outgoing local_update: }, +2024-12-17T05:27:23Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:23Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:23Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:23Z TRACE Outgoing local_update: } +2024-12-17T05:27:23Z TRACE Outgoing local_update: } +2024-12-17T05:27:23Z TRACE Outgoing local_update: } +2024-12-17T05:27:23Z TRACE Outgoing local_update: } +2024-12-17T05:27:23Z DEBUG Recorded sequence: 1. Update config before discovery families defined +2024-12-17T05:27:23Z INFO Device config Remove `discovery.families.vendor` +2024-12-17T05:27:23Z TRACE Update config before discovery families defined: Remove `discovery.families.vendor` +2024-12-17T05:27:23Z DEBUG Recorded sequence: 1. Wait for discovery families defined +2024-12-17T05:27:23Z DEBUG Stage finished waiting for discovery families defined at 26s after 6s +2024-12-17T05:27:23Z TRACE Stage resume waiting for executing test at 26s +2024-12-17T05:27:23Z TRACE Stage suspend waiting for executing test at 26s +2024-12-17T05:27:23Z INFO Stage start waiting for discovery family keys match at 26s +2024-12-17T05:27:23Z DEBUG Delay from lastConfigMark 2024-12-17T05:27:23.934120805Z is 1998ms +2024-12-17T05:27:23Z DEBUG Rate-limiting config by 1998ms +2024-12-17T05:27:25Z DEBUG System config extra field null +2024-12-17T05:27:25Z TRACE Updated check config_system: false +2024-12-17T05:27:25Z TRACE Updated check config_pointset: false +2024-12-17T05:27:25Z TRACE Updated check config_gateway: false +2024-12-17T05:27:25Z TRACE Updated check config_localnet: false +2024-12-17T05:27:25Z TRACE Updated check config_blobset: false +2024-12-17T05:27:25Z TRACE Updated check config_discovery: false +2024-12-17T05:27:25Z DEBUG New lastConfigMark at 2024-12-17T05:27:25Z +2024-12-17T05:27:25Z DEBUG Update config before discovery family keys match timestamp 2024-12-17T05:27:22Z +2024-12-17T05:27:25Z TRACE Outgoing local_update: { +2024-12-17T05:27:25Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:22Z", +2024-12-17T05:27:25Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:25Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:25Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:25Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:25Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:25Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:25Z" +2024-12-17T05:27:25Z TRACE Outgoing local_update: }, +2024-12-17T05:27:25Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:25Z TRACE Outgoing local_update: "sequence_name" : "scan_single_past" +2024-12-17T05:27:25Z TRACE Outgoing local_update: } +2024-12-17T05:27:25Z TRACE Outgoing local_update: }, +2024-12-17T05:27:25Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:25Z TRACE Outgoing local_update: "families" : { } +2024-12-17T05:27:25Z TRACE Outgoing local_update: }, +2024-12-17T05:27:25Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:25Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:25Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:25Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:25Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:25Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:25Z TRACE Outgoing local_update: } +2024-12-17T05:27:25Z TRACE Outgoing local_update: }, +2024-12-17T05:27:25Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:25Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:25Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:25Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:25Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:25Z TRACE Outgoing local_update: }, +2024-12-17T05:27:25Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:25Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:25Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:25Z TRACE Outgoing local_update: }, +2024-12-17T05:27:25Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:25Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:25Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:25Z TRACE Outgoing local_update: } +2024-12-17T05:27:25Z TRACE Outgoing local_update: } +2024-12-17T05:27:25Z TRACE Outgoing local_update: } +2024-12-17T05:27:25Z TRACE Outgoing local_update: } +2024-12-17T05:27:25Z DEBUG Recorded sequence: 1. Wait until discovery family keys match +2024-12-17T05:27:25Z DEBUG Stage finished waiting for discovery family keys match at 28s after 2s +2024-12-17T05:27:25Z TRACE Stage resume waiting for executing test at 28s +2024-12-17T05:27:25Z TRACE Stage suspend waiting for executing test at 28s +2024-12-17T05:27:25Z INFO Stage start waiting for no scans active at 28s +2024-12-17T05:27:25Z DEBUG Delay from lastConfigMark 2024-12-17T05:27:25.935274828Z is 1997ms +2024-12-17T05:27:25Z DEBUG Rate-limiting config by 1997ms +2024-12-17T05:27:27Z DEBUG System config extra field null +2024-12-17T05:27:27Z TRACE Updated check config_system: false +2024-12-17T05:27:27Z TRACE Updated check config_pointset: false +2024-12-17T05:27:27Z TRACE Updated check config_gateway: false +2024-12-17T05:27:27Z TRACE Updated check config_localnet: false +2024-12-17T05:27:27Z TRACE Updated check config_blobset: false +2024-12-17T05:27:27Z TRACE Updated check config_discovery: false +2024-12-17T05:27:27Z DEBUG New lastConfigMark at 2024-12-17T05:27:27Z +2024-12-17T05:27:27Z DEBUG Update config before no scans active timestamp 2024-12-17T05:27:22Z +2024-12-17T05:27:27Z TRACE Outgoing local_update: { +2024-12-17T05:27:27Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:22Z", +2024-12-17T05:27:27Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:27Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:27Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:27Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:27Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:27Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:25Z" +2024-12-17T05:27:27Z TRACE Outgoing local_update: }, +2024-12-17T05:27:27Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:27Z TRACE Outgoing local_update: "sequence_name" : "scan_single_past" +2024-12-17T05:27:27Z TRACE Outgoing local_update: } +2024-12-17T05:27:27Z TRACE Outgoing local_update: }, +2024-12-17T05:27:27Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:27Z TRACE Outgoing local_update: "families" : { } +2024-12-17T05:27:27Z TRACE Outgoing local_update: }, +2024-12-17T05:27:27Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:27Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:27Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:27Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:27Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:27Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:27Z TRACE Outgoing local_update: } +2024-12-17T05:27:27Z TRACE Outgoing local_update: }, +2024-12-17T05:27:27Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:27Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:27Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:27Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:27Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:27Z TRACE Outgoing local_update: }, +2024-12-17T05:27:27Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:27Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:27Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:27Z TRACE Outgoing local_update: }, +2024-12-17T05:27:27Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:27Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:27Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:27Z TRACE Outgoing local_update: } +2024-12-17T05:27:27Z TRACE Outgoing local_update: } +2024-12-17T05:27:27Z TRACE Outgoing local_update: } +2024-12-17T05:27:27Z TRACE Outgoing local_update: } +2024-12-17T05:27:27Z DEBUG Recorded sequence: 1. Wait for no scans active +2024-12-17T05:27:27Z DEBUG Stage finished waiting for no scans active at 30s after 1s +2024-12-17T05:27:27Z TRACE Stage resume waiting for executing test at 30s +2024-12-17T05:27:27Z INFO Scan configured for family vendor starting at 2021-01-28T20:42:28Z evey nulls +2024-12-17T05:27:27Z TRACE Stage suspend waiting for executing test at 30s +2024-12-17T05:27:27Z INFO Stage start waiting for scan schedule initially not active at 30s +2024-12-17T05:27:27Z DEBUG Delay from lastConfigMark 2024-12-17T05:27:27.936145240Z is 1998ms +2024-12-17T05:27:27Z DEBUG Rate-limiting config by 1998ms +2024-12-17T05:27:29Z DEBUG System config extra field null +2024-12-17T05:27:29Z TRACE Updated check config_system: false +2024-12-17T05:27:29Z TRACE Updated check config_pointset: false +2024-12-17T05:27:29Z TRACE Updated check config_gateway: false +2024-12-17T05:27:29Z TRACE Updated check config_localnet: false +2024-12-17T05:27:29Z TRACE Updated check config_blobset: false +2024-12-17T05:27:29Z TRACE Updated check config_discovery: true +2024-12-17T05:27:29Z DEBUG Update config_discovery, adding configTransaction RC:2fa288.00000036 +2024-12-17T05:27:29Z TRACE Outgoing local_discovery: { +2024-12-17T05:27:29Z TRACE Outgoing local_discovery: "families" : { +2024-12-17T05:27:29Z TRACE Outgoing local_discovery: "vendor" : { +2024-12-17T05:27:29Z TRACE Outgoing local_discovery: "generation" : "2021-01-28T20:42:28Z", +2024-12-17T05:27:29Z TRACE Outgoing local_discovery: "scan_duration_sec" : 10 +2024-12-17T05:27:29Z TRACE Outgoing local_discovery: } +2024-12-17T05:27:29Z TRACE Outgoing local_discovery: } +2024-12-17T05:27:29Z TRACE Outgoing local_discovery: } +2024-12-17T05:27:29Z DEBUG Saving pre-config state timestamp 2024-12-17T05:27:23Z +2024-12-17T05:27:29Z DEBUG Update lastConfigUpdate 2024-12-17T05:27:29Z, because before scan schedule initially not active +2024-12-17T05:27:29Z TRACE Stage suspend waiting for scan schedule initially not active at 32s +2024-12-17T05:27:29Z INFO Stage start waiting for config update synchronized at 32s +2024-12-17T05:27:29Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:29Z TRACE Received state_discovery: { +2024-12-17T05:27:29Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:27:29Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:23Z", +2024-12-17T05:27:29Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:29Z TRACE Received state_discovery: } +2024-12-17T05:27:29Z DEBUG Handling device message state_discovery MP:15e84ed1-1 +2024-12-17T05:27:29Z TRACE Ignoring partial state update +2024-12-17T05:27:29Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:27:29Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:29Z TRACE Received state_localnet: { +2024-12-17T05:27:29Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:29Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:29Z TRACE Received state_localnet: "addr" : "60:45:bd:79:af:2a" +2024-12-17T05:27:29Z TRACE Received state_localnet: }, +2024-12-17T05:27:29Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:29Z TRACE Received state_localnet: "addr" : "10.1.0.108" +2024-12-17T05:27:29Z TRACE Received state_localnet: }, +2024-12-17T05:27:29Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:29Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe79:af2a" +2024-12-17T05:27:29Z TRACE Received state_localnet: }, +2024-12-17T05:27:29Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:29Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:29Z TRACE Received state_localnet: } +2024-12-17T05:27:29Z TRACE Received state_localnet: }, +2024-12-17T05:27:29Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:23Z", +2024-12-17T05:27:29Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:29Z TRACE Received state_localnet: } +2024-12-17T05:27:29Z DEBUG Handling device message state_localnet MP:15e84ed1-2 +2024-12-17T05:27:29Z TRACE Ignoring partial state update +2024-12-17T05:27:29Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:29Z TRACE Received state_pointset: { +2024-12-17T05:27:29Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:29Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:29Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:29Z TRACE Received state_pointset: }, +2024-12-17T05:27:29Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:29Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:29Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:29Z TRACE Received state_pointset: }, +2024-12-17T05:27:29Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:29Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:29Z TRACE Received state_pointset: } +2024-12-17T05:27:29Z TRACE Received state_pointset: }, +2024-12-17T05:27:29Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:23Z", +2024-12-17T05:27:29Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:29Z TRACE Received state_pointset: } +2024-12-17T05:27:29Z DEBUG Handling device message state_pointset MP:15e84ed1-3 +2024-12-17T05:27:29Z TRACE Ignoring partial state update +2024-12-17T05:27:29Z TRACE received command AHU-1/events/pointset +2024-12-17T05:27:29Z TRACE Received events_pointset: { +2024-12-17T05:27:29Z TRACE Received events_pointset: "points" : { +2024-12-17T05:27:29Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:29Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:27:29Z TRACE Received events_pointset: }, +2024-12-17T05:27:29Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:29Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:27:29Z TRACE Received events_pointset: }, +2024-12-17T05:27:29Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:29Z TRACE Received events_pointset: "present_value" : 10 +2024-12-17T05:27:29Z TRACE Received events_pointset: } +2024-12-17T05:27:29Z TRACE Received events_pointset: }, +2024-12-17T05:27:29Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:27:27Z", +2024-12-17T05:27:29Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:27:29Z TRACE Received events_pointset: } +2024-12-17T05:27:29Z DEBUG Handling device message events_pointset MP:0fe2410c +2024-12-17T05:27:29Z TRACE received command AHU-1/events/system +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:19Z DEBUG system.config.receive: success +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:19Z DEBUG device.log: State update defer -92ms +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:19Z INFO device.log: Update state 2024-12-17T05:27:19Z last_config 2024-12-17T05:27:15Z +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:19Z DEBUG system.config.parse: success +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:19Z DEBUG device.log: State update AHU-1 (scan_single_past) +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:19Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:19Z DEBUG device.log: Config update AHU-1 (scan_single_past) +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:19Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:19Z INFO device.log: 2024-12-17T05:27:19Z received config 2024-12-17T05:27:19Z +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:19Z NOTICE system.config.apply: success +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:19Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:19Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:19Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:19Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:19Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:19Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:19Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:21Z DEBUG system.config.receive: success +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:21Z DEBUG device.log: State update defer 799ms +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:21Z DEBUG system.config.parse: success +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:21Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:21Z DEBUG device.log: State update defer 798ms +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:21Z INFO device.log: 2024-12-17T05:27:21Z received config 2024-12-17T05:27:20Z +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:21Z NOTICE system.config.apply: success +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:21Z DEBUG device.log: State update defer 797ms +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:21Z DEBUG device.log: State update defer 797ms +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:21Z DEBUG device.log: State update defer 797ms +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:21Z DEBUG device.log: State update defer 0ms +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:21Z INFO device.log: Update state 2024-12-17T05:27:21Z last_config 2024-12-17T05:27:20Z +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:21Z DEBUG device.log: State update AHU-1 (scan_single_past) +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:22Z DEBUG system.config.receive: success +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:22Z DEBUG device.log: State update defer 1785ms +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:22Z DEBUG system.config.parse: success +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:22Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:22Z DEBUG device.log: State update defer 1785ms +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:22Z DEBUG device.log: Config update AHU-1 (scan_single_past) +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:22Z INFO device.log: 2024-12-17T05:27:22Z received config 2024-12-17T05:27:22Z +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:22Z NOTICE system.config.apply: success +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:22Z DEBUG device.log: State update defer 1784ms +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:22Z DEBUG device.log: State update defer 1784ms +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:22Z DEBUG system.config.receive: success +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:22Z DEBUG device.log: State update defer 1693ms +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:22Z DEBUG system.config.parse: success +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:22Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:22Z DEBUG device.log: Config update AHU-1 (scan_single_past) +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:22Z INFO device.log: 2024-12-17T05:27:22Z received config 2024-12-17T05:27:22Z +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:22Z NOTICE system.config.apply: success +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:22Z DEBUG device.log: State update defer 1692ms +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:22Z DEBUG device.log: State update defer 1692ms +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:22Z DEBUG device.log: State update defer 1691ms +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:23Z DEBUG device.log: State update defer 0ms +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:23Z INFO device.log: Update state 2024-12-17T05:27:23Z last_config 2024-12-17T05:27:22Z +2024-12-17T05:27:29Z DEBUG Received events_system 2024-12-17T05:27:23Z DEBUG device.log: State update AHU-1 (scan_single_past) +2024-12-17T05:27:29Z DEBUG Handling device message events_system MP:fa1fe077 +2024-12-17T05:27:29Z TRACE received command AHU-1/state/update +2024-12-17T05:27:29Z DEBUG Received state_update +2024-12-17T05:27:29Z DEBUG Handling update message state_update MP:02e9abac +2024-12-17T05:27:29Z DEBUG Updated state after 0s 2024-12-17T05:27:29Z MP:02e9abac +2024-12-17T05:27:29Z INFO Updated state #039: Changed 4 fields: +2024-12-17T05:27:29Z INFO Updated state #039: Set `system.status.level` = `100` +2024-12-17T05:27:29Z INFO Updated state #039: Set `system.status.category` = `system.config.parse` +2024-12-17T05:27:29Z INFO Updated state #039: Set `system.status.timestamp` = `2024-12-17T05:27:29Z` +2024-12-17T05:27:29Z INFO Updated state #039: Set `timestamp` = `2024-12-17T05:27:29Z` +2024-12-17T05:27:29Z DEBUG Updated state has last_config 2024-12-17T05:27:22Z (expecting 2024-12-17T05:27:22Z) +2024-12-17T05:27:29Z TRACE received command AHU-1/config/update +2024-12-17T05:27:29Z DEBUG Received config_update +2024-12-17T05:27:29Z DEBUG Handling update message config_update RC:2fa288.00000036 +2024-12-17T05:27:29Z DEBUG Removed configTransaction RC:2fa288.00000036 +2024-12-17T05:27:29Z DEBUG Set last_start changed false, last_start 2024-12-17T05:25:25Z +2024-12-17T05:27:29Z DEBUG Updated config 2024-12-17T05:27:29Z RC:2fa288.00000036 +2024-12-17T05:27:29Z INFO Updated config #032: Changed 1 fields: +2024-12-17T05:27:29Z INFO Updated config #032: Add `discovery.families.vendor` = { "generation": `family generation`, "scan_duration_sec": `10` } +2024-12-17T05:27:29Z DEBUG Expected last_config now 2024-12-17T05:27:29Z +2024-12-17T05:27:29Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:27:30Z TRACE received command AHU-1/state/system +2024-12-17T05:27:30Z TRACE Received state_system: { +2024-12-17T05:27:30Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:30Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:30Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:30Z TRACE Received state_system: }, +2024-12-17T05:27:30Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:22Z", +2024-12-17T05:27:30Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:30Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:30Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:25Z", +2024-12-17T05:27:30Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:30Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:30Z TRACE Received state_system: }, +2024-12-17T05:27:30Z TRACE Received state_system: "serial_no" : "sequencer-32069", +2024-12-17T05:27:30Z TRACE Received state_system: "software" : { +2024-12-17T05:27:30Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:30Z TRACE Received state_system: }, +2024-12-17T05:27:30Z TRACE Received state_system: "status" : { +2024-12-17T05:27:30Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:30Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:27:30Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:29Z", +2024-12-17T05:27:30Z TRACE Received state_system: "level" : 100 +2024-12-17T05:27:30Z TRACE Received state_system: }, +2024-12-17T05:27:30Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:29Z", +2024-12-17T05:27:30Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:30Z TRACE Received state_system: } +2024-12-17T05:27:30Z DEBUG Handling device message state_system MP:02e9abac-0 +2024-12-17T05:27:30Z TRACE Ignoring partial state update +2024-12-17T05:27:30Z TRACE received command AHU-1/state/discovery +2024-12-17T05:27:30Z TRACE Received state_discovery: { +2024-12-17T05:27:30Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:27:30Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:27:29Z", +2024-12-17T05:27:30Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:27:30Z TRACE Received state_discovery: } +2024-12-17T05:27:30Z DEBUG Handling device message state_discovery MP:02e9abac-1 +2024-12-17T05:27:30Z TRACE Ignoring partial state update +2024-12-17T05:27:30Z TRACE received command AHU-1/state/localnet +2024-12-17T05:27:30Z TRACE Received state_localnet: { +2024-12-17T05:27:30Z TRACE Received state_localnet: "families" : { +2024-12-17T05:27:30Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:27:30Z TRACE Received state_localnet: "addr" : "60:45:bd:79:af:2a" +2024-12-17T05:27:30Z TRACE Received state_localnet: }, +2024-12-17T05:27:30Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:27:30Z TRACE Received state_localnet: "addr" : "10.1.0.108" +2024-12-17T05:27:30Z TRACE Received state_localnet: }, +2024-12-17T05:27:30Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:27:30Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe79:af2a" +2024-12-17T05:27:30Z TRACE Received state_localnet: }, +2024-12-17T05:27:30Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:27:30Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:27:30Z TRACE Received state_localnet: } +2024-12-17T05:27:30Z TRACE Received state_localnet: }, +2024-12-17T05:27:30Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:27:29Z", +2024-12-17T05:27:30Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:27:30Z TRACE Received state_localnet: } +2024-12-17T05:27:30Z DEBUG Handling device message state_localnet MP:02e9abac-2 +2024-12-17T05:27:30Z TRACE Ignoring partial state update +2024-12-17T05:27:30Z TRACE received command AHU-1/state/pointset +2024-12-17T05:27:30Z TRACE Received state_pointset: { +2024-12-17T05:27:30Z TRACE Received state_pointset: "points" : { +2024-12-17T05:27:30Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:27:30Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:27:30Z TRACE Received state_pointset: }, +2024-12-17T05:27:30Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:30Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:27:30Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:27:30Z TRACE Received state_pointset: }, +2024-12-17T05:27:30Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:30Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:27:30Z TRACE Received state_pointset: } +2024-12-17T05:27:30Z TRACE Received state_pointset: }, +2024-12-17T05:27:30Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:27:29Z", +2024-12-17T05:27:30Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:27:30Z TRACE Received state_pointset: } +2024-12-17T05:27:30Z DEBUG Handling device message state_pointset MP:02e9abac-3 +2024-12-17T05:27:30Z TRACE Ignoring partial state update +2024-12-17T05:27:31Z TRACE received command AHU-1/state/update +2024-12-17T05:27:31Z DEBUG Received state_update +2024-12-17T05:27:31Z DEBUG Handling update message state_update MP:dec9b20d +2024-12-17T05:27:31Z DEBUG Updated state after 0s 2024-12-17T05:27:31Z MP:dec9b20d +2024-12-17T05:27:31Z INFO Updated state #040: Changed 5 fields: +2024-12-17T05:27:31Z INFO Updated state #040: Set `system.last_config` = `2024-12-17T05:27:29Z` +2024-12-17T05:27:31Z INFO Updated state #040: Set `system.status.level` = `300` +2024-12-17T05:27:31Z INFO Updated state #040: Set `system.status.category` = `system.config.apply` +2024-12-17T05:27:31Z INFO Updated state #040: Add `discovery.families.vendor` = { "generation": `2021-01-28T20:42:28Z`, "phase": `stopped` } +2024-12-17T05:27:31Z INFO Updated state #040: Set `timestamp` = `2024-12-17T05:27:31Z` +2024-12-17T05:27:31Z DEBUG Updated state has last_config 2024-12-17T05:27:29Z (expecting 2024-12-17T05:27:29Z) +2024-12-17T05:27:32Z TRACE received command AHU-1/state/system +2024-12-17T05:27:32Z TRACE Received state_system: { +2024-12-17T05:27:32Z TRACE Received state_system: "hardware" : { +2024-12-17T05:27:32Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:27:32Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:27:32Z TRACE Received state_system: }, +2024-12-17T05:27:32Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:29Z", +2024-12-17T05:27:32Z TRACE Received state_system: "operation" : { +2024-12-17T05:27:32Z TRACE Received state_system: "operational" : true, +2024-12-17T05:27:32Z TRACE Received state_system: "last_start" : "2024-12-17T05:25:25Z", +2024-12-17T05:27:32Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:27:32Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:27:32Z TRACE Received state_system: }, +2024-12-17T05:27:32Z TRACE Received state_system: "serial_no" : "sequencer-32069", +2024-12-17T05:27:32Z TRACE Received state_system: "software" : { +2024-12-17T05:27:32Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:27:32Z TRACE Received state_system: }, +2024-12-17T05:27:32Z TRACE Received state_system: "status" : { +2024-12-17T05:27:32Z TRACE Received state_system: "message" : "success", +2024-12-17T05:27:32Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:27:32Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:29Z", +2024-12-17T05:27:32Z TRACE Received state_system: "level" : 300 +2024-12-17T05:27:32Z TRACE Received state_system: }, +2024-12-17T05:27:32Z TRACE Received state_system: "timestamp" : "2024-12-17T05:27:31Z", +2024-12-17T05:27:32Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:27:32Z TRACE Received state_system: } +2024-12-17T05:27:32Z DEBUG Handling device message state_system MP:dec9b20d-0 +2024-12-17T05:27:32Z TRACE Ignoring partial state update +2024-12-17T05:27:32Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:27:32Z DEBUG Stage finished waiting for config update synchronized at 34s after 2s +2024-12-17T05:27:32Z TRACE Stage resume waiting for scan schedule initially not active at 34s +2024-12-17T05:27:32Z DEBUG Config sync took 3s +2024-12-17T05:27:32Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:27:32Z DEBUG New lastConfigMark at 2024-12-17T05:27:32Z +2024-12-17T05:27:32Z DEBUG Update config before scan schedule initially not active timestamp 2024-12-17T05:27:29Z +2024-12-17T05:27:32Z TRACE Outgoing local_update: { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:29Z", +2024-12-17T05:27:32Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:32Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:32Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:32Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:25Z" +2024-12-17T05:27:32Z TRACE Outgoing local_update: }, +2024-12-17T05:27:32Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "sequence_name" : "scan_single_past" +2024-12-17T05:27:32Z TRACE Outgoing local_update: } +2024-12-17T05:27:32Z TRACE Outgoing local_update: }, +2024-12-17T05:27:32Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "vendor" : { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "generation" : "2021-01-28T20:42:28Z", +2024-12-17T05:27:32Z TRACE Outgoing local_update: "scan_duration_sec" : 10 +2024-12-17T05:27:32Z TRACE Outgoing local_update: } +2024-12-17T05:27:32Z TRACE Outgoing local_update: } +2024-12-17T05:27:32Z TRACE Outgoing local_update: }, +2024-12-17T05:27:32Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:32Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:32Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:32Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:32Z TRACE Outgoing local_update: } +2024-12-17T05:27:32Z TRACE Outgoing local_update: }, +2024-12-17T05:27:32Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:32Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:32Z TRACE Outgoing local_update: }, +2024-12-17T05:27:32Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:32Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:32Z TRACE Outgoing local_update: }, +2024-12-17T05:27:32Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:32Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:32Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:32Z TRACE Outgoing local_update: } +2024-12-17T05:27:32Z TRACE Outgoing local_update: } +2024-12-17T05:27:32Z TRACE Outgoing local_update: } +2024-12-17T05:27:32Z TRACE Outgoing local_update: } +2024-12-17T05:27:32Z DEBUG Recorded sequence: 1. Update config before scan schedule initially not active +2024-12-17T05:27:32Z INFO Device config Add `discovery.families.vendor` = { "generation": `family generation`, "scan_duration_sec": `10` } +2024-12-17T05:27:32Z TRACE Update config before scan schedule initially not active: Add `discovery.families.vendor` = { "generation": `family generation`, "scan_duration_sec": `10` } +2024-12-17T05:27:32Z DEBUG Recorded sequence: 1. Wait until scan schedule initially not active +2024-12-17T05:27:32Z DEBUG Stage finished waiting for scan schedule initially not active at 34s after 4s +2024-12-17T05:27:32Z TRACE Stage resume waiting for executing test at 34s +2024-12-17T05:27:32Z TRACE Stage suspend waiting for executing test at 34s +2024-12-17T05:27:32Z INFO Stage start waiting for sleeping 20s for false start check delay at 34s +2024-12-17T05:27:52Z DEBUG Stage finished waiting for sleeping 20s for false start check delay at 54s after 20s +2024-12-17T05:27:52Z TRACE Stage resume waiting for executing test at 54s +2024-12-17T05:27:52Z TRACE Stage suspend waiting for executing test at 54s +2024-12-17T05:27:52Z INFO Stage start waiting for scan schedule still not active at 54s +2024-12-17T05:27:52Z DEBUG Delay from lastConfigMark 2024-12-17T05:27:32.034143385Z is -18004ms +2024-12-17T05:27:52Z DEBUG System config extra field null +2024-12-17T05:27:52Z TRACE Updated check config_system: false +2024-12-17T05:27:52Z TRACE Updated check config_pointset: false +2024-12-17T05:27:52Z TRACE Updated check config_gateway: false +2024-12-17T05:27:52Z TRACE Updated check config_localnet: false +2024-12-17T05:27:52Z TRACE Updated check config_blobset: false +2024-12-17T05:27:52Z TRACE Updated check config_discovery: false +2024-12-17T05:27:52Z DEBUG New lastConfigMark at 2024-12-17T05:27:52Z +2024-12-17T05:27:52Z DEBUG Update config before scan schedule still not active timestamp 2024-12-17T05:27:29Z +2024-12-17T05:27:52Z TRACE Outgoing local_update: { +2024-12-17T05:27:52Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:27:29Z", +2024-12-17T05:27:52Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:27:52Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:27:52Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:27:52Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:27:52Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:27:52Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:25:25Z" +2024-12-17T05:27:52Z TRACE Outgoing local_update: }, +2024-12-17T05:27:52Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:27:52Z TRACE Outgoing local_update: "sequence_name" : "scan_single_past" +2024-12-17T05:27:52Z TRACE Outgoing local_update: } +2024-12-17T05:27:52Z TRACE Outgoing local_update: }, +2024-12-17T05:27:52Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:27:52Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:52Z TRACE Outgoing local_update: "vendor" : { +2024-12-17T05:27:52Z TRACE Outgoing local_update: "generation" : "2021-01-28T20:42:28Z", +2024-12-17T05:27:52Z TRACE Outgoing local_update: "scan_duration_sec" : 10 +2024-12-17T05:27:52Z TRACE Outgoing local_update: } +2024-12-17T05:27:52Z TRACE Outgoing local_update: } +2024-12-17T05:27:52Z TRACE Outgoing local_update: }, +2024-12-17T05:27:52Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:27:52Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:27:52Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:27:52Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:27:52Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:27:52Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:27:52Z TRACE Outgoing local_update: } +2024-12-17T05:27:52Z TRACE Outgoing local_update: }, +2024-12-17T05:27:52Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:27:52Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:27:52Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:27:52Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:27:52Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:27:52Z TRACE Outgoing local_update: }, +2024-12-17T05:27:52Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:27:52Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:27:52Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:27:52Z TRACE Outgoing local_update: }, +2024-12-17T05:27:52Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:27:52Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:27:52Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:27:52Z TRACE Outgoing local_update: } +2024-12-17T05:27:52Z TRACE Outgoing local_update: } +2024-12-17T05:27:52Z TRACE Outgoing local_update: } +2024-12-17T05:27:52Z TRACE Outgoing local_update: } +2024-12-17T05:27:52Z DEBUG Recorded sequence: 1. Wait until scan schedule still not active +2024-12-17T05:27:52Z DEBUG Stage finished waiting for scan schedule still not active at 54s after 0s +2024-12-17T05:27:52Z TRACE Stage resume waiting for executing test at 54s +2024-12-17T05:27:52Z DEBUG Recorded sequence: 1. Check that there were no received discovery events +2024-12-17T05:27:52Z DEBUG stage done waiting for executing test at 54s +2024-12-17T05:27:52Z DEBUG Removing implicit system capability LAST_CONFIG +2024-12-17T05:27:52Z NOTICE RESULT pass discovery.scan scan_single_past PREVIEW 10/10 Sequence complete +2024-12-17T05:27:52Z NOTICE Sequence complete +2024-12-17T05:27:52Z NOTICE ending test scan_single_past after 54s ################################ diff --git a/validator/sequences/scan_single_past/state_discovery.attr b/validator/sequences/scan_single_past/state_discovery.attr index e7665ccbd3..53e30bcd95 100644 --- a/validator/sequences/scan_single_past/state_discovery.attr +++ b/validator/sequences/scan_single_past/state_discovery.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_0", "projectId" : "localhost", - "transactionId" : "MP:56142934-1", - "publishTime" : "2024-12-10T16:14:51Z", + "transactionId" : "MP:02e9abac-1", + "publishTime" : "2024-12-17T05:27:29Z", "subFolder" : "discovery", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/scan_single_past/state_discovery.json b/validator/sequences/scan_single_past/state_discovery.json index b5f657fb32..c0811db796 100644 --- a/validator/sequences/scan_single_past/state_discovery.json +++ b/validator/sequences/scan_single_past/state_discovery.json @@ -1,5 +1,5 @@ { "families" : { }, - "timestamp" : "2024-12-10T16:14:51Z", + "timestamp" : "2024-12-17T05:27:29Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/scan_single_past/state_localnet.attr b/validator/sequences/scan_single_past/state_localnet.attr index bb6d9b637b..fce7d9becf 100644 --- a/validator/sequences/scan_single_past/state_localnet.attr +++ b/validator/sequences/scan_single_past/state_localnet.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_0", "projectId" : "localhost", - "transactionId" : "MP:56142934-2", - "publishTime" : "2024-12-10T16:14:51Z", + "transactionId" : "MP:02e9abac-2", + "publishTime" : "2024-12-17T05:27:29Z", "subFolder" : "localnet", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/scan_single_past/state_localnet.json b/validator/sequences/scan_single_past/state_localnet.json index b96d80c125..e8eddfd0da 100644 --- a/validator/sequences/scan_single_past/state_localnet.json +++ b/validator/sequences/scan_single_past/state_localnet.json @@ -1,18 +1,18 @@ { "families" : { "ether" : { - "addr" : "00:0d:3a:7b:50:b5" + "addr" : "60:45:bd:79:af:2a" }, "ipv4" : { - "addr" : "10.1.1.146" + "addr" : "10.1.0.108" }, "ipv6" : { - "addr" : "fe80::20d:3aff:fe7b:50b5" + "addr" : "fe80::6245:bdff:fe79:af2a" }, "vendor" : { "addr" : "28179023" } }, - "timestamp" : "2024-12-10T16:14:51Z", + "timestamp" : "2024-12-17T05:27:29Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/scan_single_past/state_pointset.attr b/validator/sequences/scan_single_past/state_pointset.attr index ae4e55b64e..7609f883e7 100644 --- a/validator/sequences/scan_single_past/state_pointset.attr +++ b/validator/sequences/scan_single_past/state_pointset.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_0", "projectId" : "localhost", - "transactionId" : "MP:56142934-3", - "publishTime" : "2024-12-10T16:14:51Z", + "transactionId" : "MP:02e9abac-3", + "publishTime" : "2024-12-17T05:27:29Z", "subFolder" : "pointset", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/scan_single_past/state_pointset.json b/validator/sequences/scan_single_past/state_pointset.json index 1a8009ab8b..6aa6d5c141 100644 --- a/validator/sequences/scan_single_past/state_pointset.json +++ b/validator/sequences/scan_single_past/state_pointset.json @@ -11,6 +11,6 @@ "units" : "Degrees-Celsius" } }, - "timestamp" : "2024-12-10T16:14:51Z", + "timestamp" : "2024-12-17T05:27:29Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/scan_single_past/state_system.attr b/validator/sequences/scan_single_past/state_system.attr index e0658288cc..6362132bde 100644 --- a/validator/sequences/scan_single_past/state_system.attr +++ b/validator/sequences/scan_single_past/state_system.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_0", "projectId" : "localhost", - "transactionId" : "MP:3652a059-0", - "publishTime" : "2024-12-10T16:14:53Z", + "transactionId" : "MP:dec9b20d-0", + "publishTime" : "2024-12-17T05:27:31Z", "subFolder" : "system", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/scan_single_past/state_system.json b/validator/sequences/scan_single_past/state_system.json index 5e20310335..5f3d877bc3 100644 --- a/validator/sequences/scan_single_past/state_system.json +++ b/validator/sequences/scan_single_past/state_system.json @@ -3,23 +3,23 @@ "make" : "BOS", "model" : "pubber" }, - "last_config" : "2024-12-10T16:14:51Z", + "last_config" : "2024-12-17T05:27:29Z", "operation" : { "operational" : true, - "last_start" : "2024-12-10T16:12:59Z", + "last_start" : "2024-12-17T05:25:25Z", "restart_count" : 1, "mode" : "initial" }, - "serial_no" : "sequencer-32225", + "serial_no" : "sequencer-32069", "software" : { "firmware" : "v1" }, "status" : { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-12-10T16:14:51Z", + "timestamp" : "2024-12-17T05:27:29Z", "level" : 300 }, - "timestamp" : "2024-12-10T16:14:53Z", + "timestamp" : "2024-12-17T05:27:31Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/scan_single_past/state_update.attr b/validator/sequences/scan_single_past/state_update.attr index fd36ea59cf..51315dc72b 100644 --- a/validator/sequences/scan_single_past/state_update.attr +++ b/validator/sequences/scan_single_past/state_update.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_0", "projectId" : "localhost", - "transactionId" : "MP:3652a059", - "publishTime" : "2024-12-10T16:14:53Z", + "transactionId" : "MP:dec9b20d", + "publishTime" : "2024-12-17T05:27:31Z", "subFolder" : "update", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/scan_single_past/state_update.json b/validator/sequences/scan_single_past/state_update.json index 98291c0e3f..db44ca1471 100644 --- a/validator/sequences/scan_single_past/state_update.json +++ b/validator/sequences/scan_single_past/state_update.json @@ -2,7 +2,7 @@ "discovery" : { "families" : { "vendor" : { - "generation" : "2021-02-23T19:45:08Z", + "generation" : "2021-01-28T20:42:28Z", "phase" : "stopped" } } @@ -10,13 +10,13 @@ "localnet" : { "families" : { "ether" : { - "addr" : "00:0d:3a:7b:50:b5" + "addr" : "60:45:bd:79:af:2a" }, "ipv4" : { - "addr" : "10.1.1.146" + "addr" : "10.1.0.108" }, "ipv6" : { - "addr" : "fe80::20d:3aff:fe7b:50b5" + "addr" : "fe80::6245:bdff:fe79:af2a" }, "vendor" : { "addr" : "28179023" @@ -38,14 +38,14 @@ } }, "system" : { - "last_config" : "2024-12-10T16:14:51Z", + "last_config" : "2024-12-17T05:27:29Z", "operation" : { "operational" : true, - "last_start" : "2024-12-10T16:12:59Z", + "last_start" : "2024-12-17T05:25:25Z", "restart_count" : 1, "mode" : "initial" }, - "serial_no" : "sequencer-32225", + "serial_no" : "sequencer-32069", "hardware" : { "make" : "BOS", "model" : "pubber" @@ -56,10 +56,10 @@ "status" : { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-12-10T16:14:51Z", + "timestamp" : "2024-12-17T05:27:29Z", "level" : 300 } }, - "timestamp" : "2024-12-10T16:14:53Z", + "timestamp" : "2024-12-17T05:27:31Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/system_min_loglevel/config_update.attr b/validator/sequences/system_min_loglevel/config_update.attr index 4dcbadee3b..2380199dc2 100644 --- a/validator/sequences/system_min_loglevel/config_update.attr +++ b/validator/sequences/system_min_loglevel/config_update.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_2", "projectId" : "localhost", - "transactionId" : "RC:2d00fb.00000012", - "publishTime" : "2024-11-30T14:17:27Z", + "transactionId" : "RC:d1707f.00000012", + "publishTime" : "2024-12-17T05:28:32Z", "subFolder" : "update", "subType" : "config" } \ No newline at end of file diff --git a/validator/sequences/system_min_loglevel/config_update.json b/validator/sequences/system_min_loglevel/config_update.json index 30c70f3db2..26b9f7e433 100644 --- a/validator/sequences/system_min_loglevel/config_update.json +++ b/validator/sequences/system_min_loglevel/config_update.json @@ -1,9 +1,14 @@ { + "discovery" : { + "families" : { + "vendor" : { } + } + }, "localnet" : { "families" : { + "bacnet" : { }, "ether" : { }, "ipv4" : { }, - "ipv6" : { }, "vendor" : { } } }, @@ -27,14 +32,14 @@ "metrics_rate_sec" : 10, "min_loglevel" : 100, "operation" : { - "last_start" : "2024-11-30T14:16:14Z" + "last_start" : "2024-12-17T05:27:51Z" }, "testing" : { - "config_base" : 46, + "config_base" : 39, "sequence_name" : "system_min_loglevel", - "transaction_id" : "RC:2d00fb.00000012" + "transaction_id" : "RC:d1707f.00000012" } }, - "timestamp" : "2024-11-30T14:17:27Z", - "version" : "git-411dd5e" + "timestamp" : "2024-12-17T05:28:32Z", + "version" : "git-46fef59" } \ No newline at end of file diff --git a/validator/sequences/system_min_loglevel/device_system.log b/validator/sequences/system_min_loglevel/device_system.log index 5549f7e60e..aff9aa7c46 100644 --- a/validator/sequences/system_min_loglevel/device_system.log +++ b/validator/sequences/system_min_loglevel/device_system.log @@ -1,84 +1,134 @@ -2024-11-30T14:16:15Z NOTICE system.config.apply success -2024-11-30T14:16:15Z WARNING device.log Start waiting 10s for config latch for AHU-1 -2024-11-30T14:16:15Z WARNING device.log Ending connection 1732976175075 with 9 -2024-11-30T14:16:15Z NOTICE system.config.apply success -2024-11-30T14:16:28Z NOTICE system.config.apply success -2024-11-30T14:16:28Z DEBUG device.log State update defer 1999ms -2024-11-30T14:16:28Z DEBUG device.log State update defer 1997ms -2024-11-30T14:16:28Z DEBUG device.log State update defer 1997ms -2024-11-30T14:16:28Z DEBUG device.log State update defer 1997ms -2024-11-30T14:16:28Z DEBUG device.log State update defer 1997ms -2024-11-30T14:16:28Z DEBUG device.log State update defer 1996ms -2024-11-30T14:16:28Z DEBUG device.log State update defer 1996ms -2024-11-30T14:16:28Z DEBUG system.config.receive success -2024-11-30T14:16:28Z DEBUG system.config.parse success -2024-11-30T14:16:28Z DEBUG device.log State update defer 1935ms -2024-11-30T14:16:28Z INFO device.log 2024-11-30T14:16:28Z received config 2024-11-30T14:16:28Z -2024-11-30T14:16:28Z NOTICE system.config.apply success -2024-11-30T14:16:28Z DEBUG device.log State update defer 1930ms -2024-11-30T14:16:28Z DEBUG device.log State update defer 1929ms -2024-11-30T14:16:28Z DEBUG device.log State update defer 1929ms -2024-11-30T14:16:28Z DEBUG device.log State update defer 1929ms -2024-11-30T14:16:28Z DEBUG device.log State update defer 1929ms -2024-11-30T14:16:28Z DEBUG device.log State update defer 1928ms -2024-11-30T14:16:28Z DEBUG device.log State update defer 1928ms -2024-11-30T14:16:30Z DEBUG device.log State update defer 0ms -2024-11-30T14:16:30Z INFO device.log Update state 2024-11-30T14:16:30Z last_config 2024-11-30T14:16:28Z -2024-11-30T14:16:30Z DEBUG device.log State update AHU-1 (system_min_loglevel) -2024-11-30T14:16:31Z DEBUG system.config.receive success -2024-11-30T14:16:31Z DEBUG device.log State update defer 902ms -2024-11-30T14:16:31Z DEBUG system.config.parse success -2024-11-30T14:16:31Z INFO device.log Device AHU-1 config handler -2024-11-30T14:16:31Z DEBUG device.log Config update AHU-1 (system_min_loglevel) -2024-11-30T14:16:31Z INFO device.log 2024-11-30T14:16:31Z received config 2024-11-30T14:16:31Z -2024-11-30T14:16:31Z DEBUG device.log State update defer 898ms -2024-11-30T14:16:31Z NOTICE system.config.apply success -2024-11-30T14:16:31Z DEBUG device.log State update defer 898ms -2024-11-30T14:16:31Z DEBUG device.log State update defer 898ms -2024-11-30T14:16:32Z DEBUG device.log State update defer 0ms -2024-11-30T14:16:32Z INFO device.log Update state 2024-11-30T14:16:32Z last_config 2024-11-30T14:16:31Z -2024-11-30T14:16:32Z DEBUG device.log State update AHU-1 (system_min_loglevel) -2024-11-30T14:16:33Z DEBUG system.config.receive success -2024-11-30T14:16:33Z DEBUG device.log State update defer 805ms -2024-11-30T14:16:33Z DEBUG system.config.parse success -2024-11-30T14:16:33Z INFO device.log Device AHU-1 config handler -2024-11-30T14:16:33Z DEBUG device.log Config update AHU-1 (system_min_loglevel) -2024-11-30T14:16:33Z INFO device.log 2024-11-30T14:16:33Z received config 2024-11-30T14:16:33Z -2024-11-30T14:16:33Z NOTICE system.config.apply success -2024-11-30T14:16:33Z DEBUG device.log State update defer 802ms -2024-11-30T14:16:33Z DEBUG device.log State update defer 802ms -2024-11-30T14:16:33Z DEBUG device.log State update defer 801ms -2024-11-30T14:16:33Z DEBUG device.log State update defer 801ms -2024-11-30T14:16:34Z DEBUG device.log State update defer 0ms -2024-11-30T14:16:34Z INFO device.log Update state 2024-11-30T14:16:34Z last_config 2024-11-30T14:16:33Z -2024-11-30T14:16:34Z DEBUG device.log State update AHU-1 (system_min_loglevel) -2024-11-30T14:16:35Z DEBUG system.config.receive success -2024-11-30T14:16:35Z DEBUG device.log State update defer 897ms -2024-11-30T14:16:35Z DEBUG system.config.parse success -2024-11-30T14:16:35Z INFO device.log Device AHU-1 config handler -2024-11-30T14:16:35Z DEBUG device.log Config update AHU-1 (system_min_loglevel) -2024-11-30T14:16:35Z INFO device.log 2024-11-30T14:16:35Z received config 2024-11-30T14:16:35Z -2024-11-30T14:16:35Z NOTICE system.config.apply success -2024-11-30T14:16:36Z INFO device.log Update state 2024-11-30T14:16:36Z last_config 2024-11-30T14:16:35Z -2024-11-30T14:16:36Z INFO device.log Device AHU-1 config handler -2024-11-30T14:16:36Z INFO device.log 2024-11-30T14:16:36Z received config 2024-11-30T14:16:36Z -2024-11-30T14:16:36Z NOTICE system.config.apply success -2024-11-30T14:16:37Z INFO device.log Device AHU-1 config handler -2024-11-30T14:16:37Z INFO device.log 2024-11-30T14:16:37Z received config 2024-11-30T14:16:37Z -2024-11-30T14:16:37Z NOTICE system.config.apply success -2024-11-30T14:16:38Z INFO device.log Update state 2024-11-30T14:16:38Z last_config 2024-11-30T14:16:37Z -2024-11-30T14:16:42Z INFO device.log Update state 2024-11-30T14:16:42Z last_config 2024-11-30T14:16:37Z -2024-11-30T14:16:42Z INFO device.log Device AHU-1 config handler -2024-11-30T14:16:42Z INFO device.log 2024-11-30T14:16:42Z received config 2024-11-30T14:16:42Z -2024-11-30T14:17:27Z NOTICE system.config.apply success -2024-11-30T14:17:27Z DEBUG device.log State update defer 1993ms -2024-11-30T14:17:27Z DEBUG device.log State update defer 1992ms -2024-11-30T14:17:27Z DEBUG device.log State update defer 1992ms -2024-11-30T14:17:27Z DEBUG device.log State update defer 1992ms -2024-11-30T14:17:27Z DEBUG device.log State update defer 1992ms -2024-11-30T14:17:27Z DEBUG device.log State update defer 1991ms -2024-11-30T14:17:27Z DEBUG device.log State update defer 1991ms -2024-11-30T14:17:29Z DEBUG device.log State update defer 0ms -2024-11-30T14:17:29Z INFO device.log Update state 2024-11-30T14:17:29Z last_config 2024-11-30T14:17:27Z -2024-11-30T14:17:29Z DEBUG device.log State update AHU-1 (system_min_loglevel) -2024-11-30T14:17:37Z NOTICE validation.feature.sequence Sequence complete +2024-12-17T05:27:51Z INFO device.log Configured with auth_type RS256 +2024-12-17T05:27:51Z INFO device.log Resetting persistent store /home/runner/work/udmi/udmi/sites/udmi_site_model/out/devices/AHU-1/persistent_data.json +2024-12-17T05:27:51Z INFO device.log Loading endpoint into persistent data from configuration +2024-12-17T05:27:51Z WARNING device.log Updating persistent store: +{ + "endpoint" : { + "protocol" : "mqtt", + "transport" : "ssl", + "hostname" : "localhost", + "client_id" : "/r/ZZ-TRI-FECTA_2/d/AHU-1", + "topic_prefix" : "/r/ZZ-TRI-FECTA_2/d/AHU-1", + "auth_provider" : { + "basic" : { + "username" : "/r/ZZ-TRI-FECTA_2/d/AHU-1", + "password" : "38269d11" + } + } + }, + "restart_count" : 1 +} +2024-12-17T05:27:51Z INFO device.log Starting pubber AHU-1, serial sequencer-20043, mac null, gateway null, options noPersist +2024-12-17T05:27:51Z INFO device.log Loading device key bytes from /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.pkcs8 +2024-12-17T05:27:51Z INFO device.log CA cert file: /home/runner/work/udmi/udmi/sites/udmi_site_model/reflector/ca.crt +2024-12-17T05:27:51Z INFO device.log Device cert file: /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.crt +2024-12-17T05:27:51Z INFO device.log Private key file: /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.pem +2024-12-17T05:27:51Z INFO device.log Password sha256 6b5344e1 +2024-12-17T05:27:51Z WARNING device.log Starting connection 1734413271911 with 10 +2024-12-17T05:27:51Z INFO device.log Update state 2024-12-17T05:27:51Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:27:51Z WARNING device.log Dropping state update until config received... +2024-12-17T05:27:51Z WARNING device.log Creating new config latch for AHU-1 +2024-12-17T05:27:52Z INFO device.log Update state 2024-12-17T05:27:52Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:27:52Z WARNING device.log Dropping state update until config received... +2024-12-17T05:27:52Z INFO device.log Update state 2024-12-17T05:27:52Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:27:52Z WARNING device.log Dropping state update until config received... +2024-12-17T05:27:52Z INFO device.log Device AHU-1 config handler +2024-12-17T05:27:52Z WARNING device.log Received config for config latch AHU-1 +2024-12-17T05:27:52Z WARNING device.log Starting AHU-1 Pubber sender with delay 10s +2024-12-17T05:27:52Z INFO device.log 2024-12-17T05:27:52Z received config 2024-12-17T05:27:37Z +2024-12-17T05:27:52Z WARNING device.log Starting AHU-1 PubberSystemManager sender with delay 10s +2024-12-17T05:27:52Z WARNING device.log Starting AHU-1 PubberPointsetManager sender with delay 10s +2024-12-17T05:27:52Z WARNING device.log Start waiting 10s for config latch for AHU-1 +2024-12-17T05:27:52Z WARNING device.log Ending connection 1734413271911 with 9 +2024-12-17T05:27:52Z NOTICE system.config.apply success +2024-12-17T05:27:52Z NOTICE system.config.apply success +2024-12-17T05:28:05Z DEBUG device.log State update defer -8577ms +2024-12-17T05:28:05Z INFO device.log Update state 2024-12-17T05:28:05Z last_config 2024-12-17T05:28:05Z +2024-12-17T05:28:05Z DEBUG device.log State update AHU-1 (system_min_loglevel) +2024-12-17T05:28:05Z NOTICE system.config.apply success +2024-12-17T05:28:05Z DEBUG device.log State update defer 2000ms +2024-12-17T05:28:05Z DEBUG device.log State update defer 2000ms +2024-12-17T05:28:05Z DEBUG device.log State update defer 1999ms +2024-12-17T05:28:05Z DEBUG device.log State update defer 1999ms +2024-12-17T05:28:05Z DEBUG device.log State update defer 1999ms +2024-12-17T05:28:05Z DEBUG system.config.receive success +2024-12-17T05:28:05Z DEBUG device.log State update defer 1940ms +2024-12-17T05:28:05Z DEBUG system.config.parse success +2024-12-17T05:28:05Z INFO device.log Device AHU-1 config handler +2024-12-17T05:28:05Z DEBUG device.log Config update AHU-1 (system_min_loglevel) +2024-12-17T05:28:05Z INFO device.log 2024-12-17T05:28:05Z received config 2024-12-17T05:28:05Z +2024-12-17T05:28:05Z NOTICE system.config.apply success +2024-12-17T05:28:05Z DEBUG device.log State update defer 1935ms +2024-12-17T05:28:05Z DEBUG device.log State update defer 1935ms +2024-12-17T05:28:07Z DEBUG device.log State update defer 0ms +2024-12-17T05:28:07Z INFO device.log Update state 2024-12-17T05:28:07Z last_config 2024-12-17T05:28:05Z +2024-12-17T05:28:07Z DEBUG device.log State update AHU-1 (system_min_loglevel) +2024-12-17T05:28:07Z DEBUG system.config.receive success +2024-12-17T05:28:07Z DEBUG device.log State update defer 1635ms +2024-12-17T05:28:07Z DEBUG system.config.parse success +2024-12-17T05:28:07Z INFO device.log Device AHU-1 config handler +2024-12-17T05:28:07Z DEBUG device.log State update defer 1635ms +2024-12-17T05:28:07Z DEBUG device.log Config update AHU-1 (system_min_loglevel) +2024-12-17T05:28:07Z INFO device.log 2024-12-17T05:28:07Z received config 2024-12-17T05:28:07Z +2024-12-17T05:28:07Z NOTICE system.config.apply success +2024-12-17T05:28:07Z DEBUG device.log State update defer 1633ms +2024-12-17T05:28:07Z DEBUG device.log State update defer 1632ms +2024-12-17T05:28:07Z DEBUG device.log State update defer 1632ms +2024-12-17T05:28:07Z DEBUG device.log State update defer 1631ms +2024-12-17T05:28:07Z DEBUG device.log State update defer 1631ms +2024-12-17T05:28:07Z DEBUG device.log State update defer 1631ms +2024-12-17T05:28:09Z DEBUG device.log State update defer 0ms +2024-12-17T05:28:09Z INFO device.log Update state 2024-12-17T05:28:09Z last_config 2024-12-17T05:28:07Z +2024-12-17T05:28:09Z DEBUG device.log State update AHU-1 (system_min_loglevel) +2024-12-17T05:28:11Z DEBUG system.config.receive success +2024-12-17T05:28:11Z DEBUG device.log State update defer -97ms +2024-12-17T05:28:11Z INFO device.log Update state 2024-12-17T05:28:11Z last_config 2024-12-17T05:28:07Z +2024-12-17T05:28:11Z DEBUG system.config.parse success +2024-12-17T05:28:11Z DEBUG device.log State update AHU-1 (system_min_loglevel) +2024-12-17T05:28:11Z INFO device.log Device AHU-1 config handler +2024-12-17T05:28:11Z DEBUG device.log Config update AHU-1 (system_min_loglevel) +2024-12-17T05:28:11Z DEBUG device.log State update defer 1999ms +2024-12-17T05:28:11Z INFO device.log 2024-12-17T05:28:11Z received config 2024-12-17T05:28:11Z +2024-12-17T05:28:11Z NOTICE system.config.apply success +2024-12-17T05:28:11Z DEBUG device.log State update defer 1997ms +2024-12-17T05:28:11Z DEBUG device.log State update defer 1997ms +2024-12-17T05:28:12Z DEBUG device.log State update defer 787ms +2024-12-17T05:28:13Z DEBUG device.log State update defer 0ms +2024-12-17T05:28:13Z INFO device.log Update state 2024-12-17T05:28:13Z last_config 2024-12-17T05:28:11Z +2024-12-17T05:28:13Z DEBUG device.log State update AHU-1 (system_min_loglevel) +2024-12-17T05:28:15Z DEBUG system.config.receive success +2024-12-17T05:28:15Z DEBUG device.log State update defer -176ms +2024-12-17T05:28:15Z INFO device.log Update state 2024-12-17T05:28:15Z last_config 2024-12-17T05:28:11Z +2024-12-17T05:28:15Z DEBUG system.config.parse success +2024-12-17T05:28:15Z INFO device.log Device AHU-1 config handler +2024-12-17T05:28:15Z DEBUG device.log State update AHU-1 (system_min_loglevel) +2024-12-17T05:28:15Z DEBUG device.log Config update AHU-1 (system_min_loglevel) +2024-12-17T05:28:15Z DEBUG device.log State update defer 2000ms +2024-12-17T05:28:15Z INFO device.log 2024-12-17T05:28:15Z received config 2024-12-17T05:28:15Z +2024-12-17T05:28:15Z NOTICE system.config.apply success +2024-12-17T05:28:16Z INFO device.log Device AHU-1 config handler +2024-12-17T05:28:16Z INFO device.log 2024-12-17T05:28:16Z received config 2024-12-17T05:28:16Z +2024-12-17T05:28:16Z NOTICE system.config.apply success +2024-12-17T05:28:16Z INFO device.log Device AHU-1 config handler +2024-12-17T05:28:16Z INFO device.log 2024-12-17T05:28:16Z received config 2024-12-17T05:28:16Z +2024-12-17T05:28:16Z NOTICE system.config.apply success +2024-12-17T05:28:17Z INFO device.log Update state 2024-12-17T05:28:17Z last_config 2024-12-17T05:28:16Z +2024-12-17T05:28:17Z INFO device.log Device AHU-1 config handler +2024-12-17T05:28:17Z INFO device.log 2024-12-17T05:28:17Z received config 2024-12-17T05:28:17Z +2024-12-17T05:28:17Z NOTICE system.config.apply success +2024-12-17T05:28:19Z INFO device.log Update state 2024-12-17T05:28:19Z last_config 2024-12-17T05:28:17Z +2024-12-17T05:28:22Z INFO device.log Update state 2024-12-17T05:28:22Z last_config 2024-12-17T05:28:17Z +2024-12-17T05:28:22Z INFO device.log Device AHU-1 config handler +2024-12-17T05:28:22Z INFO device.log 2024-12-17T05:28:22Z received config 2024-12-17T05:28:22Z +2024-12-17T05:28:32Z NOTICE system.config.apply success +2024-12-17T05:28:32Z DEBUG device.log State update defer 1998ms +2024-12-17T05:28:32Z DEBUG device.log State update defer 1998ms +2024-12-17T05:28:32Z DEBUG device.log State update defer 1997ms +2024-12-17T05:28:32Z DEBUG device.log State update defer 1997ms +2024-12-17T05:28:32Z DEBUG device.log State update defer 1997ms +2024-12-17T05:28:32Z DEBUG device.log State update defer 1997ms +2024-12-17T05:28:32Z DEBUG device.log State update defer 1996ms +2024-12-17T05:28:34Z DEBUG device.log State update defer 0ms +2024-12-17T05:28:34Z INFO device.log Update state 2024-12-17T05:28:34Z last_config 2024-12-17T05:28:32Z +2024-12-17T05:28:34Z DEBUG device.log State update AHU-1 (system_min_loglevel) +2024-12-17T05:28:42Z NOTICE validation.feature.sequence Sequence complete diff --git a/validator/sequences/system_min_loglevel/events_pointset.attr b/validator/sequences/system_min_loglevel/events_pointset.attr index 005b2d4624..bbdba13187 100644 --- a/validator/sequences/system_min_loglevel/events_pointset.attr +++ b/validator/sequences/system_min_loglevel/events_pointset.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_2", "projectId" : "localhost", - "transactionId" : "MP:bcabdaf5", - "publishTime" : "2024-11-30T14:17:35Z", + "transactionId" : "MP:d788098b", + "publishTime" : "2024-12-17T05:28:32Z", "subFolder" : "pointset", "subType" : "events" } \ No newline at end of file diff --git a/validator/sequences/system_min_loglevel/events_pointset.json b/validator/sequences/system_min_loglevel/events_pointset.json index d1137480ec..c53e074094 100644 --- a/validator/sequences/system_min_loglevel/events_pointset.json +++ b/validator/sequences/system_min_loglevel/events_pointset.json @@ -7,9 +7,9 @@ "present_value" : 98 }, "filter_differential_pressure_sensor" : { - "present_value" : 8 + "present_value" : 11 } }, - "timestamp" : "2024-11-30T14:17:35Z", + "timestamp" : "2024-12-17T05:28:32Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/system_min_loglevel/events_system.attr b/validator/sequences/system_min_loglevel/events_system.attr index 9b2a716bc2..9833da6c71 100644 --- a/validator/sequences/system_min_loglevel/events_system.attr +++ b/validator/sequences/system_min_loglevel/events_system.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_2", "projectId" : "localhost", - "transactionId" : "MP:9bb6966d", - "publishTime" : "2024-11-30T14:17:35Z", + "transactionId" : "MP:3d94ed43", + "publishTime" : "2024-12-17T05:28:42Z", "subFolder" : "system", "subType" : "events" } \ No newline at end of file diff --git a/validator/sequences/system_min_loglevel/events_system.json b/validator/sequences/system_min_loglevel/events_system.json index 752904b2fb..c0ed453cd6 100644 --- a/validator/sequences/system_min_loglevel/events_system.json +++ b/validator/sequences/system_min_loglevel/events_system.json @@ -1,67 +1,67 @@ { - "event_no" : 9, - "last_config" : "2024-11-30T14:17:27Z", + "event_no" : 6, + "last_config" : "2024-12-17T05:28:32Z", "logentries" : [ { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-11-30T14:17:27Z", + "timestamp" : "2024-12-17T05:28:32Z", "level" : 300 }, { - "message" : "State update defer 1993ms", + "message" : "State update defer 1998ms", "category" : "device.log", - "timestamp" : "2024-11-30T14:17:27Z", + "timestamp" : "2024-12-17T05:28:32Z", "level" : 100 }, { - "message" : "State update defer 1992ms", + "message" : "State update defer 1998ms", "category" : "device.log", - "timestamp" : "2024-11-30T14:17:27Z", + "timestamp" : "2024-12-17T05:28:32Z", "level" : 100 }, { - "message" : "State update defer 1992ms", + "message" : "State update defer 1997ms", "category" : "device.log", - "timestamp" : "2024-11-30T14:17:27Z", + "timestamp" : "2024-12-17T05:28:32Z", "level" : 100 }, { - "message" : "State update defer 1992ms", + "message" : "State update defer 1997ms", "category" : "device.log", - "timestamp" : "2024-11-30T14:17:27Z", + "timestamp" : "2024-12-17T05:28:32Z", "level" : 100 }, { - "message" : "State update defer 1992ms", + "message" : "State update defer 1997ms", "category" : "device.log", - "timestamp" : "2024-11-30T14:17:27Z", + "timestamp" : "2024-12-17T05:28:32Z", "level" : 100 }, { - "message" : "State update defer 1991ms", + "message" : "State update defer 1997ms", "category" : "device.log", - "timestamp" : "2024-11-30T14:17:27Z", + "timestamp" : "2024-12-17T05:28:32Z", "level" : 100 }, { - "message" : "State update defer 1991ms", + "message" : "State update defer 1996ms", "category" : "device.log", - "timestamp" : "2024-11-30T14:17:27Z", + "timestamp" : "2024-12-17T05:28:32Z", "level" : 100 }, { "message" : "State update defer 0ms", "category" : "device.log", - "timestamp" : "2024-11-30T14:17:29Z", + "timestamp" : "2024-12-17T05:28:34Z", "level" : 100 }, { - "message" : "Update state 2024-11-30T14:17:29Z last_config 2024-11-30T14:17:27Z", + "message" : "Update state 2024-12-17T05:28:34Z last_config 2024-12-17T05:28:32Z", "category" : "device.log", - "timestamp" : "2024-11-30T14:17:29Z", + "timestamp" : "2024-12-17T05:28:34Z", "level" : 200 }, { "message" : "State update AHU-1 (system_min_loglevel)", - "detail" : "{\n \"timestamp\" : \"2024-11-30T14:17:29Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-11-30T14:17:27Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-11-30T14:16:14Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-6496\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.apply\",\n \"timestamp\" : \"2024-11-30T14:17:27Z\",\n \"level\" : 300\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"00:22:48:0b:d0:ed\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.116\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::222:48ff:fe0b:d0ed\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:28:34Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-17T05:28:32Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-17T05:27:51Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-20043\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.apply\",\n \"timestamp\" : \"2024-12-17T05:28:32Z\",\n \"level\" : 300\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"60:45:bd:49:0e:5f\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.131\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::6245:bdff:fe49:e5f\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", "category" : "device.log", - "timestamp" : "2024-11-30T14:17:29Z", + "timestamp" : "2024-12-17T05:28:34Z", "level" : 100 } ], "metrics" : { "mem_total_mb" : 254.0, - "mem_free_mb" : 212.9624786376953 + "mem_free_mb" : 209.14163970947266 }, - "timestamp" : "2024-11-30T14:17:35Z", + "timestamp" : "2024-12-17T05:28:42Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/system_min_loglevel/local_discovery.json b/validator/sequences/system_min_loglevel/local_discovery.json new file mode 100644 index 0000000000..4c564e79f0 --- /dev/null +++ b/validator/sequences/system_min_loglevel/local_discovery.json @@ -0,0 +1,5 @@ +{ + "families" : { + "vendor" : { } + } +} \ No newline at end of file diff --git a/validator/sequences/system_min_loglevel/local_localnet.json b/validator/sequences/system_min_loglevel/local_localnet.json index 97598c144b..4b6e825e32 100644 --- a/validator/sequences/system_min_loglevel/local_localnet.json +++ b/validator/sequences/system_min_loglevel/local_localnet.json @@ -3,6 +3,6 @@ "ether" : { }, "ipv4" : { }, "vendor" : { }, - "ipv6" : { } + "bacnet" : { } } } \ No newline at end of file diff --git a/validator/sequences/system_min_loglevel/local_system.json b/validator/sequences/system_min_loglevel/local_system.json index 3d7e659e0c..ffbf949ce8 100644 --- a/validator/sequences/system_min_loglevel/local_system.json +++ b/validator/sequences/system_min_loglevel/local_system.json @@ -2,7 +2,7 @@ "min_loglevel" : 100, "metrics_rate_sec" : 10, "operation" : { - "last_start" : "2024-11-30T14:16:14Z" + "last_start" : "2024-12-17T05:27:51Z" }, "testing" : { "sequence_name" : "system_min_loglevel" diff --git a/validator/sequences/system_min_loglevel/local_update.json b/validator/sequences/system_min_loglevel/local_update.json index fa9985f359..985696299c 100644 --- a/validator/sequences/system_min_loglevel/local_update.json +++ b/validator/sequences/system_min_loglevel/local_update.json @@ -1,22 +1,27 @@ { - "timestamp" : "2024-11-30T14:17:27Z", - "version" : "@@@cloud udmi version###git-411dd5e", + "timestamp" : "2024-12-17T05:28:32Z", + "version" : "@@@cloud udmi version###git-46fef59", "system" : { "min_loglevel" : 100, "metrics_rate_sec" : 10, "operation" : { - "last_start" : "2024-11-30T14:16:14Z" + "last_start" : "2024-12-17T05:27:51Z" }, "testing" : { "sequence_name" : "system_min_loglevel" } }, + "discovery" : { + "families" : { + "vendor" : { } + } + }, "localnet" : { "families" : { "ether" : { }, "ipv4" : { }, "vendor" : { }, - "ipv6" : { } + "bacnet" : { } } }, "pointset" : { diff --git a/validator/sequences/system_min_loglevel/sequence.md b/validator/sequences/system_min_loglevel/sequence.md index 0e2db2a6c9..7d9facb79d 100644 --- a/validator/sequences/system_min_loglevel/sequence.md +++ b/validator/sequences/system_min_loglevel/sequence.md @@ -3,15 +3,14 @@ Check that the min log-level config is honored by the device. -1. Update config Before system logs level `NOTICE` category `system.config.apply` +1. Update config before system logs level `NOTICE` category `system.config.apply` * Set `system.min_loglevel` = `200` 1. Wait until system logs level `NOTICE` category `system.config.apply` -1. Check that log level `WARNING` (or greater) category `system.config.apply` was not logged 1. Check that device config resolved within 20s 1. Update config warning loglevel * Set `system.min_loglevel` = `400` 1. Check that log level `NOTICE` (or greater) category `system.config.apply` was not logged -1. Update config Before system logs level `NOTICE` category `system.config.apply` +1. Update config before system logs level `NOTICE` category `system.config.apply` * Set `system.min_loglevel` = `100` 1. Wait until system logs level `NOTICE` category `system.config.apply` diff --git a/validator/sequences/system_min_loglevel/sequencer.log b/validator/sequences/system_min_loglevel/sequencer.log index f2f1d3cbf4..ec380e0fd1 100644 --- a/validator/sequences/system_min_loglevel/sequencer.log +++ b/validator/sequences/system_min_loglevel/sequencer.log @@ -1,2087 +1,2278 @@ -2024-11-30T14:16:17Z NOTICE starting test system_min_loglevel ################################ -2024-11-30T14:16:17Z INFO Stage start waiting for starting test wrapper at 0s -2024-11-30T14:16:25Z DEBUG Clear configTransactions and reset device config -2024-11-30T14:16:25Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-30T14:16:25Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z -2024-11-30T14:16:25Z DEBUG last_start changed true, last_start 1970-01-01T00:01:13Z -2024-11-30T14:16:25Z DEBUG extraFieldChanged false because extra_field null -2024-11-30T14:16:25Z WARNING Now using alternate connection client! -2024-11-30T14:16:25Z TRACE Stage suspend waiting for starting test wrapper at 8s -2024-11-30T14:16:25Z INFO Stage start waiting for using alternate client at 8s -2024-11-30T14:16:26Z DEBUG Forcing config update -2024-11-30T14:16:26Z TRACE updated check config_update: true -2024-11-30T14:16:26Z DEBUG update config_update, adding configTransaction RC:2d00fb.00000005 -2024-11-30T14:16:26Z TRACE local local_update: { -2024-11-30T14:16:26Z TRACE local local_update: "version" : "@@@cloud udmi version###null", -2024-11-30T14:16:26Z TRACE local local_update: "system" : { -2024-11-30T14:16:26Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:16:26Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:16:26Z TRACE local local_update: "operation" : { -2024-11-30T14:16:26Z TRACE local local_update: "last_start" : "1970-01-01T00:01:13Z" -2024-11-30T14:16:26Z TRACE local local_update: }, -2024-11-30T14:16:26Z TRACE local local_update: "testing" : { -2024-11-30T14:16:26Z TRACE local local_update: "sequence_name" : "system_min_loglevel", -2024-11-30T14:16:26Z TRACE local local_update: "endpoint_type" : "alternate" -2024-11-30T14:16:26Z TRACE local local_update: } -2024-11-30T14:16:26Z TRACE local local_update: }, -2024-11-30T14:16:26Z TRACE local local_update: "blobset" : { -2024-11-30T14:16:26Z TRACE local local_update: "blobs" : { -2024-11-30T14:16:26Z TRACE local local_update: "_iot_endpoint_config" : { -2024-11-30T14:16:26Z TRACE local local_update: "phase" : "final", -2024-11-30T14:16:26Z TRACE local local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzIvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzIvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfMi9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", -2024-11-30T14:16:26Z TRACE local local_update: "sha256" : "@@@blob data hash###44ea37adc834b2c4118326fb6f97467d5d655101daab1455e696d3fd108c1eeb", -2024-11-30T14:16:26Z TRACE local local_update: "generation" : "2024-11-30T14:16:25Z" -2024-11-30T14:16:26Z TRACE local local_update: } -2024-11-30T14:16:26Z TRACE local local_update: } -2024-11-30T14:16:26Z TRACE local local_update: } -2024-11-30T14:16:26Z TRACE local local_update: } -2024-11-30T14:16:26Z DEBUG Detail pending config transaction is now: RC:2d00fb.00000005 -2024-11-30T14:16:26Z TRACE received command AHU-1/config/update -2024-11-30T14:16:26Z DEBUG received config_update -2024-11-30T14:16:26Z DEBUG Handling update message config_update RC:2d00fb.00000005 -2024-11-30T14:16:26Z DEBUG Removed configTransaction RC:2d00fb.00000005 -2024-11-30T14:16:27Z DEBUG last_start changed false, last_start 1970-01-01T00:01:13Z -2024-11-30T14:16:27Z DEBUG Updated config 2024-11-30T14:16:26Z RC:2d00fb.00000005 -2024-11-30T14:16:27Z INFO Updated config #001: { -2024-11-30T14:16:27Z INFO Updated config #001: "timestamp" : "2024-11-30T14:16:26Z", -2024-11-30T14:16:27Z INFO Updated config #001: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:16:27Z INFO Updated config #001: "system" : { -2024-11-30T14:16:27Z INFO Updated config #001: "min_loglevel" : 100, -2024-11-30T14:16:27Z INFO Updated config #001: "metrics_rate_sec" : 10, -2024-11-30T14:16:27Z INFO Updated config #001: "operation" : { -2024-11-30T14:16:27Z INFO Updated config #001: "last_start" : "1970-01-01T00:01:13Z" -2024-11-30T14:16:27Z INFO Updated config #001: }, -2024-11-30T14:16:27Z INFO Updated config #001: "testing" : { -2024-11-30T14:16:27Z INFO Updated config #001: "sequence_name" : "system_min_loglevel", -2024-11-30T14:16:27Z INFO Updated config #001: "endpoint_type" : "alternate" -2024-11-30T14:16:27Z INFO Updated config #001: } -2024-11-30T14:16:27Z INFO Updated config #001: }, -2024-11-30T14:16:27Z INFO Updated config #001: "blobset" : { -2024-11-30T14:16:27Z INFO Updated config #001: "blobs" : { -2024-11-30T14:16:27Z INFO Updated config #001: "_iot_endpoint_config" : { -2024-11-30T14:16:27Z INFO Updated config #001: "phase" : "final", -2024-11-30T14:16:27Z INFO Updated config #001: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzIvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzIvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfMi9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", -2024-11-30T14:16:27Z INFO Updated config #001: "sha256" : "@@@blob data hash###44ea37adc834b2c4118326fb6f97467d5d655101daab1455e696d3fd108c1eeb", -2024-11-30T14:16:27Z INFO Updated config #001: "generation" : "2024-11-30T14:16:25Z" -2024-11-30T14:16:27Z INFO Updated config #001: } -2024-11-30T14:16:27Z INFO Updated config #001: } -2024-11-30T14:16:27Z INFO Updated config #001: } -2024-11-30T14:16:27Z INFO Updated config #001: } -2024-11-30T14:16:27Z DEBUG Detail pending config transaction is now: null -2024-11-30T14:16:27Z DEBUG Update config reset alternate registry timestamp 2024-11-30T14:16:26Z -2024-11-30T14:16:27Z TRACE local local_update: { -2024-11-30T14:16:27Z TRACE local local_update: "timestamp" : "2024-11-30T14:16:26Z", -2024-11-30T14:16:27Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:16:27Z TRACE local local_update: "system" : { -2024-11-30T14:16:27Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:16:27Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:16:27Z TRACE local local_update: "operation" : { -2024-11-30T14:16:27Z TRACE local local_update: "last_start" : "1970-01-01T00:01:13Z" -2024-11-30T14:16:27Z TRACE local local_update: }, -2024-11-30T14:16:27Z TRACE local local_update: "testing" : { -2024-11-30T14:16:27Z TRACE local local_update: "sequence_name" : "system_min_loglevel", -2024-11-30T14:16:27Z TRACE local local_update: "endpoint_type" : "alternate" -2024-11-30T14:16:27Z TRACE local local_update: } -2024-11-30T14:16:27Z TRACE local local_update: }, -2024-11-30T14:16:27Z TRACE local local_update: "blobset" : { -2024-11-30T14:16:27Z TRACE local local_update: "blobs" : { -2024-11-30T14:16:27Z TRACE local local_update: "_iot_endpoint_config" : { -2024-11-30T14:16:27Z TRACE local local_update: "phase" : "final", -2024-11-30T14:16:27Z TRACE local local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzIvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzIvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfMi9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", -2024-11-30T14:16:27Z TRACE local local_update: "sha256" : "@@@blob data hash###44ea37adc834b2c4118326fb6f97467d5d655101daab1455e696d3fd108c1eeb", -2024-11-30T14:16:27Z TRACE local local_update: "generation" : "2024-11-30T14:16:25Z" -2024-11-30T14:16:27Z TRACE local local_update: } -2024-11-30T14:16:27Z TRACE local local_update: } -2024-11-30T14:16:27Z TRACE local local_update: } -2024-11-30T14:16:27Z TRACE local local_update: } -2024-11-30T14:16:27Z TRACE Update config reset alternate registry: Add `system` = { "min_loglevel": `100`, "testing": { "endpoint_type": `alternate`, "sequence_name": `system_min_loglevel` }, "metrics_rate_sec": `10`, "operation": { "last_start": `device reported` } } -2024-11-30T14:16:27Z TRACE Update config reset alternate registry: Add `version` = `cloud udmi version` -2024-11-30T14:16:27Z TRACE Update config reset alternate registry: Add `blobset` = { "blobs": { "_iot_endpoint_config": { "phase": `final`, "generation": `blob generation`, "sha256": `blob data hash`, "url": `endpoint data` } } } -2024-11-30T14:16:27Z TRACE Update config reset alternate registry: Add `timestamp` = `generated timestamp` -2024-11-30T14:16:27Z DEBUG Stage finished waiting for using alternate client at 9s after 1s -2024-11-30T14:16:27Z TRACE Stage resume waiting for starting test wrapper at 9s -2024-11-30T14:16:27Z WARNING Done with alternate connection client! -2024-11-30T14:16:27Z DEBUG Allowing device state change (everything) -2024-11-30T14:16:27Z DEBUG Starting reset_config full reset true -2024-11-30T14:16:27Z DEBUG Clear configTransactions and reset device config -2024-11-30T14:16:27Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-30T14:16:27Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z -2024-11-30T14:16:27Z DEBUG last_start changed true, last_start 1970-01-01T00:01:13Z -2024-11-30T14:16:27Z DEBUG extraFieldChanged false because extra_field null -2024-11-30T14:16:27Z DEBUG extraFieldChanged true because extra_field reset_config -2024-11-30T14:16:27Z DEBUG Clear configTransactions and reset device config -2024-11-30T14:16:27Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-30T14:16:27Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z -2024-11-30T14:16:27Z DEBUG last_start changed true, last_start 1970-01-01T00:01:13Z -2024-11-30T14:16:27Z DEBUG extraFieldChanged true because extra_field null -2024-11-30T14:16:28Z TRACE updated check config_update: true -2024-11-30T14:16:28Z DEBUG update config_update, adding configTransaction RC:2d00fb.00000006 -2024-11-30T14:16:28Z TRACE local local_update: { -2024-11-30T14:16:28Z TRACE local local_update: "version" : "@@@cloud udmi version###1.5.2", -2024-11-30T14:16:28Z TRACE local local_update: "system" : { -2024-11-30T14:16:28Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:16:28Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:16:28Z TRACE local local_update: "operation" : { -2024-11-30T14:16:28Z TRACE local local_update: "last_start" : "1970-01-01T00:01:13Z" -2024-11-30T14:16:28Z TRACE local local_update: }, -2024-11-30T14:16:28Z TRACE local local_update: "testing" : { -2024-11-30T14:16:28Z TRACE local local_update: "sequence_name" : "system_min_loglevel" -2024-11-30T14:16:28Z TRACE local local_update: } -2024-11-30T14:16:28Z TRACE local local_update: }, -2024-11-30T14:16:28Z TRACE local local_update: "localnet" : { -2024-11-30T14:16:28Z TRACE local local_update: "families" : { -2024-11-30T14:16:28Z TRACE local local_update: "ether" : { }, -2024-11-30T14:16:28Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:16:28Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:16:28Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:16:28Z TRACE local local_update: } -2024-11-30T14:16:28Z TRACE local local_update: }, -2024-11-30T14:16:28Z TRACE local local_update: "pointset" : { -2024-11-30T14:16:28Z TRACE local local_update: "points" : { -2024-11-30T14:16:28Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:16:28Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:16:28Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:16:28Z TRACE local local_update: }, -2024-11-30T14:16:28Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:16:28Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:16:28Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:16:28Z TRACE local local_update: }, -2024-11-30T14:16:28Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:16:28Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:16:28Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:16:28Z TRACE local local_update: } -2024-11-30T14:16:28Z TRACE local local_update: } -2024-11-30T14:16:28Z TRACE local local_update: } -2024-11-30T14:16:28Z TRACE local local_update: } -2024-11-30T14:16:28Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-30T14:16:28Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-11-30T14:16:28Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-30T14:16:28Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-11-30T14:16:28Z DEBUG Saving pre-config state timestamp null -2024-11-30T14:16:28Z DEBUG Update lastConfigUpdate 2024-11-30T14:16:28Z, because soft reset -2024-11-30T14:16:28Z TRACE Stage suspend waiting for starting test wrapper at 10s -2024-11-30T14:16:28Z INFO Stage start waiting for config update synchronized at 10s -2024-11-30T14:16:28Z TRACE received command AHU-1/state/update -2024-11-30T14:16:28Z DEBUG received state_update -2024-11-30T14:16:28Z DEBUG Handling update message state_update MP:0f358d87 -2024-11-30T14:16:28Z DEBUG Updated state after 11s 2024-11-30T14:16:17Z MP:0f358d87 -2024-11-30T14:16:28Z INFO Initial state #001: { -2024-11-30T14:16:28Z INFO Initial state #001: "timestamp" : "2024-11-30T14:16:17Z", -2024-11-30T14:16:28Z INFO Initial state #001: "version" : "1.5.2", -2024-11-30T14:16:28Z INFO Initial state #001: "system" : { -2024-11-30T14:16:28Z INFO Initial state #001: "last_config" : "2024-11-30T14:16:00Z", -2024-11-30T14:16:28Z INFO Initial state #001: "operation" : { -2024-11-30T14:16:28Z INFO Initial state #001: "operational" : true, -2024-11-30T14:16:28Z INFO Initial state #001: "last_start" : "2024-11-30T14:16:14Z", -2024-11-30T14:16:28Z INFO Initial state #001: "restart_count" : 1, -2024-11-30T14:16:28Z INFO Initial state #001: "mode" : "initial" -2024-11-30T14:16:28Z INFO Initial state #001: }, -2024-11-30T14:16:28Z INFO Initial state #001: "serial_no" : "sequencer-6496", -2024-11-30T14:16:28Z INFO Initial state #001: "hardware" : { -2024-11-30T14:16:28Z INFO Initial state #001: "make" : "BOS", -2024-11-30T14:16:28Z INFO Initial state #001: "model" : "pubber" -2024-11-30T14:16:28Z INFO Initial state #001: }, -2024-11-30T14:16:28Z INFO Initial state #001: "software" : { -2024-11-30T14:16:28Z INFO Initial state #001: "firmware" : "v1" -2024-11-30T14:16:28Z INFO Initial state #001: }, -2024-11-30T14:16:28Z INFO Initial state #001: "status" : { -2024-11-30T14:16:28Z INFO Initial state #001: "message" : "success", -2024-11-30T14:16:28Z INFO Initial state #001: "category" : "system.config.apply", -2024-11-30T14:16:28Z INFO Initial state #001: "timestamp" : "2024-11-30T14:16:15Z", -2024-11-30T14:16:28Z INFO Initial state #001: "level" : 300 -2024-11-30T14:16:28Z INFO Initial state #001: } -2024-11-30T14:16:28Z INFO Initial state #001: }, -2024-11-30T14:16:28Z INFO Initial state #001: "localnet" : { -2024-11-30T14:16:28Z INFO Initial state #001: "families" : { -2024-11-30T14:16:28Z INFO Initial state #001: "ether" : { -2024-11-30T14:16:28Z INFO Initial state #001: "addr" : "00:22:48:0b:d0:ed" -2024-11-30T14:16:28Z INFO Initial state #001: }, -2024-11-30T14:16:28Z INFO Initial state #001: "ipv4" : { -2024-11-30T14:16:28Z INFO Initial state #001: "addr" : "10.1.0.116" -2024-11-30T14:16:28Z INFO Initial state #001: }, -2024-11-30T14:16:28Z INFO Initial state #001: "ipv6" : { -2024-11-30T14:16:28Z INFO Initial state #001: "addr" : "fe80::222:48ff:fe0b:d0ed" -2024-11-30T14:16:28Z INFO Initial state #001: }, -2024-11-30T14:16:28Z INFO Initial state #001: "vendor" : { -2024-11-30T14:16:28Z INFO Initial state #001: "addr" : "28179023" -2024-11-30T14:16:28Z INFO Initial state #001: } -2024-11-30T14:16:28Z INFO Initial state #001: } -2024-11-30T14:16:28Z INFO Initial state #001: }, -2024-11-30T14:16:28Z INFO Initial state #001: "pointset" : { -2024-11-30T14:16:28Z INFO Initial state #001: "points" : { -2024-11-30T14:16:28Z INFO Initial state #001: "filter_alarm_pressure_status" : { -2024-11-30T14:16:28Z INFO Initial state #001: "units" : "No-units" -2024-11-30T14:16:28Z INFO Initial state #001: }, -2024-11-30T14:16:28Z INFO Initial state #001: "filter_differential_pressure_setpoint" : { -2024-11-30T14:16:28Z INFO Initial state #001: "units" : "Bars", -2024-11-30T14:16:28Z INFO Initial state #001: "value_state" : "applied" -2024-11-30T14:16:28Z INFO Initial state #001: }, -2024-11-30T14:16:28Z INFO Initial state #001: "filter_differential_pressure_sensor" : { -2024-11-30T14:16:28Z INFO Initial state #001: "units" : "Degrees-Celsius" -2024-11-30T14:16:28Z INFO Initial state #001: } -2024-11-30T14:16:28Z INFO Initial state #001: } -2024-11-30T14:16:28Z INFO Initial state #001: } -2024-11-30T14:16:28Z INFO Initial state #001: } -2024-11-30T14:16:28Z NOTICE Received serial number sequencer-6496 -2024-11-30T14:16:28Z DEBUG Updated state has last_config 2024-11-30T14:16:00Z (expecting null) -2024-11-30T14:16:28Z DEBUG Detail config update synchronized is now: last_start not synced in config, config transactions not cleared, last_config not synced in state -2024-11-30T14:16:28Z TRACE received command AHU-1/state/system -2024-11-30T14:16:28Z TRACE received state_system: { -2024-11-30T14:16:28Z TRACE received state_system: "hardware" : { -2024-11-30T14:16:28Z TRACE received state_system: "make" : "BOS", -2024-11-30T14:16:28Z TRACE received state_system: "model" : "pubber" -2024-11-30T14:16:28Z TRACE received state_system: }, -2024-11-30T14:16:28Z TRACE received state_system: "last_config" : "2024-11-30T14:16:00Z", -2024-11-30T14:16:28Z TRACE received state_system: "operation" : { -2024-11-30T14:16:28Z TRACE received state_system: "operational" : true, -2024-11-30T14:16:28Z TRACE received state_system: "last_start" : "2024-11-30T14:16:14Z", -2024-11-30T14:16:28Z TRACE received state_system: "restart_count" : 1, -2024-11-30T14:16:28Z TRACE received state_system: "mode" : "initial" -2024-11-30T14:16:28Z TRACE received state_system: }, -2024-11-30T14:16:28Z TRACE received state_system: "serial_no" : "sequencer-6496", -2024-11-30T14:16:28Z TRACE received state_system: "software" : { -2024-11-30T14:16:28Z TRACE received state_system: "firmware" : "v1" -2024-11-30T14:16:28Z TRACE received state_system: }, -2024-11-30T14:16:28Z TRACE received state_system: "status" : { -2024-11-30T14:16:28Z TRACE received state_system: "message" : "success", -2024-11-30T14:16:28Z TRACE received state_system: "category" : "system.config.apply", -2024-11-30T14:16:28Z TRACE received state_system: "timestamp" : "2024-11-30T14:16:15Z", -2024-11-30T14:16:28Z TRACE received state_system: "level" : 300 -2024-11-30T14:16:28Z TRACE received state_system: }, -2024-11-30T14:16:28Z TRACE received state_system: "timestamp" : "2024-11-30T14:16:17Z", -2024-11-30T14:16:28Z TRACE received state_system: "version" : "1.5.2" -2024-11-30T14:16:28Z TRACE received state_system: } -2024-11-30T14:16:28Z DEBUG Handling device message state_system MP:0f358d87-0 -2024-11-30T14:16:28Z TRACE Ignoring partial state update -2024-11-30T14:16:28Z TRACE received command AHU-1/state/localnet -2024-11-30T14:16:28Z TRACE received state_localnet: { -2024-11-30T14:16:28Z TRACE received state_localnet: "families" : { -2024-11-30T14:16:28Z TRACE received state_localnet: "ether" : { -2024-11-30T14:16:28Z TRACE received state_localnet: "addr" : "00:22:48:0b:d0:ed" -2024-11-30T14:16:28Z TRACE received state_localnet: }, -2024-11-30T14:16:28Z TRACE received state_localnet: "ipv4" : { -2024-11-30T14:16:28Z TRACE received state_localnet: "addr" : "10.1.0.116" -2024-11-30T14:16:28Z TRACE received state_localnet: }, -2024-11-30T14:16:28Z TRACE received state_localnet: "ipv6" : { -2024-11-30T14:16:28Z TRACE received state_localnet: "addr" : "fe80::222:48ff:fe0b:d0ed" -2024-11-30T14:16:28Z TRACE received state_localnet: }, -2024-11-30T14:16:28Z TRACE received state_localnet: "vendor" : { -2024-11-30T14:16:28Z TRACE received state_localnet: "addr" : "28179023" -2024-11-30T14:16:28Z TRACE received state_localnet: } -2024-11-30T14:16:28Z TRACE received state_localnet: }, -2024-11-30T14:16:28Z TRACE received state_localnet: "timestamp" : "2024-11-30T14:16:17Z", -2024-11-30T14:16:28Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-30T14:16:28Z TRACE received state_localnet: } -2024-11-30T14:16:28Z DEBUG Handling device message state_localnet MP:0f358d87-1 -2024-11-30T14:16:28Z TRACE Ignoring partial state update -2024-11-30T14:16:28Z TRACE received command AHU-1/state/pointset -2024-11-30T14:16:28Z TRACE received state_pointset: { -2024-11-30T14:16:28Z TRACE received state_pointset: "points" : { -2024-11-30T14:16:28Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:16:28Z TRACE received state_pointset: "units" : "No-units" -2024-11-30T14:16:28Z TRACE received state_pointset: }, -2024-11-30T14:16:28Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:16:28Z TRACE received state_pointset: "units" : "Bars", -2024-11-30T14:16:28Z TRACE received state_pointset: "value_state" : "applied" -2024-11-30T14:16:28Z TRACE received state_pointset: }, -2024-11-30T14:16:28Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:16:28Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-30T14:16:28Z TRACE received state_pointset: } -2024-11-30T14:16:28Z TRACE received state_pointset: }, -2024-11-30T14:16:28Z TRACE received state_pointset: "timestamp" : "2024-11-30T14:16:17Z", -2024-11-30T14:16:28Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-30T14:16:28Z TRACE received state_pointset: } -2024-11-30T14:16:28Z DEBUG Handling device message state_pointset MP:0f358d87-2 -2024-11-30T14:16:28Z TRACE Ignoring partial state update -2024-11-30T14:16:28Z TRACE received command AHU-1/events/pointset -2024-11-30T14:16:28Z TRACE received events_pointset: { -2024-11-30T14:16:28Z TRACE received events_pointset: "points" : { -2024-11-30T14:16:28Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:16:28Z TRACE received events_pointset: "present_value" : true -2024-11-30T14:16:28Z TRACE received events_pointset: }, -2024-11-30T14:16:28Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:16:28Z TRACE received events_pointset: "present_value" : 98 -2024-11-30T14:16:28Z TRACE received events_pointset: }, -2024-11-30T14:16:28Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:16:28Z TRACE received events_pointset: "present_value" : 10 -2024-11-30T14:16:28Z TRACE received events_pointset: } -2024-11-30T14:16:28Z TRACE received events_pointset: }, -2024-11-30T14:16:28Z TRACE received events_pointset: "timestamp" : "2024-11-30T14:16:25Z", -2024-11-30T14:16:28Z TRACE received events_pointset: "version" : "1.5.2" -2024-11-30T14:16:28Z TRACE received events_pointset: } -2024-11-30T14:16:28Z DEBUG Handling device message events_pointset MP:5a263d89 -2024-11-30T14:16:28Z TRACE received command AHU-1/events/system -2024-11-30T14:16:28Z DEBUG received events_system 2024-11-30T14:16:15Z NOTICE system.config.apply: success -2024-11-30T14:16:28Z DEBUG received events_system 2024-11-30T14:16:15Z WARNING device.log: Start waiting 10s for config latch for AHU-1 -2024-11-30T14:16:28Z DEBUG received events_system 2024-11-30T14:16:15Z WARNING device.log: Ending connection 1732976175075 with 9 -2024-11-30T14:16:28Z DEBUG received events_system 2024-11-30T14:16:15Z NOTICE system.config.apply: success -2024-11-30T14:16:28Z DEBUG Handling device message events_system MP:4332a3b0 -2024-11-30T14:16:28Z TRACE received command AHU-1/state/update -2024-11-30T14:16:28Z DEBUG received state_update -2024-11-30T14:16:28Z DEBUG Handling update message state_update MP:961191e2 -2024-11-30T14:16:28Z DEBUG Updated state after 0s 2024-11-30T14:16:28Z MP:961191e2 -2024-11-30T14:16:28Z INFO Updated state #002: Changed 4 fields: -2024-11-30T14:16:28Z INFO Updated state #002: Set `system.status.level` = `100` -2024-11-30T14:16:28Z INFO Updated state #002: Set `system.status.category` = `system.config.parse` -2024-11-30T14:16:28Z INFO Updated state #002: Set `system.status.timestamp` = `2024-11-30T14:16:28Z` -2024-11-30T14:16:28Z INFO Updated state #002: Set `timestamp` = `2024-11-30T14:16:28Z` -2024-11-30T14:16:28Z DEBUG Updated state has last_config 2024-11-30T14:16:00Z (expecting null) -2024-11-30T14:16:28Z TRACE received command AHU-1/config/update -2024-11-30T14:16:28Z DEBUG received config_update -2024-11-30T14:16:28Z DEBUG Handling update message config_update RC:2d00fb.00000006 -2024-11-30T14:16:28Z DEBUG Removed configTransaction RC:2d00fb.00000006 -2024-11-30T14:16:28Z DEBUG last_start changed false, last_start 1970-01-01T00:01:13Z -2024-11-30T14:16:28Z DEBUG Updated config 2024-11-30T14:16:28Z RC:2d00fb.00000006 -2024-11-30T14:16:28Z INFO Updated config #002: Changed 4 fields: -2024-11-30T14:16:28Z INFO Updated config #002: Remove `system.testing.endpoint_type` -2024-11-30T14:16:28Z INFO Updated config #002: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } -2024-11-30T14:16:28Z INFO Updated config #002: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "ipv6": { } } } -2024-11-30T14:16:28Z INFO Updated config #002: Remove `blobset` -2024-11-30T14:16:28Z TRACE received command AHU-1/state/system -2024-11-30T14:16:28Z TRACE received state_system: { -2024-11-30T14:16:28Z TRACE received state_system: "hardware" : { -2024-11-30T14:16:28Z TRACE received state_system: "make" : "BOS", -2024-11-30T14:16:28Z TRACE received state_system: "model" : "pubber" -2024-11-30T14:16:28Z TRACE received state_system: }, -2024-11-30T14:16:28Z TRACE received state_system: "last_config" : "2024-11-30T14:16:00Z", -2024-11-30T14:16:28Z TRACE received state_system: "operation" : { -2024-11-30T14:16:28Z TRACE received state_system: "operational" : true, -2024-11-30T14:16:28Z TRACE received state_system: "last_start" : "2024-11-30T14:16:14Z", -2024-11-30T14:16:28Z TRACE received state_system: "restart_count" : 1, -2024-11-30T14:16:28Z TRACE received state_system: "mode" : "initial" -2024-11-30T14:16:28Z TRACE received state_system: }, -2024-11-30T14:16:28Z TRACE received state_system: "serial_no" : "sequencer-6496", -2024-11-30T14:16:28Z TRACE received state_system: "software" : { -2024-11-30T14:16:28Z TRACE received state_system: "firmware" : "v1" -2024-11-30T14:16:28Z TRACE received state_system: }, -2024-11-30T14:16:28Z TRACE received state_system: "status" : { -2024-11-30T14:16:28Z TRACE received state_system: "message" : "success", -2024-11-30T14:16:28Z TRACE received state_system: "category" : "system.config.parse", -2024-11-30T14:16:28Z TRACE received state_system: "timestamp" : "2024-11-30T14:16:28Z", -2024-11-30T14:16:28Z TRACE received state_system: "level" : 100 -2024-11-30T14:16:28Z TRACE received state_system: }, -2024-11-30T14:16:28Z TRACE received state_system: "timestamp" : "2024-11-30T14:16:28Z", -2024-11-30T14:16:28Z TRACE received state_system: "version" : "1.5.2" -2024-11-30T14:16:28Z TRACE received state_system: } -2024-11-30T14:16:28Z DEBUG Handling device message state_system MP:961191e2-0 -2024-11-30T14:16:28Z TRACE Ignoring partial state update -2024-11-30T14:16:28Z DEBUG Detail config update synchronized is now: last_start not synced in config, last_config not synced in state -2024-11-30T14:16:28Z TRACE received command AHU-1/state/localnet -2024-11-30T14:16:28Z TRACE received state_localnet: { -2024-11-30T14:16:28Z TRACE received state_localnet: "families" : { -2024-11-30T14:16:28Z TRACE received state_localnet: "ether" : { -2024-11-30T14:16:28Z TRACE received state_localnet: "addr" : "00:22:48:0b:d0:ed" -2024-11-30T14:16:28Z TRACE received state_localnet: }, -2024-11-30T14:16:28Z TRACE received state_localnet: "ipv4" : { -2024-11-30T14:16:28Z TRACE received state_localnet: "addr" : "10.1.0.116" -2024-11-30T14:16:28Z TRACE received state_localnet: }, -2024-11-30T14:16:28Z TRACE received state_localnet: "ipv6" : { -2024-11-30T14:16:28Z TRACE received state_localnet: "addr" : "fe80::222:48ff:fe0b:d0ed" -2024-11-30T14:16:28Z TRACE received state_localnet: }, -2024-11-30T14:16:28Z TRACE received state_localnet: "vendor" : { -2024-11-30T14:16:28Z TRACE received state_localnet: "addr" : "28179023" -2024-11-30T14:16:28Z TRACE received state_localnet: } -2024-11-30T14:16:28Z TRACE received state_localnet: }, -2024-11-30T14:16:28Z TRACE received state_localnet: "timestamp" : "2024-11-30T14:16:28Z", -2024-11-30T14:16:28Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-30T14:16:28Z TRACE received state_localnet: } -2024-11-30T14:16:28Z DEBUG Handling device message state_localnet MP:961191e2-1 -2024-11-30T14:16:28Z TRACE Ignoring partial state update -2024-11-30T14:16:28Z TRACE received command AHU-1/state/pointset -2024-11-30T14:16:28Z TRACE received state_pointset: { -2024-11-30T14:16:28Z TRACE received state_pointset: "points" : { -2024-11-30T14:16:28Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:16:28Z TRACE received state_pointset: "units" : "No-units" -2024-11-30T14:16:28Z TRACE received state_pointset: }, -2024-11-30T14:16:28Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:16:28Z TRACE received state_pointset: "units" : "Bars", -2024-11-30T14:16:28Z TRACE received state_pointset: "value_state" : "applied" -2024-11-30T14:16:28Z TRACE received state_pointset: }, -2024-11-30T14:16:28Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:16:28Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-30T14:16:28Z TRACE received state_pointset: } -2024-11-30T14:16:28Z TRACE received state_pointset: }, -2024-11-30T14:16:28Z TRACE received state_pointset: "timestamp" : "2024-11-30T14:16:28Z", -2024-11-30T14:16:28Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-30T14:16:28Z TRACE received state_pointset: } -2024-11-30T14:16:28Z DEBUG Handling device message state_pointset MP:961191e2-2 -2024-11-30T14:16:28Z TRACE Ignoring partial state update -2024-11-30T14:16:28Z TRACE received command AHU-1/config/update -2024-11-30T14:16:28Z DEBUG received config_update -2024-11-30T14:16:28Z DEBUG Handling update message config_update MP:961191e2 -2024-11-30T14:16:28Z DEBUG last_start changed true, last_start 2024-11-30T14:16:14Z -2024-11-30T14:16:28Z DEBUG Updated config 2024-11-30T14:16:28Z MP:961191e2 -2024-11-30T14:16:28Z INFO Updated config #003: Changed 0 fields. -2024-11-30T14:16:30Z TRACE received command AHU-1/state/update -2024-11-30T14:16:30Z DEBUG received state_update -2024-11-30T14:16:30Z DEBUG Handling update message state_update MP:0db19369 -2024-11-30T14:16:30Z DEBUG Updated state after 0s 2024-11-30T14:16:30Z MP:0db19369 -2024-11-30T14:16:30Z INFO Updated state #003: Changed 4 fields: -2024-11-30T14:16:30Z INFO Updated state #003: Set `system.last_config` = `2024-11-30T14:16:28Z` -2024-11-30T14:16:30Z INFO Updated state #003: Set `system.status.level` = `300` -2024-11-30T14:16:30Z INFO Updated state #003: Set `system.status.category` = `system.config.apply` -2024-11-30T14:16:30Z INFO Updated state #003: Set `timestamp` = `2024-11-30T14:16:30Z` -2024-11-30T14:16:30Z DEBUG Updated state has last_config 2024-11-30T14:16:28Z (expecting 2024-11-30T14:16:28Z) -2024-11-30T14:16:30Z DEBUG Detail config update synchronized is now: null -2024-11-30T14:16:30Z DEBUG Stage finished waiting for config update synchronized at 12s after 2s -2024-11-30T14:16:30Z TRACE Stage resume waiting for starting test wrapper at 12s -2024-11-30T14:16:30Z DEBUG Config sync took 2s -2024-11-30T14:16:30Z DEBUG Finished wait for config sync pending: null -2024-11-30T14:16:30Z DEBUG Update config soft reset timestamp 2024-11-30T14:16:28Z -2024-11-30T14:16:30Z TRACE local local_update: { -2024-11-30T14:16:30Z TRACE local local_update: "timestamp" : "2024-11-30T14:16:28Z", -2024-11-30T14:16:30Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:16:30Z TRACE local local_update: "system" : { -2024-11-30T14:16:30Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:16:30Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:16:30Z TRACE local local_update: "operation" : { -2024-11-30T14:16:30Z TRACE local local_update: "last_start" : "2024-11-30T14:16:14Z" -2024-11-30T14:16:30Z TRACE local local_update: }, -2024-11-30T14:16:30Z TRACE local local_update: "testing" : { -2024-11-30T14:16:30Z TRACE local local_update: "sequence_name" : "system_min_loglevel" -2024-11-30T14:16:30Z TRACE local local_update: } -2024-11-30T14:16:30Z TRACE local local_update: }, -2024-11-30T14:16:30Z TRACE local local_update: "localnet" : { -2024-11-30T14:16:30Z TRACE local local_update: "families" : { -2024-11-30T14:16:30Z TRACE local local_update: "ether" : { }, -2024-11-30T14:16:30Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:16:30Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:16:30Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:16:30Z TRACE local local_update: } -2024-11-30T14:16:30Z TRACE local local_update: }, -2024-11-30T14:16:30Z TRACE local local_update: "pointset" : { -2024-11-30T14:16:30Z TRACE local local_update: "points" : { -2024-11-30T14:16:30Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:16:30Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:16:30Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:16:30Z TRACE local local_update: }, -2024-11-30T14:16:30Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:16:30Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:16:30Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:16:30Z TRACE local local_update: }, -2024-11-30T14:16:30Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:16:30Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:16:30Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:16:30Z TRACE local local_update: } -2024-11-30T14:16:30Z TRACE local local_update: } -2024-11-30T14:16:30Z TRACE local local_update: } -2024-11-30T14:16:30Z TRACE local local_update: } -2024-11-30T14:16:30Z TRACE Update config soft reset: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } -2024-11-30T14:16:30Z TRACE Update config soft reset: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "ipv6": { } } } -2024-11-30T14:16:30Z TRACE Update config soft reset: Add `timestamp` = `generated timestamp` -2024-11-30T14:16:30Z DEBUG Done with reset_config -2024-11-30T14:16:30Z TRACE Stage suspend waiting for starting test wrapper at 12s -2024-11-30T14:16:30Z INFO Stage start waiting for config update synchronized at 12s -2024-11-30T14:16:30Z TRACE received command AHU-1/state/system -2024-11-30T14:16:30Z TRACE received state_system: { -2024-11-30T14:16:30Z TRACE received state_system: "hardware" : { -2024-11-30T14:16:30Z TRACE received state_system: "make" : "BOS", -2024-11-30T14:16:30Z TRACE received state_system: "model" : "pubber" -2024-11-30T14:16:30Z TRACE received state_system: }, -2024-11-30T14:16:30Z TRACE received state_system: "last_config" : "2024-11-30T14:16:28Z", -2024-11-30T14:16:30Z TRACE received state_system: "operation" : { -2024-11-30T14:16:30Z TRACE received state_system: "operational" : true, -2024-11-30T14:16:30Z TRACE received state_system: "last_start" : "2024-11-30T14:16:14Z", -2024-11-30T14:16:30Z TRACE received state_system: "restart_count" : 1, -2024-11-30T14:16:30Z TRACE received state_system: "mode" : "initial" -2024-11-30T14:16:30Z TRACE received state_system: }, -2024-11-30T14:16:30Z TRACE received state_system: "serial_no" : "sequencer-6496", -2024-11-30T14:16:30Z TRACE received state_system: "software" : { -2024-11-30T14:16:30Z TRACE received state_system: "firmware" : "v1" -2024-11-30T14:16:30Z TRACE received state_system: }, -2024-11-30T14:16:30Z TRACE received state_system: "status" : { -2024-11-30T14:16:30Z TRACE received state_system: "message" : "success", -2024-11-30T14:16:30Z TRACE received state_system: "category" : "system.config.apply", -2024-11-30T14:16:30Z TRACE received state_system: "timestamp" : "2024-11-30T14:16:28Z", -2024-11-30T14:16:30Z TRACE received state_system: "level" : 300 -2024-11-30T14:16:30Z TRACE received state_system: }, -2024-11-30T14:16:30Z TRACE received state_system: "timestamp" : "2024-11-30T14:16:30Z", -2024-11-30T14:16:30Z TRACE received state_system: "version" : "1.5.2" -2024-11-30T14:16:30Z TRACE received state_system: } -2024-11-30T14:16:30Z DEBUG Handling device message state_system MP:0db19369-0 -2024-11-30T14:16:30Z TRACE Ignoring partial state update -2024-11-30T14:16:30Z DEBUG Stage finished waiting for config update synchronized at 12s after 0s -2024-11-30T14:16:30Z TRACE Stage resume waiting for starting test wrapper at 12s -2024-11-30T14:16:30Z DEBUG Config sync took 2s -2024-11-30T14:16:30Z DEBUG Finished wait for config sync pending: null -2024-11-30T14:16:30Z DEBUG Disallowing device state change (everything) -2024-11-30T14:16:31Z TRACE updated check config_update: true -2024-11-30T14:16:31Z DEBUG update config_update, adding configTransaction RC:2d00fb.00000007 -2024-11-30T14:16:31Z TRACE local local_update: { -2024-11-30T14:16:31Z TRACE local local_update: "timestamp" : "2024-11-30T14:16:28Z", -2024-11-30T14:16:31Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:16:31Z TRACE local local_update: "system" : { -2024-11-30T14:16:31Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:16:31Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:16:31Z TRACE local local_update: "operation" : { -2024-11-30T14:16:31Z TRACE local local_update: "last_start" : "2024-11-30T14:16:14Z" -2024-11-30T14:16:31Z TRACE local local_update: }, -2024-11-30T14:16:31Z TRACE local local_update: "testing" : { -2024-11-30T14:16:31Z TRACE local local_update: "sequence_name" : "system_min_loglevel" -2024-11-30T14:16:31Z TRACE local local_update: } -2024-11-30T14:16:31Z TRACE local local_update: }, -2024-11-30T14:16:31Z TRACE local local_update: "localnet" : { -2024-11-30T14:16:31Z TRACE local local_update: "families" : { -2024-11-30T14:16:31Z TRACE local local_update: "ether" : { }, -2024-11-30T14:16:31Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:16:31Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:16:31Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:16:31Z TRACE local local_update: } -2024-11-30T14:16:31Z TRACE local local_update: }, -2024-11-30T14:16:31Z TRACE local local_update: "pointset" : { -2024-11-30T14:16:31Z TRACE local local_update: "points" : { -2024-11-30T14:16:31Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:16:31Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:16:31Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:16:31Z TRACE local local_update: }, -2024-11-30T14:16:31Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:16:31Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:16:31Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:16:31Z TRACE local local_update: }, -2024-11-30T14:16:31Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:16:31Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:16:31Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:16:31Z TRACE local local_update: } -2024-11-30T14:16:31Z TRACE local local_update: } -2024-11-30T14:16:31Z TRACE local local_update: } -2024-11-30T14:16:31Z TRACE local local_update: } -2024-11-30T14:16:31Z DEBUG Saving pre-config state timestamp 2024-11-30T14:16:30Z -2024-11-30T14:16:31Z DEBUG Update lastConfigUpdate 2024-11-30T14:16:31Z, because initial setup -2024-11-30T14:16:31Z TRACE Stage suspend waiting for starting test wrapper at 13s -2024-11-30T14:16:31Z INFO Stage start waiting for config update synchronized at 13s -2024-11-30T14:16:31Z TRACE received command AHU-1/state/localnet -2024-11-30T14:16:31Z TRACE received state_localnet: { -2024-11-30T14:16:31Z TRACE received state_localnet: "families" : { -2024-11-30T14:16:31Z TRACE received state_localnet: "ether" : { -2024-11-30T14:16:31Z TRACE received state_localnet: "addr" : "00:22:48:0b:d0:ed" -2024-11-30T14:16:31Z TRACE received state_localnet: }, -2024-11-30T14:16:31Z TRACE received state_localnet: "ipv4" : { -2024-11-30T14:16:31Z TRACE received state_localnet: "addr" : "10.1.0.116" -2024-11-30T14:16:31Z TRACE received state_localnet: }, -2024-11-30T14:16:31Z TRACE received state_localnet: "ipv6" : { -2024-11-30T14:16:31Z TRACE received state_localnet: "addr" : "fe80::222:48ff:fe0b:d0ed" -2024-11-30T14:16:31Z TRACE received state_localnet: }, -2024-11-30T14:16:31Z TRACE received state_localnet: "vendor" : { -2024-11-30T14:16:31Z TRACE received state_localnet: "addr" : "28179023" -2024-11-30T14:16:31Z TRACE received state_localnet: } -2024-11-30T14:16:31Z TRACE received state_localnet: }, -2024-11-30T14:16:31Z TRACE received state_localnet: "timestamp" : "2024-11-30T14:16:30Z", -2024-11-30T14:16:31Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-30T14:16:31Z TRACE received state_localnet: } -2024-11-30T14:16:31Z DEBUG Handling device message state_localnet MP:0db19369-1 -2024-11-30T14:16:31Z TRACE Ignoring partial state update -2024-11-30T14:16:31Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-30T14:16:31Z TRACE received command AHU-1/state/pointset -2024-11-30T14:16:31Z TRACE received state_pointset: { -2024-11-30T14:16:31Z TRACE received state_pointset: "points" : { -2024-11-30T14:16:31Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:16:31Z TRACE received state_pointset: "units" : "No-units" -2024-11-30T14:16:31Z TRACE received state_pointset: }, -2024-11-30T14:16:31Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:16:31Z TRACE received state_pointset: "units" : "Bars", -2024-11-30T14:16:31Z TRACE received state_pointset: "value_state" : "applied" -2024-11-30T14:16:31Z TRACE received state_pointset: }, -2024-11-30T14:16:31Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:16:31Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-30T14:16:31Z TRACE received state_pointset: } -2024-11-30T14:16:31Z TRACE received state_pointset: }, -2024-11-30T14:16:31Z TRACE received state_pointset: "timestamp" : "2024-11-30T14:16:30Z", -2024-11-30T14:16:31Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-30T14:16:31Z TRACE received state_pointset: } -2024-11-30T14:16:31Z DEBUG Handling device message state_pointset MP:0db19369-2 -2024-11-30T14:16:31Z TRACE Ignoring partial state update -2024-11-30T14:16:31Z TRACE received command AHU-1/config/update -2024-11-30T14:16:31Z DEBUG received config_update -2024-11-30T14:16:31Z DEBUG Handling update message config_update RC:2d00fb.00000007 -2024-11-30T14:16:31Z DEBUG Removed configTransaction RC:2d00fb.00000007 -2024-11-30T14:16:31Z DEBUG last_start changed false, last_start 2024-11-30T14:16:14Z -2024-11-30T14:16:31Z DEBUG Updated config 2024-11-30T14:16:31Z RC:2d00fb.00000007 -2024-11-30T14:16:31Z INFO Updated config #004: Changed 0 fields. -2024-11-30T14:16:31Z DEBUG Detail config update synchronized is now: device state not updated since config issued, last_config not synced in state -2024-11-30T14:16:32Z TRACE received command AHU-1/state/update -2024-11-30T14:16:32Z DEBUG received state_update -2024-11-30T14:16:32Z DEBUG Handling update message state_update MP:961fd8ed -2024-11-30T14:16:32Z DEBUG Updated state after 0s 2024-11-30T14:16:32Z MP:961fd8ed -2024-11-30T14:16:32Z INFO Updated state #004: Changed 3 fields: -2024-11-30T14:16:32Z INFO Updated state #004: Set `system.last_config` = `2024-11-30T14:16:31Z` -2024-11-30T14:16:32Z INFO Updated state #004: Set `system.status.timestamp` = `2024-11-30T14:16:31Z` -2024-11-30T14:16:32Z INFO Updated state #004: Set `timestamp` = `2024-11-30T14:16:32Z` -2024-11-30T14:16:32Z DEBUG Updated state has last_config 2024-11-30T14:16:31Z (expecting 2024-11-30T14:16:31Z) -2024-11-30T14:16:32Z TRACE received command AHU-1/state/system -2024-11-30T14:16:32Z TRACE received state_system: { -2024-11-30T14:16:32Z TRACE received state_system: "hardware" : { -2024-11-30T14:16:32Z TRACE received state_system: "make" : "BOS", -2024-11-30T14:16:32Z TRACE received state_system: "model" : "pubber" -2024-11-30T14:16:32Z TRACE received state_system: }, -2024-11-30T14:16:32Z TRACE received state_system: "last_config" : "2024-11-30T14:16:31Z", -2024-11-30T14:16:32Z TRACE received state_system: "operation" : { -2024-11-30T14:16:32Z TRACE received state_system: "operational" : true, -2024-11-30T14:16:32Z TRACE received state_system: "last_start" : "2024-11-30T14:16:14Z", -2024-11-30T14:16:32Z TRACE received state_system: "restart_count" : 1, -2024-11-30T14:16:32Z TRACE received state_system: "mode" : "initial" -2024-11-30T14:16:32Z TRACE received state_system: }, -2024-11-30T14:16:32Z TRACE received state_system: "serial_no" : "sequencer-6496", -2024-11-30T14:16:32Z TRACE received state_system: "software" : { -2024-11-30T14:16:32Z TRACE received state_system: "firmware" : "v1" -2024-11-30T14:16:32Z TRACE received state_system: }, -2024-11-30T14:16:32Z TRACE received state_system: "status" : { -2024-11-30T14:16:32Z TRACE received state_system: "message" : "success", -2024-11-30T14:16:32Z TRACE received state_system: "category" : "system.config.apply", -2024-11-30T14:16:32Z TRACE received state_system: "timestamp" : "2024-11-30T14:16:31Z", -2024-11-30T14:16:32Z TRACE received state_system: "level" : 300 -2024-11-30T14:16:32Z TRACE received state_system: }, -2024-11-30T14:16:32Z TRACE received state_system: "timestamp" : "2024-11-30T14:16:32Z", -2024-11-30T14:16:32Z TRACE received state_system: "version" : "1.5.2" -2024-11-30T14:16:32Z TRACE received state_system: } -2024-11-30T14:16:32Z DEBUG Handling device message state_system MP:961fd8ed-0 -2024-11-30T14:16:32Z TRACE Ignoring partial state update -2024-11-30T14:16:32Z DEBUG Detail config update synchronized is now: null -2024-11-30T14:16:32Z DEBUG Stage finished waiting for config update synchronized at 14s after 0s -2024-11-30T14:16:32Z TRACE Stage resume waiting for starting test wrapper at 14s -2024-11-30T14:16:32Z DEBUG Config sync took 1s -2024-11-30T14:16:32Z DEBUG Finished wait for config sync pending: null -2024-11-30T14:16:32Z DEBUG Update config initial setup timestamp 2024-11-30T14:16:31Z -2024-11-30T14:16:32Z TRACE local local_update: { -2024-11-30T14:16:32Z TRACE local local_update: "timestamp" : "2024-11-30T14:16:31Z", -2024-11-30T14:16:32Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:16:32Z TRACE local local_update: "system" : { -2024-11-30T14:16:32Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:16:32Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:16:32Z TRACE local local_update: "operation" : { -2024-11-30T14:16:32Z TRACE local local_update: "last_start" : "2024-11-30T14:16:14Z" -2024-11-30T14:16:32Z TRACE local local_update: }, -2024-11-30T14:16:32Z TRACE local local_update: "testing" : { -2024-11-30T14:16:32Z TRACE local local_update: "sequence_name" : "system_min_loglevel" -2024-11-30T14:16:32Z TRACE local local_update: } -2024-11-30T14:16:32Z TRACE local local_update: }, -2024-11-30T14:16:32Z TRACE local local_update: "localnet" : { -2024-11-30T14:16:32Z TRACE local local_update: "families" : { -2024-11-30T14:16:32Z TRACE local local_update: "ether" : { }, -2024-11-30T14:16:32Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:16:32Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:16:32Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:16:32Z TRACE local local_update: } -2024-11-30T14:16:32Z TRACE local local_update: }, -2024-11-30T14:16:32Z TRACE local local_update: "pointset" : { -2024-11-30T14:16:32Z TRACE local local_update: "points" : { -2024-11-30T14:16:32Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:16:32Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:16:32Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:16:32Z TRACE local local_update: }, -2024-11-30T14:16:32Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:16:32Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:16:32Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:16:32Z TRACE local local_update: }, -2024-11-30T14:16:32Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:16:32Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:16:32Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:16:32Z TRACE local local_update: } -2024-11-30T14:16:32Z TRACE local local_update: } -2024-11-30T14:16:32Z TRACE local local_update: } -2024-11-30T14:16:32Z TRACE local local_update: } -2024-11-30T14:16:32Z DEBUG Stale state cutoff threshold is 2024-11-30T14:16:16Z -2024-11-30T14:16:32Z DEBUG Waiting for device stateTransaction RC:2d00fb.00000008 (was null) -2024-11-30T14:16:32Z TRACE Stage suspend waiting for starting test wrapper at 14s -2024-11-30T14:16:32Z INFO Stage start waiting for state query at 14s -2024-11-30T14:16:32Z TRACE received command AHU-1/state/localnet -2024-11-30T14:16:32Z TRACE received state_localnet: { -2024-11-30T14:16:32Z TRACE received state_localnet: "families" : { -2024-11-30T14:16:32Z TRACE received state_localnet: "ether" : { -2024-11-30T14:16:32Z TRACE received state_localnet: "addr" : "00:22:48:0b:d0:ed" -2024-11-30T14:16:32Z TRACE received state_localnet: }, -2024-11-30T14:16:32Z TRACE received state_localnet: "ipv4" : { -2024-11-30T14:16:32Z TRACE received state_localnet: "addr" : "10.1.0.116" -2024-11-30T14:16:32Z TRACE received state_localnet: }, -2024-11-30T14:16:32Z TRACE received state_localnet: "ipv6" : { -2024-11-30T14:16:32Z TRACE received state_localnet: "addr" : "fe80::222:48ff:fe0b:d0ed" -2024-11-30T14:16:32Z TRACE received state_localnet: }, -2024-11-30T14:16:32Z TRACE received state_localnet: "vendor" : { -2024-11-30T14:16:32Z TRACE received state_localnet: "addr" : "28179023" -2024-11-30T14:16:32Z TRACE received state_localnet: } -2024-11-30T14:16:32Z TRACE received state_localnet: }, -2024-11-30T14:16:32Z TRACE received state_localnet: "timestamp" : "2024-11-30T14:16:32Z", -2024-11-30T14:16:32Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-30T14:16:32Z TRACE received state_localnet: } -2024-11-30T14:16:32Z DEBUG Handling device message state_localnet MP:961fd8ed-1 -2024-11-30T14:16:32Z TRACE Ignoring partial state update -2024-11-30T14:16:32Z TRACE received command AHU-1/state/pointset -2024-11-30T14:16:32Z TRACE received state_pointset: { -2024-11-30T14:16:32Z TRACE received state_pointset: "points" : { -2024-11-30T14:16:32Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:16:32Z TRACE received state_pointset: "units" : "No-units" -2024-11-30T14:16:32Z TRACE received state_pointset: }, -2024-11-30T14:16:32Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:16:32Z TRACE received state_pointset: "units" : "Bars", -2024-11-30T14:16:32Z TRACE received state_pointset: "value_state" : "applied" -2024-11-30T14:16:32Z TRACE received state_pointset: }, -2024-11-30T14:16:32Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:16:32Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-30T14:16:32Z TRACE received state_pointset: } -2024-11-30T14:16:32Z TRACE received state_pointset: }, -2024-11-30T14:16:32Z TRACE received state_pointset: "timestamp" : "2024-11-30T14:16:32Z", -2024-11-30T14:16:32Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-30T14:16:32Z TRACE received state_pointset: } -2024-11-30T14:16:32Z DEBUG Handling device message state_pointset MP:961fd8ed-2 -2024-11-30T14:16:32Z TRACE Ignoring partial state update -2024-11-30T14:16:32Z TRACE received command AHU-1/state/update -2024-11-30T14:16:32Z DEBUG received state_update -2024-11-30T14:16:32Z INFO Received device configAcked -2024-11-30T14:16:32Z DEBUG Handling update message state_update RC:2d00fb.00000008 -2024-11-30T14:16:32Z DEBUG Removed stateTransaction RC:2d00fb.00000008 -2024-11-30T14:16:32Z DEBUG Updated state after 0s 2024-11-30T14:16:32Z RC:2d00fb.00000008 -2024-11-30T14:16:32Z INFO Updated state #005: Changed 0 fields. -2024-11-30T14:16:32Z DEBUG Updated state has last_config 2024-11-30T14:16:31Z (expecting 2024-11-30T14:16:31Z) -2024-11-30T14:16:32Z DEBUG Stage finished waiting for state query at 14s after 0s -2024-11-30T14:16:32Z TRACE Stage resume waiting for starting test wrapper at 14s -2024-11-30T14:16:32Z TRACE Stage suspend waiting for starting test wrapper at 14s -2024-11-30T14:16:32Z INFO Stage start waiting for initial device state at 14s -2024-11-30T14:16:33Z TRACE updated check config_update: true -2024-11-30T14:16:33Z DEBUG update config_update, adding configTransaction RC:2d00fb.00000009 -2024-11-30T14:16:33Z TRACE local local_update: { -2024-11-30T14:16:33Z TRACE local local_update: "timestamp" : "2024-11-30T14:16:31Z", -2024-11-30T14:16:33Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:16:33Z TRACE local local_update: "system" : { -2024-11-30T14:16:33Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:16:33Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:16:33Z TRACE local local_update: "operation" : { -2024-11-30T14:16:33Z TRACE local local_update: "last_start" : "2024-11-30T14:16:14Z" -2024-11-30T14:16:33Z TRACE local local_update: }, -2024-11-30T14:16:33Z TRACE local local_update: "testing" : { -2024-11-30T14:16:33Z TRACE local local_update: "sequence_name" : "system_min_loglevel" -2024-11-30T14:16:33Z TRACE local local_update: } -2024-11-30T14:16:33Z TRACE local local_update: }, -2024-11-30T14:16:33Z TRACE local local_update: "localnet" : { -2024-11-30T14:16:33Z TRACE local local_update: "families" : { -2024-11-30T14:16:33Z TRACE local local_update: "ether" : { }, -2024-11-30T14:16:33Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:16:33Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:16:33Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:16:33Z TRACE local local_update: } -2024-11-30T14:16:33Z TRACE local local_update: }, -2024-11-30T14:16:33Z TRACE local local_update: "pointset" : { -2024-11-30T14:16:33Z TRACE local local_update: "points" : { -2024-11-30T14:16:33Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:16:33Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:16:33Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:16:33Z TRACE local local_update: }, -2024-11-30T14:16:33Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:16:33Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:16:33Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:16:33Z TRACE local local_update: }, -2024-11-30T14:16:33Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:16:33Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:16:33Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:16:33Z TRACE local local_update: } -2024-11-30T14:16:33Z TRACE local local_update: } -2024-11-30T14:16:33Z TRACE local local_update: } -2024-11-30T14:16:33Z TRACE local local_update: } -2024-11-30T14:16:33Z DEBUG Saving pre-config state timestamp 2024-11-30T14:16:32Z -2024-11-30T14:16:33Z DEBUG Update lastConfigUpdate 2024-11-30T14:16:33Z, because before initial device state -2024-11-30T14:16:33Z TRACE Stage suspend waiting for initial device state at 15s -2024-11-30T14:16:33Z INFO Stage start waiting for config update synchronized at 15s -2024-11-30T14:16:33Z TRACE received command AHU-1/reply/update -2024-11-30T14:16:33Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-30T14:16:33Z TRACE received command AHU-1/config/update -2024-11-30T14:16:33Z DEBUG received config_update -2024-11-30T14:16:33Z DEBUG Handling update message config_update RC:2d00fb.00000009 -2024-11-30T14:16:33Z DEBUG Removed configTransaction RC:2d00fb.00000009 -2024-11-30T14:16:33Z DEBUG last_start changed false, last_start 2024-11-30T14:16:14Z -2024-11-30T14:16:33Z DEBUG Updated config 2024-11-30T14:16:33Z RC:2d00fb.00000009 -2024-11-30T14:16:33Z INFO Updated config #005: Changed 0 fields. -2024-11-30T14:16:34Z TRACE received command AHU-1/state/update -2024-11-30T14:16:34Z DEBUG received state_update -2024-11-30T14:16:34Z DEBUG Handling update message state_update MP:c485fa8d -2024-11-30T14:16:34Z DEBUG Updated state after 0s 2024-11-30T14:16:34Z MP:c485fa8d -2024-11-30T14:16:34Z INFO Updated state #006: Changed 3 fields: -2024-11-30T14:16:34Z INFO Updated state #006: Set `system.last_config` = `2024-11-30T14:16:33Z` -2024-11-30T14:16:34Z INFO Updated state #006: Set `system.status.timestamp` = `2024-11-30T14:16:33Z` -2024-11-30T14:16:34Z INFO Updated state #006: Set `timestamp` = `2024-11-30T14:16:34Z` -2024-11-30T14:16:34Z DEBUG Updated state has last_config 2024-11-30T14:16:33Z (expecting 2024-11-30T14:16:33Z) -2024-11-30T14:16:34Z DEBUG Detail config update synchronized is now: null -2024-11-30T14:16:34Z DEBUG Stage finished waiting for config update synchronized at 16s after 0s -2024-11-30T14:16:34Z TRACE Stage resume waiting for initial device state at 16s -2024-11-30T14:16:34Z DEBUG Config sync took 1s -2024-11-30T14:16:34Z DEBUG Finished wait for config sync pending: null -2024-11-30T14:16:34Z DEBUG Update config before initial device state timestamp 2024-11-30T14:16:33Z -2024-11-30T14:16:34Z TRACE local local_update: { -2024-11-30T14:16:34Z TRACE local local_update: "timestamp" : "2024-11-30T14:16:33Z", -2024-11-30T14:16:34Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:16:34Z TRACE local local_update: "system" : { -2024-11-30T14:16:34Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:16:34Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:16:34Z TRACE local local_update: "operation" : { -2024-11-30T14:16:34Z TRACE local local_update: "last_start" : "2024-11-30T14:16:14Z" -2024-11-30T14:16:34Z TRACE local local_update: }, -2024-11-30T14:16:34Z TRACE local local_update: "testing" : { -2024-11-30T14:16:34Z TRACE local local_update: "sequence_name" : "system_min_loglevel" -2024-11-30T14:16:34Z TRACE local local_update: } -2024-11-30T14:16:34Z TRACE local local_update: }, -2024-11-30T14:16:34Z TRACE local local_update: "localnet" : { -2024-11-30T14:16:34Z TRACE local local_update: "families" : { -2024-11-30T14:16:34Z TRACE local local_update: "ether" : { }, -2024-11-30T14:16:34Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:16:34Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:16:34Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:16:34Z TRACE local local_update: } -2024-11-30T14:16:34Z TRACE local local_update: }, -2024-11-30T14:16:34Z TRACE local local_update: "pointset" : { -2024-11-30T14:16:34Z TRACE local local_update: "points" : { -2024-11-30T14:16:34Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:16:34Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:16:34Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:16:34Z TRACE local local_update: }, -2024-11-30T14:16:34Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:16:34Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:16:34Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:16:34Z TRACE local local_update: }, -2024-11-30T14:16:34Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:16:34Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:16:34Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:16:34Z TRACE local local_update: } -2024-11-30T14:16:34Z TRACE local local_update: } -2024-11-30T14:16:34Z TRACE local local_update: } -2024-11-30T14:16:34Z TRACE local local_update: } -2024-11-30T14:16:34Z DEBUG Stage finished waiting for initial device state at 16s after 1s -2024-11-30T14:16:34Z TRACE Stage resume waiting for starting test wrapper at 16s -2024-11-30T14:16:34Z DEBUG Device state system status level is now 300 -2024-11-30T14:16:34Z TRACE Stage suspend waiting for starting test wrapper at 16s -2024-11-30T14:16:34Z INFO Stage start waiting for config update synchronized at 16s -2024-11-30T14:16:34Z TRACE received command AHU-1/state/system -2024-11-30T14:16:34Z TRACE received state_system: { -2024-11-30T14:16:34Z TRACE received state_system: "hardware" : { -2024-11-30T14:16:34Z TRACE received state_system: "make" : "BOS", -2024-11-30T14:16:34Z TRACE received state_system: "model" : "pubber" -2024-11-30T14:16:34Z TRACE received state_system: }, -2024-11-30T14:16:34Z TRACE received state_system: "last_config" : "2024-11-30T14:16:33Z", -2024-11-30T14:16:34Z TRACE received state_system: "operation" : { -2024-11-30T14:16:34Z TRACE received state_system: "operational" : true, -2024-11-30T14:16:34Z TRACE received state_system: "last_start" : "2024-11-30T14:16:14Z", -2024-11-30T14:16:34Z TRACE received state_system: "restart_count" : 1, -2024-11-30T14:16:34Z TRACE received state_system: "mode" : "initial" -2024-11-30T14:16:34Z TRACE received state_system: }, -2024-11-30T14:16:34Z TRACE received state_system: "serial_no" : "sequencer-6496", -2024-11-30T14:16:34Z TRACE received state_system: "software" : { -2024-11-30T14:16:34Z TRACE received state_system: "firmware" : "v1" -2024-11-30T14:16:34Z TRACE received state_system: }, -2024-11-30T14:16:34Z TRACE received state_system: "status" : { -2024-11-30T14:16:34Z TRACE received state_system: "message" : "success", -2024-11-30T14:16:34Z TRACE received state_system: "category" : "system.config.apply", -2024-11-30T14:16:34Z TRACE received state_system: "timestamp" : "2024-11-30T14:16:33Z", -2024-11-30T14:16:34Z TRACE received state_system: "level" : 300 -2024-11-30T14:16:34Z TRACE received state_system: }, -2024-11-30T14:16:34Z TRACE received state_system: "timestamp" : "2024-11-30T14:16:34Z", -2024-11-30T14:16:34Z TRACE received state_system: "version" : "1.5.2" -2024-11-30T14:16:34Z TRACE received state_system: } -2024-11-30T14:16:34Z DEBUG Handling device message state_system MP:c485fa8d-0 -2024-11-30T14:16:34Z TRACE Ignoring partial state update -2024-11-30T14:16:34Z DEBUG Stage finished waiting for config update synchronized at 16s after 0s -2024-11-30T14:16:34Z TRACE Stage resume waiting for starting test wrapper at 16s -2024-11-30T14:16:34Z DEBUG Config sync took 1s -2024-11-30T14:16:34Z DEBUG Finished wait for config sync pending: null -2024-11-30T14:16:34Z TRACE Stage suspend waiting for starting test wrapper at 16s -2024-11-30T14:16:34Z INFO Stage start waiting for executing test at 16s -2024-11-30T14:16:34Z DEBUG stage begin waiting for executing test at 16s -2024-11-30T14:16:34Z TRACE Stage suspend waiting for executing test at 16s -2024-11-30T14:16:34Z INFO Stage start waiting for system logs level `NOTICE` category `system.config.apply` at 16s -2024-11-30T14:16:35Z DEBUG system config extra field null -2024-11-30T14:16:35Z TRACE updated check config_system: true -2024-11-30T14:16:35Z DEBUG update config_system, adding configTransaction RC:2d00fb.0000000a -2024-11-30T14:16:35Z TRACE local local_system: { -2024-11-30T14:16:35Z TRACE local local_system: "min_loglevel" : 200, -2024-11-30T14:16:35Z TRACE local local_system: "metrics_rate_sec" : 10, -2024-11-30T14:16:35Z TRACE local local_system: "operation" : { -2024-11-30T14:16:35Z TRACE local local_system: "last_start" : "2024-11-30T14:16:14Z" -2024-11-30T14:16:35Z TRACE local local_system: }, -2024-11-30T14:16:35Z TRACE local local_system: "testing" : { -2024-11-30T14:16:35Z TRACE local local_system: "sequence_name" : "system_min_loglevel" -2024-11-30T14:16:35Z TRACE local local_system: } -2024-11-30T14:16:35Z TRACE local local_system: } -2024-11-30T14:16:35Z TRACE updated check config_pointset: true -2024-11-30T14:16:35Z DEBUG update config_pointset, adding configTransaction RC:2d00fb.0000000b -2024-11-30T14:16:35Z TRACE local local_pointset: { -2024-11-30T14:16:35Z TRACE local local_pointset: "points" : { -2024-11-30T14:16:35Z TRACE local local_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:16:35Z TRACE local local_pointset: "units" : "Bars", -2024-11-30T14:16:35Z TRACE local local_pointset: "set_value" : 98 -2024-11-30T14:16:35Z TRACE local local_pointset: }, -2024-11-30T14:16:35Z TRACE local local_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:16:35Z TRACE local local_pointset: "ref" : "BV11.present_value", -2024-11-30T14:16:35Z TRACE local local_pointset: "units" : "No-units" -2024-11-30T14:16:35Z TRACE local local_pointset: }, -2024-11-30T14:16:35Z TRACE local local_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:16:35Z TRACE local local_pointset: "ref" : "AV12.present_value", -2024-11-30T14:16:35Z TRACE local local_pointset: "units" : "Degrees-Celsius" -2024-11-30T14:16:35Z TRACE local local_pointset: } -2024-11-30T14:16:35Z TRACE local local_pointset: } -2024-11-30T14:16:35Z TRACE local local_pointset: } -2024-11-30T14:16:35Z TRACE updated check config_gateway: false -2024-11-30T14:16:35Z TRACE updated check config_localnet: true -2024-11-30T14:16:35Z DEBUG update config_localnet, adding configTransaction RC:2d00fb.0000000c -2024-11-30T14:16:35Z TRACE local local_localnet: { -2024-11-30T14:16:35Z TRACE local local_localnet: "families" : { -2024-11-30T14:16:35Z TRACE local local_localnet: "ether" : { }, -2024-11-30T14:16:35Z TRACE local local_localnet: "ipv4" : { }, -2024-11-30T14:16:35Z TRACE local local_localnet: "vendor" : { }, -2024-11-30T14:16:35Z TRACE local local_localnet: "ipv6" : { } -2024-11-30T14:16:35Z TRACE local local_localnet: } -2024-11-30T14:16:35Z TRACE local local_localnet: } -2024-11-30T14:16:35Z TRACE updated check config_blobset: false -2024-11-30T14:16:35Z TRACE updated check config_discovery: false -2024-11-30T14:16:35Z DEBUG Saving pre-config state timestamp 2024-11-30T14:16:34Z -2024-11-30T14:16:35Z DEBUG Update lastConfigUpdate 2024-11-30T14:16:35Z, because Before system logs level `NOTICE` category `system.config.apply` -2024-11-30T14:16:35Z TRACE Stage suspend waiting for system logs level `NOTICE` category `system.config.apply` at 17s -2024-11-30T14:16:35Z INFO Stage start waiting for config update synchronized at 17s -2024-11-30T14:16:35Z TRACE received command AHU-1/state/localnet -2024-11-30T14:16:35Z TRACE received state_localnet: { -2024-11-30T14:16:35Z TRACE received state_localnet: "families" : { -2024-11-30T14:16:35Z TRACE received state_localnet: "ether" : { -2024-11-30T14:16:35Z TRACE received state_localnet: "addr" : "00:22:48:0b:d0:ed" -2024-11-30T14:16:35Z TRACE received state_localnet: }, -2024-11-30T14:16:35Z TRACE received state_localnet: "ipv4" : { -2024-11-30T14:16:35Z TRACE received state_localnet: "addr" : "10.1.0.116" -2024-11-30T14:16:35Z TRACE received state_localnet: }, -2024-11-30T14:16:35Z TRACE received state_localnet: "ipv6" : { -2024-11-30T14:16:35Z TRACE received state_localnet: "addr" : "fe80::222:48ff:fe0b:d0ed" -2024-11-30T14:16:35Z TRACE received state_localnet: }, -2024-11-30T14:16:35Z TRACE received state_localnet: "vendor" : { -2024-11-30T14:16:35Z TRACE received state_localnet: "addr" : "28179023" -2024-11-30T14:16:35Z TRACE received state_localnet: } -2024-11-30T14:16:35Z TRACE received state_localnet: }, -2024-11-30T14:16:35Z TRACE received state_localnet: "timestamp" : "2024-11-30T14:16:34Z", -2024-11-30T14:16:35Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-30T14:16:35Z TRACE received state_localnet: } -2024-11-30T14:16:35Z DEBUG Handling device message state_localnet MP:c485fa8d-1 -2024-11-30T14:16:35Z TRACE Ignoring partial state update -2024-11-30T14:16:35Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-30T14:16:35Z TRACE received command AHU-1/state/pointset -2024-11-30T14:16:35Z TRACE received state_pointset: { -2024-11-30T14:16:35Z TRACE received state_pointset: "points" : { -2024-11-30T14:16:35Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:16:35Z TRACE received state_pointset: "units" : "No-units" -2024-11-30T14:16:35Z TRACE received state_pointset: }, -2024-11-30T14:16:35Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:16:35Z TRACE received state_pointset: "units" : "Bars", -2024-11-30T14:16:35Z TRACE received state_pointset: "value_state" : "applied" -2024-11-30T14:16:35Z TRACE received state_pointset: }, -2024-11-30T14:16:35Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:16:35Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-30T14:16:35Z TRACE received state_pointset: } -2024-11-30T14:16:35Z TRACE received state_pointset: }, -2024-11-30T14:16:35Z TRACE received state_pointset: "timestamp" : "2024-11-30T14:16:34Z", -2024-11-30T14:16:35Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-30T14:16:35Z TRACE received state_pointset: } -2024-11-30T14:16:35Z DEBUG Handling device message state_pointset MP:c485fa8d-2 -2024-11-30T14:16:35Z TRACE Ignoring partial state update -2024-11-30T14:16:35Z TRACE received command AHU-1/config/update -2024-11-30T14:16:35Z DEBUG received config_update -2024-11-30T14:16:35Z DEBUG Handling update message config_update RC:2d00fb.0000000a -2024-11-30T14:16:35Z DEBUG Removed configTransaction RC:2d00fb.0000000a -2024-11-30T14:16:35Z DEBUG last_start changed false, last_start 2024-11-30T14:16:14Z -2024-11-30T14:16:35Z DEBUG Updated config 2024-11-30T14:16:35Z RC:2d00fb.0000000a -2024-11-30T14:16:35Z INFO Updated config #006: Changed 1 fields: -2024-11-30T14:16:35Z INFO Updated config #006: Set `system.min_loglevel` = `200` -2024-11-30T14:16:35Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared, last_config not synced in state -2024-11-30T14:16:35Z TRACE received command AHU-1/events/pointset -2024-11-30T14:16:35Z TRACE received events_pointset: { -2024-11-30T14:16:35Z TRACE received events_pointset: "points" : { -2024-11-30T14:16:35Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:16:35Z TRACE received events_pointset: "present_value" : true -2024-11-30T14:16:35Z TRACE received events_pointset: }, -2024-11-30T14:16:35Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:16:35Z TRACE received events_pointset: "present_value" : 98 -2024-11-30T14:16:35Z TRACE received events_pointset: }, -2024-11-30T14:16:35Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:16:35Z TRACE received events_pointset: "present_value" : 12 -2024-11-30T14:16:35Z TRACE received events_pointset: } -2024-11-30T14:16:35Z TRACE received events_pointset: }, -2024-11-30T14:16:35Z TRACE received events_pointset: "timestamp" : "2024-11-30T14:16:35Z", -2024-11-30T14:16:35Z TRACE received events_pointset: "version" : "1.5.2" -2024-11-30T14:16:35Z TRACE received events_pointset: } -2024-11-30T14:16:35Z DEBUG Handling device message events_pointset MP:2307b71d -2024-11-30T14:16:35Z TRACE received command AHU-1/events/system -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:28Z NOTICE system.config.apply: success -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1999ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1997ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1997ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1997ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1997ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1996ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1996ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:28Z DEBUG system.config.receive: success -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:28Z DEBUG system.config.parse: success -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1935ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:28Z INFO device.log: 2024-11-30T14:16:28Z received config 2024-11-30T14:16:28Z -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:28Z NOTICE system.config.apply: success -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1930ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1929ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1929ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1929ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1929ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1928ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1928ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:30Z DEBUG device.log: State update defer 0ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:30Z INFO device.log: Update state 2024-11-30T14:16:30Z last_config 2024-11-30T14:16:28Z -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:30Z DEBUG device.log: State update AHU-1 (system_min_loglevel) -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:31Z DEBUG system.config.receive: success -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:31Z DEBUG device.log: State update defer 902ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:31Z DEBUG system.config.parse: success -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:31Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:31Z DEBUG device.log: Config update AHU-1 (system_min_loglevel) -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:31Z INFO device.log: 2024-11-30T14:16:31Z received config 2024-11-30T14:16:31Z -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:31Z DEBUG device.log: State update defer 898ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:31Z NOTICE system.config.apply: success -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:31Z DEBUG device.log: State update defer 898ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:31Z DEBUG device.log: State update defer 898ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:32Z DEBUG device.log: State update defer 0ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:32Z INFO device.log: Update state 2024-11-30T14:16:32Z last_config 2024-11-30T14:16:31Z -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:32Z DEBUG device.log: State update AHU-1 (system_min_loglevel) -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:33Z DEBUG system.config.receive: success -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:33Z DEBUG device.log: State update defer 805ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:33Z DEBUG system.config.parse: success -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:33Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:33Z DEBUG device.log: Config update AHU-1 (system_min_loglevel) -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:33Z INFO device.log: 2024-11-30T14:16:33Z received config 2024-11-30T14:16:33Z -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:33Z NOTICE system.config.apply: success -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:33Z DEBUG device.log: State update defer 802ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:33Z DEBUG device.log: State update defer 802ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:33Z DEBUG device.log: State update defer 801ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:33Z DEBUG device.log: State update defer 801ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:34Z DEBUG device.log: State update defer 0ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:34Z INFO device.log: Update state 2024-11-30T14:16:34Z last_config 2024-11-30T14:16:33Z -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:34Z DEBUG device.log: State update AHU-1 (system_min_loglevel) -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:35Z DEBUG system.config.receive: success -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:35Z DEBUG device.log: State update defer 897ms -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:35Z DEBUG system.config.parse: success -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:35Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:35Z DEBUG device.log: Config update AHU-1 (system_min_loglevel) -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:35Z INFO device.log: 2024-11-30T14:16:35Z received config 2024-11-30T14:16:35Z -2024-11-30T14:16:35Z DEBUG received events_system 2024-11-30T14:16:35Z NOTICE system.config.apply: success -2024-11-30T14:16:36Z DEBUG Handling device message events_system MP:6bc5aa0d -2024-11-30T14:16:36Z TRACE received command AHU-1/state/update -2024-11-30T14:16:36Z DEBUG received state_update -2024-11-30T14:16:36Z DEBUG Handling update message state_update MP:700977e4 -2024-11-30T14:16:36Z DEBUG Updated state after 0s 2024-11-30T14:16:36Z MP:700977e4 -2024-11-30T14:16:36Z INFO Updated state #007: Changed 3 fields: -2024-11-30T14:16:36Z INFO Updated state #007: Set `system.last_config` = `2024-11-30T14:16:35Z` -2024-11-30T14:16:36Z INFO Updated state #007: Set `system.status.timestamp` = `2024-11-30T14:16:35Z` -2024-11-30T14:16:36Z INFO Updated state #007: Set `timestamp` = `2024-11-30T14:16:36Z` -2024-11-30T14:16:36Z DEBUG Updated state has last_config 2024-11-30T14:16:35Z (expecting 2024-11-30T14:16:35Z) -2024-11-30T14:16:36Z TRACE received command AHU-1/state/system -2024-11-30T14:16:36Z TRACE received state_system: { -2024-11-30T14:16:36Z TRACE received state_system: "hardware" : { -2024-11-30T14:16:36Z TRACE received state_system: "make" : "BOS", -2024-11-30T14:16:36Z TRACE received state_system: "model" : "pubber" -2024-11-30T14:16:36Z TRACE received state_system: }, -2024-11-30T14:16:36Z TRACE received state_system: "last_config" : "2024-11-30T14:16:35Z", -2024-11-30T14:16:36Z TRACE received state_system: "operation" : { -2024-11-30T14:16:36Z TRACE received state_system: "operational" : true, -2024-11-30T14:16:36Z TRACE received state_system: "last_start" : "2024-11-30T14:16:14Z", -2024-11-30T14:16:36Z TRACE received state_system: "restart_count" : 1, -2024-11-30T14:16:36Z TRACE received state_system: "mode" : "initial" -2024-11-30T14:16:36Z TRACE received state_system: }, -2024-11-30T14:16:36Z TRACE received state_system: "serial_no" : "sequencer-6496", -2024-11-30T14:16:36Z TRACE received state_system: "software" : { -2024-11-30T14:16:36Z TRACE received state_system: "firmware" : "v1" -2024-11-30T14:16:36Z TRACE received state_system: }, -2024-11-30T14:16:36Z TRACE received state_system: "status" : { -2024-11-30T14:16:36Z TRACE received state_system: "message" : "success", -2024-11-30T14:16:36Z TRACE received state_system: "category" : "system.config.apply", -2024-11-30T14:16:36Z TRACE received state_system: "timestamp" : "2024-11-30T14:16:35Z", -2024-11-30T14:16:36Z TRACE received state_system: "level" : 300 -2024-11-30T14:16:36Z TRACE received state_system: }, -2024-11-30T14:16:36Z TRACE received state_system: "timestamp" : "2024-11-30T14:16:36Z", -2024-11-30T14:16:36Z TRACE received state_system: "version" : "1.5.2" -2024-11-30T14:16:36Z TRACE received state_system: } -2024-11-30T14:16:36Z DEBUG Handling device message state_system MP:700977e4-0 -2024-11-30T14:16:36Z TRACE Ignoring partial state update -2024-11-30T14:16:36Z DEBUG Detail config update synchronized is now: config transactions not cleared -2024-11-30T14:16:36Z TRACE received command AHU-1/state/localnet -2024-11-30T14:16:36Z TRACE received state_localnet: { -2024-11-30T14:16:36Z TRACE received state_localnet: "families" : { -2024-11-30T14:16:36Z TRACE received state_localnet: "ether" : { -2024-11-30T14:16:36Z TRACE received state_localnet: "addr" : "00:22:48:0b:d0:ed" -2024-11-30T14:16:36Z TRACE received state_localnet: }, -2024-11-30T14:16:36Z TRACE received state_localnet: "ipv4" : { -2024-11-30T14:16:36Z TRACE received state_localnet: "addr" : "10.1.0.116" -2024-11-30T14:16:36Z TRACE received state_localnet: }, -2024-11-30T14:16:36Z TRACE received state_localnet: "ipv6" : { -2024-11-30T14:16:36Z TRACE received state_localnet: "addr" : "fe80::222:48ff:fe0b:d0ed" -2024-11-30T14:16:36Z TRACE received state_localnet: }, -2024-11-30T14:16:36Z TRACE received state_localnet: "vendor" : { -2024-11-30T14:16:36Z TRACE received state_localnet: "addr" : "28179023" -2024-11-30T14:16:36Z TRACE received state_localnet: } -2024-11-30T14:16:36Z TRACE received state_localnet: }, -2024-11-30T14:16:36Z TRACE received state_localnet: "timestamp" : "2024-11-30T14:16:36Z", -2024-11-30T14:16:36Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-30T14:16:36Z TRACE received state_localnet: } -2024-11-30T14:16:36Z DEBUG Handling device message state_localnet MP:700977e4-1 -2024-11-30T14:16:36Z TRACE Ignoring partial state update -2024-11-30T14:16:36Z TRACE received command AHU-1/state/pointset -2024-11-30T14:16:36Z TRACE received state_pointset: { -2024-11-30T14:16:36Z TRACE received state_pointset: "points" : { -2024-11-30T14:16:36Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:16:36Z TRACE received state_pointset: "units" : "No-units" -2024-11-30T14:16:36Z TRACE received state_pointset: }, -2024-11-30T14:16:36Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:16:36Z TRACE received state_pointset: "units" : "Bars", -2024-11-30T14:16:36Z TRACE received state_pointset: "value_state" : "applied" -2024-11-30T14:16:36Z TRACE received state_pointset: }, -2024-11-30T14:16:36Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:16:36Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-30T14:16:36Z TRACE received state_pointset: } -2024-11-30T14:16:36Z TRACE received state_pointset: }, -2024-11-30T14:16:36Z TRACE received state_pointset: "timestamp" : "2024-11-30T14:16:36Z", -2024-11-30T14:16:36Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-30T14:16:36Z TRACE received state_pointset: } -2024-11-30T14:16:36Z DEBUG Handling device message state_pointset MP:700977e4-2 -2024-11-30T14:16:36Z TRACE Ignoring partial state update -2024-11-30T14:16:36Z TRACE received command AHU-1/config/update -2024-11-30T14:16:36Z DEBUG received config_update -2024-11-30T14:16:36Z DEBUG Handling update message config_update RC:2d00fb.0000000b -2024-11-30T14:16:36Z DEBUG Removed configTransaction RC:2d00fb.0000000b -2024-11-30T14:16:36Z DEBUG last_start changed false, last_start 2024-11-30T14:16:14Z -2024-11-30T14:16:36Z DEBUG Updated config 2024-11-30T14:16:36Z RC:2d00fb.0000000b -2024-11-30T14:16:36Z INFO Updated config #007: Changed 0 fields. -2024-11-30T14:16:36Z TRACE received command null/config/udmi -2024-11-30T14:16:36Z DEBUG Detail config update synchronized is now: config transactions not cleared, last_config not synced in state -2024-11-30T14:16:37Z TRACE received command AHU-1/config/update -2024-11-30T14:16:37Z DEBUG received config_update -2024-11-30T14:16:37Z DEBUG Handling update message config_update RC:2d00fb.0000000c -2024-11-30T14:16:37Z DEBUG Removed configTransaction RC:2d00fb.0000000c -2024-11-30T14:16:37Z DEBUG last_start changed false, last_start 2024-11-30T14:16:14Z -2024-11-30T14:16:37Z DEBUG Updated config 2024-11-30T14:16:37Z RC:2d00fb.0000000c -2024-11-30T14:16:37Z INFO Updated config #008: Changed 0 fields. -2024-11-30T14:16:38Z TRACE received command AHU-1/state/update -2024-11-30T14:16:38Z DEBUG received state_update -2024-11-30T14:16:38Z DEBUG Handling update message state_update MP:cea1040b -2024-11-30T14:16:38Z DEBUG Updated state after 0s 2024-11-30T14:16:38Z MP:cea1040b -2024-11-30T14:16:38Z INFO Updated state #008: Changed 3 fields: -2024-11-30T14:16:38Z INFO Updated state #008: Set `system.last_config` = `2024-11-30T14:16:37Z` -2024-11-30T14:16:38Z INFO Updated state #008: Set `system.status.timestamp` = `2024-11-30T14:16:37Z` -2024-11-30T14:16:38Z INFO Updated state #008: Set `timestamp` = `2024-11-30T14:16:38Z` -2024-11-30T14:16:38Z DEBUG Updated state has last_config 2024-11-30T14:16:37Z (expecting 2024-11-30T14:16:37Z) -2024-11-30T14:16:38Z DEBUG Detail config update synchronized is now: null -2024-11-30T14:16:38Z DEBUG Stage finished waiting for config update synchronized at 20s after 2s -2024-11-30T14:16:38Z TRACE Stage resume waiting for system logs level `NOTICE` category `system.config.apply` at 20s -2024-11-30T14:16:38Z DEBUG Config sync took 3s -2024-11-30T14:16:38Z DEBUG Finished wait for config sync pending: null -2024-11-30T14:16:38Z DEBUG Update config Before system logs level `NOTICE` category `system.config.apply` timestamp 2024-11-30T14:16:37Z -2024-11-30T14:16:38Z TRACE local local_update: { -2024-11-30T14:16:38Z TRACE local local_update: "timestamp" : "2024-11-30T14:16:37Z", -2024-11-30T14:16:38Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:16:38Z TRACE local local_update: "system" : { -2024-11-30T14:16:38Z TRACE local local_update: "min_loglevel" : 200, -2024-11-30T14:16:38Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:16:38Z TRACE local local_update: "operation" : { -2024-11-30T14:16:38Z TRACE local local_update: "last_start" : "2024-11-30T14:16:14Z" -2024-11-30T14:16:38Z TRACE local local_update: }, -2024-11-30T14:16:38Z TRACE local local_update: "testing" : { -2024-11-30T14:16:38Z TRACE local local_update: "sequence_name" : "system_min_loglevel" -2024-11-30T14:16:38Z TRACE local local_update: } -2024-11-30T14:16:38Z TRACE local local_update: }, -2024-11-30T14:16:38Z TRACE local local_update: "localnet" : { -2024-11-30T14:16:38Z TRACE local local_update: "families" : { -2024-11-30T14:16:38Z TRACE local local_update: "ether" : { }, -2024-11-30T14:16:38Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:16:38Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:16:38Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:16:38Z TRACE local local_update: } -2024-11-30T14:16:38Z TRACE local local_update: }, -2024-11-30T14:16:38Z TRACE local local_update: "pointset" : { -2024-11-30T14:16:38Z TRACE local local_update: "points" : { -2024-11-30T14:16:38Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:16:38Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:16:38Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:16:38Z TRACE local local_update: }, -2024-11-30T14:16:38Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:16:38Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:16:38Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:16:38Z TRACE local local_update: }, -2024-11-30T14:16:38Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:16:38Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:16:38Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:16:38Z TRACE local local_update: } -2024-11-30T14:16:38Z TRACE local local_update: } -2024-11-30T14:16:38Z TRACE local local_update: } -2024-11-30T14:16:38Z TRACE local local_update: } -2024-11-30T14:16:38Z DEBUG Recorded sequence: 1. Update config Before system logs level `NOTICE` category `system.config.apply` -2024-11-30T14:16:38Z INFO Device config Set `system.min_loglevel` = `200` -2024-11-30T14:16:38Z TRACE Update config Before system logs level `NOTICE` category `system.config.apply`: Set `system.min_loglevel` = `200` -2024-11-30T14:16:39Z DEBUG Missing system events 0 -> 3 -2024-11-30T14:16:39Z DEBUG ignoring log entries before lastConfigUpdate 2024-11-30T14:16:35Z -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:28Z NOTICE system.config.apply: success -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1999ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1997ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1997ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1997ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1997ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1996ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1996ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:28Z DEBUG system.config.receive: success -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:28Z DEBUG system.config.parse: success -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1935ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:28Z INFO device.log: 2024-11-30T14:16:28Z received config 2024-11-30T14:16:28Z -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:28Z NOTICE system.config.apply: success -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1930ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1929ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1929ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1929ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1929ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1928ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:28Z DEBUG device.log: State update defer 1928ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:30Z DEBUG device.log: State update defer 0ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:30Z INFO device.log: Update state 2024-11-30T14:16:30Z last_config 2024-11-30T14:16:28Z -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:30Z DEBUG device.log: State update AHU-1 (system_min_loglevel) -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:31Z DEBUG system.config.receive: success -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:31Z DEBUG device.log: State update defer 902ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:31Z DEBUG system.config.parse: success -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:31Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:31Z DEBUG device.log: Config update AHU-1 (system_min_loglevel) -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:31Z INFO device.log: 2024-11-30T14:16:31Z received config 2024-11-30T14:16:31Z -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:31Z DEBUG device.log: State update defer 898ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:31Z NOTICE system.config.apply: success -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:31Z DEBUG device.log: State update defer 898ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:31Z DEBUG device.log: State update defer 898ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:32Z DEBUG device.log: State update defer 0ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:32Z INFO device.log: Update state 2024-11-30T14:16:32Z last_config 2024-11-30T14:16:31Z -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:32Z DEBUG device.log: State update AHU-1 (system_min_loglevel) -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:33Z DEBUG system.config.receive: success -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:33Z DEBUG device.log: State update defer 805ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:33Z DEBUG system.config.parse: success -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:33Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:33Z DEBUG device.log: Config update AHU-1 (system_min_loglevel) -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:33Z INFO device.log: 2024-11-30T14:16:33Z received config 2024-11-30T14:16:33Z -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:33Z NOTICE system.config.apply: success -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:33Z DEBUG device.log: State update defer 802ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:33Z DEBUG device.log: State update defer 802ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:33Z DEBUG device.log: State update defer 801ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:33Z DEBUG device.log: State update defer 801ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:34Z DEBUG device.log: State update defer 0ms -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:34Z INFO device.log: Update state 2024-11-30T14:16:34Z last_config 2024-11-30T14:16:33Z -2024-11-30T14:16:39Z DEBUG x 2024-11-30T14:16:34Z DEBUG device.log: State update AHU-1 (system_min_loglevel) -2024-11-30T14:16:39Z DEBUG Matched entry 2024-11-30T14:16:35Z NOTICE system.config.apply: success -2024-11-30T14:16:39Z DEBUG Recorded sequence: 1. Wait until system logs level `NOTICE` category `system.config.apply` -2024-11-30T14:16:39Z DEBUG Stage finished waiting for system logs level `NOTICE` category `system.config.apply` at 21s after 4s -2024-11-30T14:16:39Z TRACE Stage resume waiting for executing test at 21s -2024-11-30T14:16:39Z TRACE Stage suspend waiting for executing test at 21s -2024-11-30T14:16:39Z INFO Stage start waiting for last_config synchronized at 21s -2024-11-30T14:16:40Z DEBUG system config extra field null -2024-11-30T14:16:40Z TRACE updated check config_system: false -2024-11-30T14:16:40Z TRACE updated check config_pointset: false -2024-11-30T14:16:40Z TRACE updated check config_gateway: false -2024-11-30T14:16:40Z TRACE updated check config_localnet: false -2024-11-30T14:16:40Z TRACE updated check config_blobset: false -2024-11-30T14:16:40Z TRACE updated check config_discovery: false -2024-11-30T14:16:40Z DEBUG Update config Before last_config synchronized timestamp 2024-11-30T14:16:37Z -2024-11-30T14:16:40Z TRACE local local_update: { -2024-11-30T14:16:40Z TRACE local local_update: "timestamp" : "2024-11-30T14:16:37Z", -2024-11-30T14:16:40Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:16:40Z TRACE local local_update: "system" : { -2024-11-30T14:16:40Z TRACE local local_update: "min_loglevel" : 200, -2024-11-30T14:16:40Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:16:40Z TRACE local local_update: "operation" : { -2024-11-30T14:16:40Z TRACE local local_update: "last_start" : "2024-11-30T14:16:14Z" -2024-11-30T14:16:40Z TRACE local local_update: }, -2024-11-30T14:16:40Z TRACE local local_update: "testing" : { -2024-11-30T14:16:40Z TRACE local local_update: "sequence_name" : "system_min_loglevel" -2024-11-30T14:16:40Z TRACE local local_update: } -2024-11-30T14:16:40Z TRACE local local_update: }, -2024-11-30T14:16:40Z TRACE local local_update: "localnet" : { -2024-11-30T14:16:40Z TRACE local local_update: "families" : { -2024-11-30T14:16:40Z TRACE local local_update: "ether" : { }, -2024-11-30T14:16:40Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:16:40Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:16:40Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:16:40Z TRACE local local_update: } -2024-11-30T14:16:40Z TRACE local local_update: }, -2024-11-30T14:16:40Z TRACE local local_update: "pointset" : { -2024-11-30T14:16:40Z TRACE local local_update: "points" : { -2024-11-30T14:16:40Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:16:40Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:16:40Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:16:40Z TRACE local local_update: }, -2024-11-30T14:16:40Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:16:40Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:16:40Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:16:40Z TRACE local local_update: }, -2024-11-30T14:16:40Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:16:40Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:16:40Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:16:40Z TRACE local local_update: } -2024-11-30T14:16:40Z TRACE local local_update: } -2024-11-30T14:16:40Z TRACE local local_update: } -2024-11-30T14:16:40Z TRACE local local_update: } -2024-11-30T14:16:40Z DEBUG Stage finished waiting for last_config synchronized at 22s after 1s -2024-11-30T14:16:40Z TRACE Stage resume waiting for executing test at 22s -2024-11-30T14:16:41Z DEBUG Recorded sequence: 1. Check that log level `WARNING` (or greater) category `system.config.apply` was not logged -2024-11-30T14:16:41Z DEBUG Recorded sequence: 1. Check that device config resolved within 20s -2024-11-30T14:16:42Z DEBUG system config extra field null -2024-11-30T14:16:42Z TRACE updated check config_system: true -2024-11-30T14:16:42Z DEBUG update config_system, adding configTransaction RC:2d00fb.0000000d -2024-11-30T14:16:42Z TRACE local local_system: { -2024-11-30T14:16:42Z TRACE local local_system: "min_loglevel" : 400, -2024-11-30T14:16:42Z TRACE local local_system: "metrics_rate_sec" : 10, -2024-11-30T14:16:42Z TRACE local local_system: "operation" : { -2024-11-30T14:16:42Z TRACE local local_system: "last_start" : "2024-11-30T14:16:14Z" -2024-11-30T14:16:42Z TRACE local local_system: }, -2024-11-30T14:16:42Z TRACE local local_system: "testing" : { -2024-11-30T14:16:42Z TRACE local local_system: "sequence_name" : "system_min_loglevel" -2024-11-30T14:16:42Z TRACE local local_system: } -2024-11-30T14:16:42Z TRACE local local_system: } -2024-11-30T14:16:42Z TRACE updated check config_pointset: false -2024-11-30T14:16:42Z TRACE updated check config_gateway: false -2024-11-30T14:16:42Z TRACE updated check config_localnet: false -2024-11-30T14:16:42Z TRACE updated check config_blobset: false -2024-11-30T14:16:42Z TRACE updated check config_discovery: false -2024-11-30T14:16:42Z DEBUG Saving pre-config state timestamp 2024-11-30T14:16:38Z -2024-11-30T14:16:42Z DEBUG Update lastConfigUpdate 2024-11-30T14:16:42Z, because warning loglevel -2024-11-30T14:16:42Z TRACE Stage suspend waiting for executing test at 24s -2024-11-30T14:16:42Z INFO Stage start waiting for config update synchronized at 24s -2024-11-30T14:16:42Z TRACE received command AHU-1/state/system -2024-11-30T14:16:42Z TRACE received state_system: { -2024-11-30T14:16:42Z TRACE received state_system: "hardware" : { -2024-11-30T14:16:42Z TRACE received state_system: "make" : "BOS", -2024-11-30T14:16:42Z TRACE received state_system: "model" : "pubber" -2024-11-30T14:16:42Z TRACE received state_system: }, -2024-11-30T14:16:42Z TRACE received state_system: "last_config" : "2024-11-30T14:16:37Z", -2024-11-30T14:16:42Z TRACE received state_system: "operation" : { -2024-11-30T14:16:42Z TRACE received state_system: "operational" : true, -2024-11-30T14:16:42Z TRACE received state_system: "last_start" : "2024-11-30T14:16:14Z", -2024-11-30T14:16:42Z TRACE received state_system: "restart_count" : 1, -2024-11-30T14:16:42Z TRACE received state_system: "mode" : "initial" -2024-11-30T14:16:42Z TRACE received state_system: }, -2024-11-30T14:16:42Z TRACE received state_system: "serial_no" : "sequencer-6496", -2024-11-30T14:16:42Z TRACE received state_system: "software" : { -2024-11-30T14:16:42Z TRACE received state_system: "firmware" : "v1" -2024-11-30T14:16:42Z TRACE received state_system: }, -2024-11-30T14:16:42Z TRACE received state_system: "status" : { -2024-11-30T14:16:42Z TRACE received state_system: "message" : "success", -2024-11-30T14:16:42Z TRACE received state_system: "category" : "system.config.apply", -2024-11-30T14:16:42Z TRACE received state_system: "timestamp" : "2024-11-30T14:16:37Z", -2024-11-30T14:16:42Z TRACE received state_system: "level" : 300 -2024-11-30T14:16:42Z TRACE received state_system: }, -2024-11-30T14:16:42Z TRACE received state_system: "timestamp" : "2024-11-30T14:16:38Z", -2024-11-30T14:16:42Z TRACE received state_system: "version" : "1.5.2" -2024-11-30T14:16:42Z TRACE received state_system: } -2024-11-30T14:16:42Z DEBUG Handling device message state_system MP:cea1040b-0 -2024-11-30T14:16:42Z TRACE Ignoring partial state update -2024-11-30T14:16:42Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-30T14:16:42Z TRACE received command AHU-1/state/localnet -2024-11-30T14:16:42Z TRACE received state_localnet: { -2024-11-30T14:16:42Z TRACE received state_localnet: "families" : { -2024-11-30T14:16:42Z TRACE received state_localnet: "ether" : { -2024-11-30T14:16:42Z TRACE received state_localnet: "addr" : "00:22:48:0b:d0:ed" -2024-11-30T14:16:42Z TRACE received state_localnet: }, -2024-11-30T14:16:42Z TRACE received state_localnet: "ipv4" : { -2024-11-30T14:16:42Z TRACE received state_localnet: "addr" : "10.1.0.116" -2024-11-30T14:16:42Z TRACE received state_localnet: }, -2024-11-30T14:16:42Z TRACE received state_localnet: "ipv6" : { -2024-11-30T14:16:42Z TRACE received state_localnet: "addr" : "fe80::222:48ff:fe0b:d0ed" -2024-11-30T14:16:42Z TRACE received state_localnet: }, -2024-11-30T14:16:42Z TRACE received state_localnet: "vendor" : { -2024-11-30T14:16:42Z TRACE received state_localnet: "addr" : "28179023" -2024-11-30T14:16:42Z TRACE received state_localnet: } -2024-11-30T14:16:42Z TRACE received state_localnet: }, -2024-11-30T14:16:42Z TRACE received state_localnet: "timestamp" : "2024-11-30T14:16:38Z", -2024-11-30T14:16:42Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-30T14:16:42Z TRACE received state_localnet: } -2024-11-30T14:16:42Z DEBUG Handling device message state_localnet MP:cea1040b-1 -2024-11-30T14:16:42Z TRACE Ignoring partial state update -2024-11-30T14:16:42Z TRACE received command AHU-1/state/pointset -2024-11-30T14:16:42Z TRACE received state_pointset: { -2024-11-30T14:16:42Z TRACE received state_pointset: "points" : { -2024-11-30T14:16:42Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:16:42Z TRACE received state_pointset: "units" : "No-units" -2024-11-30T14:16:42Z TRACE received state_pointset: }, -2024-11-30T14:16:42Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:16:42Z TRACE received state_pointset: "units" : "Bars", -2024-11-30T14:16:42Z TRACE received state_pointset: "value_state" : "applied" -2024-11-30T14:16:42Z TRACE received state_pointset: }, -2024-11-30T14:16:42Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:16:42Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-30T14:16:42Z TRACE received state_pointset: } -2024-11-30T14:16:42Z TRACE received state_pointset: }, -2024-11-30T14:16:42Z TRACE received state_pointset: "timestamp" : "2024-11-30T14:16:38Z", -2024-11-30T14:16:42Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-30T14:16:42Z TRACE received state_pointset: } -2024-11-30T14:16:42Z DEBUG Handling device message state_pointset MP:cea1040b-2 -2024-11-30T14:16:42Z TRACE Ignoring partial state update -2024-11-30T14:16:42Z TRACE received command AHU-1/state/update -2024-11-30T14:16:42Z DEBUG received state_update -2024-11-30T14:16:42Z DEBUG Handling update message state_update MP:aa728140 -2024-11-30T14:16:42Z DEBUG Updated state after 0s 2024-11-30T14:16:42Z MP:aa728140 -2024-11-30T14:16:42Z INFO Updated state #009: Changed 4 fields: -2024-11-30T14:16:42Z INFO Updated state #009: Set `system.status.level` = `100` -2024-11-30T14:16:42Z INFO Updated state #009: Set `system.status.category` = `system.config.parse` -2024-11-30T14:16:42Z INFO Updated state #009: Set `system.status.timestamp` = `2024-11-30T14:16:42Z` -2024-11-30T14:16:42Z INFO Updated state #009: Set `timestamp` = `2024-11-30T14:16:42Z` -2024-11-30T14:16:42Z DEBUG Updated state has last_config 2024-11-30T14:16:37Z (expecting 2024-11-30T14:16:37Z) -2024-11-30T14:16:42Z TRACE received command AHU-1/config/update -2024-11-30T14:16:42Z DEBUG received config_update -2024-11-30T14:16:42Z DEBUG Handling update message config_update RC:2d00fb.0000000d -2024-11-30T14:16:42Z DEBUG Removed configTransaction RC:2d00fb.0000000d -2024-11-30T14:16:42Z DEBUG last_start changed false, last_start 2024-11-30T14:16:14Z -2024-11-30T14:16:42Z DEBUG Updated config 2024-11-30T14:16:42Z RC:2d00fb.0000000d -2024-11-30T14:16:42Z INFO Updated config #009: Changed 1 fields: -2024-11-30T14:16:42Z INFO Updated config #009: Set `system.min_loglevel` = `400` -2024-11-30T14:16:42Z DEBUG Detail config update synchronized is now: last_config not synced in state -2024-11-30T14:16:42Z TRACE received command AHU-1/state/system -2024-11-30T14:16:42Z TRACE received state_system: { -2024-11-30T14:16:42Z TRACE received state_system: "hardware" : { -2024-11-30T14:16:42Z TRACE received state_system: "make" : "BOS", -2024-11-30T14:16:42Z TRACE received state_system: "model" : "pubber" -2024-11-30T14:16:42Z TRACE received state_system: }, -2024-11-30T14:16:42Z TRACE received state_system: "last_config" : "2024-11-30T14:16:37Z", -2024-11-30T14:16:42Z TRACE received state_system: "operation" : { -2024-11-30T14:16:42Z TRACE received state_system: "operational" : true, -2024-11-30T14:16:42Z TRACE received state_system: "last_start" : "2024-11-30T14:16:14Z", -2024-11-30T14:16:42Z TRACE received state_system: "restart_count" : 1, -2024-11-30T14:16:42Z TRACE received state_system: "mode" : "initial" -2024-11-30T14:16:42Z TRACE received state_system: }, -2024-11-30T14:16:42Z TRACE received state_system: "serial_no" : "sequencer-6496", -2024-11-30T14:16:42Z TRACE received state_system: "software" : { -2024-11-30T14:16:42Z TRACE received state_system: "firmware" : "v1" -2024-11-30T14:16:42Z TRACE received state_system: }, -2024-11-30T14:16:42Z TRACE received state_system: "status" : { -2024-11-30T14:16:42Z TRACE received state_system: "message" : "success", -2024-11-30T14:16:42Z TRACE received state_system: "category" : "system.config.parse", -2024-11-30T14:16:42Z TRACE received state_system: "timestamp" : "2024-11-30T14:16:42Z", -2024-11-30T14:16:42Z TRACE received state_system: "level" : 100 -2024-11-30T14:16:42Z TRACE received state_system: }, -2024-11-30T14:16:42Z TRACE received state_system: "timestamp" : "2024-11-30T14:16:42Z", -2024-11-30T14:16:42Z TRACE received state_system: "version" : "1.5.2" -2024-11-30T14:16:42Z TRACE received state_system: } -2024-11-30T14:16:42Z DEBUG Handling device message state_system MP:aa728140-0 -2024-11-30T14:16:42Z TRACE Ignoring partial state update -2024-11-30T14:16:42Z TRACE received command AHU-1/state/localnet -2024-11-30T14:16:42Z TRACE received state_localnet: { -2024-11-30T14:16:42Z TRACE received state_localnet: "families" : { -2024-11-30T14:16:42Z TRACE received state_localnet: "ether" : { -2024-11-30T14:16:42Z TRACE received state_localnet: "addr" : "00:22:48:0b:d0:ed" -2024-11-30T14:16:42Z TRACE received state_localnet: }, -2024-11-30T14:16:42Z TRACE received state_localnet: "ipv4" : { -2024-11-30T14:16:42Z TRACE received state_localnet: "addr" : "10.1.0.116" -2024-11-30T14:16:42Z TRACE received state_localnet: }, -2024-11-30T14:16:42Z TRACE received state_localnet: "ipv6" : { -2024-11-30T14:16:42Z TRACE received state_localnet: "addr" : "fe80::222:48ff:fe0b:d0ed" -2024-11-30T14:16:42Z TRACE received state_localnet: }, -2024-11-30T14:16:42Z TRACE received state_localnet: "vendor" : { -2024-11-30T14:16:42Z TRACE received state_localnet: "addr" : "28179023" -2024-11-30T14:16:42Z TRACE received state_localnet: } -2024-11-30T14:16:42Z TRACE received state_localnet: }, -2024-11-30T14:16:42Z TRACE received state_localnet: "timestamp" : "2024-11-30T14:16:42Z", -2024-11-30T14:16:42Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-30T14:16:42Z TRACE received state_localnet: } -2024-11-30T14:16:42Z DEBUG Handling device message state_localnet MP:aa728140-1 -2024-11-30T14:16:42Z TRACE Ignoring partial state update -2024-11-30T14:16:42Z TRACE received command AHU-1/state/pointset -2024-11-30T14:16:42Z TRACE received state_pointset: { -2024-11-30T14:16:42Z TRACE received state_pointset: "points" : { -2024-11-30T14:16:42Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:16:42Z TRACE received state_pointset: "units" : "No-units" -2024-11-30T14:16:42Z TRACE received state_pointset: }, -2024-11-30T14:16:42Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:16:42Z TRACE received state_pointset: "units" : "Bars", -2024-11-30T14:16:42Z TRACE received state_pointset: "value_state" : "applied" -2024-11-30T14:16:42Z TRACE received state_pointset: }, -2024-11-30T14:16:42Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:16:42Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-30T14:16:42Z TRACE received state_pointset: } -2024-11-30T14:16:42Z TRACE received state_pointset: }, -2024-11-30T14:16:42Z TRACE received state_pointset: "timestamp" : "2024-11-30T14:16:42Z", -2024-11-30T14:16:42Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-30T14:16:42Z TRACE received state_pointset: } -2024-11-30T14:16:42Z DEBUG Handling device message state_pointset MP:aa728140-2 -2024-11-30T14:16:42Z TRACE Ignoring partial state update -2024-11-30T14:16:44Z TRACE received command AHU-1/state/update -2024-11-30T14:16:44Z DEBUG received state_update -2024-11-30T14:16:44Z DEBUG Handling update message state_update MP:cc13088d -2024-11-30T14:16:44Z DEBUG Updated state after 0s 2024-11-30T14:16:44Z MP:cc13088d -2024-11-30T14:16:44Z INFO Updated state #010: Changed 4 fields: -2024-11-30T14:16:44Z INFO Updated state #010: Set `system.last_config` = `2024-11-30T14:16:42Z` -2024-11-30T14:16:44Z INFO Updated state #010: Set `system.status.level` = `300` -2024-11-30T14:16:44Z INFO Updated state #010: Set `system.status.category` = `system.config.apply` -2024-11-30T14:16:44Z INFO Updated state #010: Set `timestamp` = `2024-11-30T14:16:44Z` -2024-11-30T14:16:44Z DEBUG Updated state has last_config 2024-11-30T14:16:42Z (expecting 2024-11-30T14:16:42Z) -2024-11-30T14:16:44Z DEBUG Detail config update synchronized is now: null -2024-11-30T14:16:44Z DEBUG Stage finished waiting for config update synchronized at 26s after 2s -2024-11-30T14:16:44Z TRACE Stage resume waiting for executing test at 26s -2024-11-30T14:16:44Z DEBUG Config sync took 2s -2024-11-30T14:16:44Z DEBUG Finished wait for config sync pending: null -2024-11-30T14:16:44Z DEBUG Update config warning loglevel timestamp 2024-11-30T14:16:42Z -2024-11-30T14:16:44Z TRACE local local_update: { -2024-11-30T14:16:44Z TRACE local local_update: "timestamp" : "2024-11-30T14:16:42Z", -2024-11-30T14:16:44Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:16:44Z TRACE local local_update: "system" : { -2024-11-30T14:16:44Z TRACE local local_update: "min_loglevel" : 400, -2024-11-30T14:16:44Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:16:44Z TRACE local local_update: "operation" : { -2024-11-30T14:16:44Z TRACE local local_update: "last_start" : "2024-11-30T14:16:14Z" -2024-11-30T14:16:44Z TRACE local local_update: }, -2024-11-30T14:16:44Z TRACE local local_update: "testing" : { -2024-11-30T14:16:44Z TRACE local local_update: "sequence_name" : "system_min_loglevel" -2024-11-30T14:16:44Z TRACE local local_update: } -2024-11-30T14:16:44Z TRACE local local_update: }, -2024-11-30T14:16:44Z TRACE local local_update: "localnet" : { -2024-11-30T14:16:44Z TRACE local local_update: "families" : { -2024-11-30T14:16:44Z TRACE local local_update: "ether" : { }, -2024-11-30T14:16:44Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:16:44Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:16:44Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:16:44Z TRACE local local_update: } -2024-11-30T14:16:44Z TRACE local local_update: }, -2024-11-30T14:16:44Z TRACE local local_update: "pointset" : { -2024-11-30T14:16:44Z TRACE local local_update: "points" : { -2024-11-30T14:16:44Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:16:44Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:16:44Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:16:44Z TRACE local local_update: }, -2024-11-30T14:16:44Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:16:44Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:16:44Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:16:44Z TRACE local local_update: }, -2024-11-30T14:16:44Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:16:44Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:16:44Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:16:44Z TRACE local local_update: } -2024-11-30T14:16:44Z TRACE local local_update: } -2024-11-30T14:16:44Z TRACE local local_update: } -2024-11-30T14:16:44Z TRACE local local_update: } -2024-11-30T14:16:44Z DEBUG Recorded sequence: 1. Update config warning loglevel -2024-11-30T14:16:44Z INFO Device config Set `system.min_loglevel` = `400` -2024-11-30T14:16:44Z TRACE Update config warning loglevel: Set `system.min_loglevel` = `400` -2024-11-30T14:17:24Z TRACE Stage suspend waiting for executing test at 66s -2024-11-30T14:17:24Z INFO Stage start waiting for last_config synchronized at 66s -2024-11-30T14:17:25Z DEBUG system config extra field null -2024-11-30T14:17:25Z TRACE updated check config_system: false -2024-11-30T14:17:25Z TRACE updated check config_pointset: false -2024-11-30T14:17:25Z TRACE updated check config_gateway: false -2024-11-30T14:17:25Z TRACE updated check config_localnet: false -2024-11-30T14:17:25Z TRACE updated check config_blobset: false -2024-11-30T14:17:25Z TRACE updated check config_discovery: false -2024-11-30T14:17:25Z DEBUG Update config Before last_config synchronized timestamp 2024-11-30T14:16:42Z -2024-11-30T14:17:25Z TRACE local local_update: { -2024-11-30T14:17:25Z TRACE local local_update: "timestamp" : "2024-11-30T14:16:42Z", -2024-11-30T14:17:25Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:17:25Z TRACE local local_update: "system" : { -2024-11-30T14:17:25Z TRACE local local_update: "min_loglevel" : 400, -2024-11-30T14:17:25Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:17:25Z TRACE local local_update: "operation" : { -2024-11-30T14:17:25Z TRACE local local_update: "last_start" : "2024-11-30T14:16:14Z" -2024-11-30T14:17:25Z TRACE local local_update: }, -2024-11-30T14:17:25Z TRACE local local_update: "testing" : { -2024-11-30T14:17:25Z TRACE local local_update: "sequence_name" : "system_min_loglevel" -2024-11-30T14:17:25Z TRACE local local_update: } -2024-11-30T14:17:25Z TRACE local local_update: }, -2024-11-30T14:17:25Z TRACE local local_update: "localnet" : { -2024-11-30T14:17:25Z TRACE local local_update: "families" : { -2024-11-30T14:17:25Z TRACE local local_update: "ether" : { }, -2024-11-30T14:17:25Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:17:25Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:17:25Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:17:25Z TRACE local local_update: } -2024-11-30T14:17:25Z TRACE local local_update: }, -2024-11-30T14:17:25Z TRACE local local_update: "pointset" : { -2024-11-30T14:17:25Z TRACE local local_update: "points" : { -2024-11-30T14:17:25Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:17:25Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:17:25Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:17:25Z TRACE local local_update: }, -2024-11-30T14:17:25Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:17:25Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:17:25Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:17:25Z TRACE local local_update: }, -2024-11-30T14:17:25Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:17:25Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:17:25Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:17:25Z TRACE local local_update: } -2024-11-30T14:17:25Z TRACE local local_update: } -2024-11-30T14:17:25Z TRACE local local_update: } -2024-11-30T14:17:25Z TRACE local local_update: } -2024-11-30T14:17:25Z DEBUG Stage finished waiting for last_config synchronized at 67s after 1s -2024-11-30T14:17:25Z TRACE Stage resume waiting for executing test at 67s -2024-11-30T14:17:26Z DEBUG ignoring log entries before lastConfigUpdate 2024-11-30T14:16:42Z -2024-11-30T14:17:26Z DEBUG x 2024-11-30T14:16:35Z DEBUG system.config.receive: success -2024-11-30T14:17:26Z DEBUG x 2024-11-30T14:16:35Z DEBUG device.log: State update defer 897ms -2024-11-30T14:17:26Z DEBUG x 2024-11-30T14:16:35Z DEBUG system.config.parse: success -2024-11-30T14:17:26Z DEBUG x 2024-11-30T14:16:35Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:17:26Z DEBUG x 2024-11-30T14:16:35Z DEBUG device.log: Config update AHU-1 (system_min_loglevel) -2024-11-30T14:17:26Z DEBUG x 2024-11-30T14:16:35Z INFO device.log: 2024-11-30T14:16:35Z received config 2024-11-30T14:16:35Z -2024-11-30T14:17:26Z DEBUG x 2024-11-30T14:16:35Z NOTICE system.config.apply: success -2024-11-30T14:17:26Z DEBUG Recorded sequence: 1. Check that log level `NOTICE` (or greater) category `system.config.apply` was not logged -2024-11-30T14:17:26Z TRACE Stage suspend waiting for executing test at 68s -2024-11-30T14:17:26Z INFO Stage start waiting for system logs level `NOTICE` category `system.config.apply` at 68s -2024-11-30T14:17:27Z DEBUG system config extra field null -2024-11-30T14:17:27Z TRACE updated check config_system: true -2024-11-30T14:17:27Z DEBUG update config_system, adding configTransaction RC:2d00fb.00000012 -2024-11-30T14:17:27Z TRACE local local_system: { -2024-11-30T14:17:27Z TRACE local local_system: "min_loglevel" : 100, -2024-11-30T14:17:27Z TRACE local local_system: "metrics_rate_sec" : 10, -2024-11-30T14:17:27Z TRACE local local_system: "operation" : { -2024-11-30T14:17:27Z TRACE local local_system: "last_start" : "2024-11-30T14:16:14Z" -2024-11-30T14:17:27Z TRACE local local_system: }, -2024-11-30T14:17:27Z TRACE local local_system: "testing" : { -2024-11-30T14:17:27Z TRACE local local_system: "sequence_name" : "system_min_loglevel" -2024-11-30T14:17:27Z TRACE local local_system: } -2024-11-30T14:17:27Z TRACE local local_system: } -2024-11-30T14:17:27Z TRACE updated check config_pointset: false -2024-11-30T14:17:27Z TRACE updated check config_gateway: false -2024-11-30T14:17:27Z TRACE updated check config_localnet: false -2024-11-30T14:17:27Z TRACE updated check config_blobset: false -2024-11-30T14:17:27Z TRACE updated check config_discovery: false -2024-11-30T14:17:27Z DEBUG Saving pre-config state timestamp 2024-11-30T14:16:44Z -2024-11-30T14:17:27Z DEBUG Update lastConfigUpdate 2024-11-30T14:17:27Z, because Before system logs level `NOTICE` category `system.config.apply` -2024-11-30T14:17:27Z TRACE Stage suspend waiting for system logs level `NOTICE` category `system.config.apply` at 69s -2024-11-30T14:17:27Z INFO Stage start waiting for config update synchronized at 69s -2024-11-30T14:17:27Z TRACE received command AHU-1/state/system -2024-11-30T14:17:27Z TRACE received state_system: { -2024-11-30T14:17:27Z TRACE received state_system: "hardware" : { -2024-11-30T14:17:27Z TRACE received state_system: "make" : "BOS", -2024-11-30T14:17:27Z TRACE received state_system: "model" : "pubber" -2024-11-30T14:17:27Z TRACE received state_system: }, -2024-11-30T14:17:27Z TRACE received state_system: "last_config" : "2024-11-30T14:16:42Z", -2024-11-30T14:17:27Z TRACE received state_system: "operation" : { -2024-11-30T14:17:27Z TRACE received state_system: "operational" : true, -2024-11-30T14:17:27Z TRACE received state_system: "last_start" : "2024-11-30T14:16:14Z", -2024-11-30T14:17:27Z TRACE received state_system: "restart_count" : 1, -2024-11-30T14:17:27Z TRACE received state_system: "mode" : "initial" -2024-11-30T14:17:27Z TRACE received state_system: }, -2024-11-30T14:17:27Z TRACE received state_system: "serial_no" : "sequencer-6496", -2024-11-30T14:17:27Z TRACE received state_system: "software" : { -2024-11-30T14:17:27Z TRACE received state_system: "firmware" : "v1" -2024-11-30T14:17:27Z TRACE received state_system: }, -2024-11-30T14:17:27Z TRACE received state_system: "status" : { -2024-11-30T14:17:27Z TRACE received state_system: "message" : "success", -2024-11-30T14:17:27Z TRACE received state_system: "category" : "system.config.apply", -2024-11-30T14:17:27Z TRACE received state_system: "timestamp" : "2024-11-30T14:16:42Z", -2024-11-30T14:17:27Z TRACE received state_system: "level" : 300 -2024-11-30T14:17:27Z TRACE received state_system: }, -2024-11-30T14:17:27Z TRACE received state_system: "timestamp" : "2024-11-30T14:16:44Z", -2024-11-30T14:17:27Z TRACE received state_system: "version" : "1.5.2" -2024-11-30T14:17:27Z TRACE received state_system: } -2024-11-30T14:17:27Z DEBUG Handling device message state_system MP:cc13088d-0 -2024-11-30T14:17:27Z TRACE Ignoring partial state update -2024-11-30T14:17:27Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-30T14:17:27Z TRACE received command AHU-1/state/localnet -2024-11-30T14:17:27Z TRACE received state_localnet: { -2024-11-30T14:17:27Z TRACE received state_localnet: "families" : { -2024-11-30T14:17:27Z TRACE received state_localnet: "ether" : { -2024-11-30T14:17:27Z TRACE received state_localnet: "addr" : "00:22:48:0b:d0:ed" -2024-11-30T14:17:27Z TRACE received state_localnet: }, -2024-11-30T14:17:27Z TRACE received state_localnet: "ipv4" : { -2024-11-30T14:17:27Z TRACE received state_localnet: "addr" : "10.1.0.116" -2024-11-30T14:17:27Z TRACE received state_localnet: }, -2024-11-30T14:17:27Z TRACE received state_localnet: "ipv6" : { -2024-11-30T14:17:27Z TRACE received state_localnet: "addr" : "fe80::222:48ff:fe0b:d0ed" -2024-11-30T14:17:27Z TRACE received state_localnet: }, -2024-11-30T14:17:27Z TRACE received state_localnet: "vendor" : { -2024-11-30T14:17:27Z TRACE received state_localnet: "addr" : "28179023" -2024-11-30T14:17:27Z TRACE received state_localnet: } -2024-11-30T14:17:27Z TRACE received state_localnet: }, -2024-11-30T14:17:27Z TRACE received state_localnet: "timestamp" : "2024-11-30T14:16:44Z", -2024-11-30T14:17:27Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-30T14:17:27Z TRACE received state_localnet: } -2024-11-30T14:17:27Z DEBUG Handling device message state_localnet MP:cc13088d-1 -2024-11-30T14:17:27Z TRACE Ignoring partial state update -2024-11-30T14:17:27Z TRACE received command AHU-1/state/pointset -2024-11-30T14:17:27Z TRACE received state_pointset: { -2024-11-30T14:17:27Z TRACE received state_pointset: "points" : { -2024-11-30T14:17:27Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:17:27Z TRACE received state_pointset: "units" : "No-units" -2024-11-30T14:17:27Z TRACE received state_pointset: }, -2024-11-30T14:17:27Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:17:27Z TRACE received state_pointset: "units" : "Bars", -2024-11-30T14:17:27Z TRACE received state_pointset: "value_state" : "applied" -2024-11-30T14:17:27Z TRACE received state_pointset: }, -2024-11-30T14:17:27Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:17:27Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-30T14:17:27Z TRACE received state_pointset: } -2024-11-30T14:17:27Z TRACE received state_pointset: }, -2024-11-30T14:17:27Z TRACE received state_pointset: "timestamp" : "2024-11-30T14:16:44Z", -2024-11-30T14:17:27Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-30T14:17:27Z TRACE received state_pointset: } -2024-11-30T14:17:27Z DEBUG Handling device message state_pointset MP:cc13088d-2 -2024-11-30T14:17:27Z TRACE Ignoring partial state update -2024-11-30T14:17:27Z TRACE received command AHU-1/events/pointset -2024-11-30T14:17:27Z TRACE received events_pointset: { -2024-11-30T14:17:27Z TRACE received events_pointset: "points" : { -2024-11-30T14:17:27Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:17:27Z TRACE received events_pointset: "present_value" : true -2024-11-30T14:17:27Z TRACE received events_pointset: }, -2024-11-30T14:17:27Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:17:27Z TRACE received events_pointset: "present_value" : 98 -2024-11-30T14:17:27Z TRACE received events_pointset: }, -2024-11-30T14:17:27Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:17:27Z TRACE received events_pointset: "present_value" : 9 -2024-11-30T14:17:27Z TRACE received events_pointset: } -2024-11-30T14:17:27Z TRACE received events_pointset: }, -2024-11-30T14:17:27Z TRACE received events_pointset: "timestamp" : "2024-11-30T14:16:45Z", -2024-11-30T14:17:27Z TRACE received events_pointset: "version" : "1.5.2" -2024-11-30T14:17:27Z TRACE received events_pointset: } -2024-11-30T14:17:27Z DEBUG Handling device message events_pointset MP:fb0f2599 -2024-11-30T14:17:27Z TRACE received command AHU-1/events/system -2024-11-30T14:17:27Z DEBUG received events_system 2024-11-30T14:16:36Z INFO device.log: Update state 2024-11-30T14:16:36Z last_config 2024-11-30T14:16:35Z -2024-11-30T14:17:27Z DEBUG received events_system 2024-11-30T14:16:36Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:17:27Z DEBUG received events_system 2024-11-30T14:16:36Z INFO device.log: 2024-11-30T14:16:36Z received config 2024-11-30T14:16:36Z -2024-11-30T14:17:27Z DEBUG received events_system 2024-11-30T14:16:36Z NOTICE system.config.apply: success -2024-11-30T14:17:27Z DEBUG received events_system 2024-11-30T14:16:37Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:17:27Z DEBUG received events_system 2024-11-30T14:16:37Z INFO device.log: 2024-11-30T14:16:37Z received config 2024-11-30T14:16:37Z -2024-11-30T14:17:27Z DEBUG received events_system 2024-11-30T14:16:37Z NOTICE system.config.apply: success -2024-11-30T14:17:27Z DEBUG received events_system 2024-11-30T14:16:38Z INFO device.log: Update state 2024-11-30T14:16:38Z last_config 2024-11-30T14:16:37Z -2024-11-30T14:17:27Z DEBUG received events_system 2024-11-30T14:16:42Z INFO device.log: Update state 2024-11-30T14:16:42Z last_config 2024-11-30T14:16:37Z -2024-11-30T14:17:27Z DEBUG received events_system 2024-11-30T14:16:42Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:17:27Z DEBUG received events_system 2024-11-30T14:16:42Z INFO device.log: 2024-11-30T14:16:42Z received config 2024-11-30T14:16:42Z -2024-11-30T14:17:27Z DEBUG Handling device message events_system MP:f96caaec -2024-11-30T14:17:27Z TRACE received command AHU-1/events/pointset -2024-11-30T14:17:27Z TRACE received events_pointset: { -2024-11-30T14:17:27Z TRACE received events_pointset: "points" : { -2024-11-30T14:17:27Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:17:27Z TRACE received events_pointset: "present_value" : true -2024-11-30T14:17:27Z TRACE received events_pointset: }, -2024-11-30T14:17:27Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:17:27Z TRACE received events_pointset: "present_value" : 98 -2024-11-30T14:17:27Z TRACE received events_pointset: }, -2024-11-30T14:17:27Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:17:27Z TRACE received events_pointset: "present_value" : 9 -2024-11-30T14:17:27Z TRACE received events_pointset: } -2024-11-30T14:17:27Z TRACE received events_pointset: }, -2024-11-30T14:17:27Z TRACE received events_pointset: "timestamp" : "2024-11-30T14:16:55Z", -2024-11-30T14:17:27Z TRACE received events_pointset: "version" : "1.5.2" -2024-11-30T14:17:27Z TRACE received events_pointset: } -2024-11-30T14:17:27Z DEBUG Handling device message events_pointset MP:49949713 -2024-11-30T14:17:27Z TRACE received command AHU-1/events/system -2024-11-30T14:17:27Z DEBUG received events_system (no logs) -2024-11-30T14:17:27Z DEBUG Handling device message events_system MP:8dd23ebd -2024-11-30T14:17:27Z TRACE received command AHU-1/events/pointset -2024-11-30T14:17:27Z TRACE received events_pointset: { -2024-11-30T14:17:27Z TRACE received events_pointset: "points" : { -2024-11-30T14:17:27Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:17:27Z TRACE received events_pointset: "present_value" : false -2024-11-30T14:17:27Z TRACE received events_pointset: }, -2024-11-30T14:17:27Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:17:27Z TRACE received events_pointset: "present_value" : 98 -2024-11-30T14:17:27Z TRACE received events_pointset: }, -2024-11-30T14:17:27Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:17:27Z TRACE received events_pointset: "present_value" : 9 -2024-11-30T14:17:27Z TRACE received events_pointset: } -2024-11-30T14:17:27Z TRACE received events_pointset: }, -2024-11-30T14:17:27Z TRACE received events_pointset: "timestamp" : "2024-11-30T14:17:05Z", -2024-11-30T14:17:27Z TRACE received events_pointset: "version" : "1.5.2" -2024-11-30T14:17:27Z TRACE received events_pointset: } -2024-11-30T14:17:27Z DEBUG Handling device message events_pointset MP:da1c4af4 -2024-11-30T14:17:27Z TRACE received command AHU-1/events/system -2024-11-30T14:17:27Z DEBUG received events_system (no logs) -2024-11-30T14:17:27Z DEBUG Handling device message events_system MP:8a7ac61c -2024-11-30T14:17:27Z TRACE received command AHU-1/events/pointset -2024-11-30T14:17:27Z TRACE received events_pointset: { -2024-11-30T14:17:27Z TRACE received events_pointset: "points" : { -2024-11-30T14:17:27Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:17:27Z TRACE received events_pointset: "present_value" : true -2024-11-30T14:17:27Z TRACE received events_pointset: }, -2024-11-30T14:17:27Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:17:27Z TRACE received events_pointset: "present_value" : 98 -2024-11-30T14:17:27Z TRACE received events_pointset: }, -2024-11-30T14:17:27Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:17:27Z TRACE received events_pointset: "present_value" : 11 -2024-11-30T14:17:27Z TRACE received events_pointset: } -2024-11-30T14:17:27Z TRACE received events_pointset: }, -2024-11-30T14:17:27Z TRACE received events_pointset: "timestamp" : "2024-11-30T14:17:15Z", -2024-11-30T14:17:27Z TRACE received events_pointset: "version" : "1.5.2" -2024-11-30T14:17:27Z TRACE received events_pointset: } -2024-11-30T14:17:27Z DEBUG Handling device message events_pointset MP:83cc48c7 -2024-11-30T14:17:27Z TRACE received command AHU-1/events/system -2024-11-30T14:17:27Z DEBUG received events_system (no logs) -2024-11-30T14:17:27Z DEBUG Handling device message events_system MP:f54f23a9 -2024-11-30T14:17:27Z TRACE received command AHU-1/events/pointset -2024-11-30T14:17:27Z TRACE received events_pointset: { -2024-11-30T14:17:27Z TRACE received events_pointset: "points" : { -2024-11-30T14:17:27Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:17:27Z TRACE received events_pointset: "present_value" : true -2024-11-30T14:17:27Z TRACE received events_pointset: }, -2024-11-30T14:17:27Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:17:27Z TRACE received events_pointset: "present_value" : 98 -2024-11-30T14:17:27Z TRACE received events_pointset: }, -2024-11-30T14:17:27Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:17:27Z TRACE received events_pointset: "present_value" : 9 -2024-11-30T14:17:27Z TRACE received events_pointset: } -2024-11-30T14:17:27Z TRACE received events_pointset: }, -2024-11-30T14:17:27Z TRACE received events_pointset: "timestamp" : "2024-11-30T14:17:25Z", -2024-11-30T14:17:27Z TRACE received events_pointset: "version" : "1.5.2" -2024-11-30T14:17:27Z TRACE received events_pointset: } -2024-11-30T14:17:27Z DEBUG Handling device message events_pointset MP:e53c6cc8 -2024-11-30T14:17:27Z TRACE received command AHU-1/events/system -2024-11-30T14:17:27Z DEBUG received events_system (no logs) -2024-11-30T14:17:27Z DEBUG Handling device message events_system MP:5de60262 -2024-11-30T14:17:27Z TRACE received command AHU-1/state/update -2024-11-30T14:17:27Z DEBUG received state_update -2024-11-30T14:17:27Z DEBUG Handling update message state_update MP:ceb2d42f -2024-11-30T14:17:27Z DEBUG Updated state after 0s 2024-11-30T14:17:27Z MP:ceb2d42f -2024-11-30T14:17:27Z INFO Updated state #011: Changed 4 fields: -2024-11-30T14:17:27Z INFO Updated state #011: Set `system.status.level` = `100` -2024-11-30T14:17:27Z INFO Updated state #011: Set `system.status.category` = `system.config.receive` -2024-11-30T14:17:27Z INFO Updated state #011: Set `system.status.timestamp` = `2024-11-30T14:17:27Z` -2024-11-30T14:17:27Z INFO Updated state #011: Set `timestamp` = `2024-11-30T14:17:27Z` -2024-11-30T14:17:27Z DEBUG Updated state has last_config 2024-11-30T14:16:42Z (expecting 2024-11-30T14:16:42Z) -2024-11-30T14:17:27Z TRACE received command AHU-1/config/update -2024-11-30T14:17:27Z DEBUG received config_update -2024-11-30T14:17:27Z DEBUG Handling update message config_update RC:2d00fb.00000012 -2024-11-30T14:17:27Z DEBUG Removed configTransaction RC:2d00fb.00000012 -2024-11-30T14:17:27Z DEBUG last_start changed false, last_start 2024-11-30T14:16:14Z -2024-11-30T14:17:27Z DEBUG Updated config 2024-11-30T14:17:27Z RC:2d00fb.00000012 -2024-11-30T14:17:27Z INFO Updated config #010: Changed 1 fields: -2024-11-30T14:17:27Z INFO Updated config #010: Set `system.min_loglevel` = `100` -2024-11-30T14:17:27Z DEBUG Detail config update synchronized is now: last_config not synced in state -2024-11-30T14:17:27Z TRACE received command AHU-1/state/system -2024-11-30T14:17:27Z TRACE received state_system: { -2024-11-30T14:17:27Z TRACE received state_system: "hardware" : { -2024-11-30T14:17:27Z TRACE received state_system: "make" : "BOS", -2024-11-30T14:17:27Z TRACE received state_system: "model" : "pubber" -2024-11-30T14:17:27Z TRACE received state_system: }, -2024-11-30T14:17:27Z TRACE received state_system: "last_config" : "2024-11-30T14:16:42Z", -2024-11-30T14:17:27Z TRACE received state_system: "operation" : { -2024-11-30T14:17:27Z TRACE received state_system: "operational" : true, -2024-11-30T14:17:27Z TRACE received state_system: "last_start" : "2024-11-30T14:16:14Z", -2024-11-30T14:17:27Z TRACE received state_system: "restart_count" : 1, -2024-11-30T14:17:27Z TRACE received state_system: "mode" : "initial" -2024-11-30T14:17:27Z TRACE received state_system: }, -2024-11-30T14:17:27Z TRACE received state_system: "serial_no" : "sequencer-6496", -2024-11-30T14:17:27Z TRACE received state_system: "software" : { -2024-11-30T14:17:27Z TRACE received state_system: "firmware" : "v1" -2024-11-30T14:17:27Z TRACE received state_system: }, -2024-11-30T14:17:27Z TRACE received state_system: "status" : { -2024-11-30T14:17:27Z TRACE received state_system: "message" : "success", -2024-11-30T14:17:27Z TRACE received state_system: "category" : "system.config.receive", -2024-11-30T14:17:27Z TRACE received state_system: "timestamp" : "2024-11-30T14:17:27Z", -2024-11-30T14:17:27Z TRACE received state_system: "level" : 100 -2024-11-30T14:17:27Z TRACE received state_system: }, -2024-11-30T14:17:27Z TRACE received state_system: "timestamp" : "2024-11-30T14:17:27Z", -2024-11-30T14:17:27Z TRACE received state_system: "version" : "1.5.2" -2024-11-30T14:17:27Z TRACE received state_system: } -2024-11-30T14:17:27Z DEBUG Handling device message state_system MP:ceb2d42f-0 -2024-11-30T14:17:27Z TRACE Ignoring partial state update -2024-11-30T14:17:27Z TRACE received command AHU-1/state/localnet -2024-11-30T14:17:27Z TRACE received state_localnet: { -2024-11-30T14:17:27Z TRACE received state_localnet: "families" : { -2024-11-30T14:17:27Z TRACE received state_localnet: "ether" : { -2024-11-30T14:17:27Z TRACE received state_localnet: "addr" : "00:22:48:0b:d0:ed" -2024-11-30T14:17:27Z TRACE received state_localnet: }, -2024-11-30T14:17:27Z TRACE received state_localnet: "ipv4" : { -2024-11-30T14:17:27Z TRACE received state_localnet: "addr" : "10.1.0.116" -2024-11-30T14:17:27Z TRACE received state_localnet: }, -2024-11-30T14:17:27Z TRACE received state_localnet: "ipv6" : { -2024-11-30T14:17:27Z TRACE received state_localnet: "addr" : "fe80::222:48ff:fe0b:d0ed" -2024-11-30T14:17:27Z TRACE received state_localnet: }, -2024-11-30T14:17:27Z TRACE received state_localnet: "vendor" : { -2024-11-30T14:17:27Z TRACE received state_localnet: "addr" : "28179023" -2024-11-30T14:17:27Z TRACE received state_localnet: } -2024-11-30T14:17:27Z TRACE received state_localnet: }, -2024-11-30T14:17:27Z TRACE received state_localnet: "timestamp" : "2024-11-30T14:17:27Z", -2024-11-30T14:17:27Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-30T14:17:27Z TRACE received state_localnet: } -2024-11-30T14:17:27Z DEBUG Handling device message state_localnet MP:ceb2d42f-1 -2024-11-30T14:17:27Z TRACE Ignoring partial state update -2024-11-30T14:17:27Z TRACE received command AHU-1/state/pointset -2024-11-30T14:17:27Z TRACE received state_pointset: { -2024-11-30T14:17:27Z TRACE received state_pointset: "points" : { -2024-11-30T14:17:27Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:17:27Z TRACE received state_pointset: "units" : "No-units" -2024-11-30T14:17:27Z TRACE received state_pointset: }, -2024-11-30T14:17:27Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:17:27Z TRACE received state_pointset: "units" : "Bars", -2024-11-30T14:17:27Z TRACE received state_pointset: "value_state" : "applied" -2024-11-30T14:17:27Z TRACE received state_pointset: }, -2024-11-30T14:17:27Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:17:27Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-30T14:17:27Z TRACE received state_pointset: } -2024-11-30T14:17:27Z TRACE received state_pointset: }, -2024-11-30T14:17:27Z TRACE received state_pointset: "timestamp" : "2024-11-30T14:17:27Z", -2024-11-30T14:17:27Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-30T14:17:27Z TRACE received state_pointset: } -2024-11-30T14:17:27Z DEBUG Handling device message state_pointset MP:ceb2d42f-2 -2024-11-30T14:17:27Z TRACE Ignoring partial state update -2024-11-30T14:17:29Z TRACE received command AHU-1/state/update -2024-11-30T14:17:29Z DEBUG received state_update -2024-11-30T14:17:29Z DEBUG Handling update message state_update MP:c4eb9786 -2024-11-30T14:17:29Z DEBUG Updated state after 0s 2024-11-30T14:17:29Z MP:c4eb9786 -2024-11-30T14:17:29Z INFO Updated state #012: Changed 4 fields: -2024-11-30T14:17:29Z INFO Updated state #012: Set `system.last_config` = `2024-11-30T14:17:27Z` -2024-11-30T14:17:29Z INFO Updated state #012: Set `system.status.level` = `300` -2024-11-30T14:17:29Z INFO Updated state #012: Set `system.status.category` = `system.config.apply` -2024-11-30T14:17:29Z INFO Updated state #012: Set `timestamp` = `2024-11-30T14:17:29Z` -2024-11-30T14:17:29Z DEBUG Updated state has last_config 2024-11-30T14:17:27Z (expecting 2024-11-30T14:17:27Z) -2024-11-30T14:17:29Z DEBUG Detail config update synchronized is now: null -2024-11-30T14:17:29Z DEBUG Stage finished waiting for config update synchronized at 71s after 2s -2024-11-30T14:17:29Z TRACE Stage resume waiting for system logs level `NOTICE` category `system.config.apply` at 71s -2024-11-30T14:17:29Z DEBUG Config sync took 2s -2024-11-30T14:17:29Z DEBUG Finished wait for config sync pending: null -2024-11-30T14:17:29Z DEBUG Update config Before system logs level `NOTICE` category `system.config.apply` timestamp 2024-11-30T14:17:27Z -2024-11-30T14:17:29Z TRACE local local_update: { -2024-11-30T14:17:29Z TRACE local local_update: "timestamp" : "2024-11-30T14:17:27Z", -2024-11-30T14:17:29Z TRACE local local_update: "version" : "@@@cloud udmi version###git-411dd5e", -2024-11-30T14:17:29Z TRACE local local_update: "system" : { -2024-11-30T14:17:29Z TRACE local local_update: "min_loglevel" : 100, -2024-11-30T14:17:29Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-30T14:17:29Z TRACE local local_update: "operation" : { -2024-11-30T14:17:29Z TRACE local local_update: "last_start" : "2024-11-30T14:16:14Z" -2024-11-30T14:17:29Z TRACE local local_update: }, -2024-11-30T14:17:29Z TRACE local local_update: "testing" : { -2024-11-30T14:17:29Z TRACE local local_update: "sequence_name" : "system_min_loglevel" -2024-11-30T14:17:29Z TRACE local local_update: } -2024-11-30T14:17:29Z TRACE local local_update: }, -2024-11-30T14:17:29Z TRACE local local_update: "localnet" : { -2024-11-30T14:17:29Z TRACE local local_update: "families" : { -2024-11-30T14:17:29Z TRACE local local_update: "ether" : { }, -2024-11-30T14:17:29Z TRACE local local_update: "ipv4" : { }, -2024-11-30T14:17:29Z TRACE local local_update: "vendor" : { }, -2024-11-30T14:17:29Z TRACE local local_update: "ipv6" : { } -2024-11-30T14:17:29Z TRACE local local_update: } -2024-11-30T14:17:29Z TRACE local local_update: }, -2024-11-30T14:17:29Z TRACE local local_update: "pointset" : { -2024-11-30T14:17:29Z TRACE local local_update: "points" : { -2024-11-30T14:17:29Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-30T14:17:29Z TRACE local local_update: "units" : "Bars", -2024-11-30T14:17:29Z TRACE local local_update: "set_value" : 98 -2024-11-30T14:17:29Z TRACE local local_update: }, -2024-11-30T14:17:29Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-30T14:17:29Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-30T14:17:29Z TRACE local local_update: "units" : "No-units" -2024-11-30T14:17:29Z TRACE local local_update: }, -2024-11-30T14:17:29Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-30T14:17:29Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-30T14:17:29Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-30T14:17:29Z TRACE local local_update: } -2024-11-30T14:17:29Z TRACE local local_update: } -2024-11-30T14:17:29Z TRACE local local_update: } -2024-11-30T14:17:29Z TRACE local local_update: } -2024-11-30T14:17:29Z DEBUG Recorded sequence: 1. Update config Before system logs level `NOTICE` category `system.config.apply` -2024-11-30T14:17:29Z INFO Device config Set `system.min_loglevel` = `100` -2024-11-30T14:17:29Z TRACE Update config Before system logs level `NOTICE` category `system.config.apply`: Set `system.min_loglevel` = `100` -2024-11-30T14:17:30Z DEBUG ignoring log entries before lastConfigUpdate 2024-11-30T14:17:27Z -2024-11-30T14:17:30Z DEBUG x 2024-11-30T14:16:36Z INFO device.log: Update state 2024-11-30T14:16:36Z last_config 2024-11-30T14:16:35Z -2024-11-30T14:17:30Z DEBUG x 2024-11-30T14:16:36Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:17:30Z DEBUG x 2024-11-30T14:16:36Z INFO device.log: 2024-11-30T14:16:36Z received config 2024-11-30T14:16:36Z -2024-11-30T14:17:30Z DEBUG x 2024-11-30T14:16:36Z NOTICE system.config.apply: success -2024-11-30T14:17:30Z DEBUG x 2024-11-30T14:16:37Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:17:30Z DEBUG x 2024-11-30T14:16:37Z INFO device.log: 2024-11-30T14:16:37Z received config 2024-11-30T14:16:37Z -2024-11-30T14:17:30Z DEBUG x 2024-11-30T14:16:37Z NOTICE system.config.apply: success -2024-11-30T14:17:30Z DEBUG x 2024-11-30T14:16:38Z INFO device.log: Update state 2024-11-30T14:16:38Z last_config 2024-11-30T14:16:37Z -2024-11-30T14:17:30Z DEBUG x 2024-11-30T14:16:42Z INFO device.log: Update state 2024-11-30T14:16:42Z last_config 2024-11-30T14:16:37Z -2024-11-30T14:17:30Z DEBUG x 2024-11-30T14:16:42Z INFO device.log: Device AHU-1 config handler -2024-11-30T14:17:30Z DEBUG x 2024-11-30T14:16:42Z INFO device.log: 2024-11-30T14:16:42Z received config 2024-11-30T14:16:42Z -2024-11-30T14:17:30Z DEBUG Detail system logs level `NOTICE` category `system.config.apply` is now: no logs -2024-11-30T14:17:30Z TRACE received command AHU-1/state/system -2024-11-30T14:17:30Z TRACE received state_system: { -2024-11-30T14:17:30Z TRACE received state_system: "hardware" : { -2024-11-30T14:17:30Z TRACE received state_system: "make" : "BOS", -2024-11-30T14:17:30Z TRACE received state_system: "model" : "pubber" -2024-11-30T14:17:30Z TRACE received state_system: }, -2024-11-30T14:17:30Z TRACE received state_system: "last_config" : "2024-11-30T14:17:27Z", -2024-11-30T14:17:30Z TRACE received state_system: "operation" : { -2024-11-30T14:17:30Z TRACE received state_system: "operational" : true, -2024-11-30T14:17:30Z TRACE received state_system: "last_start" : "2024-11-30T14:16:14Z", -2024-11-30T14:17:30Z TRACE received state_system: "restart_count" : 1, -2024-11-30T14:17:30Z TRACE received state_system: "mode" : "initial" -2024-11-30T14:17:30Z TRACE received state_system: }, -2024-11-30T14:17:30Z TRACE received state_system: "serial_no" : "sequencer-6496", -2024-11-30T14:17:30Z TRACE received state_system: "software" : { -2024-11-30T14:17:30Z TRACE received state_system: "firmware" : "v1" -2024-11-30T14:17:30Z TRACE received state_system: }, -2024-11-30T14:17:30Z TRACE received state_system: "status" : { -2024-11-30T14:17:30Z TRACE received state_system: "message" : "success", -2024-11-30T14:17:30Z TRACE received state_system: "category" : "system.config.apply", -2024-11-30T14:17:30Z TRACE received state_system: "timestamp" : "2024-11-30T14:17:27Z", -2024-11-30T14:17:30Z TRACE received state_system: "level" : 300 -2024-11-30T14:17:30Z TRACE received state_system: }, -2024-11-30T14:17:30Z TRACE received state_system: "timestamp" : "2024-11-30T14:17:29Z", -2024-11-30T14:17:30Z TRACE received state_system: "version" : "1.5.2" -2024-11-30T14:17:30Z TRACE received state_system: } -2024-11-30T14:17:30Z DEBUG Handling device message state_system MP:c4eb9786-0 -2024-11-30T14:17:30Z TRACE Ignoring partial state update -2024-11-30T14:17:31Z TRACE received command AHU-1/state/localnet -2024-11-30T14:17:31Z TRACE received state_localnet: { -2024-11-30T14:17:31Z TRACE received state_localnet: "families" : { -2024-11-30T14:17:31Z TRACE received state_localnet: "ether" : { -2024-11-30T14:17:31Z TRACE received state_localnet: "addr" : "00:22:48:0b:d0:ed" -2024-11-30T14:17:31Z TRACE received state_localnet: }, -2024-11-30T14:17:31Z TRACE received state_localnet: "ipv4" : { -2024-11-30T14:17:31Z TRACE received state_localnet: "addr" : "10.1.0.116" -2024-11-30T14:17:31Z TRACE received state_localnet: }, -2024-11-30T14:17:31Z TRACE received state_localnet: "ipv6" : { -2024-11-30T14:17:31Z TRACE received state_localnet: "addr" : "fe80::222:48ff:fe0b:d0ed" -2024-11-30T14:17:31Z TRACE received state_localnet: }, -2024-11-30T14:17:31Z TRACE received state_localnet: "vendor" : { -2024-11-30T14:17:31Z TRACE received state_localnet: "addr" : "28179023" -2024-11-30T14:17:31Z TRACE received state_localnet: } -2024-11-30T14:17:31Z TRACE received state_localnet: }, -2024-11-30T14:17:31Z TRACE received state_localnet: "timestamp" : "2024-11-30T14:17:29Z", -2024-11-30T14:17:31Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-30T14:17:31Z TRACE received state_localnet: } -2024-11-30T14:17:31Z DEBUG Handling device message state_localnet MP:c4eb9786-1 -2024-11-30T14:17:31Z TRACE Ignoring partial state update -2024-11-30T14:17:32Z TRACE received command AHU-1/state/pointset -2024-11-30T14:17:32Z TRACE received state_pointset: { -2024-11-30T14:17:32Z TRACE received state_pointset: "points" : { -2024-11-30T14:17:32Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:17:32Z TRACE received state_pointset: "units" : "No-units" -2024-11-30T14:17:32Z TRACE received state_pointset: }, -2024-11-30T14:17:32Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:17:32Z TRACE received state_pointset: "units" : "Bars", -2024-11-30T14:17:32Z TRACE received state_pointset: "value_state" : "applied" -2024-11-30T14:17:32Z TRACE received state_pointset: }, -2024-11-30T14:17:32Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:17:32Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-30T14:17:32Z TRACE received state_pointset: } -2024-11-30T14:17:32Z TRACE received state_pointset: }, -2024-11-30T14:17:32Z TRACE received state_pointset: "timestamp" : "2024-11-30T14:17:29Z", -2024-11-30T14:17:32Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-30T14:17:32Z TRACE received state_pointset: } -2024-11-30T14:17:32Z DEBUG Handling device message state_pointset MP:c4eb9786-2 -2024-11-30T14:17:32Z TRACE Ignoring partial state update -2024-11-30T14:17:35Z TRACE received command AHU-1/events/pointset -2024-11-30T14:17:35Z TRACE received events_pointset: { -2024-11-30T14:17:35Z TRACE received events_pointset: "points" : { -2024-11-30T14:17:35Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-11-30T14:17:35Z TRACE received events_pointset: "present_value" : false -2024-11-30T14:17:35Z TRACE received events_pointset: }, -2024-11-30T14:17:35Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-11-30T14:17:35Z TRACE received events_pointset: "present_value" : 98 -2024-11-30T14:17:35Z TRACE received events_pointset: }, -2024-11-30T14:17:35Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-11-30T14:17:35Z TRACE received events_pointset: "present_value" : 8 -2024-11-30T14:17:35Z TRACE received events_pointset: } -2024-11-30T14:17:35Z TRACE received events_pointset: }, -2024-11-30T14:17:35Z TRACE received events_pointset: "timestamp" : "2024-11-30T14:17:35Z", -2024-11-30T14:17:35Z TRACE received events_pointset: "version" : "1.5.2" -2024-11-30T14:17:35Z TRACE received events_pointset: } -2024-11-30T14:17:35Z DEBUG Handling device message events_pointset MP:bcabdaf5 -2024-11-30T14:17:36Z TRACE received command AHU-1/events/system -2024-11-30T14:17:36Z DEBUG received events_system 2024-11-30T14:17:27Z NOTICE system.config.apply: success -2024-11-30T14:17:36Z DEBUG received events_system 2024-11-30T14:17:27Z DEBUG device.log: State update defer 1993ms -2024-11-30T14:17:36Z DEBUG received events_system 2024-11-30T14:17:27Z DEBUG device.log: State update defer 1992ms -2024-11-30T14:17:36Z DEBUG received events_system 2024-11-30T14:17:27Z DEBUG device.log: State update defer 1992ms -2024-11-30T14:17:36Z DEBUG received events_system 2024-11-30T14:17:27Z DEBUG device.log: State update defer 1992ms -2024-11-30T14:17:36Z DEBUG received events_system 2024-11-30T14:17:27Z DEBUG device.log: State update defer 1992ms -2024-11-30T14:17:36Z DEBUG received events_system 2024-11-30T14:17:27Z DEBUG device.log: State update defer 1991ms -2024-11-30T14:17:36Z DEBUG received events_system 2024-11-30T14:17:27Z DEBUG device.log: State update defer 1991ms -2024-11-30T14:17:36Z DEBUG received events_system 2024-11-30T14:17:29Z DEBUG device.log: State update defer 0ms -2024-11-30T14:17:36Z DEBUG received events_system 2024-11-30T14:17:29Z INFO device.log: Update state 2024-11-30T14:17:29Z last_config 2024-11-30T14:17:27Z -2024-11-30T14:17:36Z DEBUG received events_system 2024-11-30T14:17:29Z DEBUG device.log: State update AHU-1 (system_min_loglevel) -2024-11-30T14:17:36Z DEBUG Handling device message events_system MP:9bb6966d -2024-11-30T14:17:37Z DEBUG Matched entry 2024-11-30T14:17:27Z NOTICE system.config.apply: success -2024-11-30T14:17:37Z DEBUG Detail system logs level `NOTICE` category `system.config.apply` is now: null -2024-11-30T14:17:37Z DEBUG Recorded sequence: 1. Wait until system logs level `NOTICE` category `system.config.apply` -2024-11-30T14:17:37Z DEBUG Stage finished waiting for system logs level `NOTICE` category `system.config.apply` at 79s after 11s -2024-11-30T14:17:37Z TRACE Stage resume waiting for executing test at 79s -2024-11-30T14:17:37Z DEBUG stage done waiting for executing test at 79s -2024-11-30T14:17:37Z DEBUG Removing implicit system capability LAST_CONFIG -2024-11-30T14:17:37Z NOTICE RESULT pass system system_min_loglevel ALPHA 10/10 Sequence complete -2024-11-30T14:17:37Z NOTICE Sequence complete -2024-11-30T14:17:37Z INFO waiting 0s for more messages... -2024-11-30T14:17:37Z TRACE Stage suspend waiting for executing test at 79s -2024-11-30T14:17:37Z INFO Stage start waiting for minimum test time at 79s -2024-11-30T14:17:37Z DEBUG Stage finished waiting for minimum test time at 79s after 0s -2024-11-30T14:17:37Z TRACE Stage resume waiting for executing test at 79s -2024-11-30T14:17:37Z NOTICE SCHEMA pass system system_min_loglevel ALPHA events_system No schema violations found -2024-11-30T14:17:37Z NOTICE SCHEMA pass system system_min_loglevel ALPHA state_update No schema violations found -2024-11-30T14:17:37Z NOTICE SCHEMA pass system system_min_loglevel ALPHA device_state Only expected device state changes observed -2024-11-30T14:17:37Z NOTICE ending test system_min_loglevel after 79s ################################ +2024-12-17T05:27:55Z NOTICE starting test system_min_loglevel ################################ +2024-12-17T05:27:55Z INFO Stage start waiting for starting test wrapper at 0s +2024-12-17T05:28:03Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:28:03Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:03Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:28:03Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:28:03Z DEBUG Set extraFieldChanged false because extra_field null +2024-12-17T05:28:03Z WARNING Now using alternate connection client! +2024-12-17T05:28:03Z TRACE Stage suspend waiting for starting test wrapper at 8s +2024-12-17T05:28:03Z INFO Stage start waiting for using alternate client at 8s +2024-12-17T05:28:03Z DEBUG Delay from lastConfigMark 2024-12-17T05:27:55.038403774Z is -6040ms +2024-12-17T05:28:03Z DEBUG Forcing config update +2024-12-17T05:28:03Z TRACE Updated check config_update: true +2024-12-17T05:28:03Z DEBUG Update config_update, adding configTransaction RC:d1707f.00000006 +2024-12-17T05:28:03Z TRACE Outgoing local_update: { +2024-12-17T05:28:03Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###null", +2024-12-17T05:28:03Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:03Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:03Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:03Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:03Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:28:03Z TRACE Outgoing local_update: }, +2024-12-17T05:28:03Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:03Z TRACE Outgoing local_update: "sequence_name" : "system_min_loglevel", +2024-12-17T05:28:03Z TRACE Outgoing local_update: "endpoint_type" : "alternate" +2024-12-17T05:28:03Z TRACE Outgoing local_update: } +2024-12-17T05:28:03Z TRACE Outgoing local_update: }, +2024-12-17T05:28:03Z TRACE Outgoing local_update: "blobset" : { +2024-12-17T05:28:03Z TRACE Outgoing local_update: "blobs" : { +2024-12-17T05:28:03Z TRACE Outgoing local_update: "_iot_endpoint_config" : { +2024-12-17T05:28:03Z TRACE Outgoing local_update: "phase" : "final", +2024-12-17T05:28:03Z TRACE Outgoing local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzIvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzIvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfMi9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", +2024-12-17T05:28:03Z TRACE Outgoing local_update: "sha256" : "@@@blob data hash###44ea37adc834b2c4118326fb6f97467d5d655101daab1455e696d3fd108c1eeb", +2024-12-17T05:28:03Z TRACE Outgoing local_update: "generation" : "2024-12-17T05:28:03Z" +2024-12-17T05:28:03Z TRACE Outgoing local_update: } +2024-12-17T05:28:03Z TRACE Outgoing local_update: } +2024-12-17T05:28:03Z TRACE Outgoing local_update: } +2024-12-17T05:28:03Z TRACE Outgoing local_update: } +2024-12-17T05:28:03Z DEBUG Detail pending config transaction is now: RC:d1707f.00000006 +2024-12-17T05:28:03Z TRACE received command AHU-1/config/update +2024-12-17T05:28:03Z DEBUG Received config_update +2024-12-17T05:28:03Z DEBUG Handling update message config_update RC:d1707f.00000006 +2024-12-17T05:28:03Z DEBUG Removed configTransaction RC:d1707f.00000006 +2024-12-17T05:28:03Z DEBUG Set last_start changed false, last_start 1970-01-01T00:01:13Z +2024-12-17T05:28:03Z DEBUG Updated config 2024-12-17T05:28:03Z RC:d1707f.00000006 +2024-12-17T05:28:03Z INFO Updated config #001: { +2024-12-17T05:28:03Z INFO Updated config #001: "timestamp" : "2024-12-17T05:28:03Z", +2024-12-17T05:28:03Z INFO Updated config #001: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:03Z INFO Updated config #001: "system" : { +2024-12-17T05:28:03Z INFO Updated config #001: "min_loglevel" : 100, +2024-12-17T05:28:03Z INFO Updated config #001: "metrics_rate_sec" : 10, +2024-12-17T05:28:03Z INFO Updated config #001: "operation" : { +2024-12-17T05:28:03Z INFO Updated config #001: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:28:03Z INFO Updated config #001: }, +2024-12-17T05:28:03Z INFO Updated config #001: "testing" : { +2024-12-17T05:28:03Z INFO Updated config #001: "sequence_name" : "system_min_loglevel", +2024-12-17T05:28:03Z INFO Updated config #001: "endpoint_type" : "alternate" +2024-12-17T05:28:03Z INFO Updated config #001: } +2024-12-17T05:28:03Z INFO Updated config #001: }, +2024-12-17T05:28:03Z INFO Updated config #001: "blobset" : { +2024-12-17T05:28:03Z INFO Updated config #001: "blobs" : { +2024-12-17T05:28:03Z INFO Updated config #001: "_iot_endpoint_config" : { +2024-12-17T05:28:03Z INFO Updated config #001: "phase" : "final", +2024-12-17T05:28:03Z INFO Updated config #001: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzIvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzIvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfMi9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", +2024-12-17T05:28:03Z INFO Updated config #001: "sha256" : "@@@blob data hash###44ea37adc834b2c4118326fb6f97467d5d655101daab1455e696d3fd108c1eeb", +2024-12-17T05:28:03Z INFO Updated config #001: "generation" : "2024-12-17T05:28:03Z" +2024-12-17T05:28:03Z INFO Updated config #001: } +2024-12-17T05:28:03Z INFO Updated config #001: } +2024-12-17T05:28:03Z INFO Updated config #001: } +2024-12-17T05:28:03Z INFO Updated config #001: } +2024-12-17T05:28:03Z DEBUG Expected last_config now 2024-12-17T05:28:03Z +2024-12-17T05:28:03Z DEBUG Detail pending config transaction is now: null +2024-12-17T05:28:03Z DEBUG New lastConfigMark at 2024-12-17T05:28:03Z +2024-12-17T05:28:03Z DEBUG Update config reset alternate registry timestamp 2024-12-17T05:28:03Z +2024-12-17T05:28:03Z TRACE Outgoing local_update: { +2024-12-17T05:28:03Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:28:03Z", +2024-12-17T05:28:03Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:03Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:03Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:03Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:03Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:03Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:28:03Z TRACE Outgoing local_update: }, +2024-12-17T05:28:03Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:03Z TRACE Outgoing local_update: "sequence_name" : "system_min_loglevel", +2024-12-17T05:28:03Z TRACE Outgoing local_update: "endpoint_type" : "alternate" +2024-12-17T05:28:03Z TRACE Outgoing local_update: } +2024-12-17T05:28:03Z TRACE Outgoing local_update: }, +2024-12-17T05:28:03Z TRACE Outgoing local_update: "blobset" : { +2024-12-17T05:28:03Z TRACE Outgoing local_update: "blobs" : { +2024-12-17T05:28:03Z TRACE Outgoing local_update: "_iot_endpoint_config" : { +2024-12-17T05:28:03Z TRACE Outgoing local_update: "phase" : "final", +2024-12-17T05:28:03Z TRACE Outgoing local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzIvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzIvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfMi9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", +2024-12-17T05:28:03Z TRACE Outgoing local_update: "sha256" : "@@@blob data hash###44ea37adc834b2c4118326fb6f97467d5d655101daab1455e696d3fd108c1eeb", +2024-12-17T05:28:03Z TRACE Outgoing local_update: "generation" : "2024-12-17T05:28:03Z" +2024-12-17T05:28:03Z TRACE Outgoing local_update: } +2024-12-17T05:28:03Z TRACE Outgoing local_update: } +2024-12-17T05:28:03Z TRACE Outgoing local_update: } +2024-12-17T05:28:03Z TRACE Outgoing local_update: } +2024-12-17T05:28:03Z TRACE Update config reset alternate registry: Add `system` = { "min_loglevel": `100`, "testing": { "endpoint_type": `alternate`, "sequence_name": `system_min_loglevel` }, "metrics_rate_sec": `10`, "operation": { "last_start": `device reported` } } +2024-12-17T05:28:03Z TRACE Update config reset alternate registry: Add `version` = `cloud udmi version` +2024-12-17T05:28:03Z TRACE Update config reset alternate registry: Add `blobset` = { "blobs": { "_iot_endpoint_config": { "phase": `final`, "generation": `blob generation`, "sha256": `blob data hash`, "url": `endpoint data` } } } +2024-12-17T05:28:03Z TRACE Update config reset alternate registry: Add `timestamp` = `generated timestamp` +2024-12-17T05:28:03Z DEBUG Stage finished waiting for using alternate client at 8s after 0s +2024-12-17T05:28:03Z TRACE Stage resume waiting for starting test wrapper at 8s +2024-12-17T05:28:03Z WARNING Done with alternate connection client! +2024-12-17T05:28:03Z DEBUG Allowing device state change (everything) +2024-12-17T05:28:03Z DEBUG Starting reset_config full reset true +2024-12-17T05:28:03Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:28:03Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:03Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:28:03Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:28:03Z DEBUG Set extraFieldChanged false because extra_field null +2024-12-17T05:28:03Z DEBUG Set extraFieldChanged true because extra_field reset_config +2024-12-17T05:28:03Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:28:03Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:03Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:28:03Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:28:03Z DEBUG Set extraFieldChanged true because extra_field null +2024-12-17T05:28:03Z DEBUG Delay from lastConfigMark 2024-12-17T05:28:03.167317714Z is 1984ms +2024-12-17T05:28:03Z DEBUG Rate-limiting config by 1984ms +2024-12-17T05:28:05Z TRACE Updated check config_update: true +2024-12-17T05:28:05Z DEBUG Update config_update, adding configTransaction RC:d1707f.00000007 +2024-12-17T05:28:05Z TRACE Outgoing local_update: { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###1.5.2", +2024-12-17T05:28:05Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:05Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:05Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:28:05Z TRACE Outgoing local_update: }, +2024-12-17T05:28:05Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "sequence_name" : "system_min_loglevel" +2024-12-17T05:28:05Z TRACE Outgoing local_update: } +2024-12-17T05:28:05Z TRACE Outgoing local_update: }, +2024-12-17T05:28:05Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:05Z TRACE Outgoing local_update: } +2024-12-17T05:28:05Z TRACE Outgoing local_update: }, +2024-12-17T05:28:05Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:05Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:05Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:05Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:05Z TRACE Outgoing local_update: } +2024-12-17T05:28:05Z TRACE Outgoing local_update: }, +2024-12-17T05:28:05Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:05Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:05Z TRACE Outgoing local_update: }, +2024-12-17T05:28:05Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:05Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:05Z TRACE Outgoing local_update: }, +2024-12-17T05:28:05Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:05Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:28:05Z TRACE Outgoing local_update: } +2024-12-17T05:28:05Z TRACE Outgoing local_update: } +2024-12-17T05:28:05Z TRACE Outgoing local_update: } +2024-12-17T05:28:05Z TRACE Outgoing local_update: } +2024-12-17T05:28:05Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:05Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:28:05Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:05Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:28:05Z DEBUG Saving pre-config state timestamp null +2024-12-17T05:28:05Z DEBUG Update lastConfigUpdate 2024-12-17T05:28:05Z, because soft reset +2024-12-17T05:28:05Z TRACE Stage suspend waiting for starting test wrapper at 10s +2024-12-17T05:28:05Z INFO Stage start waiting for config update synchronized at 10s +2024-12-17T05:28:05Z TRACE received command AHU-1/events/pointset +2024-12-17T05:28:05Z TRACE Received events_pointset: { +2024-12-17T05:28:05Z TRACE Received events_pointset: "points" : { +2024-12-17T05:28:05Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:05Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:28:05Z TRACE Received events_pointset: }, +2024-12-17T05:28:05Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:05Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:28:05Z TRACE Received events_pointset: }, +2024-12-17T05:28:05Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:05Z TRACE Received events_pointset: "present_value" : 11 +2024-12-17T05:28:05Z TRACE Received events_pointset: } +2024-12-17T05:28:05Z TRACE Received events_pointset: }, +2024-12-17T05:28:05Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:27:57Z", +2024-12-17T05:28:05Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:28:05Z TRACE Received events_pointset: } +2024-12-17T05:28:05Z DEBUG Handling device message events_pointset MP:7380a92e +2024-12-17T05:28:05Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:05Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:28:05Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:05Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:28:05Z TRACE received command AHU-1/events/system +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:51Z INFO device.log: Configured with auth_type RS256 +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:51Z INFO device.log: Resetting persistent store /home/runner/work/udmi/udmi/sites/udmi_site_model/out/devices/AHU-1/persistent_data.json +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:51Z INFO device.log: Loading endpoint into persistent data from configuration +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:51Z WARNING device.log: Updating persistent store: +{ + "endpoint" : { + "protocol" : "mqtt", + "transport" : "ssl", + "hostname" : "localhost", + "client_id" : "/r/ZZ-TRI-FECTA_2/d/AHU-1", + "topic_prefix" : "/r/ZZ-TRI-FECTA_2/d/AHU-1", + "auth_provider" : { + "basic" : { + "username" : "/r/ZZ-TRI-FECTA_2/d/AHU-1", + "password" : "38269d11" + } + } + }, + "restart_count" : 1 +} +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:51Z INFO device.log: Starting pubber AHU-1, serial sequencer-20043, mac null, gateway null, options noPersist +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:51Z INFO device.log: Loading device key bytes from /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.pkcs8 +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:51Z INFO device.log: CA cert file: /home/runner/work/udmi/udmi/sites/udmi_site_model/reflector/ca.crt +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:51Z INFO device.log: Device cert file: /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.crt +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:51Z INFO device.log: Private key file: /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.pem +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:51Z INFO device.log: Password sha256 6b5344e1 +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:51Z WARNING device.log: Starting connection 1734413271911 with 10 +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:51Z INFO device.log: Update state 2024-12-17T05:27:51Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:51Z WARNING device.log: Dropping state update until config received... +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:51Z WARNING device.log: Creating new config latch for AHU-1 +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:52Z INFO device.log: Update state 2024-12-17T05:27:52Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:52Z WARNING device.log: Dropping state update until config received... +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:52Z INFO device.log: Update state 2024-12-17T05:27:52Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:52Z WARNING device.log: Dropping state update until config received... +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:52Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:52Z WARNING device.log: Received config for config latch AHU-1 +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:52Z WARNING device.log: Starting AHU-1 Pubber sender with delay 10s +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:52Z INFO device.log: 2024-12-17T05:27:52Z received config 2024-12-17T05:27:37Z +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:52Z WARNING device.log: Starting AHU-1 PubberSystemManager sender with delay 10s +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:52Z WARNING device.log: Starting AHU-1 PubberPointsetManager sender with delay 10s +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:52Z WARNING device.log: Start waiting 10s for config latch for AHU-1 +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:52Z WARNING device.log: Ending connection 1734413271911 with 9 +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:52Z NOTICE system.config.apply: success +2024-12-17T05:28:05Z DEBUG Received events_system 2024-12-17T05:27:52Z NOTICE system.config.apply: success +2024-12-17T05:28:05Z DEBUG Handling device message events_system MP:4b71fc88 +2024-12-17T05:28:05Z TRACE received command AHU-1/events/system +2024-12-17T05:28:05Z DEBUG Received events_system (no logs) +2024-12-17T05:28:05Z DEBUG Handling device message events_system MP:9c5495ff +2024-12-17T05:28:05Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:05Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:28:05Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:05Z TRACE received command AHU-1/events/pointset +2024-12-17T05:28:05Z TRACE Received events_pointset: { +2024-12-17T05:28:05Z TRACE Received events_pointset: "points" : { +2024-12-17T05:28:05Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:05Z TRACE Received events_pointset: "present_value" : true +2024-12-17T05:28:05Z TRACE Received events_pointset: }, +2024-12-17T05:28:05Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:05Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:28:05Z TRACE Received events_pointset: }, +2024-12-17T05:28:05Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:05Z TRACE Received events_pointset: "present_value" : 12 +2024-12-17T05:28:05Z TRACE Received events_pointset: } +2024-12-17T05:28:05Z TRACE Received events_pointset: }, +2024-12-17T05:28:05Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:28:02Z", +2024-12-17T05:28:05Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:28:05Z TRACE Received events_pointset: } +2024-12-17T05:28:05Z DEBUG Handling device message events_pointset MP:5fee24e9 +2024-12-17T05:28:05Z TRACE received command AHU-1/config/update +2024-12-17T05:28:05Z DEBUG Received config_update +2024-12-17T05:28:05Z DEBUG Handling update message config_update RC:d1707f.00000007 +2024-12-17T05:28:05Z DEBUG Removed configTransaction RC:d1707f.00000007 +2024-12-17T05:28:05Z DEBUG Set last_start changed false, last_start 1970-01-01T00:01:13Z +2024-12-17T05:28:05Z DEBUG Updated config 2024-12-17T05:28:05Z RC:d1707f.00000007 +2024-12-17T05:28:05Z INFO Updated config #002: Changed 5 fields: +2024-12-17T05:28:05Z INFO Updated config #002: Remove `system.testing.endpoint_type` +2024-12-17T05:28:05Z INFO Updated config #002: Add `discovery` = { "families": { "vendor": { } } } +2024-12-17T05:28:05Z INFO Updated config #002: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } +2024-12-17T05:28:05Z INFO Updated config #002: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "bacnet": { } } } +2024-12-17T05:28:05Z INFO Updated config #002: Remove `blobset` +2024-12-17T05:28:05Z DEBUG Expected last_config now 2024-12-17T05:28:05Z +2024-12-17T05:28:05Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:05Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:28:05Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:05Z DEBUG Detail config update synchronized is now: device state not updated since config issued +2024-12-17T05:28:05Z TRACE received command AHU-1/state/update +2024-12-17T05:28:05Z DEBUG Received state_update +2024-12-17T05:28:05Z DEBUG Handling update message state_update MP:b6a2d7ab +2024-12-17T05:28:05Z DEBUG Updated state after 0s 2024-12-17T05:28:05Z MP:b6a2d7ab +2024-12-17T05:28:05Z INFO Initial state #001: { +2024-12-17T05:28:05Z INFO Initial state #001: "timestamp" : "2024-12-17T05:28:05Z", +2024-12-17T05:28:05Z INFO Initial state #001: "version" : "1.5.2", +2024-12-17T05:28:05Z INFO Initial state #001: "system" : { +2024-12-17T05:28:05Z INFO Initial state #001: "last_config" : "2024-12-17T05:28:05Z", +2024-12-17T05:28:05Z INFO Initial state #001: "operation" : { +2024-12-17T05:28:05Z INFO Initial state #001: "operational" : true, +2024-12-17T05:28:05Z INFO Initial state #001: "last_start" : "2024-12-17T05:27:51Z", +2024-12-17T05:28:05Z INFO Initial state #001: "restart_count" : 1, +2024-12-17T05:28:05Z INFO Initial state #001: "mode" : "initial" +2024-12-17T05:28:05Z INFO Initial state #001: }, +2024-12-17T05:28:05Z INFO Initial state #001: "serial_no" : "sequencer-20043", +2024-12-17T05:28:05Z INFO Initial state #001: "hardware" : { +2024-12-17T05:28:05Z INFO Initial state #001: "make" : "BOS", +2024-12-17T05:28:05Z INFO Initial state #001: "model" : "pubber" +2024-12-17T05:28:05Z INFO Initial state #001: }, +2024-12-17T05:28:05Z INFO Initial state #001: "software" : { +2024-12-17T05:28:05Z INFO Initial state #001: "firmware" : "v1" +2024-12-17T05:28:05Z INFO Initial state #001: }, +2024-12-17T05:28:05Z INFO Initial state #001: "status" : { +2024-12-17T05:28:05Z INFO Initial state #001: "message" : "success", +2024-12-17T05:28:05Z INFO Initial state #001: "category" : "system.config.apply", +2024-12-17T05:28:05Z INFO Initial state #001: "timestamp" : "2024-12-17T05:28:05Z", +2024-12-17T05:28:05Z INFO Initial state #001: "level" : 300 +2024-12-17T05:28:05Z INFO Initial state #001: } +2024-12-17T05:28:05Z INFO Initial state #001: }, +2024-12-17T05:28:05Z INFO Initial state #001: "discovery" : { +2024-12-17T05:28:05Z INFO Initial state #001: "families" : { } +2024-12-17T05:28:05Z INFO Initial state #001: }, +2024-12-17T05:28:05Z INFO Initial state #001: "localnet" : { +2024-12-17T05:28:05Z INFO Initial state #001: "families" : { +2024-12-17T05:28:05Z INFO Initial state #001: "ether" : { +2024-12-17T05:28:05Z INFO Initial state #001: "addr" : "60:45:bd:49:0e:5f" +2024-12-17T05:28:05Z INFO Initial state #001: }, +2024-12-17T05:28:05Z INFO Initial state #001: "ipv4" : { +2024-12-17T05:28:05Z INFO Initial state #001: "addr" : "10.1.0.131" +2024-12-17T05:28:05Z INFO Initial state #001: }, +2024-12-17T05:28:05Z INFO Initial state #001: "ipv6" : { +2024-12-17T05:28:05Z INFO Initial state #001: "addr" : "fe80::6245:bdff:fe49:e5f" +2024-12-17T05:28:05Z INFO Initial state #001: }, +2024-12-17T05:28:05Z INFO Initial state #001: "vendor" : { +2024-12-17T05:28:05Z INFO Initial state #001: "addr" : "28179023" +2024-12-17T05:28:05Z INFO Initial state #001: } +2024-12-17T05:28:05Z INFO Initial state #001: } +2024-12-17T05:28:05Z INFO Initial state #001: }, +2024-12-17T05:28:05Z INFO Initial state #001: "pointset" : { +2024-12-17T05:28:05Z INFO Initial state #001: "points" : { +2024-12-17T05:28:05Z INFO Initial state #001: "filter_alarm_pressure_status" : { +2024-12-17T05:28:05Z INFO Initial state #001: "units" : "No-units" +2024-12-17T05:28:05Z INFO Initial state #001: }, +2024-12-17T05:28:05Z INFO Initial state #001: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:05Z INFO Initial state #001: "units" : "Bars", +2024-12-17T05:28:05Z INFO Initial state #001: "value_state" : "applied" +2024-12-17T05:28:05Z INFO Initial state #001: }, +2024-12-17T05:28:05Z INFO Initial state #001: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:05Z INFO Initial state #001: "units" : "Degrees-Celsius" +2024-12-17T05:28:05Z INFO Initial state #001: } +2024-12-17T05:28:05Z INFO Initial state #001: } +2024-12-17T05:28:05Z INFO Initial state #001: } +2024-12-17T05:28:05Z INFO Initial state #001: } +2024-12-17T05:28:05Z NOTICE Received serial number sequencer-20043 +2024-12-17T05:28:05Z DEBUG Updated state has last_config 2024-12-17T05:28:05Z (expecting 2024-12-17T05:28:05Z) +2024-12-17T05:28:05Z TRACE received command AHU-1/state/system +2024-12-17T05:28:05Z TRACE Received state_system: { +2024-12-17T05:28:05Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:05Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:05Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:05Z TRACE Received state_system: }, +2024-12-17T05:28:05Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:05Z", +2024-12-17T05:28:05Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:05Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:05Z TRACE Received state_system: "last_start" : "2024-12-17T05:27:51Z", +2024-12-17T05:28:05Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:05Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:05Z TRACE Received state_system: }, +2024-12-17T05:28:05Z TRACE Received state_system: "serial_no" : "sequencer-20043", +2024-12-17T05:28:05Z TRACE Received state_system: "software" : { +2024-12-17T05:28:05Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:05Z TRACE Received state_system: }, +2024-12-17T05:28:05Z TRACE Received state_system: "status" : { +2024-12-17T05:28:05Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:05Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:28:05Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:05Z", +2024-12-17T05:28:05Z TRACE Received state_system: "level" : 300 +2024-12-17T05:28:05Z TRACE Received state_system: }, +2024-12-17T05:28:05Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:05Z", +2024-12-17T05:28:05Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:05Z TRACE Received state_system: } +2024-12-17T05:28:05Z DEBUG Handling device message state_system MP:b6a2d7ab-0 +2024-12-17T05:28:05Z TRACE Ignoring partial state update +2024-12-17T05:28:05Z DEBUG Detail config update synchronized is now: last_start not synced in config +2024-12-17T05:28:05Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:05Z TRACE Received state_discovery: { +2024-12-17T05:28:05Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:05Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:05Z", +2024-12-17T05:28:05Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:05Z TRACE Received state_discovery: } +2024-12-17T05:28:05Z DEBUG Handling device message state_discovery MP:b6a2d7ab-1 +2024-12-17T05:28:05Z TRACE Ignoring partial state update +2024-12-17T05:28:05Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:05Z TRACE Received state_localnet: { +2024-12-17T05:28:05Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:05Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:05Z TRACE Received state_localnet: "addr" : "60:45:bd:49:0e:5f" +2024-12-17T05:28:05Z TRACE Received state_localnet: }, +2024-12-17T05:28:05Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:05Z TRACE Received state_localnet: "addr" : "10.1.0.131" +2024-12-17T05:28:05Z TRACE Received state_localnet: }, +2024-12-17T05:28:05Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:05Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe49:e5f" +2024-12-17T05:28:05Z TRACE Received state_localnet: }, +2024-12-17T05:28:05Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:05Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:05Z TRACE Received state_localnet: } +2024-12-17T05:28:05Z TRACE Received state_localnet: }, +2024-12-17T05:28:05Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:05Z", +2024-12-17T05:28:05Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:05Z TRACE Received state_localnet: } +2024-12-17T05:28:05Z DEBUG Handling device message state_localnet MP:b6a2d7ab-2 +2024-12-17T05:28:05Z TRACE Ignoring partial state update +2024-12-17T05:28:05Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:05Z TRACE Received state_pointset: { +2024-12-17T05:28:05Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:05Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:05Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:05Z TRACE Received state_pointset: }, +2024-12-17T05:28:05Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:05Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:05Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:05Z TRACE Received state_pointset: }, +2024-12-17T05:28:05Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:05Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:05Z TRACE Received state_pointset: } +2024-12-17T05:28:05Z TRACE Received state_pointset: }, +2024-12-17T05:28:05Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:05Z", +2024-12-17T05:28:05Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:05Z TRACE Received state_pointset: } +2024-12-17T05:28:05Z DEBUG Handling device message state_pointset MP:b6a2d7ab-3 +2024-12-17T05:28:05Z TRACE Ignoring partial state update +2024-12-17T05:28:05Z TRACE received command AHU-1/config/update +2024-12-17T05:28:05Z DEBUG Received config_update +2024-12-17T05:28:05Z DEBUG Handling update message config_update MP:b6a2d7ab +2024-12-17T05:28:05Z DEBUG Set last_start changed true, last_start 2024-12-17T05:27:51Z +2024-12-17T05:28:05Z DEBUG Updated config 2024-12-17T05:28:05Z MP:b6a2d7ab +2024-12-17T05:28:05Z INFO Updated config #003: Changed 0 fields. +2024-12-17T05:28:05Z DEBUG Expected last_config now 2024-12-17T05:28:05Z +2024-12-17T05:28:05Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:28:05Z DEBUG Stage finished waiting for config update synchronized at 10s after 0s +2024-12-17T05:28:05Z TRACE Stage resume waiting for starting test wrapper at 10s +2024-12-17T05:28:05Z DEBUG Config sync took 0s +2024-12-17T05:28:05Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:28:05Z DEBUG New lastConfigMark at 2024-12-17T05:28:05Z +2024-12-17T05:28:05Z DEBUG Update config soft reset timestamp 2024-12-17T05:28:05Z +2024-12-17T05:28:05Z TRACE Outgoing local_update: { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:28:05Z", +2024-12-17T05:28:05Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:05Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:05Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:05Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:27:51Z" +2024-12-17T05:28:05Z TRACE Outgoing local_update: }, +2024-12-17T05:28:05Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "sequence_name" : "system_min_loglevel" +2024-12-17T05:28:05Z TRACE Outgoing local_update: } +2024-12-17T05:28:05Z TRACE Outgoing local_update: }, +2024-12-17T05:28:05Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:05Z TRACE Outgoing local_update: } +2024-12-17T05:28:05Z TRACE Outgoing local_update: }, +2024-12-17T05:28:05Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:05Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:05Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:05Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:05Z TRACE Outgoing local_update: } +2024-12-17T05:28:05Z TRACE Outgoing local_update: }, +2024-12-17T05:28:05Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:05Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:05Z TRACE Outgoing local_update: }, +2024-12-17T05:28:05Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:05Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:05Z TRACE Outgoing local_update: }, +2024-12-17T05:28:05Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:05Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:05Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:28:05Z TRACE Outgoing local_update: } +2024-12-17T05:28:05Z TRACE Outgoing local_update: } +2024-12-17T05:28:05Z TRACE Outgoing local_update: } +2024-12-17T05:28:05Z TRACE Outgoing local_update: } +2024-12-17T05:28:05Z TRACE Update config soft reset: Add `discovery` = { "families": { "vendor": { } } } +2024-12-17T05:28:05Z TRACE Update config soft reset: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } +2024-12-17T05:28:05Z TRACE Update config soft reset: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "bacnet": { } } } +2024-12-17T05:28:05Z TRACE Update config soft reset: Add `timestamp` = `generated timestamp` +2024-12-17T05:28:05Z DEBUG Done with reset_config +2024-12-17T05:28:05Z TRACE Stage suspend waiting for starting test wrapper at 10s +2024-12-17T05:28:05Z INFO Stage start waiting for config update synchronized at 10s +2024-12-17T05:28:07Z TRACE received command AHU-1/state/update +2024-12-17T05:28:07Z DEBUG Received state_update +2024-12-17T05:28:07Z DEBUG Handling update message state_update MP:24b4b498 +2024-12-17T05:28:07Z DEBUG Updated state after 0s 2024-12-17T05:28:07Z MP:24b4b498 +2024-12-17T05:28:07Z INFO Updated state #002: Changed 1 fields: +2024-12-17T05:28:07Z INFO Updated state #002: Set `timestamp` = `2024-12-17T05:28:07Z` +2024-12-17T05:28:07Z DEBUG Updated state has last_config 2024-12-17T05:28:05Z (expecting 2024-12-17T05:28:05Z) +2024-12-17T05:28:07Z DEBUG Stage finished waiting for config update synchronized at 12s after 1s +2024-12-17T05:28:07Z TRACE Stage resume waiting for starting test wrapper at 12s +2024-12-17T05:28:07Z DEBUG Config sync took 2s +2024-12-17T05:28:07Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:28:07Z DEBUG Disallowing device state change (everything) +2024-12-17T05:28:07Z DEBUG Delay from lastConfigMark 2024-12-17T05:28:05.589186457Z is 304ms +2024-12-17T05:28:07Z DEBUG Rate-limiting config by 304ms +2024-12-17T05:28:07Z TRACE Updated check config_update: true +2024-12-17T05:28:07Z DEBUG Update config_update, adding configTransaction RC:d1707f.00000008 +2024-12-17T05:28:07Z TRACE Outgoing local_update: { +2024-12-17T05:28:07Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:28:05Z", +2024-12-17T05:28:07Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:07Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:07Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:07Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:07Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:07Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:27:51Z" +2024-12-17T05:28:07Z TRACE Outgoing local_update: }, +2024-12-17T05:28:07Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:07Z TRACE Outgoing local_update: "sequence_name" : "system_min_loglevel" +2024-12-17T05:28:07Z TRACE Outgoing local_update: } +2024-12-17T05:28:07Z TRACE Outgoing local_update: }, +2024-12-17T05:28:07Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:07Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:07Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:07Z TRACE Outgoing local_update: } +2024-12-17T05:28:07Z TRACE Outgoing local_update: }, +2024-12-17T05:28:07Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:07Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:07Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:07Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:07Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:07Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:07Z TRACE Outgoing local_update: } +2024-12-17T05:28:07Z TRACE Outgoing local_update: }, +2024-12-17T05:28:07Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:07Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:07Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:07Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:07Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:07Z TRACE Outgoing local_update: }, +2024-12-17T05:28:07Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:07Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:07Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:07Z TRACE Outgoing local_update: }, +2024-12-17T05:28:07Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:07Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:07Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:28:07Z TRACE Outgoing local_update: } +2024-12-17T05:28:07Z TRACE Outgoing local_update: } +2024-12-17T05:28:07Z TRACE Outgoing local_update: } +2024-12-17T05:28:07Z TRACE Outgoing local_update: } +2024-12-17T05:28:07Z DEBUG Saving pre-config state timestamp 2024-12-17T05:28:07Z +2024-12-17T05:28:07Z DEBUG Update lastConfigUpdate 2024-12-17T05:28:07Z, because initial setup +2024-12-17T05:28:07Z TRACE Stage suspend waiting for starting test wrapper at 12s +2024-12-17T05:28:07Z INFO Stage start waiting for config update synchronized at 12s +2024-12-17T05:28:07Z TRACE received command AHU-1/state/system +2024-12-17T05:28:07Z TRACE Received state_system: { +2024-12-17T05:28:07Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:07Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:07Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:07Z TRACE Received state_system: }, +2024-12-17T05:28:07Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:05Z", +2024-12-17T05:28:07Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:07Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:07Z TRACE Received state_system: "last_start" : "2024-12-17T05:27:51Z", +2024-12-17T05:28:07Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:07Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:07Z TRACE Received state_system: }, +2024-12-17T05:28:07Z TRACE Received state_system: "serial_no" : "sequencer-20043", +2024-12-17T05:28:07Z TRACE Received state_system: "software" : { +2024-12-17T05:28:07Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:07Z TRACE Received state_system: }, +2024-12-17T05:28:07Z TRACE Received state_system: "status" : { +2024-12-17T05:28:07Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:07Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:28:07Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:05Z", +2024-12-17T05:28:07Z TRACE Received state_system: "level" : 300 +2024-12-17T05:28:07Z TRACE Received state_system: }, +2024-12-17T05:28:07Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:07Z", +2024-12-17T05:28:07Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:07Z TRACE Received state_system: } +2024-12-17T05:28:07Z DEBUG Handling device message state_system MP:24b4b498-0 +2024-12-17T05:28:07Z TRACE Ignoring partial state update +2024-12-17T05:28:07Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:28:07Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:07Z TRACE Received state_discovery: { +2024-12-17T05:28:07Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:07Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:07Z", +2024-12-17T05:28:07Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:07Z TRACE Received state_discovery: } +2024-12-17T05:28:07Z DEBUG Handling device message state_discovery MP:24b4b498-1 +2024-12-17T05:28:07Z TRACE Ignoring partial state update +2024-12-17T05:28:07Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:07Z TRACE Received state_localnet: { +2024-12-17T05:28:07Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:07Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:07Z TRACE Received state_localnet: "addr" : "60:45:bd:49:0e:5f" +2024-12-17T05:28:07Z TRACE Received state_localnet: }, +2024-12-17T05:28:07Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:07Z TRACE Received state_localnet: "addr" : "10.1.0.131" +2024-12-17T05:28:07Z TRACE Received state_localnet: }, +2024-12-17T05:28:07Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:07Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe49:e5f" +2024-12-17T05:28:07Z TRACE Received state_localnet: }, +2024-12-17T05:28:07Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:07Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:07Z TRACE Received state_localnet: } +2024-12-17T05:28:07Z TRACE Received state_localnet: }, +2024-12-17T05:28:07Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:07Z", +2024-12-17T05:28:07Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:07Z TRACE Received state_localnet: } +2024-12-17T05:28:07Z DEBUG Handling device message state_localnet MP:24b4b498-2 +2024-12-17T05:28:07Z TRACE Ignoring partial state update +2024-12-17T05:28:07Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:07Z TRACE Received state_pointset: { +2024-12-17T05:28:07Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:07Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:07Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:07Z TRACE Received state_pointset: }, +2024-12-17T05:28:07Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:07Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:07Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:07Z TRACE Received state_pointset: }, +2024-12-17T05:28:07Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:07Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:07Z TRACE Received state_pointset: } +2024-12-17T05:28:07Z TRACE Received state_pointset: }, +2024-12-17T05:28:07Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:07Z", +2024-12-17T05:28:07Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:07Z TRACE Received state_pointset: } +2024-12-17T05:28:07Z DEBUG Handling device message state_pointset MP:24b4b498-3 +2024-12-17T05:28:07Z TRACE Ignoring partial state update +2024-12-17T05:28:07Z TRACE received command AHU-1/config/update +2024-12-17T05:28:07Z DEBUG Received config_update +2024-12-17T05:28:07Z DEBUG Handling update message config_update RC:d1707f.00000008 +2024-12-17T05:28:07Z DEBUG Removed configTransaction RC:d1707f.00000008 +2024-12-17T05:28:07Z DEBUG Set last_start changed false, last_start 2024-12-17T05:27:51Z +2024-12-17T05:28:07Z DEBUG Updated config 2024-12-17T05:28:07Z RC:d1707f.00000008 +2024-12-17T05:28:07Z INFO Updated config #004: Changed 0 fields. +2024-12-17T05:28:07Z DEBUG Expected last_config now 2024-12-17T05:28:07Z +2024-12-17T05:28:07Z DEBUG Detail config update synchronized is now: device state not updated since config issued, last_config not synced in state +2024-12-17T05:28:09Z TRACE received command AHU-1/state/update +2024-12-17T05:28:09Z DEBUG Received state_update +2024-12-17T05:28:09Z DEBUG Handling update message state_update MP:f7eca1bf +2024-12-17T05:28:09Z DEBUG Updated state after 0s 2024-12-17T05:28:09Z MP:f7eca1bf +2024-12-17T05:28:09Z INFO Updated state #003: Changed 3 fields: +2024-12-17T05:28:09Z INFO Updated state #003: Set `system.last_config` = `2024-12-17T05:28:07Z` +2024-12-17T05:28:09Z INFO Updated state #003: Set `system.status.timestamp` = `2024-12-17T05:28:07Z` +2024-12-17T05:28:09Z INFO Updated state #003: Set `timestamp` = `2024-12-17T05:28:09Z` +2024-12-17T05:28:09Z DEBUG Updated state has last_config 2024-12-17T05:28:07Z (expecting 2024-12-17T05:28:07Z) +2024-12-17T05:28:09Z TRACE received command AHU-1/state/system +2024-12-17T05:28:09Z TRACE Received state_system: { +2024-12-17T05:28:09Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:09Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:09Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:09Z TRACE Received state_system: }, +2024-12-17T05:28:09Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:07Z", +2024-12-17T05:28:09Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:09Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:09Z TRACE Received state_system: "last_start" : "2024-12-17T05:27:51Z", +2024-12-17T05:28:09Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:09Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:09Z TRACE Received state_system: }, +2024-12-17T05:28:09Z TRACE Received state_system: "serial_no" : "sequencer-20043", +2024-12-17T05:28:09Z TRACE Received state_system: "software" : { +2024-12-17T05:28:09Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:09Z TRACE Received state_system: }, +2024-12-17T05:28:09Z TRACE Received state_system: "status" : { +2024-12-17T05:28:09Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:09Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:28:09Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:07Z", +2024-12-17T05:28:09Z TRACE Received state_system: "level" : 300 +2024-12-17T05:28:09Z TRACE Received state_system: }, +2024-12-17T05:28:09Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:09Z", +2024-12-17T05:28:09Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:09Z TRACE Received state_system: } +2024-12-17T05:28:09Z DEBUG Handling device message state_system MP:f7eca1bf-0 +2024-12-17T05:28:09Z TRACE Ignoring partial state update +2024-12-17T05:28:09Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:28:09Z DEBUG Stage finished waiting for config update synchronized at 14s after 1s +2024-12-17T05:28:09Z TRACE Stage resume waiting for starting test wrapper at 14s +2024-12-17T05:28:09Z DEBUG Config sync took 2s +2024-12-17T05:28:09Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:28:09Z DEBUG New lastConfigMark at 2024-12-17T05:28:09Z +2024-12-17T05:28:09Z DEBUG Update config initial setup timestamp 2024-12-17T05:28:07Z +2024-12-17T05:28:09Z TRACE Outgoing local_update: { +2024-12-17T05:28:09Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:28:07Z", +2024-12-17T05:28:09Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:09Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:09Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:09Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:09Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:09Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:27:51Z" +2024-12-17T05:28:09Z TRACE Outgoing local_update: }, +2024-12-17T05:28:09Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:09Z TRACE Outgoing local_update: "sequence_name" : "system_min_loglevel" +2024-12-17T05:28:09Z TRACE Outgoing local_update: } +2024-12-17T05:28:09Z TRACE Outgoing local_update: }, +2024-12-17T05:28:09Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:09Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:09Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:09Z TRACE Outgoing local_update: } +2024-12-17T05:28:09Z TRACE Outgoing local_update: }, +2024-12-17T05:28:09Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:09Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:09Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:09Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:09Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:09Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:09Z TRACE Outgoing local_update: } +2024-12-17T05:28:09Z TRACE Outgoing local_update: }, +2024-12-17T05:28:09Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:09Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:09Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:09Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:09Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:09Z TRACE Outgoing local_update: }, +2024-12-17T05:28:09Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:09Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:09Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:09Z TRACE Outgoing local_update: }, +2024-12-17T05:28:09Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:09Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:09Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:28:09Z TRACE Outgoing local_update: } +2024-12-17T05:28:09Z TRACE Outgoing local_update: } +2024-12-17T05:28:09Z TRACE Outgoing local_update: } +2024-12-17T05:28:09Z TRACE Outgoing local_update: } +2024-12-17T05:28:09Z DEBUG Stale state cutoff threshold is 2024-12-17T05:27:53Z +2024-12-17T05:28:09Z DEBUG Waiting for device stateTransaction RC:d1707f.00000009 (was null) +2024-12-17T05:28:09Z TRACE Stage suspend waiting for starting test wrapper at 14s +2024-12-17T05:28:09Z INFO Stage start waiting for state query at 14s +2024-12-17T05:28:09Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:09Z TRACE Received state_discovery: { +2024-12-17T05:28:09Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:09Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:09Z", +2024-12-17T05:28:09Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:09Z TRACE Received state_discovery: } +2024-12-17T05:28:09Z DEBUG Handling device message state_discovery MP:f7eca1bf-1 +2024-12-17T05:28:09Z TRACE Ignoring partial state update +2024-12-17T05:28:09Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:09Z TRACE Received state_localnet: { +2024-12-17T05:28:09Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:09Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:09Z TRACE Received state_localnet: "addr" : "60:45:bd:49:0e:5f" +2024-12-17T05:28:09Z TRACE Received state_localnet: }, +2024-12-17T05:28:09Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:09Z TRACE Received state_localnet: "addr" : "10.1.0.131" +2024-12-17T05:28:09Z TRACE Received state_localnet: }, +2024-12-17T05:28:09Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:09Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe49:e5f" +2024-12-17T05:28:09Z TRACE Received state_localnet: }, +2024-12-17T05:28:09Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:09Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:09Z TRACE Received state_localnet: } +2024-12-17T05:28:09Z TRACE Received state_localnet: }, +2024-12-17T05:28:09Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:09Z", +2024-12-17T05:28:09Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:09Z TRACE Received state_localnet: } +2024-12-17T05:28:09Z DEBUG Handling device message state_localnet MP:f7eca1bf-2 +2024-12-17T05:28:09Z TRACE Ignoring partial state update +2024-12-17T05:28:09Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:09Z TRACE Received state_pointset: { +2024-12-17T05:28:09Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:09Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:09Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:09Z TRACE Received state_pointset: }, +2024-12-17T05:28:09Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:09Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:09Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:09Z TRACE Received state_pointset: }, +2024-12-17T05:28:09Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:09Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:09Z TRACE Received state_pointset: } +2024-12-17T05:28:09Z TRACE Received state_pointset: }, +2024-12-17T05:28:09Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:09Z", +2024-12-17T05:28:09Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:09Z TRACE Received state_pointset: } +2024-12-17T05:28:09Z DEBUG Handling device message state_pointset MP:f7eca1bf-3 +2024-12-17T05:28:09Z TRACE Ignoring partial state update +2024-12-17T05:28:09Z TRACE received command AHU-1/state/update +2024-12-17T05:28:09Z DEBUG Received state_update +2024-12-17T05:28:09Z INFO Received device configAcked +2024-12-17T05:28:09Z DEBUG Handling update message state_update RC:d1707f.00000009 +2024-12-17T05:28:09Z DEBUG Removed stateTransaction RC:d1707f.00000009 +2024-12-17T05:28:09Z DEBUG Updated state after 0s 2024-12-17T05:28:09Z RC:d1707f.00000009 +2024-12-17T05:28:09Z INFO Updated state #004: Changed 0 fields. +2024-12-17T05:28:09Z DEBUG Updated state has last_config 2024-12-17T05:28:07Z (expecting 2024-12-17T05:28:07Z) +2024-12-17T05:28:09Z DEBUG Stage finished waiting for state query at 14s after 0s +2024-12-17T05:28:09Z TRACE Stage resume waiting for starting test wrapper at 14s +2024-12-17T05:28:09Z TRACE Stage suspend waiting for starting test wrapper at 14s +2024-12-17T05:28:09Z INFO Stage start waiting for initial device state at 14s +2024-12-17T05:28:09Z DEBUG Delay from lastConfigMark 2024-12-17T05:28:09.323483451Z is 1904ms +2024-12-17T05:28:09Z DEBUG Rate-limiting config by 1904ms +2024-12-17T05:28:11Z TRACE Updated check config_update: true +2024-12-17T05:28:11Z DEBUG Update config_update, adding configTransaction RC:d1707f.0000000a +2024-12-17T05:28:11Z TRACE Outgoing local_update: { +2024-12-17T05:28:11Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:28:07Z", +2024-12-17T05:28:11Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:11Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:11Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:11Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:11Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:11Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:27:51Z" +2024-12-17T05:28:11Z TRACE Outgoing local_update: }, +2024-12-17T05:28:11Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:11Z TRACE Outgoing local_update: "sequence_name" : "system_min_loglevel" +2024-12-17T05:28:11Z TRACE Outgoing local_update: } +2024-12-17T05:28:11Z TRACE Outgoing local_update: }, +2024-12-17T05:28:11Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:11Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:11Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:11Z TRACE Outgoing local_update: } +2024-12-17T05:28:11Z TRACE Outgoing local_update: }, +2024-12-17T05:28:11Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:11Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:11Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:11Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:11Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:11Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:11Z TRACE Outgoing local_update: } +2024-12-17T05:28:11Z TRACE Outgoing local_update: }, +2024-12-17T05:28:11Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:11Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:11Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:11Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:11Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:11Z TRACE Outgoing local_update: }, +2024-12-17T05:28:11Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:11Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:11Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:11Z TRACE Outgoing local_update: }, +2024-12-17T05:28:11Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:11Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:11Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:28:11Z TRACE Outgoing local_update: } +2024-12-17T05:28:11Z TRACE Outgoing local_update: } +2024-12-17T05:28:11Z TRACE Outgoing local_update: } +2024-12-17T05:28:11Z TRACE Outgoing local_update: } +2024-12-17T05:28:11Z DEBUG Saving pre-config state timestamp 2024-12-17T05:28:09Z +2024-12-17T05:28:11Z DEBUG Update lastConfigUpdate 2024-12-17T05:28:11Z, because before initial device state +2024-12-17T05:28:11Z TRACE Stage suspend waiting for initial device state at 16s +2024-12-17T05:28:11Z INFO Stage start waiting for config update synchronized at 16s +2024-12-17T05:28:11Z TRACE received command AHU-1/reply/update +2024-12-17T05:28:11Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:28:11Z TRACE received command AHU-1/config/update +2024-12-17T05:28:11Z DEBUG Received config_update +2024-12-17T05:28:11Z DEBUG Handling update message config_update RC:d1707f.0000000a +2024-12-17T05:28:11Z DEBUG Removed configTransaction RC:d1707f.0000000a +2024-12-17T05:28:11Z DEBUG Set last_start changed false, last_start 2024-12-17T05:27:51Z +2024-12-17T05:28:11Z DEBUG Updated config 2024-12-17T05:28:11Z RC:d1707f.0000000a +2024-12-17T05:28:11Z INFO Updated config #005: Changed 0 fields. +2024-12-17T05:28:11Z DEBUG Expected last_config now 2024-12-17T05:28:11Z +2024-12-17T05:28:11Z TRACE received command AHU-1/state/update +2024-12-17T05:28:11Z DEBUG Received state_update +2024-12-17T05:28:11Z DEBUG Handling update message state_update MP:87932d7a +2024-12-17T05:28:11Z DEBUG Updated state after 0s 2024-12-17T05:28:11Z MP:87932d7a +2024-12-17T05:28:11Z INFO Updated state #005: Changed 4 fields: +2024-12-17T05:28:11Z INFO Updated state #005: Set `system.status.level` = `100` +2024-12-17T05:28:11Z INFO Updated state #005: Set `system.status.category` = `system.config.parse` +2024-12-17T05:28:11Z INFO Updated state #005: Set `system.status.timestamp` = `2024-12-17T05:28:11Z` +2024-12-17T05:28:11Z INFO Updated state #005: Set `timestamp` = `2024-12-17T05:28:11Z` +2024-12-17T05:28:11Z DEBUG Updated state has last_config 2024-12-17T05:28:07Z (expecting 2024-12-17T05:28:11Z) +2024-12-17T05:28:11Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:28:11Z TRACE received command AHU-1/state/system +2024-12-17T05:28:11Z TRACE Received state_system: { +2024-12-17T05:28:11Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:11Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:11Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:11Z TRACE Received state_system: }, +2024-12-17T05:28:11Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:07Z", +2024-12-17T05:28:11Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:11Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:11Z TRACE Received state_system: "last_start" : "2024-12-17T05:27:51Z", +2024-12-17T05:28:11Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:11Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:11Z TRACE Received state_system: }, +2024-12-17T05:28:11Z TRACE Received state_system: "serial_no" : "sequencer-20043", +2024-12-17T05:28:11Z TRACE Received state_system: "software" : { +2024-12-17T05:28:11Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:11Z TRACE Received state_system: }, +2024-12-17T05:28:11Z TRACE Received state_system: "status" : { +2024-12-17T05:28:11Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:11Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:28:11Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:11Z", +2024-12-17T05:28:11Z TRACE Received state_system: "level" : 100 +2024-12-17T05:28:11Z TRACE Received state_system: }, +2024-12-17T05:28:11Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:11Z", +2024-12-17T05:28:11Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:11Z TRACE Received state_system: } +2024-12-17T05:28:11Z DEBUG Handling device message state_system MP:87932d7a-0 +2024-12-17T05:28:11Z TRACE Ignoring partial state update +2024-12-17T05:28:11Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:11Z TRACE Received state_discovery: { +2024-12-17T05:28:11Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:11Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:11Z", +2024-12-17T05:28:11Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:11Z TRACE Received state_discovery: } +2024-12-17T05:28:11Z DEBUG Handling device message state_discovery MP:87932d7a-1 +2024-12-17T05:28:11Z TRACE Ignoring partial state update +2024-12-17T05:28:11Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:11Z TRACE Received state_localnet: { +2024-12-17T05:28:11Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:11Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:11Z TRACE Received state_localnet: "addr" : "60:45:bd:49:0e:5f" +2024-12-17T05:28:11Z TRACE Received state_localnet: }, +2024-12-17T05:28:11Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:11Z TRACE Received state_localnet: "addr" : "10.1.0.131" +2024-12-17T05:28:11Z TRACE Received state_localnet: }, +2024-12-17T05:28:11Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:11Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe49:e5f" +2024-12-17T05:28:11Z TRACE Received state_localnet: }, +2024-12-17T05:28:11Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:11Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:11Z TRACE Received state_localnet: } +2024-12-17T05:28:11Z TRACE Received state_localnet: }, +2024-12-17T05:28:11Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:11Z", +2024-12-17T05:28:11Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:11Z TRACE Received state_localnet: } +2024-12-17T05:28:11Z DEBUG Handling device message state_localnet MP:87932d7a-2 +2024-12-17T05:28:11Z TRACE Ignoring partial state update +2024-12-17T05:28:11Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:11Z TRACE Received state_pointset: { +2024-12-17T05:28:11Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:11Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:11Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:11Z TRACE Received state_pointset: }, +2024-12-17T05:28:11Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:11Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:11Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:11Z TRACE Received state_pointset: }, +2024-12-17T05:28:11Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:11Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:11Z TRACE Received state_pointset: } +2024-12-17T05:28:11Z TRACE Received state_pointset: }, +2024-12-17T05:28:11Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:11Z", +2024-12-17T05:28:11Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:11Z TRACE Received state_pointset: } +2024-12-17T05:28:11Z DEBUG Handling device message state_pointset MP:87932d7a-3 +2024-12-17T05:28:11Z TRACE Ignoring partial state update +2024-12-17T05:28:12Z TRACE received command AHU-1/events/pointset +2024-12-17T05:28:12Z TRACE Received events_pointset: { +2024-12-17T05:28:12Z TRACE Received events_pointset: "points" : { +2024-12-17T05:28:12Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:12Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:28:12Z TRACE Received events_pointset: }, +2024-12-17T05:28:12Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:12Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:28:12Z TRACE Received events_pointset: }, +2024-12-17T05:28:12Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:12Z TRACE Received events_pointset: "present_value" : 11 +2024-12-17T05:28:12Z TRACE Received events_pointset: } +2024-12-17T05:28:12Z TRACE Received events_pointset: }, +2024-12-17T05:28:12Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:28:12Z", +2024-12-17T05:28:12Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:28:12Z TRACE Received events_pointset: } +2024-12-17T05:28:12Z DEBUG Handling device message events_pointset MP:35b38e7d +2024-12-17T05:28:12Z TRACE received command AHU-1/events/system +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:05Z DEBUG device.log: State update defer -8577ms +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:05Z INFO device.log: Update state 2024-12-17T05:28:05Z last_config 2024-12-17T05:28:05Z +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:05Z DEBUG device.log: State update AHU-1 (system_min_loglevel) +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:05Z NOTICE system.config.apply: success +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:05Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:05Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:05Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:05Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:05Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:05Z DEBUG system.config.receive: success +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:05Z DEBUG device.log: State update defer 1940ms +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:05Z DEBUG system.config.parse: success +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:05Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:05Z DEBUG device.log: Config update AHU-1 (system_min_loglevel) +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:05Z INFO device.log: 2024-12-17T05:28:05Z received config 2024-12-17T05:28:05Z +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:05Z NOTICE system.config.apply: success +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:05Z DEBUG device.log: State update defer 1935ms +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:05Z DEBUG device.log: State update defer 1935ms +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:07Z DEBUG device.log: State update defer 0ms +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:07Z INFO device.log: Update state 2024-12-17T05:28:07Z last_config 2024-12-17T05:28:05Z +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:07Z DEBUG device.log: State update AHU-1 (system_min_loglevel) +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:07Z DEBUG system.config.receive: success +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:07Z DEBUG device.log: State update defer 1635ms +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:07Z DEBUG system.config.parse: success +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:07Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:07Z DEBUG device.log: State update defer 1635ms +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:07Z DEBUG device.log: Config update AHU-1 (system_min_loglevel) +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:07Z INFO device.log: 2024-12-17T05:28:07Z received config 2024-12-17T05:28:07Z +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:07Z NOTICE system.config.apply: success +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:07Z DEBUG device.log: State update defer 1633ms +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:07Z DEBUG device.log: State update defer 1632ms +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:07Z DEBUG device.log: State update defer 1632ms +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:07Z DEBUG device.log: State update defer 1631ms +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:07Z DEBUG device.log: State update defer 1631ms +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:07Z DEBUG device.log: State update defer 1631ms +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:09Z DEBUG device.log: State update defer 0ms +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:09Z INFO device.log: Update state 2024-12-17T05:28:09Z last_config 2024-12-17T05:28:07Z +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:09Z DEBUG device.log: State update AHU-1 (system_min_loglevel) +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:11Z DEBUG system.config.receive: success +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:11Z DEBUG device.log: State update defer -97ms +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:11Z INFO device.log: Update state 2024-12-17T05:28:11Z last_config 2024-12-17T05:28:07Z +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:11Z DEBUG system.config.parse: success +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:11Z DEBUG device.log: State update AHU-1 (system_min_loglevel) +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:11Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:11Z DEBUG device.log: Config update AHU-1 (system_min_loglevel) +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:11Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:11Z INFO device.log: 2024-12-17T05:28:11Z received config 2024-12-17T05:28:11Z +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:11Z NOTICE system.config.apply: success +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:11Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:11Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:28:12Z DEBUG Received events_system 2024-12-17T05:28:12Z DEBUG device.log: State update defer 787ms +2024-12-17T05:28:12Z DEBUG Handling device message events_system MP:c1fed5d7 +2024-12-17T05:28:13Z TRACE received command AHU-1/state/update +2024-12-17T05:28:13Z DEBUG Received state_update +2024-12-17T05:28:13Z DEBUG Handling update message state_update MP:5f055f7d +2024-12-17T05:28:13Z DEBUG Updated state after 0s 2024-12-17T05:28:13Z MP:5f055f7d +2024-12-17T05:28:13Z INFO Updated state #006: Changed 4 fields: +2024-12-17T05:28:13Z INFO Updated state #006: Set `system.last_config` = `2024-12-17T05:28:11Z` +2024-12-17T05:28:13Z INFO Updated state #006: Set `system.status.level` = `300` +2024-12-17T05:28:13Z INFO Updated state #006: Set `system.status.category` = `system.config.apply` +2024-12-17T05:28:13Z INFO Updated state #006: Set `timestamp` = `2024-12-17T05:28:13Z` +2024-12-17T05:28:13Z DEBUG Updated state has last_config 2024-12-17T05:28:11Z (expecting 2024-12-17T05:28:11Z) +2024-12-17T05:28:13Z TRACE received command AHU-1/state/system +2024-12-17T05:28:13Z TRACE Received state_system: { +2024-12-17T05:28:13Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:13Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:13Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:13Z TRACE Received state_system: }, +2024-12-17T05:28:13Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:11Z", +2024-12-17T05:28:13Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:13Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:13Z TRACE Received state_system: "last_start" : "2024-12-17T05:27:51Z", +2024-12-17T05:28:13Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:13Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:13Z TRACE Received state_system: }, +2024-12-17T05:28:13Z TRACE Received state_system: "serial_no" : "sequencer-20043", +2024-12-17T05:28:13Z TRACE Received state_system: "software" : { +2024-12-17T05:28:13Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:13Z TRACE Received state_system: }, +2024-12-17T05:28:13Z TRACE Received state_system: "status" : { +2024-12-17T05:28:13Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:13Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:28:13Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:11Z", +2024-12-17T05:28:13Z TRACE Received state_system: "level" : 300 +2024-12-17T05:28:13Z TRACE Received state_system: }, +2024-12-17T05:28:13Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:13Z", +2024-12-17T05:28:13Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:13Z TRACE Received state_system: } +2024-12-17T05:28:13Z DEBUG Handling device message state_system MP:5f055f7d-0 +2024-12-17T05:28:13Z TRACE Ignoring partial state update +2024-12-17T05:28:13Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:28:13Z DEBUG Stage finished waiting for config update synchronized at 18s after 2s +2024-12-17T05:28:13Z TRACE Stage resume waiting for initial device state at 18s +2024-12-17T05:28:13Z DEBUG Config sync took 2s +2024-12-17T05:28:13Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:28:13Z DEBUG New lastConfigMark at 2024-12-17T05:28:13Z +2024-12-17T05:28:13Z DEBUG Update config before initial device state timestamp 2024-12-17T05:28:11Z +2024-12-17T05:28:13Z TRACE Outgoing local_update: { +2024-12-17T05:28:13Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:28:11Z", +2024-12-17T05:28:13Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:13Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:13Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:13Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:13Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:13Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:27:51Z" +2024-12-17T05:28:13Z TRACE Outgoing local_update: }, +2024-12-17T05:28:13Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:13Z TRACE Outgoing local_update: "sequence_name" : "system_min_loglevel" +2024-12-17T05:28:13Z TRACE Outgoing local_update: } +2024-12-17T05:28:13Z TRACE Outgoing local_update: }, +2024-12-17T05:28:13Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:13Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:13Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:13Z TRACE Outgoing local_update: } +2024-12-17T05:28:13Z TRACE Outgoing local_update: }, +2024-12-17T05:28:13Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:13Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:13Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:13Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:13Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:13Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:13Z TRACE Outgoing local_update: } +2024-12-17T05:28:13Z TRACE Outgoing local_update: }, +2024-12-17T05:28:13Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:13Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:13Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:13Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:13Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:13Z TRACE Outgoing local_update: }, +2024-12-17T05:28:13Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:13Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:13Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:13Z TRACE Outgoing local_update: }, +2024-12-17T05:28:13Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:13Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:13Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:28:13Z TRACE Outgoing local_update: } +2024-12-17T05:28:13Z TRACE Outgoing local_update: } +2024-12-17T05:28:13Z TRACE Outgoing local_update: } +2024-12-17T05:28:13Z TRACE Outgoing local_update: } +2024-12-17T05:28:13Z DEBUG Stage finished waiting for initial device state at 18s after 4s +2024-12-17T05:28:13Z TRACE Stage resume waiting for starting test wrapper at 18s +2024-12-17T05:28:13Z DEBUG Device state system status level is now 300 +2024-12-17T05:28:13Z TRACE Stage suspend waiting for starting test wrapper at 18s +2024-12-17T05:28:13Z INFO Stage start waiting for config update synchronized at 18s +2024-12-17T05:28:13Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:13Z TRACE Received state_discovery: { +2024-12-17T05:28:13Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:13Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:13Z", +2024-12-17T05:28:13Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:13Z TRACE Received state_discovery: } +2024-12-17T05:28:13Z DEBUG Handling device message state_discovery MP:5f055f7d-1 +2024-12-17T05:28:13Z TRACE Ignoring partial state update +2024-12-17T05:28:13Z DEBUG Stage finished waiting for config update synchronized at 18s after 0s +2024-12-17T05:28:13Z TRACE Stage resume waiting for starting test wrapper at 18s +2024-12-17T05:28:13Z DEBUG Config sync took 2s +2024-12-17T05:28:13Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:28:13Z TRACE Stage suspend waiting for starting test wrapper at 18s +2024-12-17T05:28:13Z INFO Stage start waiting for executing test at 18s +2024-12-17T05:28:13Z DEBUG stage begin waiting for executing test at 18s +2024-12-17T05:28:13Z TRACE Stage suspend waiting for executing test at 18s +2024-12-17T05:28:13Z INFO Stage start waiting for system logs level `NOTICE` category `system.config.apply` at 18s +2024-12-17T05:28:13Z DEBUG Delay from lastConfigMark 2024-12-17T05:28:13.426900981Z is 1993ms +2024-12-17T05:28:13Z DEBUG Rate-limiting config by 1993ms +2024-12-17T05:28:15Z DEBUG System config extra field null +2024-12-17T05:28:15Z TRACE Updated check config_system: true +2024-12-17T05:28:15Z DEBUG Update config_system, adding configTransaction RC:d1707f.0000000b +2024-12-17T05:28:15Z TRACE Outgoing local_system: { +2024-12-17T05:28:15Z TRACE Outgoing local_system: "min_loglevel" : 200, +2024-12-17T05:28:15Z TRACE Outgoing local_system: "metrics_rate_sec" : 10, +2024-12-17T05:28:15Z TRACE Outgoing local_system: "operation" : { +2024-12-17T05:28:15Z TRACE Outgoing local_system: "last_start" : "2024-12-17T05:27:51Z" +2024-12-17T05:28:15Z TRACE Outgoing local_system: }, +2024-12-17T05:28:15Z TRACE Outgoing local_system: "testing" : { +2024-12-17T05:28:15Z TRACE Outgoing local_system: "sequence_name" : "system_min_loglevel" +2024-12-17T05:28:15Z TRACE Outgoing local_system: } +2024-12-17T05:28:15Z TRACE Outgoing local_system: } +2024-12-17T05:28:15Z TRACE Updated check config_pointset: true +2024-12-17T05:28:15Z DEBUG Update config_pointset, adding configTransaction RC:d1707f.0000000c +2024-12-17T05:28:15Z TRACE Outgoing local_pointset: { +2024-12-17T05:28:15Z TRACE Outgoing local_pointset: "points" : { +2024-12-17T05:28:15Z TRACE Outgoing local_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:15Z TRACE Outgoing local_pointset: "units" : "Bars", +2024-12-17T05:28:15Z TRACE Outgoing local_pointset: "set_value" : 98 +2024-12-17T05:28:15Z TRACE Outgoing local_pointset: }, +2024-12-17T05:28:15Z TRACE Outgoing local_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:15Z TRACE Outgoing local_pointset: "ref" : "BV11.present_value", +2024-12-17T05:28:15Z TRACE Outgoing local_pointset: "units" : "No-units" +2024-12-17T05:28:15Z TRACE Outgoing local_pointset: }, +2024-12-17T05:28:15Z TRACE Outgoing local_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:15Z TRACE Outgoing local_pointset: "ref" : "AV12.present_value", +2024-12-17T05:28:15Z TRACE Outgoing local_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:15Z TRACE Outgoing local_pointset: } +2024-12-17T05:28:15Z TRACE Outgoing local_pointset: } +2024-12-17T05:28:15Z TRACE Outgoing local_pointset: } +2024-12-17T05:28:15Z TRACE Updated check config_gateway: false +2024-12-17T05:28:15Z TRACE Updated check config_localnet: true +2024-12-17T05:28:15Z DEBUG Update config_localnet, adding configTransaction RC:d1707f.0000000d +2024-12-17T05:28:15Z TRACE Outgoing local_localnet: { +2024-12-17T05:28:15Z TRACE Outgoing local_localnet: "families" : { +2024-12-17T05:28:15Z TRACE Outgoing local_localnet: "ether" : { }, +2024-12-17T05:28:15Z TRACE Outgoing local_localnet: "ipv4" : { }, +2024-12-17T05:28:15Z TRACE Outgoing local_localnet: "vendor" : { }, +2024-12-17T05:28:15Z TRACE Outgoing local_localnet: "bacnet" : { } +2024-12-17T05:28:15Z TRACE Outgoing local_localnet: } +2024-12-17T05:28:15Z TRACE Outgoing local_localnet: } +2024-12-17T05:28:15Z TRACE Updated check config_blobset: false +2024-12-17T05:28:15Z TRACE Updated check config_discovery: true +2024-12-17T05:28:15Z DEBUG Update config_discovery, adding configTransaction RC:d1707f.0000000e +2024-12-17T05:28:15Z TRACE Outgoing local_discovery: { +2024-12-17T05:28:15Z TRACE Outgoing local_discovery: "families" : { +2024-12-17T05:28:15Z TRACE Outgoing local_discovery: "vendor" : { } +2024-12-17T05:28:15Z TRACE Outgoing local_discovery: } +2024-12-17T05:28:15Z TRACE Outgoing local_discovery: } +2024-12-17T05:28:15Z DEBUG Saving pre-config state timestamp 2024-12-17T05:28:13Z +2024-12-17T05:28:15Z DEBUG Update lastConfigUpdate 2024-12-17T05:28:15Z, because before system logs level `NOTICE` category `system.config.apply` +2024-12-17T05:28:15Z TRACE Stage suspend waiting for system logs level `NOTICE` category `system.config.apply` at 20s +2024-12-17T05:28:15Z INFO Stage start waiting for config update synchronized at 20s +2024-12-17T05:28:15Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:15Z TRACE Received state_localnet: { +2024-12-17T05:28:15Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:15Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:15Z TRACE Received state_localnet: "addr" : "60:45:bd:49:0e:5f" +2024-12-17T05:28:15Z TRACE Received state_localnet: }, +2024-12-17T05:28:15Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:15Z TRACE Received state_localnet: "addr" : "10.1.0.131" +2024-12-17T05:28:15Z TRACE Received state_localnet: }, +2024-12-17T05:28:15Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:15Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe49:e5f" +2024-12-17T05:28:15Z TRACE Received state_localnet: }, +2024-12-17T05:28:15Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:15Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:15Z TRACE Received state_localnet: } +2024-12-17T05:28:15Z TRACE Received state_localnet: }, +2024-12-17T05:28:15Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:13Z", +2024-12-17T05:28:15Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:15Z TRACE Received state_localnet: } +2024-12-17T05:28:15Z DEBUG Handling device message state_localnet MP:5f055f7d-2 +2024-12-17T05:28:15Z TRACE Ignoring partial state update +2024-12-17T05:28:15Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:28:15Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:15Z TRACE Received state_pointset: { +2024-12-17T05:28:15Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:15Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:15Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:15Z TRACE Received state_pointset: }, +2024-12-17T05:28:15Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:15Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:15Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:15Z TRACE Received state_pointset: }, +2024-12-17T05:28:15Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:15Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:15Z TRACE Received state_pointset: } +2024-12-17T05:28:15Z TRACE Received state_pointset: }, +2024-12-17T05:28:15Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:13Z", +2024-12-17T05:28:15Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:15Z TRACE Received state_pointset: } +2024-12-17T05:28:15Z DEBUG Handling device message state_pointset MP:5f055f7d-3 +2024-12-17T05:28:15Z TRACE Ignoring partial state update +2024-12-17T05:28:15Z TRACE received command AHU-1/config/update +2024-12-17T05:28:15Z DEBUG Received config_update +2024-12-17T05:28:15Z DEBUG Handling update message config_update RC:d1707f.0000000b +2024-12-17T05:28:15Z DEBUG Removed configTransaction RC:d1707f.0000000b +2024-12-17T05:28:15Z DEBUG Set last_start changed false, last_start 2024-12-17T05:27:51Z +2024-12-17T05:28:15Z DEBUG Updated config 2024-12-17T05:28:15Z RC:d1707f.0000000b +2024-12-17T05:28:15Z INFO Updated config #006: Changed 1 fields: +2024-12-17T05:28:15Z INFO Updated config #006: Set `system.min_loglevel` = `200` +2024-12-17T05:28:15Z DEBUG Expected last_config now 2024-12-17T05:28:15Z +2024-12-17T05:28:15Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared, last_config not synced in state +2024-12-17T05:28:15Z TRACE received command AHU-1/state/update +2024-12-17T05:28:15Z DEBUG Received state_update +2024-12-17T05:28:15Z DEBUG Handling update message state_update MP:c041ec34 +2024-12-17T05:28:15Z DEBUG Updated state after 0s 2024-12-17T05:28:15Z MP:c041ec34 +2024-12-17T05:28:15Z INFO Updated state #007: Changed 4 fields: +2024-12-17T05:28:15Z INFO Updated state #007: Set `system.status.level` = `100` +2024-12-17T05:28:15Z INFO Updated state #007: Set `system.status.category` = `system.config.parse` +2024-12-17T05:28:15Z INFO Updated state #007: Set `system.status.timestamp` = `2024-12-17T05:28:15Z` +2024-12-17T05:28:15Z INFO Updated state #007: Set `timestamp` = `2024-12-17T05:28:15Z` +2024-12-17T05:28:15Z DEBUG Updated state has last_config 2024-12-17T05:28:11Z (expecting 2024-12-17T05:28:15Z) +2024-12-17T05:28:15Z TRACE received command AHU-1/state/system +2024-12-17T05:28:15Z TRACE Received state_system: { +2024-12-17T05:28:15Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:15Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:15Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:15Z TRACE Received state_system: }, +2024-12-17T05:28:15Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:11Z", +2024-12-17T05:28:15Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:15Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:15Z TRACE Received state_system: "last_start" : "2024-12-17T05:27:51Z", +2024-12-17T05:28:15Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:15Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:15Z TRACE Received state_system: }, +2024-12-17T05:28:15Z TRACE Received state_system: "serial_no" : "sequencer-20043", +2024-12-17T05:28:15Z TRACE Received state_system: "software" : { +2024-12-17T05:28:15Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:15Z TRACE Received state_system: }, +2024-12-17T05:28:15Z TRACE Received state_system: "status" : { +2024-12-17T05:28:15Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:15Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:28:15Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:15Z", +2024-12-17T05:28:15Z TRACE Received state_system: "level" : 100 +2024-12-17T05:28:15Z TRACE Received state_system: }, +2024-12-17T05:28:15Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:15Z", +2024-12-17T05:28:15Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:15Z TRACE Received state_system: } +2024-12-17T05:28:15Z DEBUG Handling device message state_system MP:c041ec34-0 +2024-12-17T05:28:15Z TRACE Ignoring partial state update +2024-12-17T05:28:15Z DEBUG Detail config update synchronized is now: config transactions not cleared, last_config not synced in state +2024-12-17T05:28:15Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:15Z TRACE Received state_discovery: { +2024-12-17T05:28:15Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:15Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:15Z", +2024-12-17T05:28:15Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:15Z TRACE Received state_discovery: } +2024-12-17T05:28:15Z DEBUG Handling device message state_discovery MP:c041ec34-1 +2024-12-17T05:28:15Z TRACE Ignoring partial state update +2024-12-17T05:28:15Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:15Z TRACE Received state_localnet: { +2024-12-17T05:28:15Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:15Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:15Z TRACE Received state_localnet: "addr" : "60:45:bd:49:0e:5f" +2024-12-17T05:28:15Z TRACE Received state_localnet: }, +2024-12-17T05:28:15Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:15Z TRACE Received state_localnet: "addr" : "10.1.0.131" +2024-12-17T05:28:15Z TRACE Received state_localnet: }, +2024-12-17T05:28:15Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:15Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe49:e5f" +2024-12-17T05:28:15Z TRACE Received state_localnet: }, +2024-12-17T05:28:15Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:15Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:15Z TRACE Received state_localnet: } +2024-12-17T05:28:15Z TRACE Received state_localnet: }, +2024-12-17T05:28:15Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:15Z", +2024-12-17T05:28:15Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:15Z TRACE Received state_localnet: } +2024-12-17T05:28:15Z DEBUG Handling device message state_localnet MP:c041ec34-2 +2024-12-17T05:28:15Z TRACE Ignoring partial state update +2024-12-17T05:28:15Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:15Z TRACE Received state_pointset: { +2024-12-17T05:28:15Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:15Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:15Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:15Z TRACE Received state_pointset: }, +2024-12-17T05:28:15Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:15Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:15Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:15Z TRACE Received state_pointset: }, +2024-12-17T05:28:15Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:15Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:15Z TRACE Received state_pointset: } +2024-12-17T05:28:15Z TRACE Received state_pointset: }, +2024-12-17T05:28:15Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:15Z", +2024-12-17T05:28:15Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:15Z TRACE Received state_pointset: } +2024-12-17T05:28:15Z DEBUG Handling device message state_pointset MP:c041ec34-3 +2024-12-17T05:28:15Z TRACE Ignoring partial state update +2024-12-17T05:28:16Z TRACE received command AHU-1/config/update +2024-12-17T05:28:16Z DEBUG Received config_update +2024-12-17T05:28:16Z DEBUG Handling update message config_update RC:d1707f.0000000c +2024-12-17T05:28:16Z DEBUG Removed configTransaction RC:d1707f.0000000c +2024-12-17T05:28:16Z DEBUG Set last_start changed false, last_start 2024-12-17T05:27:51Z +2024-12-17T05:28:16Z DEBUG Updated config 2024-12-17T05:28:16Z RC:d1707f.0000000c +2024-12-17T05:28:16Z INFO Updated config #007: Changed 0 fields. +2024-12-17T05:28:16Z DEBUG Expected last_config now 2024-12-17T05:28:16Z +2024-12-17T05:28:16Z TRACE received command AHU-1/config/update +2024-12-17T05:28:16Z DEBUG Received config_update +2024-12-17T05:28:16Z DEBUG Handling update message config_update RC:d1707f.0000000d +2024-12-17T05:28:16Z DEBUG Removed configTransaction RC:d1707f.0000000d +2024-12-17T05:28:16Z DEBUG Set last_start changed false, last_start 2024-12-17T05:27:51Z +2024-12-17T05:28:16Z DEBUG Updated config 2024-12-17T05:28:16Z RC:d1707f.0000000d +2024-12-17T05:28:16Z INFO Updated config #008: Changed 0 fields. +2024-12-17T05:28:16Z DEBUG Expected last_config now 2024-12-17T05:28:16Z +2024-12-17T05:28:17Z TRACE received command AHU-1/state/update +2024-12-17T05:28:17Z DEBUG Received state_update +2024-12-17T05:28:17Z DEBUG Handling update message state_update MP:a0798a0f +2024-12-17T05:28:17Z DEBUG Updated state after 0s 2024-12-17T05:28:17Z MP:a0798a0f +2024-12-17T05:28:17Z INFO Updated state #008: Changed 5 fields: +2024-12-17T05:28:17Z INFO Updated state #008: Set `system.last_config` = `2024-12-17T05:28:16Z` +2024-12-17T05:28:17Z INFO Updated state #008: Set `system.status.level` = `300` +2024-12-17T05:28:17Z INFO Updated state #008: Set `system.status.category` = `system.config.apply` +2024-12-17T05:28:17Z INFO Updated state #008: Set `system.status.timestamp` = `2024-12-17T05:28:16Z` +2024-12-17T05:28:17Z INFO Updated state #008: Set `timestamp` = `2024-12-17T05:28:17Z` +2024-12-17T05:28:17Z DEBUG Updated state has last_config 2024-12-17T05:28:16Z (expecting 2024-12-17T05:28:16Z) +2024-12-17T05:28:17Z DEBUG Detail config update synchronized is now: config transactions not cleared +2024-12-17T05:28:17Z TRACE received command AHU-1/state/system +2024-12-17T05:28:17Z TRACE Received state_system: { +2024-12-17T05:28:17Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:17Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:17Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:17Z TRACE Received state_system: }, +2024-12-17T05:28:17Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:16Z", +2024-12-17T05:28:17Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:17Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:17Z TRACE Received state_system: "last_start" : "2024-12-17T05:27:51Z", +2024-12-17T05:28:17Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:17Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:17Z TRACE Received state_system: }, +2024-12-17T05:28:17Z TRACE Received state_system: "serial_no" : "sequencer-20043", +2024-12-17T05:28:17Z TRACE Received state_system: "software" : { +2024-12-17T05:28:17Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:17Z TRACE Received state_system: }, +2024-12-17T05:28:17Z TRACE Received state_system: "status" : { +2024-12-17T05:28:17Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:17Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:28:17Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:16Z", +2024-12-17T05:28:17Z TRACE Received state_system: "level" : 300 +2024-12-17T05:28:17Z TRACE Received state_system: }, +2024-12-17T05:28:17Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:17Z", +2024-12-17T05:28:17Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:17Z TRACE Received state_system: } +2024-12-17T05:28:17Z DEBUG Handling device message state_system MP:a0798a0f-0 +2024-12-17T05:28:17Z TRACE Ignoring partial state update +2024-12-17T05:28:17Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:17Z TRACE Received state_discovery: { +2024-12-17T05:28:17Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:17Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:17Z", +2024-12-17T05:28:17Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:17Z TRACE Received state_discovery: } +2024-12-17T05:28:17Z DEBUG Handling device message state_discovery MP:a0798a0f-1 +2024-12-17T05:28:17Z TRACE Ignoring partial state update +2024-12-17T05:28:17Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:17Z TRACE Received state_localnet: { +2024-12-17T05:28:17Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:17Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:17Z TRACE Received state_localnet: "addr" : "60:45:bd:49:0e:5f" +2024-12-17T05:28:17Z TRACE Received state_localnet: }, +2024-12-17T05:28:17Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:17Z TRACE Received state_localnet: "addr" : "10.1.0.131" +2024-12-17T05:28:17Z TRACE Received state_localnet: }, +2024-12-17T05:28:17Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:17Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe49:e5f" +2024-12-17T05:28:17Z TRACE Received state_localnet: }, +2024-12-17T05:28:17Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:17Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:17Z TRACE Received state_localnet: } +2024-12-17T05:28:17Z TRACE Received state_localnet: }, +2024-12-17T05:28:17Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:17Z", +2024-12-17T05:28:17Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:17Z TRACE Received state_localnet: } +2024-12-17T05:28:17Z DEBUG Handling device message state_localnet MP:a0798a0f-2 +2024-12-17T05:28:17Z TRACE Ignoring partial state update +2024-12-17T05:28:17Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:17Z TRACE Received state_pointset: { +2024-12-17T05:28:17Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:17Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:17Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:17Z TRACE Received state_pointset: }, +2024-12-17T05:28:17Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:17Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:17Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:17Z TRACE Received state_pointset: }, +2024-12-17T05:28:17Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:17Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:17Z TRACE Received state_pointset: } +2024-12-17T05:28:17Z TRACE Received state_pointset: }, +2024-12-17T05:28:17Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:17Z", +2024-12-17T05:28:17Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:17Z TRACE Received state_pointset: } +2024-12-17T05:28:17Z DEBUG Handling device message state_pointset MP:a0798a0f-3 +2024-12-17T05:28:17Z TRACE Ignoring partial state update +2024-12-17T05:28:17Z TRACE received command AHU-1/config/update +2024-12-17T05:28:17Z DEBUG Received config_update +2024-12-17T05:28:17Z DEBUG Handling update message config_update RC:d1707f.0000000e +2024-12-17T05:28:17Z DEBUG Removed configTransaction RC:d1707f.0000000e +2024-12-17T05:28:17Z DEBUG Set last_start changed false, last_start 2024-12-17T05:27:51Z +2024-12-17T05:28:17Z DEBUG Updated config 2024-12-17T05:28:17Z RC:d1707f.0000000e +2024-12-17T05:28:17Z INFO Updated config #009: Changed 0 fields. +2024-12-17T05:28:17Z DEBUG Expected last_config now 2024-12-17T05:28:17Z +2024-12-17T05:28:19Z TRACE received command AHU-1/state/update +2024-12-17T05:28:19Z DEBUG Received state_update +2024-12-17T05:28:19Z DEBUG Handling update message state_update MP:26424e06 +2024-12-17T05:28:19Z DEBUG Updated state after 0s 2024-12-17T05:28:19Z MP:26424e06 +2024-12-17T05:28:19Z INFO Updated state #009: Changed 3 fields: +2024-12-17T05:28:19Z INFO Updated state #009: Set `system.last_config` = `2024-12-17T05:28:17Z` +2024-12-17T05:28:19Z INFO Updated state #009: Set `system.status.timestamp` = `2024-12-17T05:28:17Z` +2024-12-17T05:28:19Z INFO Updated state #009: Set `timestamp` = `2024-12-17T05:28:19Z` +2024-12-17T05:28:19Z DEBUG Updated state has last_config 2024-12-17T05:28:17Z (expecting 2024-12-17T05:28:17Z) +2024-12-17T05:28:19Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:28:19Z DEBUG Stage finished waiting for config update synchronized at 24s after 4s +2024-12-17T05:28:19Z TRACE Stage resume waiting for system logs level `NOTICE` category `system.config.apply` at 24s +2024-12-17T05:28:19Z DEBUG Config sync took 4s +2024-12-17T05:28:19Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:28:19Z DEBUG New lastConfigMark at 2024-12-17T05:28:19Z +2024-12-17T05:28:19Z DEBUG Update config before system logs level `NOTICE` category `system.config.apply` timestamp 2024-12-17T05:28:17Z +2024-12-17T05:28:19Z TRACE Outgoing local_update: { +2024-12-17T05:28:19Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:28:17Z", +2024-12-17T05:28:19Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:19Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:19Z TRACE Outgoing local_update: "min_loglevel" : 200, +2024-12-17T05:28:19Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:19Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:19Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:27:51Z" +2024-12-17T05:28:19Z TRACE Outgoing local_update: }, +2024-12-17T05:28:19Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:19Z TRACE Outgoing local_update: "sequence_name" : "system_min_loglevel" +2024-12-17T05:28:19Z TRACE Outgoing local_update: } +2024-12-17T05:28:19Z TRACE Outgoing local_update: }, +2024-12-17T05:28:19Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:19Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:19Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:19Z TRACE Outgoing local_update: } +2024-12-17T05:28:19Z TRACE Outgoing local_update: }, +2024-12-17T05:28:19Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:19Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:19Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:19Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:19Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:19Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:19Z TRACE Outgoing local_update: } +2024-12-17T05:28:19Z TRACE Outgoing local_update: }, +2024-12-17T05:28:19Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:19Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:19Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:19Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:19Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:19Z TRACE Outgoing local_update: }, +2024-12-17T05:28:19Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:19Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:19Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:19Z TRACE Outgoing local_update: }, +2024-12-17T05:28:19Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:19Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:19Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:28:19Z TRACE Outgoing local_update: } +2024-12-17T05:28:19Z TRACE Outgoing local_update: } +2024-12-17T05:28:19Z TRACE Outgoing local_update: } +2024-12-17T05:28:19Z TRACE Outgoing local_update: } +2024-12-17T05:28:19Z DEBUG Recorded sequence: 1. Update config before system logs level `NOTICE` category `system.config.apply` +2024-12-17T05:28:19Z INFO Device config Set `system.min_loglevel` = `200` +2024-12-17T05:28:19Z TRACE Update config before system logs level `NOTICE` category `system.config.apply`: Set `system.min_loglevel` = `200` +2024-12-17T05:28:19Z DEBUG Detail system logs level `NOTICE` category `system.config.apply` is now: no logs +2024-12-17T05:28:19Z TRACE received command AHU-1/state/system +2024-12-17T05:28:19Z TRACE Received state_system: { +2024-12-17T05:28:19Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:19Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:19Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:19Z TRACE Received state_system: }, +2024-12-17T05:28:19Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:17Z", +2024-12-17T05:28:19Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:19Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:19Z TRACE Received state_system: "last_start" : "2024-12-17T05:27:51Z", +2024-12-17T05:28:19Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:19Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:19Z TRACE Received state_system: }, +2024-12-17T05:28:19Z TRACE Received state_system: "serial_no" : "sequencer-20043", +2024-12-17T05:28:19Z TRACE Received state_system: "software" : { +2024-12-17T05:28:19Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:19Z TRACE Received state_system: }, +2024-12-17T05:28:19Z TRACE Received state_system: "status" : { +2024-12-17T05:28:19Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:19Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:28:19Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:17Z", +2024-12-17T05:28:19Z TRACE Received state_system: "level" : 300 +2024-12-17T05:28:19Z TRACE Received state_system: }, +2024-12-17T05:28:19Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:19Z", +2024-12-17T05:28:19Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:19Z TRACE Received state_system: } +2024-12-17T05:28:19Z DEBUG Handling device message state_system MP:26424e06-0 +2024-12-17T05:28:19Z TRACE Ignoring partial state update +2024-12-17T05:28:19Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:19Z TRACE Received state_discovery: { +2024-12-17T05:28:19Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:19Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:19Z", +2024-12-17T05:28:19Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:19Z TRACE Received state_discovery: } +2024-12-17T05:28:19Z DEBUG Handling device message state_discovery MP:26424e06-1 +2024-12-17T05:28:19Z TRACE Ignoring partial state update +2024-12-17T05:28:19Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:19Z TRACE Received state_localnet: { +2024-12-17T05:28:19Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:19Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:19Z TRACE Received state_localnet: "addr" : "60:45:bd:49:0e:5f" +2024-12-17T05:28:19Z TRACE Received state_localnet: }, +2024-12-17T05:28:19Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:19Z TRACE Received state_localnet: "addr" : "10.1.0.131" +2024-12-17T05:28:19Z TRACE Received state_localnet: }, +2024-12-17T05:28:19Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:19Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe49:e5f" +2024-12-17T05:28:19Z TRACE Received state_localnet: }, +2024-12-17T05:28:19Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:19Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:19Z TRACE Received state_localnet: } +2024-12-17T05:28:19Z TRACE Received state_localnet: }, +2024-12-17T05:28:19Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:19Z", +2024-12-17T05:28:19Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:19Z TRACE Received state_localnet: } +2024-12-17T05:28:19Z DEBUG Handling device message state_localnet MP:26424e06-2 +2024-12-17T05:28:19Z TRACE Ignoring partial state update +2024-12-17T05:28:19Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:19Z TRACE Received state_pointset: { +2024-12-17T05:28:19Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:19Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:19Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:19Z TRACE Received state_pointset: }, +2024-12-17T05:28:19Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:19Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:19Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:19Z TRACE Received state_pointset: }, +2024-12-17T05:28:19Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:19Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:19Z TRACE Received state_pointset: } +2024-12-17T05:28:19Z TRACE Received state_pointset: }, +2024-12-17T05:28:19Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:19Z", +2024-12-17T05:28:19Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:19Z TRACE Received state_pointset: } +2024-12-17T05:28:19Z DEBUG Handling device message state_pointset MP:26424e06-3 +2024-12-17T05:28:19Z TRACE Ignoring partial state update +2024-12-17T05:28:22Z TRACE received command AHU-1/events/pointset +2024-12-17T05:28:22Z TRACE Received events_pointset: { +2024-12-17T05:28:22Z TRACE Received events_pointset: "points" : { +2024-12-17T05:28:22Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:22Z TRACE Received events_pointset: "present_value" : true +2024-12-17T05:28:22Z TRACE Received events_pointset: }, +2024-12-17T05:28:22Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:22Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:28:22Z TRACE Received events_pointset: }, +2024-12-17T05:28:22Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:22Z TRACE Received events_pointset: "present_value" : 8 +2024-12-17T05:28:22Z TRACE Received events_pointset: } +2024-12-17T05:28:22Z TRACE Received events_pointset: }, +2024-12-17T05:28:22Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:28:22Z", +2024-12-17T05:28:22Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:28:22Z TRACE Received events_pointset: } +2024-12-17T05:28:22Z DEBUG Handling device message events_pointset MP:c449bb2e +2024-12-17T05:28:22Z TRACE received command AHU-1/events/system +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:13Z DEBUG device.log: State update defer 0ms +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:13Z INFO device.log: Update state 2024-12-17T05:28:13Z last_config 2024-12-17T05:28:11Z +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:13Z DEBUG device.log: State update AHU-1 (system_min_loglevel) +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:15Z DEBUG system.config.receive: success +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:15Z DEBUG device.log: State update defer -176ms +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:15Z INFO device.log: Update state 2024-12-17T05:28:15Z last_config 2024-12-17T05:28:11Z +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:15Z DEBUG system.config.parse: success +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:15Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:15Z DEBUG device.log: State update AHU-1 (system_min_loglevel) +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:15Z DEBUG device.log: Config update AHU-1 (system_min_loglevel) +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:15Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:15Z INFO device.log: 2024-12-17T05:28:15Z received config 2024-12-17T05:28:15Z +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:15Z NOTICE system.config.apply: success +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:16Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:16Z INFO device.log: 2024-12-17T05:28:16Z received config 2024-12-17T05:28:16Z +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:16Z NOTICE system.config.apply: success +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:16Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:16Z INFO device.log: 2024-12-17T05:28:16Z received config 2024-12-17T05:28:16Z +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:16Z NOTICE system.config.apply: success +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:17Z INFO device.log: Update state 2024-12-17T05:28:17Z last_config 2024-12-17T05:28:16Z +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:17Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:17Z INFO device.log: 2024-12-17T05:28:17Z received config 2024-12-17T05:28:17Z +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:17Z NOTICE system.config.apply: success +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:19Z INFO device.log: Update state 2024-12-17T05:28:19Z last_config 2024-12-17T05:28:17Z +2024-12-17T05:28:22Z DEBUG Handling device message events_system MP:90edecd5 +2024-12-17T05:28:22Z DEBUG Missing system events 0 -> 4 +2024-12-17T05:28:22Z DEBUG Flushing log entries before lastConfigUpdate 2024-12-17T05:28:15Z +2024-12-17T05:28:22Z DEBUG Flushing entry: 2024-12-17T05:28:13Z DEBUG device.log: State update defer 0ms +2024-12-17T05:28:22Z DEBUG Flushing entry: 2024-12-17T05:28:13Z INFO device.log: Update state 2024-12-17T05:28:13Z last_config 2024-12-17T05:28:11Z +2024-12-17T05:28:22Z DEBUG Flushing entry: 2024-12-17T05:28:13Z DEBUG device.log: State update AHU-1 (system_min_loglevel) +2024-12-17T05:28:22Z DEBUG Matched entry 2024-12-17T05:28:15Z NOTICE system.config.apply: success +2024-12-17T05:28:22Z DEBUG Matched entry 2024-12-17T05:28:16Z NOTICE system.config.apply: success +2024-12-17T05:28:22Z DEBUG Matched entry 2024-12-17T05:28:16Z NOTICE system.config.apply: success +2024-12-17T05:28:22Z DEBUG Matched entry 2024-12-17T05:28:17Z NOTICE system.config.apply: success +2024-12-17T05:28:22Z DEBUG Detail system logs level `NOTICE` category `system.config.apply` is now: null +2024-12-17T05:28:22Z DEBUG Recorded sequence: 1. Wait until system logs level `NOTICE` category `system.config.apply` +2024-12-17T05:28:22Z DEBUG Stage finished waiting for system logs level `NOTICE` category `system.config.apply` at 27s after 9s +2024-12-17T05:28:22Z TRACE Stage resume waiting for executing test at 27s +2024-12-17T05:28:22Z DEBUG Recorded sequence: 1. Check that device config resolved within 20s +2024-12-17T05:28:22Z DEBUG Delay from lastConfigMark 2024-12-17T05:28:19.577360693Z is -1110ms +2024-12-17T05:28:22Z DEBUG System config extra field null +2024-12-17T05:28:22Z TRACE Updated check config_system: true +2024-12-17T05:28:22Z DEBUG Update config_system, adding configTransaction RC:d1707f.0000000f +2024-12-17T05:28:22Z TRACE Outgoing local_system: { +2024-12-17T05:28:22Z TRACE Outgoing local_system: "min_loglevel" : 400, +2024-12-17T05:28:22Z TRACE Outgoing local_system: "metrics_rate_sec" : 10, +2024-12-17T05:28:22Z TRACE Outgoing local_system: "operation" : { +2024-12-17T05:28:22Z TRACE Outgoing local_system: "last_start" : "2024-12-17T05:27:51Z" +2024-12-17T05:28:22Z TRACE Outgoing local_system: }, +2024-12-17T05:28:22Z TRACE Outgoing local_system: "testing" : { +2024-12-17T05:28:22Z TRACE Outgoing local_system: "sequence_name" : "system_min_loglevel" +2024-12-17T05:28:22Z TRACE Outgoing local_system: } +2024-12-17T05:28:22Z TRACE Outgoing local_system: } +2024-12-17T05:28:22Z TRACE Updated check config_pointset: false +2024-12-17T05:28:22Z TRACE Updated check config_gateway: false +2024-12-17T05:28:22Z TRACE Updated check config_localnet: false +2024-12-17T05:28:22Z TRACE Updated check config_blobset: false +2024-12-17T05:28:22Z TRACE Updated check config_discovery: false +2024-12-17T05:28:22Z DEBUG Saving pre-config state timestamp 2024-12-17T05:28:19Z +2024-12-17T05:28:22Z DEBUG Update lastConfigUpdate 2024-12-17T05:28:22Z, because warning loglevel +2024-12-17T05:28:22Z TRACE Stage suspend waiting for executing test at 27s +2024-12-17T05:28:22Z INFO Stage start waiting for config update synchronized at 27s +2024-12-17T05:28:22Z TRACE received command AHU-1/state/update +2024-12-17T05:28:22Z DEBUG Received state_update +2024-12-17T05:28:22Z DEBUG Handling update message state_update MP:2b539919 +2024-12-17T05:28:22Z DEBUG Updated state after 0s 2024-12-17T05:28:22Z MP:2b539919 +2024-12-17T05:28:22Z INFO Updated state #010: Changed 4 fields: +2024-12-17T05:28:22Z INFO Updated state #010: Set `system.status.level` = `100` +2024-12-17T05:28:22Z INFO Updated state #010: Set `system.status.category` = `system.config.parse` +2024-12-17T05:28:22Z INFO Updated state #010: Set `system.status.timestamp` = `2024-12-17T05:28:22Z` +2024-12-17T05:28:22Z INFO Updated state #010: Set `timestamp` = `2024-12-17T05:28:22Z` +2024-12-17T05:28:22Z DEBUG Updated state has last_config 2024-12-17T05:28:17Z (expecting 2024-12-17T05:28:17Z) +2024-12-17T05:28:22Z DEBUG Detail config update synchronized is now: config transactions not cleared +2024-12-17T05:28:22Z TRACE received command AHU-1/config/update +2024-12-17T05:28:22Z DEBUG Received config_update +2024-12-17T05:28:22Z DEBUG Handling update message config_update RC:d1707f.0000000f +2024-12-17T05:28:22Z DEBUG Removed configTransaction RC:d1707f.0000000f +2024-12-17T05:28:22Z DEBUG Set last_start changed false, last_start 2024-12-17T05:27:51Z +2024-12-17T05:28:22Z DEBUG Updated config 2024-12-17T05:28:22Z RC:d1707f.0000000f +2024-12-17T05:28:22Z INFO Updated config #010: Changed 1 fields: +2024-12-17T05:28:22Z INFO Updated config #010: Set `system.min_loglevel` = `400` +2024-12-17T05:28:22Z DEBUG Expected last_config now 2024-12-17T05:28:22Z +2024-12-17T05:28:22Z TRACE received command AHU-1/state/system +2024-12-17T05:28:22Z TRACE Received state_system: { +2024-12-17T05:28:22Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:22Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:22Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:22Z TRACE Received state_system: }, +2024-12-17T05:28:22Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:17Z", +2024-12-17T05:28:22Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:22Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:22Z TRACE Received state_system: "last_start" : "2024-12-17T05:27:51Z", +2024-12-17T05:28:22Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:22Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:22Z TRACE Received state_system: }, +2024-12-17T05:28:22Z TRACE Received state_system: "serial_no" : "sequencer-20043", +2024-12-17T05:28:22Z TRACE Received state_system: "software" : { +2024-12-17T05:28:22Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:22Z TRACE Received state_system: }, +2024-12-17T05:28:22Z TRACE Received state_system: "status" : { +2024-12-17T05:28:22Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:22Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:28:22Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:22Z", +2024-12-17T05:28:22Z TRACE Received state_system: "level" : 100 +2024-12-17T05:28:22Z TRACE Received state_system: }, +2024-12-17T05:28:22Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:22Z", +2024-12-17T05:28:22Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:22Z TRACE Received state_system: } +2024-12-17T05:28:22Z DEBUG Handling device message state_system MP:2b539919-0 +2024-12-17T05:28:22Z TRACE Ignoring partial state update +2024-12-17T05:28:22Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:28:22Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:22Z TRACE Received state_discovery: { +2024-12-17T05:28:22Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:22Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:22Z", +2024-12-17T05:28:22Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:22Z TRACE Received state_discovery: } +2024-12-17T05:28:22Z DEBUG Handling device message state_discovery MP:2b539919-1 +2024-12-17T05:28:22Z TRACE Ignoring partial state update +2024-12-17T05:28:22Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:22Z TRACE Received state_localnet: { +2024-12-17T05:28:22Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:22Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:22Z TRACE Received state_localnet: "addr" : "60:45:bd:49:0e:5f" +2024-12-17T05:28:22Z TRACE Received state_localnet: }, +2024-12-17T05:28:22Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:22Z TRACE Received state_localnet: "addr" : "10.1.0.131" +2024-12-17T05:28:22Z TRACE Received state_localnet: }, +2024-12-17T05:28:22Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:22Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe49:e5f" +2024-12-17T05:28:22Z TRACE Received state_localnet: }, +2024-12-17T05:28:22Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:22Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:22Z TRACE Received state_localnet: } +2024-12-17T05:28:22Z TRACE Received state_localnet: }, +2024-12-17T05:28:22Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:22Z", +2024-12-17T05:28:22Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:22Z TRACE Received state_localnet: } +2024-12-17T05:28:22Z DEBUG Handling device message state_localnet MP:2b539919-2 +2024-12-17T05:28:22Z TRACE Ignoring partial state update +2024-12-17T05:28:22Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:22Z TRACE Received state_pointset: { +2024-12-17T05:28:22Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:22Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:22Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:22Z TRACE Received state_pointset: }, +2024-12-17T05:28:22Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:22Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:22Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:22Z TRACE Received state_pointset: }, +2024-12-17T05:28:22Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:22Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:22Z TRACE Received state_pointset: } +2024-12-17T05:28:22Z TRACE Received state_pointset: }, +2024-12-17T05:28:22Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:22Z", +2024-12-17T05:28:22Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:22Z TRACE Received state_pointset: } +2024-12-17T05:28:22Z DEBUG Handling device message state_pointset MP:2b539919-3 +2024-12-17T05:28:22Z TRACE Ignoring partial state update +2024-12-17T05:28:24Z TRACE received command AHU-1/state/update +2024-12-17T05:28:24Z DEBUG Received state_update +2024-12-17T05:28:24Z DEBUG Handling update message state_update MP:fe6233b2 +2024-12-17T05:28:24Z DEBUG Updated state after 0s 2024-12-17T05:28:24Z MP:fe6233b2 +2024-12-17T05:28:24Z INFO Updated state #011: Changed 4 fields: +2024-12-17T05:28:24Z INFO Updated state #011: Set `system.last_config` = `2024-12-17T05:28:22Z` +2024-12-17T05:28:24Z INFO Updated state #011: Set `system.status.level` = `300` +2024-12-17T05:28:24Z INFO Updated state #011: Set `system.status.category` = `system.config.apply` +2024-12-17T05:28:24Z INFO Updated state #011: Set `timestamp` = `2024-12-17T05:28:24Z` +2024-12-17T05:28:24Z DEBUG Updated state has last_config 2024-12-17T05:28:22Z (expecting 2024-12-17T05:28:22Z) +2024-12-17T05:28:24Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:28:24Z DEBUG Stage finished waiting for config update synchronized at 29s after 2s +2024-12-17T05:28:24Z TRACE Stage resume waiting for executing test at 29s +2024-12-17T05:28:24Z DEBUG Config sync took 2s +2024-12-17T05:28:24Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:28:24Z DEBUG New lastConfigMark at 2024-12-17T05:28:24Z +2024-12-17T05:28:24Z DEBUG Update config warning loglevel timestamp 2024-12-17T05:28:22Z +2024-12-17T05:28:24Z TRACE Outgoing local_update: { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:28:22Z", +2024-12-17T05:28:24Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:24Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "min_loglevel" : 400, +2024-12-17T05:28:24Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:24Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:27:51Z" +2024-12-17T05:28:24Z TRACE Outgoing local_update: }, +2024-12-17T05:28:24Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "sequence_name" : "system_min_loglevel" +2024-12-17T05:28:24Z TRACE Outgoing local_update: } +2024-12-17T05:28:24Z TRACE Outgoing local_update: }, +2024-12-17T05:28:24Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:24Z TRACE Outgoing local_update: } +2024-12-17T05:28:24Z TRACE Outgoing local_update: }, +2024-12-17T05:28:24Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:24Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:24Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:24Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:24Z TRACE Outgoing local_update: } +2024-12-17T05:28:24Z TRACE Outgoing local_update: }, +2024-12-17T05:28:24Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:24Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:24Z TRACE Outgoing local_update: }, +2024-12-17T05:28:24Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:24Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:24Z TRACE Outgoing local_update: }, +2024-12-17T05:28:24Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:24Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:28:24Z TRACE Outgoing local_update: } +2024-12-17T05:28:24Z TRACE Outgoing local_update: } +2024-12-17T05:28:24Z TRACE Outgoing local_update: } +2024-12-17T05:28:24Z TRACE Outgoing local_update: } +2024-12-17T05:28:24Z DEBUG Recorded sequence: 1. Update config warning loglevel +2024-12-17T05:28:24Z INFO Device config Set `system.min_loglevel` = `400` +2024-12-17T05:28:24Z TRACE Update config warning loglevel: Set `system.min_loglevel` = `400` +2024-12-17T05:28:24Z TRACE Stage suspend waiting for executing test at 29s +2024-12-17T05:28:24Z INFO Stage start waiting for last_config synchronized at 29s +2024-12-17T05:28:24Z DEBUG Delay from lastConfigMark 2024-12-17T05:28:24.755814525Z is 1998ms +2024-12-17T05:28:24Z DEBUG Rate-limiting config by 1998ms +2024-12-17T05:28:26Z DEBUG System config extra field null +2024-12-17T05:28:26Z TRACE Updated check config_system: false +2024-12-17T05:28:26Z TRACE Updated check config_pointset: false +2024-12-17T05:28:26Z TRACE Updated check config_gateway: false +2024-12-17T05:28:26Z TRACE Updated check config_localnet: false +2024-12-17T05:28:26Z TRACE Updated check config_blobset: false +2024-12-17T05:28:26Z TRACE Updated check config_discovery: false +2024-12-17T05:28:26Z DEBUG New lastConfigMark at 2024-12-17T05:28:26Z +2024-12-17T05:28:26Z DEBUG Update config before last_config synchronized timestamp 2024-12-17T05:28:22Z +2024-12-17T05:28:26Z TRACE Outgoing local_update: { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:28:22Z", +2024-12-17T05:28:26Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:26Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "min_loglevel" : 400, +2024-12-17T05:28:26Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:26Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:27:51Z" +2024-12-17T05:28:26Z TRACE Outgoing local_update: }, +2024-12-17T05:28:26Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "sequence_name" : "system_min_loglevel" +2024-12-17T05:28:26Z TRACE Outgoing local_update: } +2024-12-17T05:28:26Z TRACE Outgoing local_update: }, +2024-12-17T05:28:26Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:26Z TRACE Outgoing local_update: } +2024-12-17T05:28:26Z TRACE Outgoing local_update: }, +2024-12-17T05:28:26Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:26Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:26Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:26Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:26Z TRACE Outgoing local_update: } +2024-12-17T05:28:26Z TRACE Outgoing local_update: }, +2024-12-17T05:28:26Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:26Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:26Z TRACE Outgoing local_update: }, +2024-12-17T05:28:26Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:26Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:26Z TRACE Outgoing local_update: }, +2024-12-17T05:28:26Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:26Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:28:26Z TRACE Outgoing local_update: } +2024-12-17T05:28:26Z TRACE Outgoing local_update: } +2024-12-17T05:28:26Z TRACE Outgoing local_update: } +2024-12-17T05:28:26Z TRACE Outgoing local_update: } +2024-12-17T05:28:26Z DEBUG Stage finished waiting for last_config synchronized at 31s after 2s +2024-12-17T05:28:26Z TRACE Stage resume waiting for executing test at 31s +2024-12-17T05:28:26Z DEBUG Waiting until 2024-12-17T05:28:32Z for logs to arrive... +2024-12-17T05:28:26Z TRACE received command AHU-1/state/system +2024-12-17T05:28:26Z TRACE Received state_system: { +2024-12-17T05:28:26Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:26Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:26Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:26Z TRACE Received state_system: }, +2024-12-17T05:28:26Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:22Z", +2024-12-17T05:28:26Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:26Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:26Z TRACE Received state_system: "last_start" : "2024-12-17T05:27:51Z", +2024-12-17T05:28:26Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:26Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:26Z TRACE Received state_system: }, +2024-12-17T05:28:26Z TRACE Received state_system: "serial_no" : "sequencer-20043", +2024-12-17T05:28:26Z TRACE Received state_system: "software" : { +2024-12-17T05:28:26Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:26Z TRACE Received state_system: }, +2024-12-17T05:28:26Z TRACE Received state_system: "status" : { +2024-12-17T05:28:26Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:26Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:28:26Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:22Z", +2024-12-17T05:28:26Z TRACE Received state_system: "level" : 300 +2024-12-17T05:28:26Z TRACE Received state_system: }, +2024-12-17T05:28:26Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:24Z", +2024-12-17T05:28:26Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:26Z TRACE Received state_system: } +2024-12-17T05:28:26Z DEBUG Handling device message state_system MP:fe6233b2-0 +2024-12-17T05:28:26Z TRACE Ignoring partial state update +2024-12-17T05:28:26Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:26Z TRACE Received state_discovery: { +2024-12-17T05:28:26Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:26Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:24Z", +2024-12-17T05:28:26Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:26Z TRACE Received state_discovery: } +2024-12-17T05:28:26Z DEBUG Handling device message state_discovery MP:fe6233b2-1 +2024-12-17T05:28:26Z TRACE Ignoring partial state update +2024-12-17T05:28:26Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:26Z TRACE Received state_localnet: { +2024-12-17T05:28:26Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:26Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:26Z TRACE Received state_localnet: "addr" : "60:45:bd:49:0e:5f" +2024-12-17T05:28:26Z TRACE Received state_localnet: }, +2024-12-17T05:28:26Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:26Z TRACE Received state_localnet: "addr" : "10.1.0.131" +2024-12-17T05:28:26Z TRACE Received state_localnet: }, +2024-12-17T05:28:26Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:26Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe49:e5f" +2024-12-17T05:28:26Z TRACE Received state_localnet: }, +2024-12-17T05:28:26Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:26Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:26Z TRACE Received state_localnet: } +2024-12-17T05:28:26Z TRACE Received state_localnet: }, +2024-12-17T05:28:26Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:24Z", +2024-12-17T05:28:26Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:26Z TRACE Received state_localnet: } +2024-12-17T05:28:26Z DEBUG Handling device message state_localnet MP:fe6233b2-2 +2024-12-17T05:28:26Z TRACE Ignoring partial state update +2024-12-17T05:28:26Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:26Z TRACE Received state_pointset: { +2024-12-17T05:28:26Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:26Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:26Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:26Z TRACE Received state_pointset: }, +2024-12-17T05:28:26Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:26Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:26Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:26Z TRACE Received state_pointset: }, +2024-12-17T05:28:26Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:26Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:26Z TRACE Received state_pointset: } +2024-12-17T05:28:26Z TRACE Received state_pointset: }, +2024-12-17T05:28:26Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:24Z", +2024-12-17T05:28:26Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:26Z TRACE Received state_pointset: } +2024-12-17T05:28:26Z DEBUG Handling device message state_pointset MP:fe6233b2-3 +2024-12-17T05:28:26Z TRACE Ignoring partial state update +2024-12-17T05:28:26Z TRACE received command null/config/udmi +2024-12-17T05:28:32Z TRACE received command AHU-1/events/system +2024-12-17T05:28:32Z DEBUG Received events_system 2024-12-17T05:28:22Z INFO device.log: Update state 2024-12-17T05:28:22Z last_config 2024-12-17T05:28:17Z +2024-12-17T05:28:32Z DEBUG Received events_system 2024-12-17T05:28:22Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:28:32Z DEBUG Received events_system 2024-12-17T05:28:22Z INFO device.log: 2024-12-17T05:28:22Z received config 2024-12-17T05:28:22Z +2024-12-17T05:28:32Z DEBUG Handling device message events_system MP:d906f925 +2024-12-17T05:28:32Z DEBUG Flushing log entries before lastConfigUpdate 2024-12-17T05:28:22Z +2024-12-17T05:28:32Z DEBUG Flushing entry: 2024-12-17T05:28:15Z DEBUG system.config.receive: success +2024-12-17T05:28:32Z DEBUG Flushing entry: 2024-12-17T05:28:15Z DEBUG device.log: State update defer -176ms +2024-12-17T05:28:32Z DEBUG Flushing entry: 2024-12-17T05:28:15Z INFO device.log: Update state 2024-12-17T05:28:15Z last_config 2024-12-17T05:28:11Z +2024-12-17T05:28:32Z DEBUG Flushing entry: 2024-12-17T05:28:15Z DEBUG system.config.parse: success +2024-12-17T05:28:32Z DEBUG Flushing entry: 2024-12-17T05:28:15Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:28:32Z DEBUG Flushing entry: 2024-12-17T05:28:15Z DEBUG device.log: State update AHU-1 (system_min_loglevel) +2024-12-17T05:28:32Z DEBUG Flushing entry: 2024-12-17T05:28:15Z DEBUG device.log: Config update AHU-1 (system_min_loglevel) +2024-12-17T05:28:32Z DEBUG Flushing entry: 2024-12-17T05:28:15Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:28:32Z DEBUG Flushing entry: 2024-12-17T05:28:15Z INFO device.log: 2024-12-17T05:28:15Z received config 2024-12-17T05:28:15Z +2024-12-17T05:28:32Z DEBUG Flushing entry: 2024-12-17T05:28:15Z NOTICE system.config.apply: success +2024-12-17T05:28:32Z DEBUG Flushing entry: 2024-12-17T05:28:16Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:28:32Z DEBUG Flushing entry: 2024-12-17T05:28:16Z INFO device.log: 2024-12-17T05:28:16Z received config 2024-12-17T05:28:16Z +2024-12-17T05:28:32Z DEBUG Flushing entry: 2024-12-17T05:28:16Z NOTICE system.config.apply: success +2024-12-17T05:28:32Z DEBUG Flushing entry: 2024-12-17T05:28:16Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:28:32Z DEBUG Flushing entry: 2024-12-17T05:28:16Z INFO device.log: 2024-12-17T05:28:16Z received config 2024-12-17T05:28:16Z +2024-12-17T05:28:32Z DEBUG Flushing entry: 2024-12-17T05:28:16Z NOTICE system.config.apply: success +2024-12-17T05:28:32Z DEBUG Flushing entry: 2024-12-17T05:28:17Z INFO device.log: Update state 2024-12-17T05:28:17Z last_config 2024-12-17T05:28:16Z +2024-12-17T05:28:32Z DEBUG Flushing entry: 2024-12-17T05:28:17Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:28:32Z DEBUG Flushing entry: 2024-12-17T05:28:17Z INFO device.log: 2024-12-17T05:28:17Z received config 2024-12-17T05:28:17Z +2024-12-17T05:28:32Z DEBUG Flushing entry: 2024-12-17T05:28:17Z NOTICE system.config.apply: success +2024-12-17T05:28:32Z DEBUG Flushing entry: 2024-12-17T05:28:19Z INFO device.log: Update state 2024-12-17T05:28:19Z last_config 2024-12-17T05:28:17Z +2024-12-17T05:28:32Z DEBUG Recorded sequence: 1. Check that log level `NOTICE` (or greater) category `system.config.apply` was not logged +2024-12-17T05:28:32Z TRACE Stage suspend waiting for executing test at 37s +2024-12-17T05:28:32Z INFO Stage start waiting for system logs level `NOTICE` category `system.config.apply` at 37s +2024-12-17T05:28:32Z DEBUG Delay from lastConfigMark 2024-12-17T05:28:26.758119921Z is -3855ms +2024-12-17T05:28:32Z DEBUG System config extra field null +2024-12-17T05:28:32Z TRACE Updated check config_system: true +2024-12-17T05:28:32Z DEBUG Update config_system, adding configTransaction RC:d1707f.00000012 +2024-12-17T05:28:32Z TRACE Outgoing local_system: { +2024-12-17T05:28:32Z TRACE Outgoing local_system: "min_loglevel" : 100, +2024-12-17T05:28:32Z TRACE Outgoing local_system: "metrics_rate_sec" : 10, +2024-12-17T05:28:32Z TRACE Outgoing local_system: "operation" : { +2024-12-17T05:28:32Z TRACE Outgoing local_system: "last_start" : "2024-12-17T05:27:51Z" +2024-12-17T05:28:32Z TRACE Outgoing local_system: }, +2024-12-17T05:28:32Z TRACE Outgoing local_system: "testing" : { +2024-12-17T05:28:32Z TRACE Outgoing local_system: "sequence_name" : "system_min_loglevel" +2024-12-17T05:28:32Z TRACE Outgoing local_system: } +2024-12-17T05:28:32Z TRACE Outgoing local_system: } +2024-12-17T05:28:32Z TRACE Updated check config_pointset: false +2024-12-17T05:28:32Z TRACE Updated check config_gateway: false +2024-12-17T05:28:32Z TRACE Updated check config_localnet: false +2024-12-17T05:28:32Z TRACE Updated check config_blobset: false +2024-12-17T05:28:32Z TRACE Updated check config_discovery: false +2024-12-17T05:28:32Z DEBUG Saving pre-config state timestamp 2024-12-17T05:28:24Z +2024-12-17T05:28:32Z DEBUG Update lastConfigUpdate 2024-12-17T05:28:32Z, because before system logs level `NOTICE` category `system.config.apply` +2024-12-17T05:28:32Z TRACE Stage suspend waiting for system logs level `NOTICE` category `system.config.apply` at 37s +2024-12-17T05:28:32Z INFO Stage start waiting for config update synchronized at 37s +2024-12-17T05:28:32Z TRACE received command AHU-1/events/pointset +2024-12-17T05:28:32Z TRACE Received events_pointset: { +2024-12-17T05:28:32Z TRACE Received events_pointset: "points" : { +2024-12-17T05:28:32Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:32Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:28:32Z TRACE Received events_pointset: }, +2024-12-17T05:28:32Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:32Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:28:32Z TRACE Received events_pointset: }, +2024-12-17T05:28:32Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:32Z TRACE Received events_pointset: "present_value" : 11 +2024-12-17T05:28:32Z TRACE Received events_pointset: } +2024-12-17T05:28:32Z TRACE Received events_pointset: }, +2024-12-17T05:28:32Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:28:32Z", +2024-12-17T05:28:32Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:28:32Z TRACE Received events_pointset: } +2024-12-17T05:28:32Z DEBUG Handling device message events_pointset MP:d788098b +2024-12-17T05:28:32Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:28:32Z TRACE received command AHU-1/state/update +2024-12-17T05:28:32Z DEBUG Received state_update +2024-12-17T05:28:32Z DEBUG Handling update message state_update MP:0f21c500 +2024-12-17T05:28:32Z DEBUG Updated state after 0s 2024-12-17T05:28:32Z MP:0f21c500 +2024-12-17T05:28:32Z INFO Updated state #012: Changed 4 fields: +2024-12-17T05:28:32Z INFO Updated state #012: Set `system.status.level` = `100` +2024-12-17T05:28:32Z INFO Updated state #012: Set `system.status.category` = `system.config.parse` +2024-12-17T05:28:32Z INFO Updated state #012: Set `system.status.timestamp` = `2024-12-17T05:28:32Z` +2024-12-17T05:28:32Z INFO Updated state #012: Set `timestamp` = `2024-12-17T05:28:32Z` +2024-12-17T05:28:32Z DEBUG Updated state has last_config 2024-12-17T05:28:22Z (expecting 2024-12-17T05:28:22Z) +2024-12-17T05:28:32Z TRACE received command AHU-1/config/update +2024-12-17T05:28:32Z DEBUG Received config_update +2024-12-17T05:28:32Z DEBUG Handling update message config_update RC:d1707f.00000012 +2024-12-17T05:28:32Z DEBUG Removed configTransaction RC:d1707f.00000012 +2024-12-17T05:28:32Z DEBUG Set last_start changed false, last_start 2024-12-17T05:27:51Z +2024-12-17T05:28:32Z DEBUG Updated config 2024-12-17T05:28:32Z RC:d1707f.00000012 +2024-12-17T05:28:32Z INFO Updated config #011: Changed 1 fields: +2024-12-17T05:28:32Z INFO Updated config #011: Set `system.min_loglevel` = `100` +2024-12-17T05:28:32Z DEBUG Expected last_config now 2024-12-17T05:28:32Z +2024-12-17T05:28:32Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:28:32Z TRACE received command AHU-1/state/system +2024-12-17T05:28:32Z TRACE Received state_system: { +2024-12-17T05:28:32Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:32Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:32Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:32Z TRACE Received state_system: }, +2024-12-17T05:28:32Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:22Z", +2024-12-17T05:28:32Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:32Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:32Z TRACE Received state_system: "last_start" : "2024-12-17T05:27:51Z", +2024-12-17T05:28:32Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:32Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:32Z TRACE Received state_system: }, +2024-12-17T05:28:32Z TRACE Received state_system: "serial_no" : "sequencer-20043", +2024-12-17T05:28:32Z TRACE Received state_system: "software" : { +2024-12-17T05:28:32Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:32Z TRACE Received state_system: }, +2024-12-17T05:28:32Z TRACE Received state_system: "status" : { +2024-12-17T05:28:32Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:32Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:28:32Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:32Z", +2024-12-17T05:28:32Z TRACE Received state_system: "level" : 100 +2024-12-17T05:28:32Z TRACE Received state_system: }, +2024-12-17T05:28:32Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:32Z", +2024-12-17T05:28:32Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:32Z TRACE Received state_system: } +2024-12-17T05:28:32Z DEBUG Handling device message state_system MP:0f21c500-0 +2024-12-17T05:28:32Z TRACE Ignoring partial state update +2024-12-17T05:28:32Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:32Z TRACE Received state_discovery: { +2024-12-17T05:28:32Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:32Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:32Z", +2024-12-17T05:28:32Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:32Z TRACE Received state_discovery: } +2024-12-17T05:28:32Z DEBUG Handling device message state_discovery MP:0f21c500-1 +2024-12-17T05:28:32Z TRACE Ignoring partial state update +2024-12-17T05:28:32Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:32Z TRACE Received state_localnet: { +2024-12-17T05:28:32Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:32Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:32Z TRACE Received state_localnet: "addr" : "60:45:bd:49:0e:5f" +2024-12-17T05:28:32Z TRACE Received state_localnet: }, +2024-12-17T05:28:32Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:32Z TRACE Received state_localnet: "addr" : "10.1.0.131" +2024-12-17T05:28:32Z TRACE Received state_localnet: }, +2024-12-17T05:28:32Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:32Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe49:e5f" +2024-12-17T05:28:32Z TRACE Received state_localnet: }, +2024-12-17T05:28:32Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:32Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:32Z TRACE Received state_localnet: } +2024-12-17T05:28:32Z TRACE Received state_localnet: }, +2024-12-17T05:28:32Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:32Z", +2024-12-17T05:28:32Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:32Z TRACE Received state_localnet: } +2024-12-17T05:28:32Z DEBUG Handling device message state_localnet MP:0f21c500-2 +2024-12-17T05:28:32Z TRACE Ignoring partial state update +2024-12-17T05:28:32Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:32Z TRACE Received state_pointset: { +2024-12-17T05:28:32Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:32Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:32Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:32Z TRACE Received state_pointset: }, +2024-12-17T05:28:32Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:32Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:32Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:32Z TRACE Received state_pointset: }, +2024-12-17T05:28:32Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:32Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:32Z TRACE Received state_pointset: } +2024-12-17T05:28:32Z TRACE Received state_pointset: }, +2024-12-17T05:28:32Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:32Z", +2024-12-17T05:28:32Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:32Z TRACE Received state_pointset: } +2024-12-17T05:28:32Z DEBUG Handling device message state_pointset MP:0f21c500-3 +2024-12-17T05:28:32Z TRACE Ignoring partial state update +2024-12-17T05:28:34Z TRACE received command AHU-1/state/update +2024-12-17T05:28:34Z DEBUG Received state_update +2024-12-17T05:28:34Z DEBUG Handling update message state_update MP:89beca3a +2024-12-17T05:28:34Z DEBUG Updated state after 0s 2024-12-17T05:28:34Z MP:89beca3a +2024-12-17T05:28:34Z INFO Updated state #013: Changed 4 fields: +2024-12-17T05:28:34Z INFO Updated state #013: Set `system.last_config` = `2024-12-17T05:28:32Z` +2024-12-17T05:28:34Z INFO Updated state #013: Set `system.status.level` = `300` +2024-12-17T05:28:34Z INFO Updated state #013: Set `system.status.category` = `system.config.apply` +2024-12-17T05:28:34Z INFO Updated state #013: Set `timestamp` = `2024-12-17T05:28:34Z` +2024-12-17T05:28:34Z DEBUG Updated state has last_config 2024-12-17T05:28:32Z (expecting 2024-12-17T05:28:32Z) +2024-12-17T05:28:34Z TRACE received command AHU-1/state/system +2024-12-17T05:28:34Z TRACE Received state_system: { +2024-12-17T05:28:34Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:34Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:34Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:34Z TRACE Received state_system: }, +2024-12-17T05:28:34Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:32Z", +2024-12-17T05:28:34Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:34Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:34Z TRACE Received state_system: "last_start" : "2024-12-17T05:27:51Z", +2024-12-17T05:28:34Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:34Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:34Z TRACE Received state_system: }, +2024-12-17T05:28:34Z TRACE Received state_system: "serial_no" : "sequencer-20043", +2024-12-17T05:28:34Z TRACE Received state_system: "software" : { +2024-12-17T05:28:34Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:34Z TRACE Received state_system: }, +2024-12-17T05:28:34Z TRACE Received state_system: "status" : { +2024-12-17T05:28:34Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:34Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:28:34Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:32Z", +2024-12-17T05:28:34Z TRACE Received state_system: "level" : 300 +2024-12-17T05:28:34Z TRACE Received state_system: }, +2024-12-17T05:28:34Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:34Z", +2024-12-17T05:28:34Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:34Z TRACE Received state_system: } +2024-12-17T05:28:34Z DEBUG Handling device message state_system MP:89beca3a-0 +2024-12-17T05:28:34Z TRACE Ignoring partial state update +2024-12-17T05:28:34Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:28:34Z DEBUG Stage finished waiting for config update synchronized at 39s after 2s +2024-12-17T05:28:34Z TRACE Stage resume waiting for system logs level `NOTICE` category `system.config.apply` at 39s +2024-12-17T05:28:34Z DEBUG Config sync took 2s +2024-12-17T05:28:34Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:28:34Z DEBUG New lastConfigMark at 2024-12-17T05:28:34Z +2024-12-17T05:28:34Z DEBUG Update config before system logs level `NOTICE` category `system.config.apply` timestamp 2024-12-17T05:28:32Z +2024-12-17T05:28:34Z TRACE Outgoing local_update: { +2024-12-17T05:28:34Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:28:32Z", +2024-12-17T05:28:34Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:34Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:34Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:34Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:34Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:34Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:27:51Z" +2024-12-17T05:28:34Z TRACE Outgoing local_update: }, +2024-12-17T05:28:34Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:34Z TRACE Outgoing local_update: "sequence_name" : "system_min_loglevel" +2024-12-17T05:28:34Z TRACE Outgoing local_update: } +2024-12-17T05:28:34Z TRACE Outgoing local_update: }, +2024-12-17T05:28:34Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:34Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:34Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:34Z TRACE Outgoing local_update: } +2024-12-17T05:28:34Z TRACE Outgoing local_update: }, +2024-12-17T05:28:34Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:34Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:34Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:34Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:34Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:34Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:34Z TRACE Outgoing local_update: } +2024-12-17T05:28:34Z TRACE Outgoing local_update: }, +2024-12-17T05:28:34Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:34Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:34Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:34Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:34Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:34Z TRACE Outgoing local_update: }, +2024-12-17T05:28:34Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:34Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:34Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:34Z TRACE Outgoing local_update: }, +2024-12-17T05:28:34Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:34Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:34Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:28:34Z TRACE Outgoing local_update: } +2024-12-17T05:28:34Z TRACE Outgoing local_update: } +2024-12-17T05:28:34Z TRACE Outgoing local_update: } +2024-12-17T05:28:34Z TRACE Outgoing local_update: } +2024-12-17T05:28:34Z DEBUG Recorded sequence: 1. Update config before system logs level `NOTICE` category `system.config.apply` +2024-12-17T05:28:34Z INFO Device config Set `system.min_loglevel` = `100` +2024-12-17T05:28:34Z TRACE Update config before system logs level `NOTICE` category `system.config.apply`: Set `system.min_loglevel` = `100` +2024-12-17T05:28:34Z DEBUG Flushing log entries before lastConfigUpdate 2024-12-17T05:28:32Z +2024-12-17T05:28:34Z DEBUG Flushing entry: 2024-12-17T05:28:22Z INFO device.log: Update state 2024-12-17T05:28:22Z last_config 2024-12-17T05:28:17Z +2024-12-17T05:28:34Z DEBUG Flushing entry: 2024-12-17T05:28:22Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:28:34Z DEBUG Flushing entry: 2024-12-17T05:28:22Z INFO device.log: 2024-12-17T05:28:22Z received config 2024-12-17T05:28:22Z +2024-12-17T05:28:34Z DEBUG Detail system logs level `NOTICE` category `system.config.apply` is now: no logs +2024-12-17T05:28:34Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:34Z TRACE Received state_discovery: { +2024-12-17T05:28:34Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:34Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:34Z", +2024-12-17T05:28:34Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:34Z TRACE Received state_discovery: } +2024-12-17T05:28:34Z DEBUG Handling device message state_discovery MP:89beca3a-1 +2024-12-17T05:28:34Z TRACE Ignoring partial state update +2024-12-17T05:28:34Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:34Z TRACE Received state_localnet: { +2024-12-17T05:28:34Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:34Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:34Z TRACE Received state_localnet: "addr" : "60:45:bd:49:0e:5f" +2024-12-17T05:28:34Z TRACE Received state_localnet: }, +2024-12-17T05:28:34Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:34Z TRACE Received state_localnet: "addr" : "10.1.0.131" +2024-12-17T05:28:34Z TRACE Received state_localnet: }, +2024-12-17T05:28:34Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:34Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe49:e5f" +2024-12-17T05:28:34Z TRACE Received state_localnet: }, +2024-12-17T05:28:34Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:34Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:34Z TRACE Received state_localnet: } +2024-12-17T05:28:34Z TRACE Received state_localnet: }, +2024-12-17T05:28:34Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:34Z", +2024-12-17T05:28:34Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:34Z TRACE Received state_localnet: } +2024-12-17T05:28:34Z DEBUG Handling device message state_localnet MP:89beca3a-2 +2024-12-17T05:28:34Z TRACE Ignoring partial state update +2024-12-17T05:28:34Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:34Z TRACE Received state_pointset: { +2024-12-17T05:28:34Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:34Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:34Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:34Z TRACE Received state_pointset: }, +2024-12-17T05:28:34Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:34Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:34Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:34Z TRACE Received state_pointset: }, +2024-12-17T05:28:34Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:34Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:34Z TRACE Received state_pointset: } +2024-12-17T05:28:34Z TRACE Received state_pointset: }, +2024-12-17T05:28:34Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:34Z", +2024-12-17T05:28:34Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:34Z TRACE Received state_pointset: } +2024-12-17T05:28:34Z DEBUG Handling device message state_pointset MP:89beca3a-3 +2024-12-17T05:28:34Z TRACE Ignoring partial state update +2024-12-17T05:28:42Z TRACE received command AHU-1/events/system +2024-12-17T05:28:42Z DEBUG Received events_system 2024-12-17T05:28:32Z NOTICE system.config.apply: success +2024-12-17T05:28:42Z DEBUG Received events_system 2024-12-17T05:28:32Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:28:42Z DEBUG Received events_system 2024-12-17T05:28:32Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:28:42Z DEBUG Received events_system 2024-12-17T05:28:32Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:28:42Z DEBUG Received events_system 2024-12-17T05:28:32Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:28:42Z DEBUG Received events_system 2024-12-17T05:28:32Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:28:42Z DEBUG Received events_system 2024-12-17T05:28:32Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:28:42Z DEBUG Received events_system 2024-12-17T05:28:32Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:28:42Z DEBUG Received events_system 2024-12-17T05:28:34Z DEBUG device.log: State update defer 0ms +2024-12-17T05:28:42Z DEBUG Received events_system 2024-12-17T05:28:34Z INFO device.log: Update state 2024-12-17T05:28:34Z last_config 2024-12-17T05:28:32Z +2024-12-17T05:28:42Z DEBUG Received events_system 2024-12-17T05:28:34Z DEBUG device.log: State update AHU-1 (system_min_loglevel) +2024-12-17T05:28:42Z DEBUG Handling device message events_system MP:3d94ed43 +2024-12-17T05:28:42Z DEBUG Matched entry 2024-12-17T05:28:32Z NOTICE system.config.apply: success +2024-12-17T05:28:42Z DEBUG Detail system logs level `NOTICE` category `system.config.apply` is now: null +2024-12-17T05:28:42Z DEBUG Recorded sequence: 1. Wait until system logs level `NOTICE` category `system.config.apply` +2024-12-17T05:28:42Z DEBUG Stage finished waiting for system logs level `NOTICE` category `system.config.apply` at 47s after 10s +2024-12-17T05:28:42Z TRACE Stage resume waiting for executing test at 47s +2024-12-17T05:28:42Z DEBUG stage done waiting for executing test at 47s +2024-12-17T05:28:42Z DEBUG Removing implicit system capability LAST_CONFIG +2024-12-17T05:28:42Z NOTICE RESULT pass system system_min_loglevel ALPHA 10/10 Sequence complete +2024-12-17T05:28:42Z NOTICE Sequence complete +2024-12-17T05:28:42Z INFO waiting 0s for more messages... +2024-12-17T05:28:42Z TRACE Stage suspend waiting for executing test at 47s +2024-12-17T05:28:42Z INFO Stage start waiting for minimum test time at 47s +2024-12-17T05:28:42Z DEBUG Stage finished waiting for minimum test time at 47s after 0s +2024-12-17T05:28:42Z TRACE Stage resume waiting for executing test at 47s +2024-12-17T05:28:42Z NOTICE SCHEMA pass system system_min_loglevel ALPHA events_system No schema violations found +2024-12-17T05:28:42Z NOTICE SCHEMA pass system system_min_loglevel ALPHA state_update No schema violations found +2024-12-17T05:28:42Z NOTICE SCHEMA pass system system_min_loglevel ALPHA device_state Only expected device state changes observed +2024-12-17T05:28:42Z NOTICE ending test system_min_loglevel after 47s ################################ diff --git a/validator/sequences/system_min_loglevel/state_discovery.attr b/validator/sequences/system_min_loglevel/state_discovery.attr new file mode 100644 index 0000000000..33e7c062be --- /dev/null +++ b/validator/sequences/system_min_loglevel/state_discovery.attr @@ -0,0 +1,10 @@ +{ + "deviceId" : "AHU-1", + "deviceNumId" : "123456789101112", + "deviceRegistryId" : "ZZ-TRI-FECTA_2", + "projectId" : "localhost", + "transactionId" : "MP:89beca3a-1", + "publishTime" : "2024-12-17T05:28:34Z", + "subFolder" : "discovery", + "subType" : "state" +} \ No newline at end of file diff --git a/validator/sequences/system_min_loglevel/state_discovery.json b/validator/sequences/system_min_loglevel/state_discovery.json new file mode 100644 index 0000000000..ba66d10527 --- /dev/null +++ b/validator/sequences/system_min_loglevel/state_discovery.json @@ -0,0 +1,5 @@ +{ + "families" : { }, + "timestamp" : "2024-12-17T05:28:34Z", + "version" : "1.5.2" +} \ No newline at end of file diff --git a/validator/sequences/system_min_loglevel/state_localnet.attr b/validator/sequences/system_min_loglevel/state_localnet.attr index a031d36690..6a0d59e7cc 100644 --- a/validator/sequences/system_min_loglevel/state_localnet.attr +++ b/validator/sequences/system_min_loglevel/state_localnet.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_2", "projectId" : "localhost", - "transactionId" : "MP:c4eb9786-1", - "publishTime" : "2024-11-30T14:17:29Z", + "transactionId" : "MP:89beca3a-2", + "publishTime" : "2024-12-17T05:28:34Z", "subFolder" : "localnet", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/system_min_loglevel/state_localnet.json b/validator/sequences/system_min_loglevel/state_localnet.json index c17833e38f..3fe822d46c 100644 --- a/validator/sequences/system_min_loglevel/state_localnet.json +++ b/validator/sequences/system_min_loglevel/state_localnet.json @@ -1,18 +1,18 @@ { "families" : { "ether" : { - "addr" : "00:22:48:0b:d0:ed" + "addr" : "60:45:bd:49:0e:5f" }, "ipv4" : { - "addr" : "10.1.0.116" + "addr" : "10.1.0.131" }, "ipv6" : { - "addr" : "fe80::222:48ff:fe0b:d0ed" + "addr" : "fe80::6245:bdff:fe49:e5f" }, "vendor" : { "addr" : "28179023" } }, - "timestamp" : "2024-11-30T14:17:29Z", + "timestamp" : "2024-12-17T05:28:34Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/system_min_loglevel/state_pointset.attr b/validator/sequences/system_min_loglevel/state_pointset.attr index 90c734d223..2c33c3f6bb 100644 --- a/validator/sequences/system_min_loglevel/state_pointset.attr +++ b/validator/sequences/system_min_loglevel/state_pointset.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_2", "projectId" : "localhost", - "transactionId" : "MP:c4eb9786-2", - "publishTime" : "2024-11-30T14:17:29Z", + "transactionId" : "MP:89beca3a-3", + "publishTime" : "2024-12-17T05:28:34Z", "subFolder" : "pointset", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/system_min_loglevel/state_pointset.json b/validator/sequences/system_min_loglevel/state_pointset.json index cdc343c13d..0498b99756 100644 --- a/validator/sequences/system_min_loglevel/state_pointset.json +++ b/validator/sequences/system_min_loglevel/state_pointset.json @@ -11,6 +11,6 @@ "units" : "Degrees-Celsius" } }, - "timestamp" : "2024-11-30T14:17:29Z", + "timestamp" : "2024-12-17T05:28:34Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/system_min_loglevel/state_system.attr b/validator/sequences/system_min_loglevel/state_system.attr index 4072c3e617..d5f50e016a 100644 --- a/validator/sequences/system_min_loglevel/state_system.attr +++ b/validator/sequences/system_min_loglevel/state_system.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_2", "projectId" : "localhost", - "transactionId" : "MP:c4eb9786-0", - "publishTime" : "2024-11-30T14:17:29Z", + "transactionId" : "MP:89beca3a-0", + "publishTime" : "2024-12-17T05:28:34Z", "subFolder" : "system", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/system_min_loglevel/state_system.json b/validator/sequences/system_min_loglevel/state_system.json index 694a268bee..19205f8f2b 100644 --- a/validator/sequences/system_min_loglevel/state_system.json +++ b/validator/sequences/system_min_loglevel/state_system.json @@ -3,23 +3,23 @@ "make" : "BOS", "model" : "pubber" }, - "last_config" : "2024-11-30T14:17:27Z", + "last_config" : "2024-12-17T05:28:32Z", "operation" : { "operational" : true, - "last_start" : "2024-11-30T14:16:14Z", + "last_start" : "2024-12-17T05:27:51Z", "restart_count" : 1, "mode" : "initial" }, - "serial_no" : "sequencer-6496", + "serial_no" : "sequencer-20043", "software" : { "firmware" : "v1" }, "status" : { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-11-30T14:17:27Z", + "timestamp" : "2024-12-17T05:28:32Z", "level" : 300 }, - "timestamp" : "2024-11-30T14:17:29Z", + "timestamp" : "2024-12-17T05:28:34Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/system_min_loglevel/state_update.attr b/validator/sequences/system_min_loglevel/state_update.attr index fdcf4e7b61..3b6fb0edb1 100644 --- a/validator/sequences/system_min_loglevel/state_update.attr +++ b/validator/sequences/system_min_loglevel/state_update.attr @@ -3,8 +3,8 @@ "deviceNumId" : "123456789101112", "deviceRegistryId" : "ZZ-TRI-FECTA_2", "projectId" : "localhost", - "transactionId" : "MP:c4eb9786", - "publishTime" : "2024-11-30T14:17:29Z", + "transactionId" : "MP:89beca3a", + "publishTime" : "2024-12-17T05:28:34Z", "subFolder" : "update", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/system_min_loglevel/state_update.json b/validator/sequences/system_min_loglevel/state_update.json index 4d57f9c228..6c8ace5e69 100644 --- a/validator/sequences/system_min_loglevel/state_update.json +++ b/validator/sequences/system_min_loglevel/state_update.json @@ -1,14 +1,17 @@ { + "discovery" : { + "families" : { } + }, "localnet" : { "families" : { "ether" : { - "addr" : "00:22:48:0b:d0:ed" + "addr" : "60:45:bd:49:0e:5f" }, "ipv4" : { - "addr" : "10.1.0.116" + "addr" : "10.1.0.131" }, "ipv6" : { - "addr" : "fe80::222:48ff:fe0b:d0ed" + "addr" : "fe80::6245:bdff:fe49:e5f" }, "vendor" : { "addr" : "28179023" @@ -30,14 +33,14 @@ } }, "system" : { - "last_config" : "2024-11-30T14:17:27Z", + "last_config" : "2024-12-17T05:28:32Z", "operation" : { "operational" : true, - "last_start" : "2024-11-30T14:16:14Z", + "last_start" : "2024-12-17T05:27:51Z", "restart_count" : 1, "mode" : "initial" }, - "serial_no" : "sequencer-6496", + "serial_no" : "sequencer-20043", "hardware" : { "make" : "BOS", "model" : "pubber" @@ -48,10 +51,10 @@ "status" : { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-11-30T14:17:27Z", + "timestamp" : "2024-12-17T05:28:32Z", "level" : 300 } }, - "timestamp" : "2024-11-30T14:17:29Z", + "timestamp" : "2024-12-17T05:28:34Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/writeback_failure/config_update.attr b/validator/sequences/writeback_failure/config_update.attr index 2556800284..4fd34aeb7e 100644 --- a/validator/sequences/writeback_failure/config_update.attr +++ b/validator/sequences/writeback_failure/config_update.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_2", + "deviceRegistryId" : "ZZ-TRI-FECTA_5", "projectId" : "localhost", - "transactionId" : "RC:6c3cb0.00000020", - "publishTime" : "2024-11-06T17:36:02Z", + "transactionId" : "RC:7da8f7.0000000f", + "publishTime" : "2024-12-17T05:29:02Z", "subFolder" : "update", "subType" : "config" } \ No newline at end of file diff --git a/validator/sequences/writeback_failure/config_update.json b/validator/sequences/writeback_failure/config_update.json index 5dffe9fe9b..926d3c6b63 100644 --- a/validator/sequences/writeback_failure/config_update.json +++ b/validator/sequences/writeback_failure/config_update.json @@ -1,9 +1,14 @@ { + "discovery" : { + "families" : { + "vendor" : { } + } + }, "localnet" : { "families" : { + "bacnet" : { }, "ether" : { }, "ipv4" : { }, - "ipv6" : { }, "vendor" : { } } }, @@ -26,16 +31,16 @@ }, "system" : { "metrics_rate_sec" : 10, - "min_loglevel" : 200, + "min_loglevel" : 100, "operation" : { - "last_start" : "2024-11-06T17:34:19Z" + "last_start" : "2024-12-17T05:28:30Z" }, "testing" : { - "config_base" : 54, + "config_base" : 42, "sequence_name" : "writeback_failure", - "transaction_id" : "RC:6c3cb0.00000020" + "transaction_id" : "RC:7da8f7.0000000f" } }, - "timestamp" : "2024-11-06T17:36:02Z", - "version" : "git-b2a557d" + "timestamp" : "2024-12-17T05:29:02Z", + "version" : "git-46fef59" } \ No newline at end of file diff --git a/validator/sequences/writeback_failure/device_system.log b/validator/sequences/writeback_failure/device_system.log index a659b122e5..ed1694c8c8 100644 --- a/validator/sequences/writeback_failure/device_system.log +++ b/validator/sequences/writeback_failure/device_system.log @@ -1,23 +1,160 @@ -2024-11-06T17:35:51Z INFO device.log Update state 2024-11-06T17:35:51Z last_config 2024-11-06T17:35:31Z -2024-11-06T17:35:51Z INFO device.log Device AHU-1 config handler -2024-11-06T17:35:51Z INFO device.log 2024-11-06T17:35:51Z received config 2024-11-06T17:35:51Z -2024-11-06T17:35:51Z NOTICE system.config.apply success -2024-11-06T17:35:51Z INFO device.log Device AHU-1 config handler -2024-11-06T17:35:51Z INFO device.log 2024-11-06T17:35:51Z received config 2024-11-06T17:35:51Z -2024-11-06T17:35:51Z NOTICE system.config.apply success -2024-11-06T17:35:53Z INFO device.log Update state 2024-11-06T17:35:53Z last_config 2024-11-06T17:35:51Z -2024-11-06T17:35:54Z INFO device.log Device AHU-1 config handler -2024-11-06T17:35:54Z INFO device.log 2024-11-06T17:35:54Z received config 2024-11-06T17:35:54Z -2024-11-06T17:35:54Z NOTICE system.config.apply success -2024-11-06T17:35:55Z INFO device.log Update state 2024-11-06T17:35:55Z last_config 2024-11-06T17:35:54Z -2024-11-06T17:35:56Z INFO device.log 2024-11-06T17:35:56Z received config 2024-11-06T17:35:56Z -2024-11-06T17:35:56Z NOTICE system.config.apply success -2024-11-06T17:35:57Z INFO device.log Update state 2024-11-06T17:35:57Z last_config 2024-11-06T17:35:56Z -2024-11-06T17:35:58Z INFO device.log Device AHU-1 config handler -2024-11-06T17:35:58Z INFO device.log 2024-11-06T17:35:58Z received config 2024-11-06T17:35:58Z -2024-11-06T17:35:58Z NOTICE system.config.apply success -2024-11-06T17:35:59Z INFO device.log Update state 2024-11-06T17:35:59Z last_config 2024-11-06T17:35:58Z -2024-11-06T17:35:59Z INFO device.log Device AHU-1 config handler -2024-11-06T17:35:59Z INFO device.log 2024-11-06T17:35:59Z received config 2024-11-06T17:35:59Z -2024-11-06T17:35:59Z NOTICE system.config.apply success -2024-11-06T17:36:03Z NOTICE validation.feature.sequence Sequence complete +2024-12-17T05:28:30Z INFO device.log Configured with auth_type RS256 +2024-12-17T05:28:30Z INFO device.log Resetting persistent store /home/runner/work/udmi/udmi/sites/udmi_site_model/out/devices/AHU-1/persistent_data.json +2024-12-17T05:28:30Z INFO device.log Loading endpoint into persistent data from configuration +2024-12-17T05:28:30Z WARNING device.log Updating persistent store: +{ + "endpoint" : { + "protocol" : "mqtt", + "transport" : "ssl", + "hostname" : "localhost", + "client_id" : "/r/ZZ-TRI-FECTA_5/d/AHU-1", + "topic_prefix" : "/r/ZZ-TRI-FECTA_5/d/AHU-1", + "auth_provider" : { + "basic" : { + "username" : "/r/ZZ-TRI-FECTA_5/d/AHU-1", + "password" : "38269d11" + } + } + }, + "restart_count" : 1 +} +2024-12-17T05:28:30Z INFO device.log Starting pubber AHU-1, serial sequencer-22291, mac null, gateway null, options noPersist +2024-12-17T05:28:30Z INFO device.log Loading device key bytes from /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.pkcs8 +2024-12-17T05:28:30Z INFO device.log CA cert file: /home/runner/work/udmi/udmi/sites/udmi_site_model/reflector/ca.crt +2024-12-17T05:28:30Z INFO device.log Device cert file: /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.crt +2024-12-17T05:28:30Z INFO device.log Private key file: /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.pem +2024-12-17T05:28:30Z INFO device.log Password sha256 6b5344e1 +2024-12-17T05:28:30Z WARNING device.log Starting connection 1734413310521 with 10 +2024-12-17T05:28:30Z INFO device.log Update state 2024-12-17T05:28:30Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:28:30Z WARNING device.log Dropping state update until config received... +2024-12-17T05:28:30Z WARNING device.log Creating new config latch for AHU-1 +2024-12-17T05:28:31Z INFO device.log Update state 2024-12-17T05:28:31Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:28:31Z WARNING device.log Dropping state update until config received... +2024-12-17T05:28:31Z INFO device.log Device AHU-1 config handler +2024-12-17T05:28:31Z INFO device.log Update state 2024-12-17T05:28:31Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:28:31Z WARNING device.log Dropping state update until config received... +2024-12-17T05:28:31Z WARNING device.log Received config for config latch AHU-1 +2024-12-17T05:28:31Z WARNING device.log Starting AHU-1 Pubber sender with delay 10s +2024-12-17T05:28:31Z INFO device.log 2024-12-17T05:28:31Z received config 2024-12-17T05:28:15Z +2024-12-17T05:28:31Z WARNING device.log Starting AHU-1 PubberSystemManager sender with delay 10s +2024-12-17T05:28:31Z WARNING device.log Starting AHU-1 PubberPointsetManager sender with delay 10s +2024-12-17T05:28:31Z WARNING device.log Start waiting 10s for config latch for AHU-1 +2024-12-17T05:28:31Z WARNING device.log Ending connection 1734413310521 with 9 +2024-12-17T05:28:31Z NOTICE system.config.apply success +2024-12-17T05:28:31Z NOTICE system.config.apply success +2024-12-17T05:28:43Z NOTICE system.config.apply success +2024-12-17T05:28:43Z DEBUG device.log State update defer 1999ms +2024-12-17T05:28:43Z DEBUG device.log State update defer 1998ms +2024-12-17T05:28:43Z DEBUG system.config.receive success +2024-12-17T05:28:43Z DEBUG device.log State update defer 1939ms +2024-12-17T05:28:43Z DEBUG system.config.parse success +2024-12-17T05:28:43Z INFO device.log Device AHU-1 config handler +2024-12-17T05:28:43Z DEBUG device.log State update defer 1937ms +2024-12-17T05:28:43Z DEBUG device.log Config update AHU-1 (writeback_failure) +2024-12-17T05:28:43Z INFO device.log 2024-12-17T05:28:43Z received config 2024-12-17T05:28:43Z +2024-12-17T05:28:43Z NOTICE system.config.apply success +2024-12-17T05:28:43Z DEBUG device.log State update defer 1935ms +2024-12-17T05:28:43Z DEBUG device.log State update defer 1934ms +2024-12-17T05:28:43Z DEBUG device.log State update defer 1933ms +2024-12-17T05:28:43Z DEBUG device.log State update defer 1933ms +2024-12-17T05:28:43Z DEBUG device.log State update defer 1933ms +2024-12-17T05:28:43Z DEBUG device.log State update defer 1933ms +2024-12-17T05:28:43Z DEBUG device.log State update defer 1932ms +2024-12-17T05:28:45Z DEBUG device.log State update defer 0ms +2024-12-17T05:28:45Z INFO device.log Update state 2024-12-17T05:28:45Z last_config 2024-12-17T05:28:43Z +2024-12-17T05:28:45Z DEBUG device.log State update AHU-1 (writeback_failure) +2024-12-17T05:28:47Z DEBUG system.config.receive success +2024-12-17T05:28:47Z DEBUG device.log State update defer -98ms +2024-12-17T05:28:47Z INFO device.log Update state 2024-12-17T05:28:47Z last_config 2024-12-17T05:28:43Z +2024-12-17T05:28:47Z DEBUG device.log State update AHU-1 (writeback_failure) +2024-12-17T05:28:47Z DEBUG system.config.parse success +2024-12-17T05:28:47Z INFO device.log Device AHU-1 config handler +2024-12-17T05:28:47Z DEBUG device.log Config update AHU-1 (writeback_failure) +2024-12-17T05:28:47Z DEBUG device.log State update defer 2000ms +2024-12-17T05:28:47Z INFO device.log 2024-12-17T05:28:47Z received config 2024-12-17T05:28:47Z +2024-12-17T05:28:47Z NOTICE system.config.apply success +2024-12-17T05:28:47Z DEBUG device.log State update defer 1998ms +2024-12-17T05:28:47Z DEBUG device.log State update defer 1997ms +2024-12-17T05:28:47Z DEBUG device.log State update defer 1997ms +2024-12-17T05:28:47Z DEBUG device.log State update defer 1996ms +2024-12-17T05:28:47Z DEBUG device.log State update defer 1996ms +2024-12-17T05:28:47Z DEBUG device.log State update defer 1996ms +2024-12-17T05:28:47Z DEBUG device.log State update defer 1996ms +2024-12-17T05:28:49Z DEBUG device.log State update defer 0ms +2024-12-17T05:28:49Z INFO device.log Update state 2024-12-17T05:28:49Z last_config 2024-12-17T05:28:47Z +2024-12-17T05:28:49Z DEBUG device.log State update AHU-1 (writeback_failure) +2024-12-17T05:28:51Z DEBUG system.config.receive success +2024-12-17T05:28:51Z DEBUG device.log State update defer -64ms +2024-12-17T05:28:51Z INFO device.log Update state 2024-12-17T05:28:51Z last_config 2024-12-17T05:28:47Z +2024-12-17T05:28:51Z DEBUG device.log State update AHU-1 (writeback_failure) +2024-12-17T05:28:51Z DEBUG system.config.parse success +2024-12-17T05:28:51Z INFO device.log Device AHU-1 config handler +2024-12-17T05:28:51Z DEBUG device.log Config update AHU-1 (writeback_failure) +2024-12-17T05:28:51Z DEBUG device.log State update defer 2000ms +2024-12-17T05:28:51Z INFO device.log 2024-12-17T05:28:51Z received config 2024-12-17T05:28:51Z +2024-12-17T05:28:51Z NOTICE system.config.apply success +2024-12-17T05:28:51Z DEBUG device.log State update defer 1998ms +2024-12-17T05:28:51Z DEBUG device.log State update defer 1997ms +2024-12-17T05:28:51Z DEBUG device.log State update defer 1997ms +2024-12-17T05:28:51Z DEBUG device.log State update defer 1996ms +2024-12-17T05:28:51Z DEBUG device.log State update defer 1996ms +2024-12-17T05:28:51Z DEBUG device.log State update defer 1996ms +2024-12-17T05:28:51Z DEBUG device.log State update defer 1996ms +2024-12-17T05:28:53Z DEBUG device.log State update defer 0ms +2024-12-17T05:28:53Z INFO device.log Update state 2024-12-17T05:28:53Z last_config 2024-12-17T05:28:51Z +2024-12-17T05:28:53Z DEBUG device.log State update AHU-1 (writeback_failure) +2024-12-17T05:28:56Z DEBUG system.config.receive success +2024-12-17T05:28:56Z DEBUG device.log State update defer -81ms +2024-12-17T05:28:56Z INFO device.log Update state 2024-12-17T05:28:56Z last_config 2024-12-17T05:28:51Z +2024-12-17T05:28:56Z DEBUG device.log State update AHU-1 (writeback_failure) +2024-12-17T05:28:56Z DEBUG system.config.parse success +2024-12-17T05:28:56Z INFO device.log Device AHU-1 config handler +2024-12-17T05:28:56Z DEBUG device.log Config update AHU-1 (writeback_failure) +2024-12-17T05:28:56Z DEBUG device.log State update defer 2000ms +2024-12-17T05:28:56Z INFO device.log 2024-12-17T05:28:56Z received config 2024-12-17T05:28:55Z +2024-12-17T05:28:56Z NOTICE system.config.apply success +2024-12-17T05:28:56Z DEBUG device.log State update defer 1999ms +2024-12-17T05:28:56Z DEBUG device.log State update defer 1998ms +2024-12-17T05:28:56Z DEBUG device.log State update defer 1998ms +2024-12-17T05:28:56Z DEBUG device.log State update defer 1998ms +2024-12-17T05:28:56Z DEBUG device.log State update defer 1997ms +2024-12-17T05:28:56Z DEBUG device.log State update defer 1997ms +2024-12-17T05:28:56Z DEBUG device.log State update defer 1997ms +2024-12-17T05:28:57Z DEBUG system.config.receive success +2024-12-17T05:28:57Z DEBUG system.config.parse success +2024-12-17T05:28:57Z INFO device.log Device AHU-1 config handler +2024-12-17T05:28:57Z DEBUG device.log Config update AHU-1 (writeback_failure) +2024-12-17T05:28:57Z DEBUG device.log State update defer 801ms +2024-12-17T05:28:57Z INFO device.log 2024-12-17T05:28:57Z received config 2024-12-17T05:28:57Z +2024-12-17T05:28:57Z NOTICE system.config.apply success +2024-12-17T05:28:57Z DEBUG device.log State update defer 800ms +2024-12-17T05:28:57Z DEBUG device.log State update defer 800ms +2024-12-17T05:28:58Z DEBUG device.log State update defer 0ms +2024-12-17T05:28:58Z INFO device.log Update state 2024-12-17T05:28:58Z last_config 2024-12-17T05:28:57Z +2024-12-17T05:28:58Z DEBUG device.log State update AHU-1 (writeback_failure) +2024-12-17T05:28:58Z DEBUG system.config.receive success +2024-12-17T05:28:58Z DEBUG device.log State update defer 1699ms +2024-12-17T05:28:58Z DEBUG system.config.parse success +2024-12-17T05:28:58Z INFO device.log Device AHU-1 config handler +2024-12-17T05:28:58Z DEBUG device.log Config update AHU-1 (writeback_failure) +2024-12-17T05:28:58Z INFO device.log 2024-12-17T05:28:58Z received config 2024-12-17T05:28:58Z +2024-12-17T05:28:58Z NOTICE system.config.apply success +2024-12-17T05:28:58Z DEBUG device.log State update defer 1697ms +2024-12-17T05:28:58Z DEBUG device.log State update defer 1696ms +2024-12-17T05:28:58Z DEBUG device.log State update defer 1696ms +2024-12-17T05:28:58Z DEBUG device.log State update defer 1696ms +2024-12-17T05:28:58Z DEBUG device.log State update defer 1695ms +2024-12-17T05:28:59Z DEBUG system.config.receive success +2024-12-17T05:28:59Z DEBUG device.log State update defer 593ms +2024-12-17T05:28:59Z DEBUG system.config.parse success +2024-12-17T05:28:59Z INFO device.log Device AHU-1 config handler +2024-12-17T05:28:59Z DEBUG device.log State update defer 592ms +2024-12-17T05:28:59Z DEBUG device.log Config update AHU-1 (writeback_failure) +2024-12-17T05:28:59Z INFO device.log 2024-12-17T05:28:59Z received config 2024-12-17T05:28:59Z +2024-12-17T05:28:59Z NOTICE system.config.apply success +2024-12-17T05:28:59Z DEBUG device.log State update defer 591ms +2024-12-17T05:28:59Z DEBUG device.log State update defer 591ms +2024-12-17T05:29:00Z DEBUG device.log State update defer 0ms +2024-12-17T05:29:00Z INFO device.log Update state 2024-12-17T05:29:00Z last_config 2024-12-17T05:28:59Z +2024-12-17T05:29:00Z DEBUG device.log State update AHU-1 (writeback_failure) +2024-12-17T05:29:04Z NOTICE validation.feature.sequence Sequence complete diff --git a/validator/sequences/writeback_failure/events_pointset.attr b/validator/sequences/writeback_failure/events_pointset.attr index 362e98928b..27d9ef6b87 100644 --- a/validator/sequences/writeback_failure/events_pointset.attr +++ b/validator/sequences/writeback_failure/events_pointset.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_2", + "deviceRegistryId" : "ZZ-TRI-FECTA_5", "projectId" : "localhost", - "transactionId" : "MP:c94bf6eb", - "publishTime" : "2024-11-06T17:36:00Z", + "transactionId" : "MP:c191c384", + "publishTime" : "2024-12-17T05:29:01Z", "subFolder" : "pointset", "subType" : "events" } \ No newline at end of file diff --git a/validator/sequences/writeback_failure/events_pointset.json b/validator/sequences/writeback_failure/events_pointset.json index b817c312c6..659a9ac95e 100644 --- a/validator/sequences/writeback_failure/events_pointset.json +++ b/validator/sequences/writeback_failure/events_pointset.json @@ -10,6 +10,6 @@ "present_value" : 11 } }, - "timestamp" : "2024-11-06T17:36:00Z", + "timestamp" : "2024-12-17T05:29:01Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/writeback_failure/events_system.attr b/validator/sequences/writeback_failure/events_system.attr index 9b9dcfbc5c..7ee16204cc 100644 --- a/validator/sequences/writeback_failure/events_system.attr +++ b/validator/sequences/writeback_failure/events_system.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_2", + "deviceRegistryId" : "ZZ-TRI-FECTA_5", "projectId" : "localhost", - "transactionId" : "MP:8b4b4b11", - "publishTime" : "2024-11-06T17:36:00Z", + "transactionId" : "MP:aa98f9a9", + "publishTime" : "2024-12-17T05:29:01Z", "subFolder" : "system", "subType" : "events" } \ No newline at end of file diff --git a/validator/sequences/writeback_failure/events_system.json b/validator/sequences/writeback_failure/events_system.json index cae75fdff0..63442e7f3c 100644 --- a/validator/sequences/writeback_failure/events_system.json +++ b/validator/sequences/writeback_failure/events_system.json @@ -1,121 +1,391 @@ { - "event_no" : 11, - "last_config" : "2024-11-06T17:35:59Z", + "event_no" : 4, + "last_config" : "2024-12-17T05:28:59Z", "logentries" : [ { - "message" : "Update state 2024-11-06T17:35:51Z last_config 2024-11-06T17:35:31Z", + "message" : "success", + "category" : "system.config.receive", + "timestamp" : "2024-12-17T05:28:51Z", + "level" : 100 + }, { + "message" : "State update defer -64ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:51Z", + "level" : 100 + }, { + "message" : "Update state 2024-12-17T05:28:51Z last_config 2024-12-17T05:28:47Z", "category" : "device.log", - "timestamp" : "2024-11-06T17:35:51Z", + "timestamp" : "2024-12-17T05:28:51Z", "level" : 200 + }, { + "message" : "State update AHU-1 (writeback_failure)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:28:51Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-17T05:28:47Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-17T05:28:30Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-22291\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.receive\",\n \"timestamp\" : \"2024-12-17T05:28:51Z\",\n \"level\" : 100\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"00:22:48:0a:56:69\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.88\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::222:48ff:fe0a:5669\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:51Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.parse", + "timestamp" : "2024-12-17T05:28:51Z", + "level" : 100 }, { "message" : "Device AHU-1 config handler", "category" : "device.log", - "timestamp" : "2024-11-06T17:35:51Z", + "timestamp" : "2024-12-17T05:28:51Z", "level" : 200 }, { - "message" : "2024-11-06T17:35:51Z received config 2024-11-06T17:35:51Z", + "message" : "Config update AHU-1 (writeback_failure)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:28:51Z\",\n \"version\" : \"git-46fef59\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-17T05:28:30Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"writeback_failure\",\n \"transaction_id\" : \"RC:7da8f7.0000000a\",\n \"config_base\" : 37\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : { }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:51Z", + "level" : 100 + }, { + "message" : "State update defer 2000ms", "category" : "device.log", - "timestamp" : "2024-11-06T17:35:51Z", + "timestamp" : "2024-12-17T05:28:51Z", + "level" : 100 + }, { + "message" : "2024-12-17T05:28:51Z received config 2024-12-17T05:28:51Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:51Z", "level" : 200 }, { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-11-06T17:35:51Z", + "timestamp" : "2024-12-17T05:28:51Z", "level" : 300 }, { - "message" : "Device AHU-1 config handler", + "message" : "State update defer 1998ms", "category" : "device.log", - "timestamp" : "2024-11-06T17:35:51Z", - "level" : 200 + "timestamp" : "2024-12-17T05:28:51Z", + "level" : 100 + }, { + "message" : "State update defer 1997ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:51Z", + "level" : 100 + }, { + "message" : "State update defer 1997ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:51Z", + "level" : 100 + }, { + "message" : "State update defer 1996ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:51Z", + "level" : 100 + }, { + "message" : "State update defer 1996ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:51Z", + "level" : 100 + }, { + "message" : "State update defer 1996ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:51Z", + "level" : 100 + }, { + "message" : "State update defer 1996ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:51Z", + "level" : 100 + }, { + "message" : "State update defer 0ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:53Z", + "level" : 100 }, { - "message" : "2024-11-06T17:35:51Z received config 2024-11-06T17:35:51Z", + "message" : "Update state 2024-12-17T05:28:53Z last_config 2024-12-17T05:28:51Z", "category" : "device.log", - "timestamp" : "2024-11-06T17:35:51Z", + "timestamp" : "2024-12-17T05:28:53Z", "level" : 200 + }, { + "message" : "State update AHU-1 (writeback_failure)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:28:53Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-17T05:28:51Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-17T05:28:30Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-22291\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.apply\",\n \"timestamp\" : \"2024-12-17T05:28:51Z\",\n \"level\" : 300\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"00:22:48:0a:56:69\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.88\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::222:48ff:fe0a:5669\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:53Z", + "level" : 100 }, { "message" : "success", - "category" : "system.config.apply", - "timestamp" : "2024-11-06T17:35:51Z", - "level" : 300 + "category" : "system.config.receive", + "timestamp" : "2024-12-17T05:28:56Z", + "level" : 100 }, { - "message" : "Update state 2024-11-06T17:35:53Z last_config 2024-11-06T17:35:51Z", + "message" : "State update defer -81ms", "category" : "device.log", - "timestamp" : "2024-11-06T17:35:53Z", + "timestamp" : "2024-12-17T05:28:56Z", + "level" : 100 + }, { + "message" : "Update state 2024-12-17T05:28:56Z last_config 2024-12-17T05:28:51Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:56Z", "level" : 200 + }, { + "message" : "State update AHU-1 (writeback_failure)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:28:56Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-17T05:28:51Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-17T05:28:30Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-22291\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.receive\",\n \"timestamp\" : \"2024-12-17T05:28:56Z\",\n \"level\" : 100\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"00:22:48:0a:56:69\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.88\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::222:48ff:fe0a:5669\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:56Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.parse", + "timestamp" : "2024-12-17T05:28:56Z", + "level" : 100 }, { "message" : "Device AHU-1 config handler", "category" : "device.log", - "timestamp" : "2024-11-06T17:35:54Z", + "timestamp" : "2024-12-17T05:28:56Z", "level" : 200 }, { - "message" : "2024-11-06T17:35:54Z received config 2024-11-06T17:35:54Z", + "message" : "Config update AHU-1 (writeback_failure)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:28:55Z\",\n \"version\" : \"git-46fef59\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-17T05:28:30Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"writeback_failure\",\n \"transaction_id\" : \"RC:7da8f7.0000000b\",\n \"config_base\" : 38\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : { }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:56Z", + "level" : 100 + }, { + "message" : "State update defer 2000ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:56Z", + "level" : 100 + }, { + "message" : "2024-12-17T05:28:56Z received config 2024-12-17T05:28:55Z", "category" : "device.log", - "timestamp" : "2024-11-06T17:35:54Z", + "timestamp" : "2024-12-17T05:28:56Z", "level" : 200 }, { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-11-06T17:35:54Z", + "timestamp" : "2024-12-17T05:28:56Z", "level" : 300 }, { - "message" : "Update state 2024-11-06T17:35:55Z last_config 2024-11-06T17:35:54Z", + "message" : "State update defer 1999ms", "category" : "device.log", - "timestamp" : "2024-11-06T17:35:55Z", + "timestamp" : "2024-12-17T05:28:56Z", + "level" : 100 + }, { + "message" : "State update defer 1998ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:56Z", + "level" : 100 + }, { + "message" : "State update defer 1998ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:56Z", + "level" : 100 + }, { + "message" : "State update defer 1998ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:56Z", + "level" : 100 + }, { + "message" : "State update defer 1997ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:56Z", + "level" : 100 + }, { + "message" : "State update defer 1997ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:56Z", + "level" : 100 + }, { + "message" : "State update defer 1997ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:56Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.receive", + "timestamp" : "2024-12-17T05:28:57Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.parse", + "timestamp" : "2024-12-17T05:28:57Z", + "level" : 100 + }, { + "message" : "Device AHU-1 config handler", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:57Z", "level" : 200 }, { - "message" : "2024-11-06T17:35:56Z received config 2024-11-06T17:35:56Z", + "message" : "Config update AHU-1 (writeback_failure)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:28:57Z\",\n \"version\" : \"git-46fef59\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-17T05:28:30Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"writeback_failure\",\n \"transaction_id\" : \"RC:7da8f7.0000000c\",\n \"config_base\" : 39\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : { }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:57Z", + "level" : 100 + }, { + "message" : "State update defer 801ms", "category" : "device.log", - "timestamp" : "2024-11-06T17:35:56Z", + "timestamp" : "2024-12-17T05:28:57Z", + "level" : 100 + }, { + "message" : "2024-12-17T05:28:57Z received config 2024-12-17T05:28:57Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:57Z", "level" : 200 }, { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-11-06T17:35:56Z", + "timestamp" : "2024-12-17T05:28:57Z", "level" : 300 }, { - "message" : "Update state 2024-11-06T17:35:57Z last_config 2024-11-06T17:35:56Z", + "message" : "State update defer 800ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:57Z", + "level" : 100 + }, { + "message" : "State update defer 800ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:57Z", + "level" : 100 + }, { + "message" : "State update defer 0ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:58Z", + "level" : 100 + }, { + "message" : "Update state 2024-12-17T05:28:58Z last_config 2024-12-17T05:28:57Z", "category" : "device.log", - "timestamp" : "2024-11-06T17:35:57Z", + "timestamp" : "2024-12-17T05:28:58Z", "level" : 200 + }, { + "message" : "State update AHU-1 (writeback_failure)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:28:58Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-17T05:28:57Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-17T05:28:30Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-22291\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.apply\",\n \"timestamp\" : \"2024-12-17T05:28:57Z\",\n \"level\" : 300\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"00:22:48:0a:56:69\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.88\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::222:48ff:fe0a:5669\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:58Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.receive", + "timestamp" : "2024-12-17T05:28:58Z", + "level" : 100 + }, { + "message" : "State update defer 1699ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:58Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.parse", + "timestamp" : "2024-12-17T05:28:58Z", + "level" : 100 }, { "message" : "Device AHU-1 config handler", "category" : "device.log", - "timestamp" : "2024-11-06T17:35:58Z", + "timestamp" : "2024-12-17T05:28:58Z", "level" : 200 }, { - "message" : "2024-11-06T17:35:58Z received config 2024-11-06T17:35:58Z", + "message" : "Config update AHU-1 (writeback_failure)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:28:58Z\",\n \"version\" : \"git-46fef59\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-17T05:28:30Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"writeback_failure\",\n \"transaction_id\" : \"RC:7da8f7.0000000d\",\n \"config_base\" : 40\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : { }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:58Z", + "level" : 100 + }, { + "message" : "2024-12-17T05:28:58Z received config 2024-12-17T05:28:58Z", "category" : "device.log", - "timestamp" : "2024-11-06T17:35:58Z", + "timestamp" : "2024-12-17T05:28:58Z", "level" : 200 }, { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-11-06T17:35:58Z", + "timestamp" : "2024-12-17T05:28:58Z", "level" : 300 }, { - "message" : "Update state 2024-11-06T17:35:59Z last_config 2024-11-06T17:35:58Z", + "message" : "State update defer 1697ms", "category" : "device.log", - "timestamp" : "2024-11-06T17:35:59Z", - "level" : 200 + "timestamp" : "2024-12-17T05:28:58Z", + "level" : 100 + }, { + "message" : "State update defer 1696ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:58Z", + "level" : 100 + }, { + "message" : "State update defer 1696ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:58Z", + "level" : 100 + }, { + "message" : "State update defer 1696ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:58Z", + "level" : 100 + }, { + "message" : "State update defer 1695ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:58Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.receive", + "timestamp" : "2024-12-17T05:28:59Z", + "level" : 100 + }, { + "message" : "State update defer 593ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:59Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.parse", + "timestamp" : "2024-12-17T05:28:59Z", + "level" : 100 }, { "message" : "Device AHU-1 config handler", "category" : "device.log", - "timestamp" : "2024-11-06T17:35:59Z", + "timestamp" : "2024-12-17T05:28:59Z", "level" : 200 }, { - "message" : "2024-11-06T17:35:59Z received config 2024-11-06T17:35:59Z", + "message" : "State update defer 592ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:59Z", + "level" : 100 + }, { + "message" : "Config update AHU-1 (writeback_failure)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:28:59Z\",\n \"version\" : \"git-46fef59\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-17T05:28:30Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"writeback_failure\",\n \"transaction_id\" : \"RC:7da8f7.0000000e\",\n \"config_base\" : 41\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : { }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", "category" : "device.log", - "timestamp" : "2024-11-06T17:35:59Z", + "timestamp" : "2024-12-17T05:28:59Z", + "level" : 100 + }, { + "message" : "2024-12-17T05:28:59Z received config 2024-12-17T05:28:59Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:59Z", "level" : 200 }, { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-11-06T17:35:59Z", + "timestamp" : "2024-12-17T05:28:59Z", "level" : 300 + }, { + "message" : "State update defer 591ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:59Z", + "level" : 100 + }, { + "message" : "State update defer 591ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:59Z", + "level" : 100 + }, { + "message" : "State update defer 0ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:29:00Z", + "level" : 100 + }, { + "message" : "Update state 2024-12-17T05:29:00Z last_config 2024-12-17T05:28:59Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:29:00Z", + "level" : 200 + }, { + "message" : "State update AHU-1 (writeback_failure)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:29:00Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-17T05:28:59Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-17T05:28:30Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-22291\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.apply\",\n \"timestamp\" : \"2024-12-17T05:28:59Z\",\n \"level\" : 300\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"00:22:48:0a:56:69\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.88\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::222:48ff:fe0a:5669\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:29:00Z", + "level" : 100 } ], "metrics" : { "mem_total_mb" : 254.0, - "mem_free_mb" : 211.9091567993164 + "mem_free_mb" : 210.95221710205078 }, - "timestamp" : "2024-11-06T17:36:00Z", + "timestamp" : "2024-12-17T05:29:01Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/writeback_failure/local_discovery.json b/validator/sequences/writeback_failure/local_discovery.json new file mode 100644 index 0000000000..4c564e79f0 --- /dev/null +++ b/validator/sequences/writeback_failure/local_discovery.json @@ -0,0 +1,5 @@ +{ + "families" : { + "vendor" : { } + } +} \ No newline at end of file diff --git a/validator/sequences/writeback_failure/local_localnet.json b/validator/sequences/writeback_failure/local_localnet.json index 97598c144b..4b6e825e32 100644 --- a/validator/sequences/writeback_failure/local_localnet.json +++ b/validator/sequences/writeback_failure/local_localnet.json @@ -3,6 +3,6 @@ "ether" : { }, "ipv4" : { }, "vendor" : { }, - "ipv6" : { } + "bacnet" : { } } } \ No newline at end of file diff --git a/validator/sequences/writeback_failure/local_system.json b/validator/sequences/writeback_failure/local_system.json index cca6fa3e2e..7210d52165 100644 --- a/validator/sequences/writeback_failure/local_system.json +++ b/validator/sequences/writeback_failure/local_system.json @@ -1,8 +1,8 @@ { - "min_loglevel" : 200, + "min_loglevel" : 100, "metrics_rate_sec" : 10, "operation" : { - "last_start" : "2024-11-06T17:34:19Z" + "last_start" : "2024-12-17T05:28:30Z" }, "testing" : { "sequence_name" : "writeback_failure" diff --git a/validator/sequences/writeback_failure/local_update.json b/validator/sequences/writeback_failure/local_update.json index 457e04e0a2..d51282b5de 100644 --- a/validator/sequences/writeback_failure/local_update.json +++ b/validator/sequences/writeback_failure/local_update.json @@ -1,22 +1,27 @@ { - "timestamp" : "2024-11-06T17:36:02Z", - "version" : "@@@cloud udmi version###git-b2a557d", + "timestamp" : "2024-12-17T05:29:02Z", + "version" : "@@@cloud udmi version###git-46fef59", "system" : { - "min_loglevel" : 200, + "min_loglevel" : 100, "metrics_rate_sec" : 10, "operation" : { - "last_start" : "2024-11-06T17:34:19Z" + "last_start" : "2024-12-17T05:28:30Z" }, "testing" : { "sequence_name" : "writeback_failure" } }, + "discovery" : { + "families" : { + "vendor" : { } + } + }, "localnet" : { "families" : { "ether" : { }, "ipv4" : { }, "vendor" : { }, - "ipv6" : { } + "bacnet" : { } } }, "pointset" : { diff --git a/validator/sequences/writeback_failure/sequence.md b/validator/sequences/writeback_failure/sequence.md index 41d5e9640d..5fb9b608c0 100644 --- a/validator/sequences/writeback_failure/sequence.md +++ b/validator/sequences/writeback_failure/sequence.md @@ -2,7 +2,7 @@ ## writeback_failure (ALPHA) 1. Wait until target point to have value_state default (null) -1. Update config Before target point to have value_state failure +1. Update config before target point to have value_state failure * Add `pointset.points.filter_alarm_pressure_status.set_value` = `false` 1. Wait until target point to have value_state failure diff --git a/validator/sequences/writeback_failure/sequencer.log b/validator/sequences/writeback_failure/sequencer.log index 5d65093525..1a1f4d9696 100644 --- a/validator/sequences/writeback_failure/sequencer.log +++ b/validator/sequences/writeback_failure/sequencer.log @@ -1,1150 +1,2051 @@ -2024-11-06T17:35:42Z NOTICE starting test writeback_failure ################################ -2024-11-06T17:35:42Z INFO Stage start waiting for starting test wrapper at 0s -2024-11-06T17:35:50Z DEBUG Allowing device state change (everything) -2024-11-06T17:35:50Z DEBUG Starting reset_config full reset true -2024-11-06T17:35:50Z DEBUG Clear configTransactions and reset device config -2024-11-06T17:35:50Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:35:50Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z -2024-11-06T17:35:50Z DEBUG last_start changed true, last_start 1970-01-01T00:01:13Z -2024-11-06T17:35:50Z DEBUG extraFieldChanged false because extra_field null -2024-11-06T17:35:50Z DEBUG extraFieldChanged true because extra_field reset_config -2024-11-06T17:35:50Z DEBUG Clear configTransactions and reset device config -2024-11-06T17:35:50Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:35:50Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z -2024-11-06T17:35:50Z DEBUG last_start changed true, last_start 1970-01-01T00:01:13Z -2024-11-06T17:35:50Z DEBUG extraFieldChanged true because extra_field null -2024-11-06T17:35:51Z TRACE updated check config_update: true -2024-11-06T17:35:51Z DEBUG update config_update, adding configTransaction RC:6c3cb0.00000017 -2024-11-06T17:35:51Z TRACE local local_update: { -2024-11-06T17:35:51Z TRACE local local_update: "version" : "@@@cloud udmi version###1.5.2", -2024-11-06T17:35:51Z TRACE local local_update: "system" : { -2024-11-06T17:35:51Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:35:51Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:35:51Z TRACE local local_update: "operation" : { -2024-11-06T17:35:51Z TRACE local local_update: "last_start" : "1970-01-01T00:01:13Z" -2024-11-06T17:35:51Z TRACE local local_update: }, -2024-11-06T17:35:51Z TRACE local local_update: "testing" : { -2024-11-06T17:35:51Z TRACE local local_update: "sequence_name" : "writeback_failure" -2024-11-06T17:35:51Z TRACE local local_update: } -2024-11-06T17:35:51Z TRACE local local_update: }, -2024-11-06T17:35:51Z TRACE local local_update: "localnet" : { -2024-11-06T17:35:51Z TRACE local local_update: "families" : { -2024-11-06T17:35:51Z TRACE local local_update: "ether" : { }, -2024-11-06T17:35:51Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:35:51Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:35:51Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:35:51Z TRACE local local_update: } -2024-11-06T17:35:51Z TRACE local local_update: }, -2024-11-06T17:35:51Z TRACE local local_update: "pointset" : { -2024-11-06T17:35:51Z TRACE local local_update: "points" : { -2024-11-06T17:35:51Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:35:51Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:35:51Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:35:51Z TRACE local local_update: }, -2024-11-06T17:35:51Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:35:51Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:35:51Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:35:51Z TRACE local local_update: }, -2024-11-06T17:35:51Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:35:51Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:35:51Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:35:51Z TRACE local local_update: } -2024-11-06T17:35:51Z TRACE local local_update: } -2024-11-06T17:35:51Z TRACE local local_update: } -2024-11-06T17:35:51Z TRACE local local_update: } -2024-11-06T17:35:51Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:35:51Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-11-06T17:35:51Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:35:51Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-11-06T17:35:51Z DEBUG Saving pre-config state timestamp null -2024-11-06T17:35:51Z DEBUG Update lastConfigUpdate 2024-11-06T17:35:51Z, because soft reset -2024-11-06T17:35:51Z TRACE Stage suspend waiting for starting test wrapper at 9s -2024-11-06T17:35:51Z INFO Stage start waiting for config update synchronized at 9s -2024-11-06T17:35:51Z TRACE received command null/config/udmi -2024-11-06T17:35:51Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:35:51Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-11-06T17:35:51Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:35:51Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-06T17:35:51Z TRACE received command AHU-1/events/pointset -2024-11-06T17:35:51Z TRACE received events_pointset: { -2024-11-06T17:35:51Z TRACE received events_pointset: "points" : { -2024-11-06T17:35:51Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:35:51Z TRACE received events_pointset: "present_value" : true -2024-11-06T17:35:51Z TRACE received events_pointset: }, -2024-11-06T17:35:51Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:35:51Z TRACE received events_pointset: "present_value" : 98 -2024-11-06T17:35:51Z TRACE received events_pointset: }, -2024-11-06T17:35:51Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:35:51Z TRACE received events_pointset: "present_value" : 12 -2024-11-06T17:35:51Z TRACE received events_pointset: } -2024-11-06T17:35:51Z TRACE received events_pointset: }, -2024-11-06T17:35:51Z TRACE received events_pointset: "timestamp" : "2024-11-06T17:35:50Z", -2024-11-06T17:35:51Z TRACE received events_pointset: "version" : "1.5.2" -2024-11-06T17:35:51Z TRACE received events_pointset: } -2024-11-06T17:35:51Z DEBUG Handling device message events_pointset MP:f90c026e -2024-11-06T17:35:51Z TRACE received command AHU-1/events/system -2024-11-06T17:35:51Z DEBUG received events_system (no logs) -2024-11-06T17:35:51Z DEBUG Handling device message events_system MP:bc952c86 -2024-11-06T17:35:51Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:35:51Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-11-06T17:35:51Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:35:51Z TRACE received command AHU-1/state/update -2024-11-06T17:35:51Z DEBUG received state_update -2024-11-06T17:35:51Z DEBUG Handling update message state_update MP:8bb23f9f -2024-11-06T17:35:51Z DEBUG Updated state after 0s 2024-11-06T17:35:51Z MP:8bb23f9f -2024-11-06T17:35:51Z INFO Updated state #012: Changed 4 fields: -2024-11-06T17:35:51Z INFO Updated state #012: Set `system.status.level` = `100` -2024-11-06T17:35:51Z INFO Updated state #012: Set `system.status.category` = `system.config.parse` -2024-11-06T17:35:51Z INFO Updated state #012: Set `system.status.timestamp` = `2024-11-06T17:35:51Z` -2024-11-06T17:35:51Z INFO Updated state #012: Set `timestamp` = `2024-11-06T17:35:51Z` -2024-11-06T17:35:51Z NOTICE Received serial number sequencer-28991 -2024-11-06T17:35:51Z DEBUG Updated state has last_config 2024-11-06T17:35:31Z (expecting null) -2024-11-06T17:35:51Z TRACE received command AHU-1/config/update -2024-11-06T17:35:51Z DEBUG received config_update -2024-11-06T17:35:51Z DEBUG Handling update message config_update RC:6c3cb0.00000017 -2024-11-06T17:35:51Z DEBUG Removed configTransaction RC:6c3cb0.00000017 -2024-11-06T17:35:51Z DEBUG last_start changed false, last_start 1970-01-01T00:01:13Z -2024-11-06T17:35:51Z DEBUG Updated config 2024-11-06T17:35:51Z RC:6c3cb0.00000017 -2024-11-06T17:35:51Z INFO Updated config #010: Changed 1 fields: -2024-11-06T17:35:51Z INFO Updated config #010: Set `system.testing.sequence_name` = `writeback_failure` -2024-11-06T17:35:51Z DEBUG Detail config update synchronized is now: last_start not synced in config, last_config not synced in state -2024-11-06T17:35:51Z TRACE received command AHU-1/state/system -2024-11-06T17:35:51Z TRACE received state_system: { -2024-11-06T17:35:51Z TRACE received state_system: "hardware" : { -2024-11-06T17:35:51Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:35:51Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:35:51Z TRACE received state_system: }, -2024-11-06T17:35:51Z TRACE received state_system: "last_config" : "2024-11-06T17:35:31Z", -2024-11-06T17:35:51Z TRACE received state_system: "operation" : { -2024-11-06T17:35:51Z TRACE received state_system: "operational" : true, -2024-11-06T17:35:51Z TRACE received state_system: "last_start" : "2024-11-06T17:34:19Z", -2024-11-06T17:35:51Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:35:51Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:35:51Z TRACE received state_system: }, -2024-11-06T17:35:51Z TRACE received state_system: "serial_no" : "sequencer-28991", -2024-11-06T17:35:51Z TRACE received state_system: "software" : { -2024-11-06T17:35:51Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:35:51Z TRACE received state_system: }, -2024-11-06T17:35:51Z TRACE received state_system: "status" : { -2024-11-06T17:35:51Z TRACE received state_system: "message" : "success", -2024-11-06T17:35:51Z TRACE received state_system: "category" : "system.config.parse", -2024-11-06T17:35:51Z TRACE received state_system: "timestamp" : "2024-11-06T17:35:51Z", -2024-11-06T17:35:51Z TRACE received state_system: "level" : 100 -2024-11-06T17:35:51Z TRACE received state_system: }, -2024-11-06T17:35:51Z TRACE received state_system: "timestamp" : "2024-11-06T17:35:51Z", -2024-11-06T17:35:51Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:35:51Z TRACE received state_system: } -2024-11-06T17:35:51Z DEBUG Handling device message state_system MP:8bb23f9f-0 -2024-11-06T17:35:51Z TRACE Ignoring partial state update -2024-11-06T17:35:51Z TRACE received command AHU-1/state/localnet -2024-11-06T17:35:51Z TRACE received state_localnet: { -2024-11-06T17:35:51Z TRACE received state_localnet: "families" : { -2024-11-06T17:35:51Z TRACE received state_localnet: "ether" : { -2024-11-06T17:35:51Z TRACE received state_localnet: "addr" : "7c:1e:52:59:f6:f5" -2024-11-06T17:35:51Z TRACE received state_localnet: }, -2024-11-06T17:35:51Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:35:51Z TRACE received state_localnet: "addr" : "10.1.0.159" -2024-11-06T17:35:51Z TRACE received state_localnet: }, -2024-11-06T17:35:51Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:35:51Z TRACE received state_localnet: "addr" : "fe80::7e1e:52ff:fe59:f6f5" -2024-11-06T17:35:51Z TRACE received state_localnet: }, -2024-11-06T17:35:51Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:35:51Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:35:51Z TRACE received state_localnet: } -2024-11-06T17:35:51Z TRACE received state_localnet: }, -2024-11-06T17:35:51Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:35:51Z", -2024-11-06T17:35:51Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:35:51Z TRACE received state_localnet: } -2024-11-06T17:35:51Z DEBUG Handling device message state_localnet MP:8bb23f9f-1 -2024-11-06T17:35:51Z TRACE Ignoring partial state update -2024-11-06T17:35:51Z TRACE received command AHU-1/state/pointset -2024-11-06T17:35:51Z TRACE received state_pointset: { -2024-11-06T17:35:51Z TRACE received state_pointset: "points" : { -2024-11-06T17:35:51Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:35:51Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:35:51Z TRACE received state_pointset: }, -2024-11-06T17:35:51Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:35:51Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:35:51Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:35:51Z TRACE received state_pointset: }, -2024-11-06T17:35:51Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:35:51Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:35:51Z TRACE received state_pointset: } -2024-11-06T17:35:51Z TRACE received state_pointset: }, -2024-11-06T17:35:51Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:35:51Z", -2024-11-06T17:35:51Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:35:51Z TRACE received state_pointset: } -2024-11-06T17:35:51Z DEBUG Handling device message state_pointset MP:8bb23f9f-2 -2024-11-06T17:35:51Z TRACE Ignoring partial state update -2024-11-06T17:35:51Z TRACE received command AHU-1/config/update -2024-11-06T17:35:51Z DEBUG received config_update -2024-11-06T17:35:51Z DEBUG Handling update message config_update MP:8bb23f9f -2024-11-06T17:35:51Z DEBUG last_start changed true, last_start 2024-11-06T17:34:19Z -2024-11-06T17:35:51Z DEBUG Updated config 2024-11-06T17:35:51Z MP:8bb23f9f -2024-11-06T17:35:51Z INFO Updated config #011: Changed 0 fields. -2024-11-06T17:35:51Z DEBUG Detail config update synchronized is now: last_config not synced in state -2024-11-06T17:35:53Z TRACE received command AHU-1/state/update -2024-11-06T17:35:53Z DEBUG received state_update -2024-11-06T17:35:53Z DEBUG Handling update message state_update MP:55a9c9c2 -2024-11-06T17:35:53Z DEBUG Updated state after 0s 2024-11-06T17:35:53Z MP:55a9c9c2 -2024-11-06T17:35:53Z INFO Updated state #013: Changed 4 fields: -2024-11-06T17:35:53Z INFO Updated state #013: Set `system.last_config` = `2024-11-06T17:35:51Z` -2024-11-06T17:35:53Z INFO Updated state #013: Set `system.status.level` = `300` -2024-11-06T17:35:53Z INFO Updated state #013: Set `system.status.category` = `system.config.apply` -2024-11-06T17:35:53Z INFO Updated state #013: Set `timestamp` = `2024-11-06T17:35:53Z` -2024-11-06T17:35:53Z DEBUG Updated state has last_config 2024-11-06T17:35:51Z (expecting 2024-11-06T17:35:51Z) -2024-11-06T17:35:53Z TRACE received command AHU-1/state/system -2024-11-06T17:35:53Z TRACE received state_system: { -2024-11-06T17:35:53Z TRACE received state_system: "hardware" : { -2024-11-06T17:35:53Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:35:53Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:35:53Z TRACE received state_system: }, -2024-11-06T17:35:53Z TRACE received state_system: "last_config" : "2024-11-06T17:35:51Z", -2024-11-06T17:35:53Z TRACE received state_system: "operation" : { -2024-11-06T17:35:53Z TRACE received state_system: "operational" : true, -2024-11-06T17:35:53Z TRACE received state_system: "last_start" : "2024-11-06T17:34:19Z", -2024-11-06T17:35:53Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:35:53Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:35:53Z TRACE received state_system: }, -2024-11-06T17:35:53Z TRACE received state_system: "serial_no" : "sequencer-28991", -2024-11-06T17:35:53Z TRACE received state_system: "software" : { -2024-11-06T17:35:53Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:35:53Z TRACE received state_system: }, -2024-11-06T17:35:53Z TRACE received state_system: "status" : { -2024-11-06T17:35:53Z TRACE received state_system: "message" : "success", -2024-11-06T17:35:53Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:35:53Z TRACE received state_system: "timestamp" : "2024-11-06T17:35:51Z", -2024-11-06T17:35:53Z TRACE received state_system: "level" : 300 -2024-11-06T17:35:53Z TRACE received state_system: }, -2024-11-06T17:35:53Z TRACE received state_system: "timestamp" : "2024-11-06T17:35:53Z", -2024-11-06T17:35:53Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:35:53Z TRACE received state_system: } -2024-11-06T17:35:53Z DEBUG Handling device message state_system MP:55a9c9c2-0 -2024-11-06T17:35:53Z TRACE Ignoring partial state update -2024-11-06T17:35:53Z DEBUG Detail config update synchronized is now: null -2024-11-06T17:35:53Z DEBUG Stage finished waiting for config update synchronized at 11s after 2s -2024-11-06T17:35:53Z TRACE Stage resume waiting for starting test wrapper at 11s -2024-11-06T17:35:53Z DEBUG Config sync took 2s -2024-11-06T17:35:53Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:35:53Z DEBUG Update config soft reset timestamp 2024-11-06T17:35:51Z -2024-11-06T17:35:53Z TRACE local local_update: { -2024-11-06T17:35:53Z TRACE local local_update: "timestamp" : "2024-11-06T17:35:51Z", -2024-11-06T17:35:53Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:35:53Z TRACE local local_update: "system" : { -2024-11-06T17:35:53Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:35:53Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:35:53Z TRACE local local_update: "operation" : { -2024-11-06T17:35:53Z TRACE local local_update: "last_start" : "2024-11-06T17:34:19Z" -2024-11-06T17:35:53Z TRACE local local_update: }, -2024-11-06T17:35:53Z TRACE local local_update: "testing" : { -2024-11-06T17:35:53Z TRACE local local_update: "sequence_name" : "writeback_failure" -2024-11-06T17:35:53Z TRACE local local_update: } -2024-11-06T17:35:53Z TRACE local local_update: }, -2024-11-06T17:35:53Z TRACE local local_update: "localnet" : { -2024-11-06T17:35:53Z TRACE local local_update: "families" : { -2024-11-06T17:35:53Z TRACE local local_update: "ether" : { }, -2024-11-06T17:35:53Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:35:53Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:35:53Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:35:53Z TRACE local local_update: } -2024-11-06T17:35:53Z TRACE local local_update: }, -2024-11-06T17:35:53Z TRACE local local_update: "pointset" : { -2024-11-06T17:35:53Z TRACE local local_update: "points" : { -2024-11-06T17:35:53Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:35:53Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:35:53Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:35:53Z TRACE local local_update: }, -2024-11-06T17:35:53Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:35:53Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:35:53Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:35:53Z TRACE local local_update: }, -2024-11-06T17:35:53Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:35:53Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:35:53Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:35:53Z TRACE local local_update: } -2024-11-06T17:35:53Z TRACE local local_update: } -2024-11-06T17:35:53Z TRACE local local_update: } -2024-11-06T17:35:53Z TRACE local local_update: } -2024-11-06T17:35:53Z TRACE Update config soft reset: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } -2024-11-06T17:35:53Z TRACE Update config soft reset: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "ipv6": { } } } -2024-11-06T17:35:53Z TRACE Update config soft reset: Add `timestamp` = `generated timestamp` -2024-11-06T17:35:53Z DEBUG Done with reset_config -2024-11-06T17:35:53Z TRACE Stage suspend waiting for starting test wrapper at 11s -2024-11-06T17:35:53Z INFO Stage start waiting for config update synchronized at 11s -2024-11-06T17:35:53Z TRACE received command AHU-1/state/localnet -2024-11-06T17:35:53Z TRACE received state_localnet: { -2024-11-06T17:35:53Z TRACE received state_localnet: "families" : { -2024-11-06T17:35:53Z TRACE received state_localnet: "ether" : { -2024-11-06T17:35:53Z TRACE received state_localnet: "addr" : "7c:1e:52:59:f6:f5" -2024-11-06T17:35:53Z TRACE received state_localnet: }, -2024-11-06T17:35:53Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:35:53Z TRACE received state_localnet: "addr" : "10.1.0.159" -2024-11-06T17:35:53Z TRACE received state_localnet: }, -2024-11-06T17:35:53Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:35:53Z TRACE received state_localnet: "addr" : "fe80::7e1e:52ff:fe59:f6f5" -2024-11-06T17:35:53Z TRACE received state_localnet: }, -2024-11-06T17:35:53Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:35:53Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:35:53Z TRACE received state_localnet: } -2024-11-06T17:35:53Z TRACE received state_localnet: }, -2024-11-06T17:35:53Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:35:53Z", -2024-11-06T17:35:53Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:35:53Z TRACE received state_localnet: } -2024-11-06T17:35:53Z DEBUG Handling device message state_localnet MP:55a9c9c2-1 -2024-11-06T17:35:53Z TRACE Ignoring partial state update -2024-11-06T17:35:53Z DEBUG Stage finished waiting for config update synchronized at 11s after 0s -2024-11-06T17:35:53Z TRACE Stage resume waiting for starting test wrapper at 11s -2024-11-06T17:35:53Z DEBUG Config sync took 2s -2024-11-06T17:35:53Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:35:53Z DEBUG Disallowing device state change (everything) -2024-11-06T17:35:54Z TRACE updated check config_update: true -2024-11-06T17:35:54Z DEBUG update config_update, adding configTransaction RC:6c3cb0.0000001a -2024-11-06T17:35:54Z TRACE local local_update: { -2024-11-06T17:35:54Z TRACE local local_update: "timestamp" : "2024-11-06T17:35:51Z", -2024-11-06T17:35:54Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:35:54Z TRACE local local_update: "system" : { -2024-11-06T17:35:54Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:35:54Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:35:54Z TRACE local local_update: "operation" : { -2024-11-06T17:35:54Z TRACE local local_update: "last_start" : "2024-11-06T17:34:19Z" -2024-11-06T17:35:54Z TRACE local local_update: }, -2024-11-06T17:35:54Z TRACE local local_update: "testing" : { -2024-11-06T17:35:54Z TRACE local local_update: "sequence_name" : "writeback_failure" -2024-11-06T17:35:54Z TRACE local local_update: } -2024-11-06T17:35:54Z TRACE local local_update: }, -2024-11-06T17:35:54Z TRACE local local_update: "localnet" : { -2024-11-06T17:35:54Z TRACE local local_update: "families" : { -2024-11-06T17:35:54Z TRACE local local_update: "ether" : { }, -2024-11-06T17:35:54Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:35:54Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:35:54Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:35:54Z TRACE local local_update: } -2024-11-06T17:35:54Z TRACE local local_update: }, -2024-11-06T17:35:54Z TRACE local local_update: "pointset" : { -2024-11-06T17:35:54Z TRACE local local_update: "points" : { -2024-11-06T17:35:54Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:35:54Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:35:54Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:35:54Z TRACE local local_update: }, -2024-11-06T17:35:54Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:35:54Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:35:54Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:35:54Z TRACE local local_update: }, -2024-11-06T17:35:54Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:35:54Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:35:54Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:35:54Z TRACE local local_update: } -2024-11-06T17:35:54Z TRACE local local_update: } -2024-11-06T17:35:54Z TRACE local local_update: } -2024-11-06T17:35:54Z TRACE local local_update: } -2024-11-06T17:35:54Z DEBUG Saving pre-config state timestamp 2024-11-06T17:35:53Z -2024-11-06T17:35:54Z DEBUG Update lastConfigUpdate 2024-11-06T17:35:54Z, because initial setup -2024-11-06T17:35:54Z TRACE Stage suspend waiting for starting test wrapper at 12s -2024-11-06T17:35:54Z INFO Stage start waiting for config update synchronized at 12s -2024-11-06T17:35:54Z TRACE received command AHU-1/state/pointset -2024-11-06T17:35:54Z TRACE received state_pointset: { -2024-11-06T17:35:54Z TRACE received state_pointset: "points" : { -2024-11-06T17:35:54Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:35:54Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:35:54Z TRACE received state_pointset: }, -2024-11-06T17:35:54Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:35:54Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:35:54Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:35:54Z TRACE received state_pointset: }, -2024-11-06T17:35:54Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:35:54Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:35:54Z TRACE received state_pointset: } -2024-11-06T17:35:54Z TRACE received state_pointset: }, -2024-11-06T17:35:54Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:35:53Z", -2024-11-06T17:35:54Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:35:54Z TRACE received state_pointset: } -2024-11-06T17:35:54Z DEBUG Handling device message state_pointset MP:55a9c9c2-2 -2024-11-06T17:35:54Z TRACE Ignoring partial state update -2024-11-06T17:35:54Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-06T17:35:54Z TRACE received command AHU-1/config/update -2024-11-06T17:35:54Z DEBUG received config_update -2024-11-06T17:35:54Z DEBUG Handling update message config_update RC:6c3cb0.0000001a -2024-11-06T17:35:54Z DEBUG Removed configTransaction RC:6c3cb0.0000001a -2024-11-06T17:35:54Z DEBUG last_start changed false, last_start 2024-11-06T17:34:19Z -2024-11-06T17:35:54Z DEBUG Updated config 2024-11-06T17:35:54Z RC:6c3cb0.0000001a -2024-11-06T17:35:54Z INFO Updated config #012: Changed 0 fields. -2024-11-06T17:35:55Z TRACE received command AHU-1/state/update -2024-11-06T17:35:55Z DEBUG received state_update -2024-11-06T17:35:55Z DEBUG Handling update message state_update MP:a7ae4614 -2024-11-06T17:35:55Z DEBUG Updated state after 0s 2024-11-06T17:35:55Z MP:a7ae4614 -2024-11-06T17:35:55Z INFO Updated state #014: Changed 3 fields: -2024-11-06T17:35:55Z INFO Updated state #014: Set `system.last_config` = `2024-11-06T17:35:54Z` -2024-11-06T17:35:55Z INFO Updated state #014: Set `system.status.timestamp` = `2024-11-06T17:35:54Z` -2024-11-06T17:35:55Z INFO Updated state #014: Set `timestamp` = `2024-11-06T17:35:55Z` -2024-11-06T17:35:55Z DEBUG Updated state has last_config 2024-11-06T17:35:54Z (expecting 2024-11-06T17:35:54Z) -2024-11-06T17:35:55Z DEBUG Detail config update synchronized is now: null -2024-11-06T17:35:55Z DEBUG Stage finished waiting for config update synchronized at 13s after 0s -2024-11-06T17:35:55Z TRACE Stage resume waiting for starting test wrapper at 13s -2024-11-06T17:35:55Z DEBUG Config sync took 1s -2024-11-06T17:35:55Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:35:55Z DEBUG Update config initial setup timestamp 2024-11-06T17:35:54Z -2024-11-06T17:35:55Z TRACE local local_update: { -2024-11-06T17:35:55Z TRACE local local_update: "timestamp" : "2024-11-06T17:35:54Z", -2024-11-06T17:35:55Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:35:55Z TRACE local local_update: "system" : { -2024-11-06T17:35:55Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:35:55Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:35:55Z TRACE local local_update: "operation" : { -2024-11-06T17:35:55Z TRACE local local_update: "last_start" : "2024-11-06T17:34:19Z" -2024-11-06T17:35:55Z TRACE local local_update: }, -2024-11-06T17:35:55Z TRACE local local_update: "testing" : { -2024-11-06T17:35:55Z TRACE local local_update: "sequence_name" : "writeback_failure" -2024-11-06T17:35:55Z TRACE local local_update: } -2024-11-06T17:35:55Z TRACE local local_update: }, -2024-11-06T17:35:55Z TRACE local local_update: "localnet" : { -2024-11-06T17:35:55Z TRACE local local_update: "families" : { -2024-11-06T17:35:55Z TRACE local local_update: "ether" : { }, -2024-11-06T17:35:55Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:35:55Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:35:55Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:35:55Z TRACE local local_update: } -2024-11-06T17:35:55Z TRACE local local_update: }, -2024-11-06T17:35:55Z TRACE local local_update: "pointset" : { -2024-11-06T17:35:55Z TRACE local local_update: "points" : { -2024-11-06T17:35:55Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:35:55Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:35:55Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:35:55Z TRACE local local_update: }, -2024-11-06T17:35:55Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:35:55Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:35:55Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:35:55Z TRACE local local_update: }, -2024-11-06T17:35:55Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:35:55Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:35:55Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:35:55Z TRACE local local_update: } -2024-11-06T17:35:55Z TRACE local local_update: } -2024-11-06T17:35:55Z TRACE local local_update: } -2024-11-06T17:35:55Z TRACE local local_update: } -2024-11-06T17:35:55Z DEBUG Stale state cutoff threshold is 2024-11-06T17:34:21Z -2024-11-06T17:35:55Z DEBUG Waiting for device stateTransaction RC:6c3cb0.0000001b (was null) -2024-11-06T17:35:55Z TRACE Stage suspend waiting for starting test wrapper at 13s -2024-11-06T17:35:55Z INFO Stage start waiting for state query at 13s -2024-11-06T17:35:55Z TRACE received command AHU-1/state/system -2024-11-06T17:35:55Z TRACE received state_system: { -2024-11-06T17:35:55Z TRACE received state_system: "hardware" : { -2024-11-06T17:35:55Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:35:55Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:35:55Z TRACE received state_system: }, -2024-11-06T17:35:55Z TRACE received state_system: "last_config" : "2024-11-06T17:35:54Z", -2024-11-06T17:35:55Z TRACE received state_system: "operation" : { -2024-11-06T17:35:55Z TRACE received state_system: "operational" : true, -2024-11-06T17:35:55Z TRACE received state_system: "last_start" : "2024-11-06T17:34:19Z", -2024-11-06T17:35:55Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:35:55Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:35:55Z TRACE received state_system: }, -2024-11-06T17:35:55Z TRACE received state_system: "serial_no" : "sequencer-28991", -2024-11-06T17:35:55Z TRACE received state_system: "software" : { -2024-11-06T17:35:55Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:35:55Z TRACE received state_system: }, -2024-11-06T17:35:55Z TRACE received state_system: "status" : { -2024-11-06T17:35:55Z TRACE received state_system: "message" : "success", -2024-11-06T17:35:55Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:35:55Z TRACE received state_system: "timestamp" : "2024-11-06T17:35:54Z", -2024-11-06T17:35:55Z TRACE received state_system: "level" : 300 -2024-11-06T17:35:55Z TRACE received state_system: }, -2024-11-06T17:35:55Z TRACE received state_system: "timestamp" : "2024-11-06T17:35:55Z", -2024-11-06T17:35:55Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:35:55Z TRACE received state_system: } -2024-11-06T17:35:55Z DEBUG Handling device message state_system MP:a7ae4614-0 -2024-11-06T17:35:55Z TRACE Ignoring partial state update -2024-11-06T17:35:55Z TRACE received command AHU-1/state/update -2024-11-06T17:35:55Z DEBUG received state_update -2024-11-06T17:35:55Z INFO Received device configAcked -2024-11-06T17:35:55Z DEBUG Handling update message state_update RC:6c3cb0.0000001b -2024-11-06T17:35:55Z DEBUG Removed stateTransaction RC:6c3cb0.0000001b -2024-11-06T17:35:55Z DEBUG Updated state after 0s 2024-11-06T17:35:55Z RC:6c3cb0.0000001b -2024-11-06T17:35:55Z INFO Updated state #015: Changed 0 fields. -2024-11-06T17:35:55Z DEBUG Updated state has last_config 2024-11-06T17:35:54Z (expecting 2024-11-06T17:35:54Z) -2024-11-06T17:35:55Z DEBUG Stage finished waiting for state query at 13s after 0s -2024-11-06T17:35:55Z TRACE Stage resume waiting for starting test wrapper at 13s -2024-11-06T17:35:55Z TRACE Stage suspend waiting for starting test wrapper at 13s -2024-11-06T17:35:55Z INFO Stage start waiting for initial device state at 13s -2024-11-06T17:35:56Z TRACE updated check config_update: true -2024-11-06T17:35:56Z DEBUG update config_update, adding configTransaction RC:6c3cb0.0000001c -2024-11-06T17:35:56Z TRACE local local_update: { -2024-11-06T17:35:56Z TRACE local local_update: "timestamp" : "2024-11-06T17:35:54Z", -2024-11-06T17:35:56Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:35:56Z TRACE local local_update: "system" : { -2024-11-06T17:35:56Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:35:56Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:35:56Z TRACE local local_update: "operation" : { -2024-11-06T17:35:56Z TRACE local local_update: "last_start" : "2024-11-06T17:34:19Z" -2024-11-06T17:35:56Z TRACE local local_update: }, -2024-11-06T17:35:56Z TRACE local local_update: "testing" : { -2024-11-06T17:35:56Z TRACE local local_update: "sequence_name" : "writeback_failure" -2024-11-06T17:35:56Z TRACE local local_update: } -2024-11-06T17:35:56Z TRACE local local_update: }, -2024-11-06T17:35:56Z TRACE local local_update: "localnet" : { -2024-11-06T17:35:56Z TRACE local local_update: "families" : { -2024-11-06T17:35:56Z TRACE local local_update: "ether" : { }, -2024-11-06T17:35:56Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:35:56Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:35:56Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:35:56Z TRACE local local_update: } -2024-11-06T17:35:56Z TRACE local local_update: }, -2024-11-06T17:35:56Z TRACE local local_update: "pointset" : { -2024-11-06T17:35:56Z TRACE local local_update: "points" : { -2024-11-06T17:35:56Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:35:56Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:35:56Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:35:56Z TRACE local local_update: }, -2024-11-06T17:35:56Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:35:56Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:35:56Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:35:56Z TRACE local local_update: }, -2024-11-06T17:35:56Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:35:56Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:35:56Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:35:56Z TRACE local local_update: } -2024-11-06T17:35:56Z TRACE local local_update: } -2024-11-06T17:35:56Z TRACE local local_update: } -2024-11-06T17:35:56Z TRACE local local_update: } -2024-11-06T17:35:56Z DEBUG Saving pre-config state timestamp 2024-11-06T17:35:55Z -2024-11-06T17:35:56Z DEBUG Update lastConfigUpdate 2024-11-06T17:35:56Z, because before initial device state -2024-11-06T17:35:56Z TRACE Stage suspend waiting for initial device state at 14s -2024-11-06T17:35:56Z INFO Stage start waiting for config update synchronized at 14s -2024-11-06T17:35:56Z TRACE received command AHU-1/state/localnet -2024-11-06T17:35:56Z TRACE received state_localnet: { -2024-11-06T17:35:56Z TRACE received state_localnet: "families" : { -2024-11-06T17:35:56Z TRACE received state_localnet: "ether" : { -2024-11-06T17:35:56Z TRACE received state_localnet: "addr" : "7c:1e:52:59:f6:f5" -2024-11-06T17:35:56Z TRACE received state_localnet: }, -2024-11-06T17:35:56Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:35:56Z TRACE received state_localnet: "addr" : "10.1.0.159" -2024-11-06T17:35:56Z TRACE received state_localnet: }, -2024-11-06T17:35:56Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:35:56Z TRACE received state_localnet: "addr" : "fe80::7e1e:52ff:fe59:f6f5" -2024-11-06T17:35:56Z TRACE received state_localnet: }, -2024-11-06T17:35:56Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:35:56Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:35:56Z TRACE received state_localnet: } -2024-11-06T17:35:56Z TRACE received state_localnet: }, -2024-11-06T17:35:56Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:35:55Z", -2024-11-06T17:35:56Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:35:56Z TRACE received state_localnet: } -2024-11-06T17:35:56Z DEBUG Handling device message state_localnet MP:a7ae4614-1 -2024-11-06T17:35:56Z TRACE Ignoring partial state update -2024-11-06T17:35:56Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-06T17:35:56Z TRACE received command AHU-1/reply/update -2024-11-06T17:35:56Z TRACE received command AHU-1/state/pointset -2024-11-06T17:35:56Z TRACE received state_pointset: { -2024-11-06T17:35:56Z TRACE received state_pointset: "points" : { -2024-11-06T17:35:56Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:35:56Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:35:56Z TRACE received state_pointset: }, -2024-11-06T17:35:56Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:35:56Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:35:56Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:35:56Z TRACE received state_pointset: }, -2024-11-06T17:35:56Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:35:56Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:35:56Z TRACE received state_pointset: } -2024-11-06T17:35:56Z TRACE received state_pointset: }, -2024-11-06T17:35:56Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:35:55Z", -2024-11-06T17:35:56Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:35:56Z TRACE received state_pointset: } -2024-11-06T17:35:56Z DEBUG Handling device message state_pointset MP:a7ae4614-2 -2024-11-06T17:35:56Z TRACE Ignoring partial state update -2024-11-06T17:35:56Z TRACE received command AHU-1/config/update -2024-11-06T17:35:56Z DEBUG received config_update -2024-11-06T17:35:56Z DEBUG Handling update message config_update RC:6c3cb0.0000001c -2024-11-06T17:35:56Z DEBUG Removed configTransaction RC:6c3cb0.0000001c -2024-11-06T17:35:56Z DEBUG last_start changed false, last_start 2024-11-06T17:34:19Z -2024-11-06T17:35:56Z DEBUG Updated config 2024-11-06T17:35:56Z RC:6c3cb0.0000001c -2024-11-06T17:35:56Z INFO Updated config #013: Changed 0 fields. -2024-11-06T17:35:57Z TRACE received command AHU-1/state/update -2024-11-06T17:35:57Z DEBUG received state_update -2024-11-06T17:35:57Z DEBUG Handling update message state_update MP:73fe6827 -2024-11-06T17:35:57Z DEBUG Updated state after 0s 2024-11-06T17:35:57Z MP:73fe6827 -2024-11-06T17:35:57Z INFO Updated state #016: Changed 3 fields: -2024-11-06T17:35:57Z INFO Updated state #016: Set `system.last_config` = `2024-11-06T17:35:56Z` -2024-11-06T17:35:57Z INFO Updated state #016: Set `system.status.timestamp` = `2024-11-06T17:35:56Z` -2024-11-06T17:35:57Z INFO Updated state #016: Set `timestamp` = `2024-11-06T17:35:57Z` -2024-11-06T17:35:57Z DEBUG Updated state has last_config 2024-11-06T17:35:56Z (expecting 2024-11-06T17:35:56Z) -2024-11-06T17:35:57Z DEBUG Detail config update synchronized is now: null -2024-11-06T17:35:57Z DEBUG Stage finished waiting for config update synchronized at 15s after 0s -2024-11-06T17:35:57Z TRACE Stage resume waiting for initial device state at 15s -2024-11-06T17:35:57Z DEBUG Config sync took 1s -2024-11-06T17:35:57Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:35:57Z DEBUG Update config before initial device state timestamp 2024-11-06T17:35:56Z -2024-11-06T17:35:57Z TRACE local local_update: { -2024-11-06T17:35:57Z TRACE local local_update: "timestamp" : "2024-11-06T17:35:56Z", -2024-11-06T17:35:57Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:35:57Z TRACE local local_update: "system" : { -2024-11-06T17:35:57Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:35:57Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:35:57Z TRACE local local_update: "operation" : { -2024-11-06T17:35:57Z TRACE local local_update: "last_start" : "2024-11-06T17:34:19Z" -2024-11-06T17:35:57Z TRACE local local_update: }, -2024-11-06T17:35:57Z TRACE local local_update: "testing" : { -2024-11-06T17:35:57Z TRACE local local_update: "sequence_name" : "writeback_failure" -2024-11-06T17:35:57Z TRACE local local_update: } -2024-11-06T17:35:57Z TRACE local local_update: }, -2024-11-06T17:35:57Z TRACE local local_update: "localnet" : { -2024-11-06T17:35:57Z TRACE local local_update: "families" : { -2024-11-06T17:35:57Z TRACE local local_update: "ether" : { }, -2024-11-06T17:35:57Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:35:57Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:35:57Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:35:57Z TRACE local local_update: } -2024-11-06T17:35:57Z TRACE local local_update: }, -2024-11-06T17:35:57Z TRACE local local_update: "pointset" : { -2024-11-06T17:35:57Z TRACE local local_update: "points" : { -2024-11-06T17:35:57Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:35:57Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:35:57Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:35:57Z TRACE local local_update: }, -2024-11-06T17:35:57Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:35:57Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:35:57Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:35:57Z TRACE local local_update: }, -2024-11-06T17:35:57Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:35:57Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:35:57Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:35:57Z TRACE local local_update: } -2024-11-06T17:35:57Z TRACE local local_update: } -2024-11-06T17:35:57Z TRACE local local_update: } -2024-11-06T17:35:57Z TRACE local local_update: } -2024-11-06T17:35:57Z DEBUG Stage finished waiting for initial device state at 15s after 1s -2024-11-06T17:35:57Z TRACE Stage resume waiting for starting test wrapper at 15s -2024-11-06T17:35:57Z DEBUG Device state system status level is now 300 -2024-11-06T17:35:57Z TRACE Stage suspend waiting for starting test wrapper at 15s -2024-11-06T17:35:57Z INFO Stage start waiting for config update synchronized at 15s -2024-11-06T17:35:57Z TRACE received command AHU-1/state/system -2024-11-06T17:35:57Z TRACE received state_system: { -2024-11-06T17:35:57Z TRACE received state_system: "hardware" : { -2024-11-06T17:35:57Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:35:57Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:35:57Z TRACE received state_system: }, -2024-11-06T17:35:57Z TRACE received state_system: "last_config" : "2024-11-06T17:35:56Z", -2024-11-06T17:35:57Z TRACE received state_system: "operation" : { -2024-11-06T17:35:57Z TRACE received state_system: "operational" : true, -2024-11-06T17:35:57Z TRACE received state_system: "last_start" : "2024-11-06T17:34:19Z", -2024-11-06T17:35:57Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:35:57Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:35:57Z TRACE received state_system: }, -2024-11-06T17:35:57Z TRACE received state_system: "serial_no" : "sequencer-28991", -2024-11-06T17:35:57Z TRACE received state_system: "software" : { -2024-11-06T17:35:57Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:35:57Z TRACE received state_system: }, -2024-11-06T17:35:57Z TRACE received state_system: "status" : { -2024-11-06T17:35:57Z TRACE received state_system: "message" : "success", -2024-11-06T17:35:57Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:35:57Z TRACE received state_system: "timestamp" : "2024-11-06T17:35:56Z", -2024-11-06T17:35:57Z TRACE received state_system: "level" : 300 -2024-11-06T17:35:57Z TRACE received state_system: }, -2024-11-06T17:35:57Z TRACE received state_system: "timestamp" : "2024-11-06T17:35:57Z", -2024-11-06T17:35:57Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:35:57Z TRACE received state_system: } -2024-11-06T17:35:57Z DEBUG Handling device message state_system MP:73fe6827-0 -2024-11-06T17:35:57Z TRACE Ignoring partial state update -2024-11-06T17:35:57Z DEBUG Stage finished waiting for config update synchronized at 15s after 0s -2024-11-06T17:35:57Z TRACE Stage resume waiting for starting test wrapper at 15s -2024-11-06T17:35:57Z DEBUG Config sync took 1s -2024-11-06T17:35:57Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:35:57Z TRACE Stage suspend waiting for starting test wrapper at 15s -2024-11-06T17:35:57Z INFO Stage start waiting for executing test at 15s -2024-11-06T17:35:57Z DEBUG stage begin waiting for executing test at 15s -2024-11-06T17:35:57Z DEBUG Allowing device state change pointset.points. -2024-11-06T17:35:57Z TRACE Stage suspend waiting for executing test at 15s -2024-11-06T17:35:57Z INFO Stage start waiting for target point to have value_state default (null) at 15s -2024-11-06T17:35:58Z DEBUG system config extra field null -2024-11-06T17:35:58Z TRACE updated check config_system: true -2024-11-06T17:35:58Z DEBUG update config_system, adding configTransaction RC:6c3cb0.0000001d -2024-11-06T17:35:58Z TRACE local local_system: { -2024-11-06T17:35:58Z TRACE local local_system: "min_loglevel" : 200, -2024-11-06T17:35:58Z TRACE local local_system: "metrics_rate_sec" : 10, -2024-11-06T17:35:58Z TRACE local local_system: "operation" : { -2024-11-06T17:35:58Z TRACE local local_system: "last_start" : "2024-11-06T17:34:19Z" -2024-11-06T17:35:58Z TRACE local local_system: }, -2024-11-06T17:35:58Z TRACE local local_system: "testing" : { -2024-11-06T17:35:58Z TRACE local local_system: "sequence_name" : "writeback_failure" -2024-11-06T17:35:58Z TRACE local local_system: } -2024-11-06T17:35:58Z TRACE local local_system: } -2024-11-06T17:35:58Z TRACE updated check config_pointset: true -2024-11-06T17:35:58Z DEBUG update config_pointset, adding configTransaction RC:6c3cb0.0000001e -2024-11-06T17:35:58Z TRACE local local_pointset: { -2024-11-06T17:35:58Z TRACE local local_pointset: "points" : { -2024-11-06T17:35:58Z TRACE local local_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:35:58Z TRACE local local_pointset: "units" : "Bars", -2024-11-06T17:35:58Z TRACE local local_pointset: "set_value" : 98 -2024-11-06T17:35:58Z TRACE local local_pointset: }, -2024-11-06T17:35:58Z TRACE local local_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:35:58Z TRACE local local_pointset: "ref" : "BV11.present_value", -2024-11-06T17:35:58Z TRACE local local_pointset: "units" : "No-units" -2024-11-06T17:35:58Z TRACE local local_pointset: }, -2024-11-06T17:35:58Z TRACE local local_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:35:58Z TRACE local local_pointset: "ref" : "AV12.present_value", -2024-11-06T17:35:58Z TRACE local local_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:35:58Z TRACE local local_pointset: } -2024-11-06T17:35:58Z TRACE local local_pointset: } -2024-11-06T17:35:58Z TRACE local local_pointset: } -2024-11-06T17:35:58Z TRACE updated check config_gateway: false -2024-11-06T17:35:58Z TRACE updated check config_localnet: true -2024-11-06T17:35:58Z DEBUG update config_localnet, adding configTransaction RC:6c3cb0.0000001f -2024-11-06T17:35:58Z TRACE local local_localnet: { -2024-11-06T17:35:58Z TRACE local local_localnet: "families" : { -2024-11-06T17:35:58Z TRACE local local_localnet: "ether" : { }, -2024-11-06T17:35:58Z TRACE local local_localnet: "ipv4" : { }, -2024-11-06T17:35:58Z TRACE local local_localnet: "vendor" : { }, -2024-11-06T17:35:58Z TRACE local local_localnet: "ipv6" : { } -2024-11-06T17:35:58Z TRACE local local_localnet: } -2024-11-06T17:35:58Z TRACE local local_localnet: } -2024-11-06T17:35:58Z TRACE updated check config_blobset: false -2024-11-06T17:35:58Z TRACE updated check config_discovery: false -2024-11-06T17:35:58Z DEBUG Saving pre-config state timestamp 2024-11-06T17:35:57Z -2024-11-06T17:35:58Z DEBUG Update lastConfigUpdate 2024-11-06T17:35:58Z, because Before target point to have value_state default (null) -2024-11-06T17:35:58Z TRACE Stage suspend waiting for target point to have value_state default (null) at 16s -2024-11-06T17:35:58Z INFO Stage start waiting for config update synchronized at 16s -2024-11-06T17:35:58Z TRACE received command AHU-1/state/localnet -2024-11-06T17:35:58Z TRACE received state_localnet: { -2024-11-06T17:35:58Z TRACE received state_localnet: "families" : { -2024-11-06T17:35:58Z TRACE received state_localnet: "ether" : { -2024-11-06T17:35:58Z TRACE received state_localnet: "addr" : "7c:1e:52:59:f6:f5" -2024-11-06T17:35:58Z TRACE received state_localnet: }, -2024-11-06T17:35:58Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:35:58Z TRACE received state_localnet: "addr" : "10.1.0.159" -2024-11-06T17:35:58Z TRACE received state_localnet: }, -2024-11-06T17:35:58Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:35:58Z TRACE received state_localnet: "addr" : "fe80::7e1e:52ff:fe59:f6f5" -2024-11-06T17:35:58Z TRACE received state_localnet: }, -2024-11-06T17:35:58Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:35:58Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:35:58Z TRACE received state_localnet: } -2024-11-06T17:35:58Z TRACE received state_localnet: }, -2024-11-06T17:35:58Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:35:57Z", -2024-11-06T17:35:58Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:35:58Z TRACE received state_localnet: } -2024-11-06T17:35:58Z DEBUG Handling device message state_localnet MP:73fe6827-1 -2024-11-06T17:35:58Z TRACE Ignoring partial state update -2024-11-06T17:35:58Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-06T17:35:58Z TRACE received command AHU-1/state/pointset -2024-11-06T17:35:58Z TRACE received state_pointset: { -2024-11-06T17:35:58Z TRACE received state_pointset: "points" : { -2024-11-06T17:35:58Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:35:58Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:35:58Z TRACE received state_pointset: }, -2024-11-06T17:35:58Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:35:58Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:35:58Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:35:58Z TRACE received state_pointset: }, -2024-11-06T17:35:58Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:35:58Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:35:58Z TRACE received state_pointset: } -2024-11-06T17:35:58Z TRACE received state_pointset: }, -2024-11-06T17:35:58Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:35:57Z", -2024-11-06T17:35:58Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:35:58Z TRACE received state_pointset: } -2024-11-06T17:35:58Z DEBUG Handling device message state_pointset MP:73fe6827-2 -2024-11-06T17:35:58Z TRACE Ignoring partial state update -2024-11-06T17:35:58Z TRACE received command AHU-1/config/update -2024-11-06T17:35:58Z DEBUG received config_update -2024-11-06T17:35:58Z DEBUG Handling update message config_update RC:6c3cb0.0000001d -2024-11-06T17:35:58Z DEBUG Removed configTransaction RC:6c3cb0.0000001d -2024-11-06T17:35:58Z DEBUG last_start changed false, last_start 2024-11-06T17:34:19Z -2024-11-06T17:35:58Z DEBUG Updated config 2024-11-06T17:35:58Z RC:6c3cb0.0000001d -2024-11-06T17:35:58Z INFO Updated config #014: Changed 0 fields. -2024-11-06T17:35:58Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared, last_config not synced in state -2024-11-06T17:35:59Z TRACE received command AHU-1/state/update -2024-11-06T17:35:59Z DEBUG received state_update -2024-11-06T17:35:59Z DEBUG Handling update message state_update MP:b7a6d1e8 -2024-11-06T17:35:59Z DEBUG Updated state after 0s 2024-11-06T17:35:59Z MP:b7a6d1e8 -2024-11-06T17:35:59Z INFO Updated state #017: Changed 3 fields: -2024-11-06T17:35:59Z INFO Updated state #017: Set `system.last_config` = `2024-11-06T17:35:58Z` -2024-11-06T17:35:59Z INFO Updated state #017: Set `system.status.timestamp` = `2024-11-06T17:35:58Z` -2024-11-06T17:35:59Z INFO Updated state #017: Set `timestamp` = `2024-11-06T17:35:59Z` -2024-11-06T17:35:59Z DEBUG Updated state has last_config 2024-11-06T17:35:58Z (expecting 2024-11-06T17:35:58Z) -2024-11-06T17:35:59Z TRACE received command AHU-1/state/system -2024-11-06T17:35:59Z TRACE received state_system: { -2024-11-06T17:35:59Z TRACE received state_system: "hardware" : { -2024-11-06T17:35:59Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:35:59Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:35:59Z TRACE received state_system: }, -2024-11-06T17:35:59Z TRACE received state_system: "last_config" : "2024-11-06T17:35:58Z", -2024-11-06T17:35:59Z TRACE received state_system: "operation" : { -2024-11-06T17:35:59Z TRACE received state_system: "operational" : true, -2024-11-06T17:35:59Z TRACE received state_system: "last_start" : "2024-11-06T17:34:19Z", -2024-11-06T17:35:59Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:35:59Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:35:59Z TRACE received state_system: }, -2024-11-06T17:35:59Z TRACE received state_system: "serial_no" : "sequencer-28991", -2024-11-06T17:35:59Z TRACE received state_system: "software" : { -2024-11-06T17:35:59Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:35:59Z TRACE received state_system: }, -2024-11-06T17:35:59Z TRACE received state_system: "status" : { -2024-11-06T17:35:59Z TRACE received state_system: "message" : "success", -2024-11-06T17:35:59Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:35:59Z TRACE received state_system: "timestamp" : "2024-11-06T17:35:58Z", -2024-11-06T17:35:59Z TRACE received state_system: "level" : 300 -2024-11-06T17:35:59Z TRACE received state_system: }, -2024-11-06T17:35:59Z TRACE received state_system: "timestamp" : "2024-11-06T17:35:59Z", -2024-11-06T17:35:59Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:35:59Z TRACE received state_system: } -2024-11-06T17:35:59Z DEBUG Handling device message state_system MP:b7a6d1e8-0 -2024-11-06T17:35:59Z TRACE Ignoring partial state update -2024-11-06T17:35:59Z DEBUG Detail config update synchronized is now: config transactions not cleared -2024-11-06T17:35:59Z TRACE received command AHU-1/state/localnet -2024-11-06T17:35:59Z TRACE received state_localnet: { -2024-11-06T17:35:59Z TRACE received state_localnet: "families" : { -2024-11-06T17:35:59Z TRACE received state_localnet: "ether" : { -2024-11-06T17:35:59Z TRACE received state_localnet: "addr" : "7c:1e:52:59:f6:f5" -2024-11-06T17:35:59Z TRACE received state_localnet: }, -2024-11-06T17:35:59Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:35:59Z TRACE received state_localnet: "addr" : "10.1.0.159" -2024-11-06T17:35:59Z TRACE received state_localnet: }, -2024-11-06T17:35:59Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:35:59Z TRACE received state_localnet: "addr" : "fe80::7e1e:52ff:fe59:f6f5" -2024-11-06T17:35:59Z TRACE received state_localnet: }, -2024-11-06T17:35:59Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:35:59Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:35:59Z TRACE received state_localnet: } -2024-11-06T17:35:59Z TRACE received state_localnet: }, -2024-11-06T17:35:59Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:35:59Z", -2024-11-06T17:35:59Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:35:59Z TRACE received state_localnet: } -2024-11-06T17:35:59Z DEBUG Handling device message state_localnet MP:b7a6d1e8-1 -2024-11-06T17:35:59Z TRACE Ignoring partial state update -2024-11-06T17:35:59Z TRACE received command AHU-1/state/pointset -2024-11-06T17:35:59Z TRACE received state_pointset: { -2024-11-06T17:35:59Z TRACE received state_pointset: "points" : { -2024-11-06T17:35:59Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:35:59Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:35:59Z TRACE received state_pointset: }, -2024-11-06T17:35:59Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:35:59Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:35:59Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:35:59Z TRACE received state_pointset: }, -2024-11-06T17:35:59Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:35:59Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:35:59Z TRACE received state_pointset: } -2024-11-06T17:35:59Z TRACE received state_pointset: }, -2024-11-06T17:35:59Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:35:59Z", -2024-11-06T17:35:59Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:35:59Z TRACE received state_pointset: } -2024-11-06T17:35:59Z DEBUG Handling device message state_pointset MP:b7a6d1e8-2 -2024-11-06T17:35:59Z TRACE Ignoring partial state update -2024-11-06T17:35:59Z TRACE received command AHU-1/config/update -2024-11-06T17:35:59Z DEBUG received config_update -2024-11-06T17:35:59Z DEBUG Handling update message config_update RC:6c3cb0.0000001e -2024-11-06T17:35:59Z DEBUG Removed configTransaction RC:6c3cb0.0000001e -2024-11-06T17:35:59Z DEBUG last_start changed false, last_start 2024-11-06T17:34:19Z -2024-11-06T17:35:59Z DEBUG Updated config 2024-11-06T17:35:59Z RC:6c3cb0.0000001e -2024-11-06T17:35:59Z INFO Updated config #015: Changed 0 fields. -2024-11-06T17:36:00Z TRACE received command AHU-1/events/pointset -2024-11-06T17:36:00Z TRACE received events_pointset: { -2024-11-06T17:36:00Z TRACE received events_pointset: "points" : { -2024-11-06T17:36:00Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:36:00Z TRACE received events_pointset: "present_value" : true -2024-11-06T17:36:00Z TRACE received events_pointset: }, -2024-11-06T17:36:00Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:36:00Z TRACE received events_pointset: "present_value" : 98 -2024-11-06T17:36:00Z TRACE received events_pointset: }, -2024-11-06T17:36:00Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:36:00Z TRACE received events_pointset: "present_value" : 11 -2024-11-06T17:36:00Z TRACE received events_pointset: } -2024-11-06T17:36:00Z TRACE received events_pointset: }, -2024-11-06T17:36:00Z TRACE received events_pointset: "timestamp" : "2024-11-06T17:36:00Z", -2024-11-06T17:36:00Z TRACE received events_pointset: "version" : "1.5.2" -2024-11-06T17:36:00Z TRACE received events_pointset: } -2024-11-06T17:36:00Z DEBUG Handling device message events_pointset MP:c94bf6eb -2024-11-06T17:36:00Z DEBUG Detail config update synchronized is now: config transactions not cleared, last_config not synced in state -2024-11-06T17:36:00Z TRACE received command AHU-1/events/system -2024-11-06T17:36:00Z DEBUG received events_system 2024-11-06T17:35:51Z INFO device.log: Update state 2024-11-06T17:35:51Z last_config 2024-11-06T17:35:31Z -2024-11-06T17:36:00Z DEBUG received events_system 2024-11-06T17:35:51Z INFO device.log: Device AHU-1 config handler -2024-11-06T17:36:00Z DEBUG received events_system 2024-11-06T17:35:51Z INFO device.log: 2024-11-06T17:35:51Z received config 2024-11-06T17:35:51Z -2024-11-06T17:36:00Z DEBUG received events_system 2024-11-06T17:35:51Z NOTICE system.config.apply: success -2024-11-06T17:36:00Z DEBUG received events_system 2024-11-06T17:35:51Z INFO device.log: Device AHU-1 config handler -2024-11-06T17:36:00Z DEBUG received events_system 2024-11-06T17:35:51Z INFO device.log: 2024-11-06T17:35:51Z received config 2024-11-06T17:35:51Z -2024-11-06T17:36:00Z DEBUG received events_system 2024-11-06T17:35:51Z NOTICE system.config.apply: success -2024-11-06T17:36:00Z DEBUG received events_system 2024-11-06T17:35:53Z INFO device.log: Update state 2024-11-06T17:35:53Z last_config 2024-11-06T17:35:51Z -2024-11-06T17:36:00Z DEBUG received events_system 2024-11-06T17:35:54Z INFO device.log: Device AHU-1 config handler -2024-11-06T17:36:00Z DEBUG received events_system 2024-11-06T17:35:54Z INFO device.log: 2024-11-06T17:35:54Z received config 2024-11-06T17:35:54Z -2024-11-06T17:36:00Z DEBUG received events_system 2024-11-06T17:35:54Z NOTICE system.config.apply: success -2024-11-06T17:36:00Z DEBUG received events_system 2024-11-06T17:35:55Z INFO device.log: Update state 2024-11-06T17:35:55Z last_config 2024-11-06T17:35:54Z -2024-11-06T17:36:00Z DEBUG received events_system 2024-11-06T17:35:56Z INFO device.log: 2024-11-06T17:35:56Z received config 2024-11-06T17:35:56Z -2024-11-06T17:36:00Z DEBUG received events_system 2024-11-06T17:35:56Z NOTICE system.config.apply: success -2024-11-06T17:36:00Z DEBUG received events_system 2024-11-06T17:35:57Z INFO device.log: Update state 2024-11-06T17:35:57Z last_config 2024-11-06T17:35:56Z -2024-11-06T17:36:00Z DEBUG received events_system 2024-11-06T17:35:58Z INFO device.log: Device AHU-1 config handler -2024-11-06T17:36:00Z DEBUG received events_system 2024-11-06T17:35:58Z INFO device.log: 2024-11-06T17:35:58Z received config 2024-11-06T17:35:58Z -2024-11-06T17:36:00Z DEBUG received events_system 2024-11-06T17:35:58Z NOTICE system.config.apply: success -2024-11-06T17:36:00Z DEBUG received events_system 2024-11-06T17:35:59Z INFO device.log: Update state 2024-11-06T17:35:59Z last_config 2024-11-06T17:35:58Z -2024-11-06T17:36:00Z DEBUG received events_system 2024-11-06T17:35:59Z INFO device.log: Device AHU-1 config handler -2024-11-06T17:36:00Z DEBUG received events_system 2024-11-06T17:35:59Z INFO device.log: 2024-11-06T17:35:59Z received config 2024-11-06T17:35:59Z -2024-11-06T17:36:00Z DEBUG received events_system 2024-11-06T17:35:59Z NOTICE system.config.apply: success -2024-11-06T17:36:00Z DEBUG Handling device message events_system MP:8b4b4b11 -2024-11-06T17:36:00Z TRACE received command AHU-1/config/update -2024-11-06T17:36:00Z DEBUG received config_update -2024-11-06T17:36:00Z DEBUG Handling update message config_update RC:6c3cb0.0000001f -2024-11-06T17:36:00Z DEBUG Removed configTransaction RC:6c3cb0.0000001f -2024-11-06T17:36:00Z DEBUG last_start changed false, last_start 2024-11-06T17:34:19Z -2024-11-06T17:36:00Z DEBUG Updated config 2024-11-06T17:36:00Z RC:6c3cb0.0000001f -2024-11-06T17:36:00Z INFO Updated config #016: Changed 0 fields. -2024-11-06T17:36:00Z DEBUG Detail config update synchronized is now: last_config not synced in state -2024-11-06T17:36:01Z TRACE received command AHU-1/state/update -2024-11-06T17:36:01Z DEBUG received state_update -2024-11-06T17:36:01Z DEBUG Handling update message state_update MP:1addff52 -2024-11-06T17:36:01Z DEBUG Updated state after 0s 2024-11-06T17:36:01Z MP:1addff52 -2024-11-06T17:36:01Z INFO Updated state #018: Changed 3 fields: -2024-11-06T17:36:01Z INFO Updated state #018: Set `system.last_config` = `2024-11-06T17:36:00Z` -2024-11-06T17:36:01Z INFO Updated state #018: Set `system.status.timestamp` = `2024-11-06T17:36:00Z` -2024-11-06T17:36:01Z INFO Updated state #018: Set `timestamp` = `2024-11-06T17:36:01Z` -2024-11-06T17:36:01Z DEBUG Updated state has last_config 2024-11-06T17:36:00Z (expecting 2024-11-06T17:36:00Z) -2024-11-06T17:36:01Z TRACE received command AHU-1/state/system -2024-11-06T17:36:01Z TRACE received state_system: { -2024-11-06T17:36:01Z TRACE received state_system: "hardware" : { -2024-11-06T17:36:01Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:36:01Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:36:01Z TRACE received state_system: }, -2024-11-06T17:36:01Z TRACE received state_system: "last_config" : "2024-11-06T17:36:00Z", -2024-11-06T17:36:01Z TRACE received state_system: "operation" : { -2024-11-06T17:36:01Z TRACE received state_system: "operational" : true, -2024-11-06T17:36:01Z TRACE received state_system: "last_start" : "2024-11-06T17:34:19Z", -2024-11-06T17:36:01Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:36:01Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:36:01Z TRACE received state_system: }, -2024-11-06T17:36:01Z TRACE received state_system: "serial_no" : "sequencer-28991", -2024-11-06T17:36:01Z TRACE received state_system: "software" : { -2024-11-06T17:36:01Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:36:01Z TRACE received state_system: }, -2024-11-06T17:36:01Z TRACE received state_system: "status" : { -2024-11-06T17:36:01Z TRACE received state_system: "message" : "success", -2024-11-06T17:36:01Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:36:01Z TRACE received state_system: "timestamp" : "2024-11-06T17:36:00Z", -2024-11-06T17:36:01Z TRACE received state_system: "level" : 300 -2024-11-06T17:36:01Z TRACE received state_system: }, -2024-11-06T17:36:01Z TRACE received state_system: "timestamp" : "2024-11-06T17:36:01Z", -2024-11-06T17:36:01Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:36:01Z TRACE received state_system: } -2024-11-06T17:36:01Z DEBUG Handling device message state_system MP:1addff52-0 -2024-11-06T17:36:01Z TRACE Ignoring partial state update -2024-11-06T17:36:01Z DEBUG Detail config update synchronized is now: null -2024-11-06T17:36:01Z DEBUG Stage finished waiting for config update synchronized at 19s after 2s -2024-11-06T17:36:01Z TRACE Stage resume waiting for target point to have value_state default (null) at 19s -2024-11-06T17:36:01Z DEBUG Config sync took 3s -2024-11-06T17:36:01Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:36:01Z DEBUG Update config Before target point to have value_state default (null) timestamp 2024-11-06T17:36:00Z -2024-11-06T17:36:01Z TRACE local local_update: { -2024-11-06T17:36:01Z TRACE local local_update: "timestamp" : "2024-11-06T17:36:00Z", -2024-11-06T17:36:01Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:36:01Z TRACE local local_update: "system" : { -2024-11-06T17:36:01Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:36:01Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:36:01Z TRACE local local_update: "operation" : { -2024-11-06T17:36:01Z TRACE local local_update: "last_start" : "2024-11-06T17:34:19Z" -2024-11-06T17:36:01Z TRACE local local_update: }, -2024-11-06T17:36:01Z TRACE local local_update: "testing" : { -2024-11-06T17:36:01Z TRACE local local_update: "sequence_name" : "writeback_failure" -2024-11-06T17:36:01Z TRACE local local_update: } -2024-11-06T17:36:01Z TRACE local local_update: }, -2024-11-06T17:36:01Z TRACE local local_update: "localnet" : { -2024-11-06T17:36:01Z TRACE local local_update: "families" : { -2024-11-06T17:36:01Z TRACE local local_update: "ether" : { }, -2024-11-06T17:36:01Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:36:01Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:36:01Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:36:01Z TRACE local local_update: } -2024-11-06T17:36:01Z TRACE local local_update: }, -2024-11-06T17:36:01Z TRACE local local_update: "pointset" : { -2024-11-06T17:36:01Z TRACE local local_update: "points" : { -2024-11-06T17:36:01Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:36:01Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:36:01Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:36:01Z TRACE local local_update: }, -2024-11-06T17:36:01Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:36:01Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:36:01Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:36:01Z TRACE local local_update: }, -2024-11-06T17:36:01Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:36:01Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:36:01Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:36:01Z TRACE local local_update: } -2024-11-06T17:36:01Z TRACE local local_update: } -2024-11-06T17:36:01Z TRACE local local_update: } -2024-11-06T17:36:01Z TRACE local local_update: } -2024-11-06T17:36:01Z DEBUG Value state null == null (true) -2024-11-06T17:36:01Z DEBUG Recorded sequence: 1. Wait until target point to have value_state default (null) -2024-11-06T17:36:01Z DEBUG Stage finished waiting for target point to have value_state default (null) at 19s after 4s -2024-11-06T17:36:01Z TRACE Stage resume waiting for executing test at 19s -2024-11-06T17:36:01Z TRACE Stage suspend waiting for executing test at 19s -2024-11-06T17:36:01Z INFO Stage start waiting for target point to have value_state failure at 19s -2024-11-06T17:36:02Z DEBUG system config extra field null -2024-11-06T17:36:02Z TRACE updated check config_system: false -2024-11-06T17:36:02Z TRACE updated check config_pointset: true -2024-11-06T17:36:02Z DEBUG update config_pointset, adding configTransaction RC:6c3cb0.00000020 -2024-11-06T17:36:02Z TRACE local local_pointset: { -2024-11-06T17:36:02Z TRACE local local_pointset: "points" : { -2024-11-06T17:36:02Z TRACE local local_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:36:02Z TRACE local local_pointset: "units" : "Bars", -2024-11-06T17:36:02Z TRACE local local_pointset: "set_value" : 98 -2024-11-06T17:36:02Z TRACE local local_pointset: }, -2024-11-06T17:36:02Z TRACE local local_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:36:02Z TRACE local local_pointset: "ref" : "BV11.present_value", -2024-11-06T17:36:02Z TRACE local local_pointset: "units" : "No-units", -2024-11-06T17:36:02Z TRACE local local_pointset: "set_value" : false -2024-11-06T17:36:02Z TRACE local local_pointset: }, -2024-11-06T17:36:02Z TRACE local local_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:36:02Z TRACE local local_pointset: "ref" : "AV12.present_value", -2024-11-06T17:36:02Z TRACE local local_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:36:02Z TRACE local local_pointset: } -2024-11-06T17:36:02Z TRACE local local_pointset: } -2024-11-06T17:36:02Z TRACE local local_pointset: } -2024-11-06T17:36:02Z TRACE updated check config_gateway: false -2024-11-06T17:36:02Z TRACE updated check config_localnet: false -2024-11-06T17:36:02Z TRACE updated check config_blobset: false -2024-11-06T17:36:02Z TRACE updated check config_discovery: false -2024-11-06T17:36:02Z DEBUG Saving pre-config state timestamp 2024-11-06T17:36:01Z -2024-11-06T17:36:02Z DEBUG Update lastConfigUpdate 2024-11-06T17:36:02Z, because Before target point to have value_state failure -2024-11-06T17:36:02Z TRACE Stage suspend waiting for target point to have value_state failure at 20s -2024-11-06T17:36:02Z INFO Stage start waiting for config update synchronized at 20s -2024-11-06T17:36:02Z TRACE received command AHU-1/state/localnet -2024-11-06T17:36:02Z TRACE received state_localnet: { -2024-11-06T17:36:02Z TRACE received state_localnet: "families" : { -2024-11-06T17:36:02Z TRACE received state_localnet: "ether" : { -2024-11-06T17:36:02Z TRACE received state_localnet: "addr" : "7c:1e:52:59:f6:f5" -2024-11-06T17:36:02Z TRACE received state_localnet: }, -2024-11-06T17:36:02Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:36:02Z TRACE received state_localnet: "addr" : "10.1.0.159" -2024-11-06T17:36:02Z TRACE received state_localnet: }, -2024-11-06T17:36:02Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:36:02Z TRACE received state_localnet: "addr" : "fe80::7e1e:52ff:fe59:f6f5" -2024-11-06T17:36:02Z TRACE received state_localnet: }, -2024-11-06T17:36:02Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:36:02Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:36:02Z TRACE received state_localnet: } -2024-11-06T17:36:02Z TRACE received state_localnet: }, -2024-11-06T17:36:02Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:36:01Z", -2024-11-06T17:36:02Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:36:02Z TRACE received state_localnet: } -2024-11-06T17:36:02Z DEBUG Handling device message state_localnet MP:1addff52-1 -2024-11-06T17:36:02Z TRACE Ignoring partial state update -2024-11-06T17:36:02Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-06T17:36:02Z TRACE received command AHU-1/state/pointset -2024-11-06T17:36:02Z TRACE received state_pointset: { -2024-11-06T17:36:02Z TRACE received state_pointset: "points" : { -2024-11-06T17:36:02Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:36:02Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:36:02Z TRACE received state_pointset: }, -2024-11-06T17:36:02Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:36:02Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:36:02Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:36:02Z TRACE received state_pointset: }, -2024-11-06T17:36:02Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:36:02Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:36:02Z TRACE received state_pointset: } -2024-11-06T17:36:02Z TRACE received state_pointset: }, -2024-11-06T17:36:02Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:36:01Z", -2024-11-06T17:36:02Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:36:02Z TRACE received state_pointset: } -2024-11-06T17:36:02Z DEBUG Handling device message state_pointset MP:1addff52-2 -2024-11-06T17:36:02Z TRACE Ignoring partial state update -2024-11-06T17:36:02Z TRACE received command AHU-1/config/update -2024-11-06T17:36:02Z DEBUG received config_update -2024-11-06T17:36:02Z DEBUG Handling update message config_update RC:6c3cb0.00000020 -2024-11-06T17:36:02Z DEBUG Removed configTransaction RC:6c3cb0.00000020 -2024-11-06T17:36:02Z DEBUG last_start changed false, last_start 2024-11-06T17:34:19Z -2024-11-06T17:36:02Z DEBUG Updated config 2024-11-06T17:36:02Z RC:6c3cb0.00000020 -2024-11-06T17:36:02Z INFO Updated config #017: Changed 1 fields: -2024-11-06T17:36:02Z INFO Updated config #017: Add `pointset.points.filter_alarm_pressure_status.set_value` = `false` -2024-11-06T17:36:02Z DEBUG Detail config update synchronized is now: device state not updated since config issued, last_config not synced in state -2024-11-06T17:36:03Z TRACE received command AHU-1/state/update -2024-11-06T17:36:03Z DEBUG received state_update -2024-11-06T17:36:03Z DEBUG Handling update message state_update MP:50aa4bc9 -2024-11-06T17:36:03Z DEBUG Updated state after 0s 2024-11-06T17:36:03Z MP:50aa4bc9 -2024-11-06T17:36:03Z INFO Updated state #019: Changed 5 fields: -2024-11-06T17:36:03Z INFO Updated state #019: Set `system.last_config` = `2024-11-06T17:36:02Z` -2024-11-06T17:36:03Z INFO Updated state #019: Set `system.status.timestamp` = `2024-11-06T17:36:02Z` -2024-11-06T17:36:03Z INFO Updated state #019: Add `pointset.points.filter_alarm_pressure_status.value_state` = `failure` -2024-11-06T17:36:03Z INFO Updated state #019: Add `pointset.points.filter_alarm_pressure_status.status` = { "level": `500`, "detail": `Point filter_alarm_pressure_status (writable false)`, "message": `Point is not writable`, "category": `pointset.point.failure`, "timestamp": `2024-11-06T17:36:02Z` } -2024-11-06T17:36:03Z INFO Updated state #019: Set `timestamp` = `2024-11-06T17:36:03Z` -2024-11-06T17:36:03Z DEBUG Updated state has last_config 2024-11-06T17:36:02Z (expecting 2024-11-06T17:36:02Z) -2024-11-06T17:36:03Z TRACE received command AHU-1/state/system -2024-11-06T17:36:03Z TRACE received state_system: { -2024-11-06T17:36:03Z TRACE received state_system: "hardware" : { -2024-11-06T17:36:03Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:36:03Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:36:03Z TRACE received state_system: }, -2024-11-06T17:36:03Z TRACE received state_system: "last_config" : "2024-11-06T17:36:02Z", -2024-11-06T17:36:03Z TRACE received state_system: "operation" : { -2024-11-06T17:36:03Z TRACE received state_system: "operational" : true, -2024-11-06T17:36:03Z TRACE received state_system: "last_start" : "2024-11-06T17:34:19Z", -2024-11-06T17:36:03Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:36:03Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:36:03Z TRACE received state_system: }, -2024-11-06T17:36:03Z TRACE received state_system: "serial_no" : "sequencer-28991", -2024-11-06T17:36:03Z TRACE received state_system: "software" : { -2024-11-06T17:36:03Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:36:03Z TRACE received state_system: }, -2024-11-06T17:36:03Z TRACE received state_system: "status" : { -2024-11-06T17:36:03Z TRACE received state_system: "message" : "success", -2024-11-06T17:36:03Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:36:03Z TRACE received state_system: "timestamp" : "2024-11-06T17:36:02Z", -2024-11-06T17:36:03Z TRACE received state_system: "level" : 300 -2024-11-06T17:36:03Z TRACE received state_system: }, -2024-11-06T17:36:03Z TRACE received state_system: "timestamp" : "2024-11-06T17:36:03Z", -2024-11-06T17:36:03Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:36:03Z TRACE received state_system: } -2024-11-06T17:36:03Z DEBUG Handling device message state_system MP:50aa4bc9-0 -2024-11-06T17:36:03Z TRACE Ignoring partial state update -2024-11-06T17:36:03Z DEBUG Detail config update synchronized is now: null -2024-11-06T17:36:03Z DEBUG Stage finished waiting for config update synchronized at 21s after 0s -2024-11-06T17:36:03Z TRACE Stage resume waiting for target point to have value_state failure at 21s -2024-11-06T17:36:03Z DEBUG Config sync took 1s -2024-11-06T17:36:03Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:36:03Z DEBUG Update config Before target point to have value_state failure timestamp 2024-11-06T17:36:02Z -2024-11-06T17:36:03Z TRACE local local_update: { -2024-11-06T17:36:03Z TRACE local local_update: "timestamp" : "2024-11-06T17:36:02Z", -2024-11-06T17:36:03Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:36:03Z TRACE local local_update: "system" : { -2024-11-06T17:36:03Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:36:03Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:36:03Z TRACE local local_update: "operation" : { -2024-11-06T17:36:03Z TRACE local local_update: "last_start" : "2024-11-06T17:34:19Z" -2024-11-06T17:36:03Z TRACE local local_update: }, -2024-11-06T17:36:03Z TRACE local local_update: "testing" : { -2024-11-06T17:36:03Z TRACE local local_update: "sequence_name" : "writeback_failure" -2024-11-06T17:36:03Z TRACE local local_update: } -2024-11-06T17:36:03Z TRACE local local_update: }, -2024-11-06T17:36:03Z TRACE local local_update: "localnet" : { -2024-11-06T17:36:03Z TRACE local local_update: "families" : { -2024-11-06T17:36:03Z TRACE local local_update: "ether" : { }, -2024-11-06T17:36:03Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:36:03Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:36:03Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:36:03Z TRACE local local_update: } -2024-11-06T17:36:03Z TRACE local local_update: }, -2024-11-06T17:36:03Z TRACE local local_update: "pointset" : { -2024-11-06T17:36:03Z TRACE local local_update: "points" : { -2024-11-06T17:36:03Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:36:03Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:36:03Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:36:03Z TRACE local local_update: }, -2024-11-06T17:36:03Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:36:03Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:36:03Z TRACE local local_update: "units" : "No-units", -2024-11-06T17:36:03Z TRACE local local_update: "set_value" : false -2024-11-06T17:36:03Z TRACE local local_update: }, -2024-11-06T17:36:03Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:36:03Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:36:03Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:36:03Z TRACE local local_update: } -2024-11-06T17:36:03Z TRACE local local_update: } -2024-11-06T17:36:03Z TRACE local local_update: } -2024-11-06T17:36:03Z TRACE local local_update: } -2024-11-06T17:36:03Z DEBUG Recorded sequence: 1. Update config Before target point to have value_state failure -2024-11-06T17:36:03Z INFO Device config Add `pointset.points.filter_alarm_pressure_status.set_value` = `false` -2024-11-06T17:36:03Z TRACE Update config Before target point to have value_state failure: Add `pointset.points.filter_alarm_pressure_status.set_value` = `false` -2024-11-06T17:36:03Z DEBUG Value state failure == failure (true) -2024-11-06T17:36:03Z DEBUG Recorded sequence: 1. Wait until target point to have value_state failure -2024-11-06T17:36:03Z DEBUG Stage finished waiting for target point to have value_state failure at 21s after 2s -2024-11-06T17:36:03Z TRACE Stage resume waiting for executing test at 21s -2024-11-06T17:36:03Z DEBUG stage done waiting for executing test at 21s -2024-11-06T17:36:03Z DEBUG Removing implicit system capability LAST_CONFIG -2024-11-06T17:36:03Z NOTICE RESULT pass writeback writeback_failure ALPHA 10/10 Sequence complete -2024-11-06T17:36:03Z NOTICE Sequence complete -2024-11-06T17:36:03Z NOTICE ending test writeback_failure after 21s ################################ +2024-12-17T05:28:33Z NOTICE starting test writeback_failure ################################ +2024-12-17T05:28:33Z INFO Stage start waiting for starting test wrapper at 0s +2024-12-17T05:28:41Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:28:41Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:41Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:28:41Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:28:41Z DEBUG Set extraFieldChanged false because extra_field null +2024-12-17T05:28:41Z WARNING Now using alternate connection client! +2024-12-17T05:28:41Z TRACE Stage suspend waiting for starting test wrapper at 8s +2024-12-17T05:28:41Z INFO Stage start waiting for using alternate client at 8s +2024-12-17T05:28:41Z DEBUG Delay from lastConfigMark 2024-12-17T05:28:33.589034647Z is -6035ms +2024-12-17T05:28:41Z DEBUG Forcing config update +2024-12-17T05:28:41Z TRACE Updated check config_update: true +2024-12-17T05:28:41Z DEBUG Update config_update, adding configTransaction RC:7da8f7.00000006 +2024-12-17T05:28:41Z TRACE Outgoing local_update: { +2024-12-17T05:28:41Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###null", +2024-12-17T05:28:41Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:41Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:41Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:41Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:41Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:28:41Z TRACE Outgoing local_update: }, +2024-12-17T05:28:41Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:41Z TRACE Outgoing local_update: "sequence_name" : "writeback_failure", +2024-12-17T05:28:41Z TRACE Outgoing local_update: "endpoint_type" : "alternate" +2024-12-17T05:28:41Z TRACE Outgoing local_update: } +2024-12-17T05:28:41Z TRACE Outgoing local_update: }, +2024-12-17T05:28:41Z TRACE Outgoing local_update: "blobset" : { +2024-12-17T05:28:41Z TRACE Outgoing local_update: "blobs" : { +2024-12-17T05:28:41Z TRACE Outgoing local_update: "_iot_endpoint_config" : { +2024-12-17T05:28:41Z TRACE Outgoing local_update: "phase" : "final", +2024-12-17T05:28:41Z TRACE Outgoing local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzUvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzUvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfNS9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", +2024-12-17T05:28:41Z TRACE Outgoing local_update: "sha256" : "@@@blob data hash###03fed68edf4dcf5d3af55dc45753638b705be9583f1c51c937861eaebc455d25", +2024-12-17T05:28:41Z TRACE Outgoing local_update: "generation" : "2024-12-17T05:28:41Z" +2024-12-17T05:28:41Z TRACE Outgoing local_update: } +2024-12-17T05:28:41Z TRACE Outgoing local_update: } +2024-12-17T05:28:41Z TRACE Outgoing local_update: } +2024-12-17T05:28:41Z TRACE Outgoing local_update: } +2024-12-17T05:28:41Z DEBUG Detail pending config transaction is now: RC:7da8f7.00000006 +2024-12-17T05:28:41Z TRACE received command AHU-1/config/update +2024-12-17T05:28:41Z DEBUG Received config_update +2024-12-17T05:28:41Z DEBUG Handling update message config_update RC:7da8f7.00000006 +2024-12-17T05:28:41Z DEBUG Removed configTransaction RC:7da8f7.00000006 +2024-12-17T05:28:41Z DEBUG Set last_start changed false, last_start 1970-01-01T00:01:13Z +2024-12-17T05:28:41Z DEBUG Updated config 2024-12-17T05:28:41Z RC:7da8f7.00000006 +2024-12-17T05:28:41Z INFO Updated config #001: { +2024-12-17T05:28:41Z INFO Updated config #001: "timestamp" : "2024-12-17T05:28:41Z", +2024-12-17T05:28:41Z INFO Updated config #001: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:41Z INFO Updated config #001: "system" : { +2024-12-17T05:28:41Z INFO Updated config #001: "min_loglevel" : 100, +2024-12-17T05:28:41Z INFO Updated config #001: "metrics_rate_sec" : 10, +2024-12-17T05:28:41Z INFO Updated config #001: "operation" : { +2024-12-17T05:28:41Z INFO Updated config #001: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:28:41Z INFO Updated config #001: }, +2024-12-17T05:28:41Z INFO Updated config #001: "testing" : { +2024-12-17T05:28:41Z INFO Updated config #001: "sequence_name" : "writeback_failure", +2024-12-17T05:28:41Z INFO Updated config #001: "endpoint_type" : "alternate" +2024-12-17T05:28:41Z INFO Updated config #001: } +2024-12-17T05:28:41Z INFO Updated config #001: }, +2024-12-17T05:28:41Z INFO Updated config #001: "blobset" : { +2024-12-17T05:28:41Z INFO Updated config #001: "blobs" : { +2024-12-17T05:28:41Z INFO Updated config #001: "_iot_endpoint_config" : { +2024-12-17T05:28:41Z INFO Updated config #001: "phase" : "final", +2024-12-17T05:28:41Z INFO Updated config #001: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzUvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzUvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfNS9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", +2024-12-17T05:28:41Z INFO Updated config #001: "sha256" : "@@@blob data hash###03fed68edf4dcf5d3af55dc45753638b705be9583f1c51c937861eaebc455d25", +2024-12-17T05:28:41Z INFO Updated config #001: "generation" : "2024-12-17T05:28:41Z" +2024-12-17T05:28:41Z INFO Updated config #001: } +2024-12-17T05:28:41Z INFO Updated config #001: } +2024-12-17T05:28:41Z INFO Updated config #001: } +2024-12-17T05:28:41Z INFO Updated config #001: } +2024-12-17T05:28:41Z DEBUG Expected last_config now 2024-12-17T05:28:41Z +2024-12-17T05:28:41Z DEBUG Detail pending config transaction is now: null +2024-12-17T05:28:41Z DEBUG New lastConfigMark at 2024-12-17T05:28:41Z +2024-12-17T05:28:41Z DEBUG Update config reset alternate registry timestamp 2024-12-17T05:28:41Z +2024-12-17T05:28:41Z TRACE Outgoing local_update: { +2024-12-17T05:28:41Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:28:41Z", +2024-12-17T05:28:41Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:41Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:41Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:41Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:41Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:41Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:28:41Z TRACE Outgoing local_update: }, +2024-12-17T05:28:41Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:41Z TRACE Outgoing local_update: "sequence_name" : "writeback_failure", +2024-12-17T05:28:41Z TRACE Outgoing local_update: "endpoint_type" : "alternate" +2024-12-17T05:28:41Z TRACE Outgoing local_update: } +2024-12-17T05:28:41Z TRACE Outgoing local_update: }, +2024-12-17T05:28:41Z TRACE Outgoing local_update: "blobset" : { +2024-12-17T05:28:41Z TRACE Outgoing local_update: "blobs" : { +2024-12-17T05:28:41Z TRACE Outgoing local_update: "_iot_endpoint_config" : { +2024-12-17T05:28:41Z TRACE Outgoing local_update: "phase" : "final", +2024-12-17T05:28:41Z TRACE Outgoing local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzUvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzUvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfNS9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", +2024-12-17T05:28:41Z TRACE Outgoing local_update: "sha256" : "@@@blob data hash###03fed68edf4dcf5d3af55dc45753638b705be9583f1c51c937861eaebc455d25", +2024-12-17T05:28:41Z TRACE Outgoing local_update: "generation" : "2024-12-17T05:28:41Z" +2024-12-17T05:28:41Z TRACE Outgoing local_update: } +2024-12-17T05:28:41Z TRACE Outgoing local_update: } +2024-12-17T05:28:41Z TRACE Outgoing local_update: } +2024-12-17T05:28:41Z TRACE Outgoing local_update: } +2024-12-17T05:28:41Z TRACE Update config reset alternate registry: Add `system` = { "min_loglevel": `100`, "testing": { "endpoint_type": `alternate`, "sequence_name": `writeback_failure` }, "metrics_rate_sec": `10`, "operation": { "last_start": `device reported` } } +2024-12-17T05:28:41Z TRACE Update config reset alternate registry: Add `version` = `cloud udmi version` +2024-12-17T05:28:41Z TRACE Update config reset alternate registry: Add `blobset` = { "blobs": { "_iot_endpoint_config": { "phase": `final`, "generation": `blob generation`, "sha256": `blob data hash`, "url": `endpoint data` } } } +2024-12-17T05:28:41Z TRACE Update config reset alternate registry: Add `timestamp` = `generated timestamp` +2024-12-17T05:28:41Z DEBUG Stage finished waiting for using alternate client at 8s after 0s +2024-12-17T05:28:41Z TRACE Stage resume waiting for starting test wrapper at 8s +2024-12-17T05:28:41Z WARNING Done with alternate connection client! +2024-12-17T05:28:41Z DEBUG Allowing device state change (everything) +2024-12-17T05:28:41Z DEBUG Starting reset_config full reset true +2024-12-17T05:28:41Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:28:41Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:41Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:28:41Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:28:41Z DEBUG Set extraFieldChanged false because extra_field null +2024-12-17T05:28:41Z DEBUG Set extraFieldChanged true because extra_field reset_config +2024-12-17T05:28:41Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:28:41Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:41Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:28:41Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:28:41Z DEBUG Set extraFieldChanged true because extra_field null +2024-12-17T05:28:41Z DEBUG Delay from lastConfigMark 2024-12-17T05:28:41.703949542Z is 1980ms +2024-12-17T05:28:41Z DEBUG Rate-limiting config by 1980ms +2024-12-17T05:28:43Z TRACE Updated check config_update: true +2024-12-17T05:28:43Z DEBUG Update config_update, adding configTransaction RC:7da8f7.00000007 +2024-12-17T05:28:43Z TRACE Outgoing local_update: { +2024-12-17T05:28:43Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###1.5.2", +2024-12-17T05:28:43Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:43Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:43Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:43Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:43Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:28:43Z TRACE Outgoing local_update: }, +2024-12-17T05:28:43Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:43Z TRACE Outgoing local_update: "sequence_name" : "writeback_failure" +2024-12-17T05:28:43Z TRACE Outgoing local_update: } +2024-12-17T05:28:43Z TRACE Outgoing local_update: }, +2024-12-17T05:28:43Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:43Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:43Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:43Z TRACE Outgoing local_update: } +2024-12-17T05:28:43Z TRACE Outgoing local_update: }, +2024-12-17T05:28:43Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:43Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:43Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:43Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:43Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:43Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:43Z TRACE Outgoing local_update: } +2024-12-17T05:28:43Z TRACE Outgoing local_update: }, +2024-12-17T05:28:43Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:43Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:43Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:43Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:43Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:43Z TRACE Outgoing local_update: }, +2024-12-17T05:28:43Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:43Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:43Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:43Z TRACE Outgoing local_update: }, +2024-12-17T05:28:43Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:43Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:43Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:28:43Z TRACE Outgoing local_update: } +2024-12-17T05:28:43Z TRACE Outgoing local_update: } +2024-12-17T05:28:43Z TRACE Outgoing local_update: } +2024-12-17T05:28:43Z TRACE Outgoing local_update: } +2024-12-17T05:28:43Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:43Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:28:43Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:43Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:28:43Z DEBUG Saving pre-config state timestamp null +2024-12-17T05:28:43Z DEBUG Update lastConfigUpdate 2024-12-17T05:28:43Z, because soft reset +2024-12-17T05:28:43Z TRACE Stage suspend waiting for starting test wrapper at 10s +2024-12-17T05:28:43Z INFO Stage start waiting for config update synchronized at 10s +2024-12-17T05:28:43Z TRACE received command AHU-1/state/system +2024-12-17T05:28:43Z TRACE Received state_system: { +2024-12-17T05:28:43Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:43Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:43Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:43Z TRACE Received state_system: }, +2024-12-17T05:28:43Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:15Z", +2024-12-17T05:28:43Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:43Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:43Z TRACE Received state_system: "last_start" : "2024-12-17T05:28:30Z", +2024-12-17T05:28:43Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:43Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:43Z TRACE Received state_system: }, +2024-12-17T05:28:43Z TRACE Received state_system: "serial_no" : "sequencer-22291", +2024-12-17T05:28:43Z TRACE Received state_system: "software" : { +2024-12-17T05:28:43Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:43Z TRACE Received state_system: }, +2024-12-17T05:28:43Z TRACE Received state_system: "status" : { +2024-12-17T05:28:43Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:43Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:28:43Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:31Z", +2024-12-17T05:28:43Z TRACE Received state_system: "level" : 300 +2024-12-17T05:28:43Z TRACE Received state_system: }, +2024-12-17T05:28:43Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:33Z", +2024-12-17T05:28:43Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:43Z TRACE Received state_system: } +2024-12-17T05:28:43Z DEBUG Handling device message state_system MP:a2fadd2b-0 +2024-12-17T05:28:43Z TRACE Ignoring partial state update +2024-12-17T05:28:43Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:43Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:28:43Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:43Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:28:43Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:43Z TRACE Received state_discovery: { +2024-12-17T05:28:43Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:43Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:33Z", +2024-12-17T05:28:43Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:43Z TRACE Received state_discovery: } +2024-12-17T05:28:43Z DEBUG Handling device message state_discovery MP:a2fadd2b-1 +2024-12-17T05:28:43Z TRACE Ignoring partial state update +2024-12-17T05:28:43Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:43Z TRACE Received state_localnet: { +2024-12-17T05:28:43Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:43Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:43Z TRACE Received state_localnet: "addr" : "00:22:48:0a:56:69" +2024-12-17T05:28:43Z TRACE Received state_localnet: }, +2024-12-17T05:28:43Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:43Z TRACE Received state_localnet: "addr" : "10.1.0.88" +2024-12-17T05:28:43Z TRACE Received state_localnet: }, +2024-12-17T05:28:43Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:43Z TRACE Received state_localnet: "addr" : "fe80::222:48ff:fe0a:5669" +2024-12-17T05:28:43Z TRACE Received state_localnet: }, +2024-12-17T05:28:43Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:43Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:43Z TRACE Received state_localnet: } +2024-12-17T05:28:43Z TRACE Received state_localnet: }, +2024-12-17T05:28:43Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:33Z", +2024-12-17T05:28:43Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:43Z TRACE Received state_localnet: } +2024-12-17T05:28:43Z DEBUG Handling device message state_localnet MP:a2fadd2b-2 +2024-12-17T05:28:43Z TRACE Ignoring partial state update +2024-12-17T05:28:43Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:43Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:28:43Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:43Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:43Z TRACE Received state_pointset: { +2024-12-17T05:28:43Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:43Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:43Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:43Z TRACE Received state_pointset: }, +2024-12-17T05:28:43Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:43Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:43Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:43Z TRACE Received state_pointset: }, +2024-12-17T05:28:43Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:43Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:43Z TRACE Received state_pointset: } +2024-12-17T05:28:43Z TRACE Received state_pointset: }, +2024-12-17T05:28:43Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:33Z", +2024-12-17T05:28:43Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:43Z TRACE Received state_pointset: } +2024-12-17T05:28:43Z DEBUG Handling device message state_pointset MP:a2fadd2b-3 +2024-12-17T05:28:43Z TRACE Ignoring partial state update +2024-12-17T05:28:43Z TRACE received command AHU-1/events/pointset +2024-12-17T05:28:43Z TRACE Received events_pointset: { +2024-12-17T05:28:43Z TRACE Received events_pointset: "points" : { +2024-12-17T05:28:43Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:43Z TRACE Received events_pointset: "present_value" : true +2024-12-17T05:28:43Z TRACE Received events_pointset: }, +2024-12-17T05:28:43Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:43Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:28:43Z TRACE Received events_pointset: }, +2024-12-17T05:28:43Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:43Z TRACE Received events_pointset: "present_value" : 9 +2024-12-17T05:28:43Z TRACE Received events_pointset: } +2024-12-17T05:28:43Z TRACE Received events_pointset: }, +2024-12-17T05:28:43Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:28:36Z", +2024-12-17T05:28:43Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:28:43Z TRACE Received events_pointset: } +2024-12-17T05:28:43Z DEBUG Handling device message events_pointset MP:0cc46891 +2024-12-17T05:28:43Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:43Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:28:43Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:43Z TRACE received command AHU-1/events/system +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:30Z INFO device.log: Configured with auth_type RS256 +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:30Z INFO device.log: Resetting persistent store /home/runner/work/udmi/udmi/sites/udmi_site_model/out/devices/AHU-1/persistent_data.json +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:30Z INFO device.log: Loading endpoint into persistent data from configuration +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:30Z WARNING device.log: Updating persistent store: +{ + "endpoint" : { + "protocol" : "mqtt", + "transport" : "ssl", + "hostname" : "localhost", + "client_id" : "/r/ZZ-TRI-FECTA_5/d/AHU-1", + "topic_prefix" : "/r/ZZ-TRI-FECTA_5/d/AHU-1", + "auth_provider" : { + "basic" : { + "username" : "/r/ZZ-TRI-FECTA_5/d/AHU-1", + "password" : "38269d11" + } + } + }, + "restart_count" : 1 +} +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:30Z INFO device.log: Starting pubber AHU-1, serial sequencer-22291, mac null, gateway null, options noPersist +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:30Z INFO device.log: Loading device key bytes from /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.pkcs8 +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:30Z INFO device.log: CA cert file: /home/runner/work/udmi/udmi/sites/udmi_site_model/reflector/ca.crt +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:30Z INFO device.log: Device cert file: /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.crt +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:30Z INFO device.log: Private key file: /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.pem +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:30Z INFO device.log: Password sha256 6b5344e1 +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:30Z WARNING device.log: Starting connection 1734413310521 with 10 +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:30Z INFO device.log: Update state 2024-12-17T05:28:30Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:30Z WARNING device.log: Dropping state update until config received... +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:30Z WARNING device.log: Creating new config latch for AHU-1 +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:31Z INFO device.log: Update state 2024-12-17T05:28:31Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:31Z WARNING device.log: Dropping state update until config received... +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:31Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:31Z INFO device.log: Update state 2024-12-17T05:28:31Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:31Z WARNING device.log: Dropping state update until config received... +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:31Z WARNING device.log: Received config for config latch AHU-1 +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:31Z WARNING device.log: Starting AHU-1 Pubber sender with delay 10s +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:31Z INFO device.log: 2024-12-17T05:28:31Z received config 2024-12-17T05:28:15Z +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:31Z WARNING device.log: Starting AHU-1 PubberSystemManager sender with delay 10s +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:31Z WARNING device.log: Starting AHU-1 PubberPointsetManager sender with delay 10s +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:31Z WARNING device.log: Start waiting 10s for config latch for AHU-1 +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:31Z WARNING device.log: Ending connection 1734413310521 with 9 +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:31Z NOTICE system.config.apply: success +2024-12-17T05:28:43Z DEBUG Received events_system 2024-12-17T05:28:31Z NOTICE system.config.apply: success +2024-12-17T05:28:43Z DEBUG Handling device message events_system MP:1e904385 +2024-12-17T05:28:43Z TRACE received command AHU-1/events/system +2024-12-17T05:28:43Z DEBUG Received events_system (no logs) +2024-12-17T05:28:43Z DEBUG Handling device message events_system MP:b159c9ff +2024-12-17T05:28:43Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:43Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:28:43Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:43Z TRACE received command AHU-1/events/pointset +2024-12-17T05:28:43Z TRACE Received events_pointset: { +2024-12-17T05:28:43Z TRACE Received events_pointset: "points" : { +2024-12-17T05:28:43Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:43Z TRACE Received events_pointset: "present_value" : true +2024-12-17T05:28:43Z TRACE Received events_pointset: }, +2024-12-17T05:28:43Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:43Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:28:43Z TRACE Received events_pointset: }, +2024-12-17T05:28:43Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:43Z TRACE Received events_pointset: "present_value" : 11 +2024-12-17T05:28:43Z TRACE Received events_pointset: } +2024-12-17T05:28:43Z TRACE Received events_pointset: }, +2024-12-17T05:28:43Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:28:41Z", +2024-12-17T05:28:43Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:28:43Z TRACE Received events_pointset: } +2024-12-17T05:28:43Z DEBUG Handling device message events_pointset MP:371fce4f +2024-12-17T05:28:43Z TRACE received command AHU-1/config/update +2024-12-17T05:28:43Z DEBUG Received config_update +2024-12-17T05:28:43Z DEBUG Handling update message config_update RC:7da8f7.00000007 +2024-12-17T05:28:43Z DEBUG Removed configTransaction RC:7da8f7.00000007 +2024-12-17T05:28:43Z DEBUG Set last_start changed false, last_start 1970-01-01T00:01:13Z +2024-12-17T05:28:43Z DEBUG Updated config 2024-12-17T05:28:43Z RC:7da8f7.00000007 +2024-12-17T05:28:43Z INFO Updated config #002: Changed 5 fields: +2024-12-17T05:28:43Z INFO Updated config #002: Remove `system.testing.endpoint_type` +2024-12-17T05:28:43Z INFO Updated config #002: Add `discovery` = { "families": { "vendor": { } } } +2024-12-17T05:28:43Z INFO Updated config #002: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } +2024-12-17T05:28:43Z INFO Updated config #002: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "bacnet": { } } } +2024-12-17T05:28:43Z INFO Updated config #002: Remove `blobset` +2024-12-17T05:28:43Z DEBUG Expected last_config now 2024-12-17T05:28:43Z +2024-12-17T05:28:43Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:43Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:28:43Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:43Z DEBUG Detail config update synchronized is now: device state not updated since config issued +2024-12-17T05:28:43Z TRACE received command AHU-1/state/update +2024-12-17T05:28:43Z DEBUG Received state_update +2024-12-17T05:28:43Z DEBUG Handling update message state_update MP:c40e619d +2024-12-17T05:28:43Z DEBUG Updated state after 0s 2024-12-17T05:28:43Z MP:c40e619d +2024-12-17T05:28:43Z INFO Initial state #001: { +2024-12-17T05:28:43Z INFO Initial state #001: "timestamp" : "2024-12-17T05:28:43Z", +2024-12-17T05:28:43Z INFO Initial state #001: "version" : "1.5.2", +2024-12-17T05:28:43Z INFO Initial state #001: "system" : { +2024-12-17T05:28:43Z INFO Initial state #001: "last_config" : "2024-12-17T05:28:15Z", +2024-12-17T05:28:43Z INFO Initial state #001: "operation" : { +2024-12-17T05:28:43Z INFO Initial state #001: "operational" : true, +2024-12-17T05:28:43Z INFO Initial state #001: "last_start" : "2024-12-17T05:28:30Z", +2024-12-17T05:28:43Z INFO Initial state #001: "restart_count" : 1, +2024-12-17T05:28:43Z INFO Initial state #001: "mode" : "initial" +2024-12-17T05:28:43Z INFO Initial state #001: }, +2024-12-17T05:28:43Z INFO Initial state #001: "serial_no" : "sequencer-22291", +2024-12-17T05:28:43Z INFO Initial state #001: "hardware" : { +2024-12-17T05:28:43Z INFO Initial state #001: "make" : "BOS", +2024-12-17T05:28:43Z INFO Initial state #001: "model" : "pubber" +2024-12-17T05:28:43Z INFO Initial state #001: }, +2024-12-17T05:28:43Z INFO Initial state #001: "software" : { +2024-12-17T05:28:43Z INFO Initial state #001: "firmware" : "v1" +2024-12-17T05:28:43Z INFO Initial state #001: }, +2024-12-17T05:28:43Z INFO Initial state #001: "status" : { +2024-12-17T05:28:43Z INFO Initial state #001: "message" : "success", +2024-12-17T05:28:43Z INFO Initial state #001: "category" : "system.config.parse", +2024-12-17T05:28:43Z INFO Initial state #001: "timestamp" : "2024-12-17T05:28:43Z", +2024-12-17T05:28:43Z INFO Initial state #001: "level" : 100 +2024-12-17T05:28:43Z INFO Initial state #001: } +2024-12-17T05:28:43Z INFO Initial state #001: }, +2024-12-17T05:28:43Z INFO Initial state #001: "discovery" : { +2024-12-17T05:28:43Z INFO Initial state #001: "families" : { } +2024-12-17T05:28:43Z INFO Initial state #001: }, +2024-12-17T05:28:43Z INFO Initial state #001: "localnet" : { +2024-12-17T05:28:43Z INFO Initial state #001: "families" : { +2024-12-17T05:28:43Z INFO Initial state #001: "ether" : { +2024-12-17T05:28:43Z INFO Initial state #001: "addr" : "00:22:48:0a:56:69" +2024-12-17T05:28:43Z INFO Initial state #001: }, +2024-12-17T05:28:43Z INFO Initial state #001: "ipv4" : { +2024-12-17T05:28:43Z INFO Initial state #001: "addr" : "10.1.0.88" +2024-12-17T05:28:43Z INFO Initial state #001: }, +2024-12-17T05:28:43Z INFO Initial state #001: "ipv6" : { +2024-12-17T05:28:43Z INFO Initial state #001: "addr" : "fe80::222:48ff:fe0a:5669" +2024-12-17T05:28:43Z INFO Initial state #001: }, +2024-12-17T05:28:43Z INFO Initial state #001: "vendor" : { +2024-12-17T05:28:43Z INFO Initial state #001: "addr" : "28179023" +2024-12-17T05:28:43Z INFO Initial state #001: } +2024-12-17T05:28:43Z INFO Initial state #001: } +2024-12-17T05:28:43Z INFO Initial state #001: }, +2024-12-17T05:28:43Z INFO Initial state #001: "pointset" : { +2024-12-17T05:28:43Z INFO Initial state #001: "points" : { +2024-12-17T05:28:43Z INFO Initial state #001: "filter_alarm_pressure_status" : { +2024-12-17T05:28:43Z INFO Initial state #001: "units" : "No-units" +2024-12-17T05:28:43Z INFO Initial state #001: }, +2024-12-17T05:28:43Z INFO Initial state #001: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:43Z INFO Initial state #001: "units" : "Bars", +2024-12-17T05:28:43Z INFO Initial state #001: "value_state" : "applied" +2024-12-17T05:28:43Z INFO Initial state #001: }, +2024-12-17T05:28:43Z INFO Initial state #001: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:43Z INFO Initial state #001: "units" : "Degrees-Celsius" +2024-12-17T05:28:43Z INFO Initial state #001: } +2024-12-17T05:28:43Z INFO Initial state #001: } +2024-12-17T05:28:43Z INFO Initial state #001: } +2024-12-17T05:28:43Z INFO Initial state #001: } +2024-12-17T05:28:43Z NOTICE Received serial number sequencer-22291 +2024-12-17T05:28:43Z DEBUG Updated state has last_config 2024-12-17T05:28:15Z (expecting 2024-12-17T05:28:43Z) +2024-12-17T05:28:43Z TRACE received command AHU-1/state/system +2024-12-17T05:28:43Z TRACE Received state_system: { +2024-12-17T05:28:43Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:43Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:43Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:43Z TRACE Received state_system: }, +2024-12-17T05:28:43Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:15Z", +2024-12-17T05:28:43Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:43Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:43Z TRACE Received state_system: "last_start" : "2024-12-17T05:28:30Z", +2024-12-17T05:28:43Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:43Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:43Z TRACE Received state_system: }, +2024-12-17T05:28:43Z TRACE Received state_system: "serial_no" : "sequencer-22291", +2024-12-17T05:28:43Z TRACE Received state_system: "software" : { +2024-12-17T05:28:43Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:43Z TRACE Received state_system: }, +2024-12-17T05:28:43Z TRACE Received state_system: "status" : { +2024-12-17T05:28:43Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:43Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:28:43Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:43Z", +2024-12-17T05:28:43Z TRACE Received state_system: "level" : 100 +2024-12-17T05:28:43Z TRACE Received state_system: }, +2024-12-17T05:28:43Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:43Z", +2024-12-17T05:28:43Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:43Z TRACE Received state_system: } +2024-12-17T05:28:43Z DEBUG Handling device message state_system MP:c40e619d-0 +2024-12-17T05:28:43Z TRACE Ignoring partial state update +2024-12-17T05:28:43Z DEBUG Detail config update synchronized is now: last_start not synced in config, last_config not synced in state +2024-12-17T05:28:43Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:43Z TRACE Received state_discovery: { +2024-12-17T05:28:43Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:43Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:43Z", +2024-12-17T05:28:43Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:43Z TRACE Received state_discovery: } +2024-12-17T05:28:43Z DEBUG Handling device message state_discovery MP:c40e619d-1 +2024-12-17T05:28:43Z TRACE Ignoring partial state update +2024-12-17T05:28:43Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:43Z TRACE Received state_localnet: { +2024-12-17T05:28:43Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:43Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:43Z TRACE Received state_localnet: "addr" : "00:22:48:0a:56:69" +2024-12-17T05:28:43Z TRACE Received state_localnet: }, +2024-12-17T05:28:43Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:43Z TRACE Received state_localnet: "addr" : "10.1.0.88" +2024-12-17T05:28:43Z TRACE Received state_localnet: }, +2024-12-17T05:28:43Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:43Z TRACE Received state_localnet: "addr" : "fe80::222:48ff:fe0a:5669" +2024-12-17T05:28:43Z TRACE Received state_localnet: }, +2024-12-17T05:28:43Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:43Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:43Z TRACE Received state_localnet: } +2024-12-17T05:28:43Z TRACE Received state_localnet: }, +2024-12-17T05:28:43Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:43Z", +2024-12-17T05:28:43Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:43Z TRACE Received state_localnet: } +2024-12-17T05:28:43Z DEBUG Handling device message state_localnet MP:c40e619d-2 +2024-12-17T05:28:43Z TRACE Ignoring partial state update +2024-12-17T05:28:43Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:43Z TRACE Received state_pointset: { +2024-12-17T05:28:43Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:43Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:43Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:43Z TRACE Received state_pointset: }, +2024-12-17T05:28:43Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:43Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:43Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:43Z TRACE Received state_pointset: }, +2024-12-17T05:28:43Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:43Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:43Z TRACE Received state_pointset: } +2024-12-17T05:28:43Z TRACE Received state_pointset: }, +2024-12-17T05:28:43Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:43Z", +2024-12-17T05:28:43Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:43Z TRACE Received state_pointset: } +2024-12-17T05:28:43Z DEBUG Handling device message state_pointset MP:c40e619d-3 +2024-12-17T05:28:43Z TRACE Ignoring partial state update +2024-12-17T05:28:43Z TRACE received command AHU-1/config/update +2024-12-17T05:28:43Z DEBUG Received config_update +2024-12-17T05:28:43Z DEBUG Handling update message config_update MP:c40e619d +2024-12-17T05:28:43Z DEBUG Set last_start changed true, last_start 2024-12-17T05:28:30Z +2024-12-17T05:28:43Z DEBUG Updated config 2024-12-17T05:28:43Z MP:c40e619d +2024-12-17T05:28:43Z INFO Updated config #003: Changed 0 fields. +2024-12-17T05:28:43Z DEBUG Expected last_config now 2024-12-17T05:28:43Z +2024-12-17T05:28:43Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:28:45Z TRACE received command AHU-1/state/update +2024-12-17T05:28:45Z DEBUG Received state_update +2024-12-17T05:28:45Z DEBUG Handling update message state_update MP:505016b9 +2024-12-17T05:28:45Z DEBUG Updated state after 0s 2024-12-17T05:28:45Z MP:505016b9 +2024-12-17T05:28:45Z INFO Updated state #002: Changed 4 fields: +2024-12-17T05:28:45Z INFO Updated state #002: Set `system.last_config` = `2024-12-17T05:28:43Z` +2024-12-17T05:28:45Z INFO Updated state #002: Set `system.status.level` = `300` +2024-12-17T05:28:45Z INFO Updated state #002: Set `system.status.category` = `system.config.apply` +2024-12-17T05:28:45Z INFO Updated state #002: Set `timestamp` = `2024-12-17T05:28:45Z` +2024-12-17T05:28:45Z DEBUG Updated state has last_config 2024-12-17T05:28:43Z (expecting 2024-12-17T05:28:43Z) +2024-12-17T05:28:45Z TRACE received command AHU-1/state/system +2024-12-17T05:28:45Z TRACE Received state_system: { +2024-12-17T05:28:45Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:45Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:45Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:45Z TRACE Received state_system: }, +2024-12-17T05:28:45Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:43Z", +2024-12-17T05:28:45Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:45Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:45Z TRACE Received state_system: "last_start" : "2024-12-17T05:28:30Z", +2024-12-17T05:28:45Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:45Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:45Z TRACE Received state_system: }, +2024-12-17T05:28:45Z TRACE Received state_system: "serial_no" : "sequencer-22291", +2024-12-17T05:28:45Z TRACE Received state_system: "software" : { +2024-12-17T05:28:45Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:45Z TRACE Received state_system: }, +2024-12-17T05:28:45Z TRACE Received state_system: "status" : { +2024-12-17T05:28:45Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:45Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:28:45Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:43Z", +2024-12-17T05:28:45Z TRACE Received state_system: "level" : 300 +2024-12-17T05:28:45Z TRACE Received state_system: }, +2024-12-17T05:28:45Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:45Z", +2024-12-17T05:28:45Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:45Z TRACE Received state_system: } +2024-12-17T05:28:45Z DEBUG Handling device message state_system MP:505016b9-0 +2024-12-17T05:28:45Z TRACE Ignoring partial state update +2024-12-17T05:28:45Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:28:45Z DEBUG Stage finished waiting for config update synchronized at 12s after 2s +2024-12-17T05:28:45Z TRACE Stage resume waiting for starting test wrapper at 12s +2024-12-17T05:28:45Z DEBUG Config sync took 2s +2024-12-17T05:28:45Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:28:45Z DEBUG New lastConfigMark at 2024-12-17T05:28:45Z +2024-12-17T05:28:45Z DEBUG Update config soft reset timestamp 2024-12-17T05:28:43Z +2024-12-17T05:28:45Z TRACE Outgoing local_update: { +2024-12-17T05:28:45Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:28:43Z", +2024-12-17T05:28:45Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:45Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:45Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:45Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:45Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:45Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:28:30Z" +2024-12-17T05:28:45Z TRACE Outgoing local_update: }, +2024-12-17T05:28:45Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:45Z TRACE Outgoing local_update: "sequence_name" : "writeback_failure" +2024-12-17T05:28:45Z TRACE Outgoing local_update: } +2024-12-17T05:28:45Z TRACE Outgoing local_update: }, +2024-12-17T05:28:45Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:45Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:45Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:45Z TRACE Outgoing local_update: } +2024-12-17T05:28:45Z TRACE Outgoing local_update: }, +2024-12-17T05:28:45Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:45Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:45Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:45Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:45Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:45Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:45Z TRACE Outgoing local_update: } +2024-12-17T05:28:45Z TRACE Outgoing local_update: }, +2024-12-17T05:28:45Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:45Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:45Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:45Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:45Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:45Z TRACE Outgoing local_update: }, +2024-12-17T05:28:45Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:45Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:45Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:45Z TRACE Outgoing local_update: }, +2024-12-17T05:28:45Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:45Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:45Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:28:45Z TRACE Outgoing local_update: } +2024-12-17T05:28:45Z TRACE Outgoing local_update: } +2024-12-17T05:28:45Z TRACE Outgoing local_update: } +2024-12-17T05:28:45Z TRACE Outgoing local_update: } +2024-12-17T05:28:45Z TRACE Update config soft reset: Add `discovery` = { "families": { "vendor": { } } } +2024-12-17T05:28:45Z TRACE Update config soft reset: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } +2024-12-17T05:28:45Z TRACE Update config soft reset: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "bacnet": { } } } +2024-12-17T05:28:45Z TRACE Update config soft reset: Add `timestamp` = `generated timestamp` +2024-12-17T05:28:45Z DEBUG Done with reset_config +2024-12-17T05:28:45Z TRACE Stage suspend waiting for starting test wrapper at 12s +2024-12-17T05:28:45Z INFO Stage start waiting for config update synchronized at 12s +2024-12-17T05:28:45Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:45Z TRACE Received state_discovery: { +2024-12-17T05:28:45Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:45Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:45Z", +2024-12-17T05:28:45Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:45Z TRACE Received state_discovery: } +2024-12-17T05:28:45Z DEBUG Handling device message state_discovery MP:505016b9-1 +2024-12-17T05:28:45Z TRACE Ignoring partial state update +2024-12-17T05:28:45Z DEBUG Stage finished waiting for config update synchronized at 12s after 0s +2024-12-17T05:28:45Z TRACE Stage resume waiting for starting test wrapper at 12s +2024-12-17T05:28:45Z DEBUG Config sync took 2s +2024-12-17T05:28:45Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:28:45Z DEBUG Disallowing device state change (everything) +2024-12-17T05:28:45Z DEBUG Delay from lastConfigMark 2024-12-17T05:28:45.828004639Z is 1990ms +2024-12-17T05:28:45Z DEBUG Rate-limiting config by 1990ms +2024-12-17T05:28:47Z TRACE Updated check config_update: true +2024-12-17T05:28:47Z DEBUG Update config_update, adding configTransaction RC:7da8f7.00000008 +2024-12-17T05:28:47Z TRACE Outgoing local_update: { +2024-12-17T05:28:47Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:28:43Z", +2024-12-17T05:28:47Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:47Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:47Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:47Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:47Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:47Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:28:30Z" +2024-12-17T05:28:47Z TRACE Outgoing local_update: }, +2024-12-17T05:28:47Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:47Z TRACE Outgoing local_update: "sequence_name" : "writeback_failure" +2024-12-17T05:28:47Z TRACE Outgoing local_update: } +2024-12-17T05:28:47Z TRACE Outgoing local_update: }, +2024-12-17T05:28:47Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:47Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:47Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:47Z TRACE Outgoing local_update: } +2024-12-17T05:28:47Z TRACE Outgoing local_update: }, +2024-12-17T05:28:47Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:47Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:47Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:47Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:47Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:47Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:47Z TRACE Outgoing local_update: } +2024-12-17T05:28:47Z TRACE Outgoing local_update: }, +2024-12-17T05:28:47Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:47Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:47Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:47Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:47Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:47Z TRACE Outgoing local_update: }, +2024-12-17T05:28:47Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:47Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:47Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:47Z TRACE Outgoing local_update: }, +2024-12-17T05:28:47Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:47Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:47Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:28:47Z TRACE Outgoing local_update: } +2024-12-17T05:28:47Z TRACE Outgoing local_update: } +2024-12-17T05:28:47Z TRACE Outgoing local_update: } +2024-12-17T05:28:47Z TRACE Outgoing local_update: } +2024-12-17T05:28:47Z DEBUG Saving pre-config state timestamp 2024-12-17T05:28:45Z +2024-12-17T05:28:47Z DEBUG Update lastConfigUpdate 2024-12-17T05:28:47Z, because initial setup +2024-12-17T05:28:47Z TRACE Stage suspend waiting for starting test wrapper at 14s +2024-12-17T05:28:47Z INFO Stage start waiting for config update synchronized at 14s +2024-12-17T05:28:47Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:47Z TRACE Received state_localnet: { +2024-12-17T05:28:47Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:47Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:47Z TRACE Received state_localnet: "addr" : "00:22:48:0a:56:69" +2024-12-17T05:28:47Z TRACE Received state_localnet: }, +2024-12-17T05:28:47Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:47Z TRACE Received state_localnet: "addr" : "10.1.0.88" +2024-12-17T05:28:47Z TRACE Received state_localnet: }, +2024-12-17T05:28:47Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:47Z TRACE Received state_localnet: "addr" : "fe80::222:48ff:fe0a:5669" +2024-12-17T05:28:47Z TRACE Received state_localnet: }, +2024-12-17T05:28:47Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:47Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:47Z TRACE Received state_localnet: } +2024-12-17T05:28:47Z TRACE Received state_localnet: }, +2024-12-17T05:28:47Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:45Z", +2024-12-17T05:28:47Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:47Z TRACE Received state_localnet: } +2024-12-17T05:28:47Z DEBUG Handling device message state_localnet MP:505016b9-2 +2024-12-17T05:28:47Z TRACE Ignoring partial state update +2024-12-17T05:28:47Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:28:47Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:47Z TRACE Received state_pointset: { +2024-12-17T05:28:47Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:47Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:47Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:47Z TRACE Received state_pointset: }, +2024-12-17T05:28:47Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:47Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:47Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:47Z TRACE Received state_pointset: }, +2024-12-17T05:28:47Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:47Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:47Z TRACE Received state_pointset: } +2024-12-17T05:28:47Z TRACE Received state_pointset: }, +2024-12-17T05:28:47Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:45Z", +2024-12-17T05:28:47Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:47Z TRACE Received state_pointset: } +2024-12-17T05:28:47Z DEBUG Handling device message state_pointset MP:505016b9-3 +2024-12-17T05:28:47Z TRACE Ignoring partial state update +2024-12-17T05:28:47Z TRACE received command AHU-1/config/update +2024-12-17T05:28:47Z DEBUG Received config_update +2024-12-17T05:28:47Z DEBUG Handling update message config_update RC:7da8f7.00000008 +2024-12-17T05:28:47Z DEBUG Removed configTransaction RC:7da8f7.00000008 +2024-12-17T05:28:47Z DEBUG Set last_start changed false, last_start 2024-12-17T05:28:30Z +2024-12-17T05:28:47Z DEBUG Updated config 2024-12-17T05:28:47Z RC:7da8f7.00000008 +2024-12-17T05:28:47Z INFO Updated config #004: Changed 0 fields. +2024-12-17T05:28:47Z DEBUG Expected last_config now 2024-12-17T05:28:47Z +2024-12-17T05:28:47Z DEBUG Detail config update synchronized is now: device state not updated since config issued, last_config not synced in state +2024-12-17T05:28:47Z TRACE received command AHU-1/state/update +2024-12-17T05:28:47Z DEBUG Received state_update +2024-12-17T05:28:47Z DEBUG Handling update message state_update MP:61b79397 +2024-12-17T05:28:47Z DEBUG Updated state after 0s 2024-12-17T05:28:47Z MP:61b79397 +2024-12-17T05:28:47Z INFO Updated state #003: Changed 4 fields: +2024-12-17T05:28:47Z INFO Updated state #003: Set `system.status.level` = `100` +2024-12-17T05:28:47Z INFO Updated state #003: Set `system.status.category` = `system.config.parse` +2024-12-17T05:28:47Z INFO Updated state #003: Set `system.status.timestamp` = `2024-12-17T05:28:47Z` +2024-12-17T05:28:47Z INFO Updated state #003: Set `timestamp` = `2024-12-17T05:28:47Z` +2024-12-17T05:28:47Z DEBUG Updated state has last_config 2024-12-17T05:28:43Z (expecting 2024-12-17T05:28:47Z) +2024-12-17T05:28:47Z TRACE received command AHU-1/state/system +2024-12-17T05:28:47Z TRACE Received state_system: { +2024-12-17T05:28:47Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:47Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:47Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:47Z TRACE Received state_system: }, +2024-12-17T05:28:47Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:43Z", +2024-12-17T05:28:47Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:47Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:47Z TRACE Received state_system: "last_start" : "2024-12-17T05:28:30Z", +2024-12-17T05:28:47Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:47Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:47Z TRACE Received state_system: }, +2024-12-17T05:28:47Z TRACE Received state_system: "serial_no" : "sequencer-22291", +2024-12-17T05:28:47Z TRACE Received state_system: "software" : { +2024-12-17T05:28:47Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:47Z TRACE Received state_system: }, +2024-12-17T05:28:47Z TRACE Received state_system: "status" : { +2024-12-17T05:28:47Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:47Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:28:47Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:47Z", +2024-12-17T05:28:47Z TRACE Received state_system: "level" : 100 +2024-12-17T05:28:47Z TRACE Received state_system: }, +2024-12-17T05:28:47Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:47Z", +2024-12-17T05:28:47Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:47Z TRACE Received state_system: } +2024-12-17T05:28:47Z DEBUG Handling device message state_system MP:61b79397-0 +2024-12-17T05:28:47Z TRACE Ignoring partial state update +2024-12-17T05:28:47Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:28:47Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:47Z TRACE Received state_discovery: { +2024-12-17T05:28:47Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:47Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:47Z", +2024-12-17T05:28:47Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:47Z TRACE Received state_discovery: } +2024-12-17T05:28:47Z DEBUG Handling device message state_discovery MP:61b79397-1 +2024-12-17T05:28:47Z TRACE Ignoring partial state update +2024-12-17T05:28:47Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:47Z TRACE Received state_localnet: { +2024-12-17T05:28:47Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:47Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:47Z TRACE Received state_localnet: "addr" : "00:22:48:0a:56:69" +2024-12-17T05:28:47Z TRACE Received state_localnet: }, +2024-12-17T05:28:47Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:47Z TRACE Received state_localnet: "addr" : "10.1.0.88" +2024-12-17T05:28:47Z TRACE Received state_localnet: }, +2024-12-17T05:28:47Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:47Z TRACE Received state_localnet: "addr" : "fe80::222:48ff:fe0a:5669" +2024-12-17T05:28:47Z TRACE Received state_localnet: }, +2024-12-17T05:28:47Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:47Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:47Z TRACE Received state_localnet: } +2024-12-17T05:28:47Z TRACE Received state_localnet: }, +2024-12-17T05:28:47Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:47Z", +2024-12-17T05:28:47Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:47Z TRACE Received state_localnet: } +2024-12-17T05:28:47Z DEBUG Handling device message state_localnet MP:61b79397-2 +2024-12-17T05:28:47Z TRACE Ignoring partial state update +2024-12-17T05:28:47Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:47Z TRACE Received state_pointset: { +2024-12-17T05:28:47Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:47Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:47Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:47Z TRACE Received state_pointset: }, +2024-12-17T05:28:47Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:47Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:47Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:47Z TRACE Received state_pointset: }, +2024-12-17T05:28:47Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:47Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:47Z TRACE Received state_pointset: } +2024-12-17T05:28:47Z TRACE Received state_pointset: }, +2024-12-17T05:28:47Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:47Z", +2024-12-17T05:28:47Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:47Z TRACE Received state_pointset: } +2024-12-17T05:28:47Z DEBUG Handling device message state_pointset MP:61b79397-3 +2024-12-17T05:28:47Z TRACE Ignoring partial state update +2024-12-17T05:28:49Z TRACE received command AHU-1/state/update +2024-12-17T05:28:49Z DEBUG Received state_update +2024-12-17T05:28:49Z DEBUG Handling update message state_update MP:f97cd7f3 +2024-12-17T05:28:49Z DEBUG Updated state after 0s 2024-12-17T05:28:49Z MP:f97cd7f3 +2024-12-17T05:28:49Z INFO Updated state #004: Changed 4 fields: +2024-12-17T05:28:49Z INFO Updated state #004: Set `system.last_config` = `2024-12-17T05:28:47Z` +2024-12-17T05:28:49Z INFO Updated state #004: Set `system.status.level` = `300` +2024-12-17T05:28:49Z INFO Updated state #004: Set `system.status.category` = `system.config.apply` +2024-12-17T05:28:49Z INFO Updated state #004: Set `timestamp` = `2024-12-17T05:28:49Z` +2024-12-17T05:28:49Z DEBUG Updated state has last_config 2024-12-17T05:28:47Z (expecting 2024-12-17T05:28:47Z) +2024-12-17T05:28:49Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:28:49Z DEBUG Stage finished waiting for config update synchronized at 16s after 2s +2024-12-17T05:28:49Z TRACE Stage resume waiting for starting test wrapper at 16s +2024-12-17T05:28:49Z DEBUG Config sync took 2s +2024-12-17T05:28:49Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:28:49Z DEBUG New lastConfigMark at 2024-12-17T05:28:49Z +2024-12-17T05:28:49Z DEBUG Update config initial setup timestamp 2024-12-17T05:28:47Z +2024-12-17T05:28:49Z TRACE Outgoing local_update: { +2024-12-17T05:28:49Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:28:47Z", +2024-12-17T05:28:49Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:49Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:49Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:49Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:49Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:49Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:28:30Z" +2024-12-17T05:28:49Z TRACE Outgoing local_update: }, +2024-12-17T05:28:49Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:49Z TRACE Outgoing local_update: "sequence_name" : "writeback_failure" +2024-12-17T05:28:49Z TRACE Outgoing local_update: } +2024-12-17T05:28:49Z TRACE Outgoing local_update: }, +2024-12-17T05:28:49Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:49Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:49Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:49Z TRACE Outgoing local_update: } +2024-12-17T05:28:49Z TRACE Outgoing local_update: }, +2024-12-17T05:28:49Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:49Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:49Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:49Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:49Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:49Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:49Z TRACE Outgoing local_update: } +2024-12-17T05:28:49Z TRACE Outgoing local_update: }, +2024-12-17T05:28:49Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:49Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:49Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:49Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:49Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:49Z TRACE Outgoing local_update: }, +2024-12-17T05:28:49Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:49Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:49Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:49Z TRACE Outgoing local_update: }, +2024-12-17T05:28:49Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:49Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:49Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:28:49Z TRACE Outgoing local_update: } +2024-12-17T05:28:49Z TRACE Outgoing local_update: } +2024-12-17T05:28:49Z TRACE Outgoing local_update: } +2024-12-17T05:28:49Z TRACE Outgoing local_update: } +2024-12-17T05:28:49Z DEBUG Stale state cutoff threshold is 2024-12-17T05:28:32Z +2024-12-17T05:28:49Z DEBUG Waiting for device stateTransaction RC:7da8f7.00000009 (was null) +2024-12-17T05:28:49Z TRACE Stage suspend waiting for starting test wrapper at 16s +2024-12-17T05:28:49Z INFO Stage start waiting for state query at 16s +2024-12-17T05:28:49Z TRACE received command AHU-1/state/system +2024-12-17T05:28:49Z TRACE Received state_system: { +2024-12-17T05:28:49Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:49Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:49Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:49Z TRACE Received state_system: }, +2024-12-17T05:28:49Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:47Z", +2024-12-17T05:28:49Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:49Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:49Z TRACE Received state_system: "last_start" : "2024-12-17T05:28:30Z", +2024-12-17T05:28:49Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:49Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:49Z TRACE Received state_system: }, +2024-12-17T05:28:49Z TRACE Received state_system: "serial_no" : "sequencer-22291", +2024-12-17T05:28:49Z TRACE Received state_system: "software" : { +2024-12-17T05:28:49Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:49Z TRACE Received state_system: }, +2024-12-17T05:28:49Z TRACE Received state_system: "status" : { +2024-12-17T05:28:49Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:49Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:28:49Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:47Z", +2024-12-17T05:28:49Z TRACE Received state_system: "level" : 300 +2024-12-17T05:28:49Z TRACE Received state_system: }, +2024-12-17T05:28:49Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:49Z", +2024-12-17T05:28:49Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:49Z TRACE Received state_system: } +2024-12-17T05:28:49Z DEBUG Handling device message state_system MP:f97cd7f3-0 +2024-12-17T05:28:49Z TRACE Ignoring partial state update +2024-12-17T05:28:49Z TRACE received command AHU-1/state/update +2024-12-17T05:28:49Z DEBUG Received state_update +2024-12-17T05:28:49Z INFO Received device configAcked +2024-12-17T05:28:49Z DEBUG Handling update message state_update RC:7da8f7.00000009 +2024-12-17T05:28:49Z DEBUG Removed stateTransaction RC:7da8f7.00000009 +2024-12-17T05:28:49Z DEBUG Updated state after 0s 2024-12-17T05:28:49Z RC:7da8f7.00000009 +2024-12-17T05:28:49Z INFO Updated state #005: Changed 0 fields. +2024-12-17T05:28:49Z DEBUG Updated state has last_config 2024-12-17T05:28:47Z (expecting 2024-12-17T05:28:47Z) +2024-12-17T05:28:49Z DEBUG Stage finished waiting for state query at 16s after 0s +2024-12-17T05:28:49Z TRACE Stage resume waiting for starting test wrapper at 16s +2024-12-17T05:28:49Z TRACE Stage suspend waiting for starting test wrapper at 16s +2024-12-17T05:28:49Z INFO Stage start waiting for initial device state at 16s +2024-12-17T05:28:49Z DEBUG Delay from lastConfigMark 2024-12-17T05:28:49.904090311Z is 1933ms +2024-12-17T05:28:49Z DEBUG Rate-limiting config by 1933ms +2024-12-17T05:28:51Z TRACE Updated check config_update: true +2024-12-17T05:28:51Z DEBUG Update config_update, adding configTransaction RC:7da8f7.0000000a +2024-12-17T05:28:51Z TRACE Outgoing local_update: { +2024-12-17T05:28:51Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:28:47Z", +2024-12-17T05:28:51Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:51Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:51Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:51Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:51Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:51Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:28:30Z" +2024-12-17T05:28:51Z TRACE Outgoing local_update: }, +2024-12-17T05:28:51Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:51Z TRACE Outgoing local_update: "sequence_name" : "writeback_failure" +2024-12-17T05:28:51Z TRACE Outgoing local_update: } +2024-12-17T05:28:51Z TRACE Outgoing local_update: }, +2024-12-17T05:28:51Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:51Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:51Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:51Z TRACE Outgoing local_update: } +2024-12-17T05:28:51Z TRACE Outgoing local_update: }, +2024-12-17T05:28:51Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:51Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:51Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:51Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:51Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:51Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:51Z TRACE Outgoing local_update: } +2024-12-17T05:28:51Z TRACE Outgoing local_update: }, +2024-12-17T05:28:51Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:51Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:51Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:51Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:51Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:51Z TRACE Outgoing local_update: }, +2024-12-17T05:28:51Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:51Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:51Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:51Z TRACE Outgoing local_update: }, +2024-12-17T05:28:51Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:51Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:51Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:28:51Z TRACE Outgoing local_update: } +2024-12-17T05:28:51Z TRACE Outgoing local_update: } +2024-12-17T05:28:51Z TRACE Outgoing local_update: } +2024-12-17T05:28:51Z TRACE Outgoing local_update: } +2024-12-17T05:28:51Z DEBUG Saving pre-config state timestamp 2024-12-17T05:28:49Z +2024-12-17T05:28:51Z DEBUG Update lastConfigUpdate 2024-12-17T05:28:51Z, because before initial device state +2024-12-17T05:28:51Z TRACE Stage suspend waiting for initial device state at 18s +2024-12-17T05:28:51Z INFO Stage start waiting for config update synchronized at 18s +2024-12-17T05:28:51Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:51Z TRACE Received state_discovery: { +2024-12-17T05:28:51Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:51Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:49Z", +2024-12-17T05:28:51Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:51Z TRACE Received state_discovery: } +2024-12-17T05:28:51Z DEBUG Handling device message state_discovery MP:f97cd7f3-1 +2024-12-17T05:28:51Z TRACE Ignoring partial state update +2024-12-17T05:28:51Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:28:51Z TRACE received command AHU-1/reply/update +2024-12-17T05:28:51Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:51Z TRACE Received state_localnet: { +2024-12-17T05:28:51Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:51Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:51Z TRACE Received state_localnet: "addr" : "00:22:48:0a:56:69" +2024-12-17T05:28:51Z TRACE Received state_localnet: }, +2024-12-17T05:28:51Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:51Z TRACE Received state_localnet: "addr" : "10.1.0.88" +2024-12-17T05:28:51Z TRACE Received state_localnet: }, +2024-12-17T05:28:51Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:51Z TRACE Received state_localnet: "addr" : "fe80::222:48ff:fe0a:5669" +2024-12-17T05:28:51Z TRACE Received state_localnet: }, +2024-12-17T05:28:51Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:51Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:51Z TRACE Received state_localnet: } +2024-12-17T05:28:51Z TRACE Received state_localnet: }, +2024-12-17T05:28:51Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:49Z", +2024-12-17T05:28:51Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:51Z TRACE Received state_localnet: } +2024-12-17T05:28:51Z DEBUG Handling device message state_localnet MP:f97cd7f3-2 +2024-12-17T05:28:51Z TRACE Ignoring partial state update +2024-12-17T05:28:51Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:51Z TRACE Received state_pointset: { +2024-12-17T05:28:51Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:51Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:51Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:51Z TRACE Received state_pointset: }, +2024-12-17T05:28:51Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:51Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:51Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:51Z TRACE Received state_pointset: }, +2024-12-17T05:28:51Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:51Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:51Z TRACE Received state_pointset: } +2024-12-17T05:28:51Z TRACE Received state_pointset: }, +2024-12-17T05:28:51Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:49Z", +2024-12-17T05:28:51Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:51Z TRACE Received state_pointset: } +2024-12-17T05:28:51Z DEBUG Handling device message state_pointset MP:f97cd7f3-3 +2024-12-17T05:28:51Z TRACE Ignoring partial state update +2024-12-17T05:28:51Z TRACE received command AHU-1/events/pointset +2024-12-17T05:28:51Z TRACE Received events_pointset: { +2024-12-17T05:28:51Z TRACE Received events_pointset: "points" : { +2024-12-17T05:28:51Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:51Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:28:51Z TRACE Received events_pointset: }, +2024-12-17T05:28:51Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:51Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:28:51Z TRACE Received events_pointset: }, +2024-12-17T05:28:51Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:51Z TRACE Received events_pointset: "present_value" : 11 +2024-12-17T05:28:51Z TRACE Received events_pointset: } +2024-12-17T05:28:51Z TRACE Received events_pointset: }, +2024-12-17T05:28:51Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:28:51Z", +2024-12-17T05:28:51Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:28:51Z TRACE Received events_pointset: } +2024-12-17T05:28:51Z DEBUG Handling device message events_pointset MP:b9a5c766 +2024-12-17T05:28:51Z TRACE received command AHU-1/events/system +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:43Z NOTICE system.config.apply: success +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:43Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:43Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:43Z DEBUG system.config.receive: success +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:43Z DEBUG device.log: State update defer 1939ms +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:43Z DEBUG system.config.parse: success +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:43Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:43Z DEBUG device.log: State update defer 1937ms +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:43Z DEBUG device.log: Config update AHU-1 (writeback_failure) +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:43Z INFO device.log: 2024-12-17T05:28:43Z received config 2024-12-17T05:28:43Z +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:43Z NOTICE system.config.apply: success +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:43Z DEBUG device.log: State update defer 1935ms +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:43Z DEBUG device.log: State update defer 1934ms +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:43Z DEBUG device.log: State update defer 1933ms +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:43Z DEBUG device.log: State update defer 1933ms +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:43Z DEBUG device.log: State update defer 1933ms +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:43Z DEBUG device.log: State update defer 1933ms +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:43Z DEBUG device.log: State update defer 1932ms +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:45Z DEBUG device.log: State update defer 0ms +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:45Z INFO device.log: Update state 2024-12-17T05:28:45Z last_config 2024-12-17T05:28:43Z +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:45Z DEBUG device.log: State update AHU-1 (writeback_failure) +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:47Z DEBUG system.config.receive: success +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:47Z DEBUG device.log: State update defer -98ms +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:47Z INFO device.log: Update state 2024-12-17T05:28:47Z last_config 2024-12-17T05:28:43Z +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:47Z DEBUG device.log: State update AHU-1 (writeback_failure) +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:47Z DEBUG system.config.parse: success +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:47Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:47Z DEBUG device.log: Config update AHU-1 (writeback_failure) +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:47Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:47Z INFO device.log: 2024-12-17T05:28:47Z received config 2024-12-17T05:28:47Z +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:47Z NOTICE system.config.apply: success +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:47Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:47Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:47Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:47Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:47Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:47Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:47Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:49Z DEBUG device.log: State update defer 0ms +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:49Z INFO device.log: Update state 2024-12-17T05:28:49Z last_config 2024-12-17T05:28:47Z +2024-12-17T05:28:51Z DEBUG Received events_system 2024-12-17T05:28:49Z DEBUG device.log: State update AHU-1 (writeback_failure) +2024-12-17T05:28:51Z DEBUG Handling device message events_system MP:cd7a6415 +2024-12-17T05:28:51Z TRACE received command AHU-1/config/update +2024-12-17T05:28:51Z DEBUG Received config_update +2024-12-17T05:28:51Z DEBUG Handling update message config_update RC:7da8f7.0000000a +2024-12-17T05:28:51Z DEBUG Removed configTransaction RC:7da8f7.0000000a +2024-12-17T05:28:51Z DEBUG Set last_start changed false, last_start 2024-12-17T05:28:30Z +2024-12-17T05:28:51Z DEBUG Updated config 2024-12-17T05:28:51Z RC:7da8f7.0000000a +2024-12-17T05:28:51Z INFO Updated config #005: Changed 0 fields. +2024-12-17T05:28:51Z DEBUG Expected last_config now 2024-12-17T05:28:51Z +2024-12-17T05:28:51Z DEBUG Detail config update synchronized is now: device state not updated since config issued, last_config not synced in state +2024-12-17T05:28:51Z TRACE received command AHU-1/state/update +2024-12-17T05:28:51Z DEBUG Received state_update +2024-12-17T05:28:51Z DEBUG Handling update message state_update MP:34e07cde +2024-12-17T05:28:51Z DEBUG Updated state after 0s 2024-12-17T05:28:51Z MP:34e07cde +2024-12-17T05:28:51Z INFO Updated state #006: Changed 4 fields: +2024-12-17T05:28:51Z INFO Updated state #006: Set `system.status.level` = `100` +2024-12-17T05:28:51Z INFO Updated state #006: Set `system.status.category` = `system.config.parse` +2024-12-17T05:28:51Z INFO Updated state #006: Set `system.status.timestamp` = `2024-12-17T05:28:51Z` +2024-12-17T05:28:51Z INFO Updated state #006: Set `timestamp` = `2024-12-17T05:28:51Z` +2024-12-17T05:28:51Z DEBUG Updated state has last_config 2024-12-17T05:28:47Z (expecting 2024-12-17T05:28:51Z) +2024-12-17T05:28:51Z TRACE received command AHU-1/state/system +2024-12-17T05:28:51Z TRACE Received state_system: { +2024-12-17T05:28:51Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:51Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:51Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:51Z TRACE Received state_system: }, +2024-12-17T05:28:51Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:47Z", +2024-12-17T05:28:51Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:51Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:51Z TRACE Received state_system: "last_start" : "2024-12-17T05:28:30Z", +2024-12-17T05:28:51Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:51Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:51Z TRACE Received state_system: }, +2024-12-17T05:28:51Z TRACE Received state_system: "serial_no" : "sequencer-22291", +2024-12-17T05:28:51Z TRACE Received state_system: "software" : { +2024-12-17T05:28:51Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:51Z TRACE Received state_system: }, +2024-12-17T05:28:51Z TRACE Received state_system: "status" : { +2024-12-17T05:28:51Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:51Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:28:51Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:51Z", +2024-12-17T05:28:51Z TRACE Received state_system: "level" : 100 +2024-12-17T05:28:51Z TRACE Received state_system: }, +2024-12-17T05:28:51Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:51Z", +2024-12-17T05:28:51Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:51Z TRACE Received state_system: } +2024-12-17T05:28:51Z DEBUG Handling device message state_system MP:34e07cde-0 +2024-12-17T05:28:52Z TRACE Ignoring partial state update +2024-12-17T05:28:52Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:28:52Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:52Z TRACE Received state_discovery: { +2024-12-17T05:28:52Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:52Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:51Z", +2024-12-17T05:28:52Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:52Z TRACE Received state_discovery: } +2024-12-17T05:28:52Z DEBUG Handling device message state_discovery MP:34e07cde-1 +2024-12-17T05:28:52Z TRACE Ignoring partial state update +2024-12-17T05:28:52Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:52Z TRACE Received state_localnet: { +2024-12-17T05:28:52Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:52Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:52Z TRACE Received state_localnet: "addr" : "00:22:48:0a:56:69" +2024-12-17T05:28:52Z TRACE Received state_localnet: }, +2024-12-17T05:28:52Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:52Z TRACE Received state_localnet: "addr" : "10.1.0.88" +2024-12-17T05:28:52Z TRACE Received state_localnet: }, +2024-12-17T05:28:52Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:52Z TRACE Received state_localnet: "addr" : "fe80::222:48ff:fe0a:5669" +2024-12-17T05:28:52Z TRACE Received state_localnet: }, +2024-12-17T05:28:52Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:52Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:52Z TRACE Received state_localnet: } +2024-12-17T05:28:52Z TRACE Received state_localnet: }, +2024-12-17T05:28:52Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:51Z", +2024-12-17T05:28:52Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:52Z TRACE Received state_localnet: } +2024-12-17T05:28:52Z DEBUG Handling device message state_localnet MP:34e07cde-2 +2024-12-17T05:28:52Z TRACE Ignoring partial state update +2024-12-17T05:28:52Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:52Z TRACE Received state_pointset: { +2024-12-17T05:28:52Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:52Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:52Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:52Z TRACE Received state_pointset: }, +2024-12-17T05:28:52Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:52Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:52Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:52Z TRACE Received state_pointset: }, +2024-12-17T05:28:52Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:52Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:52Z TRACE Received state_pointset: } +2024-12-17T05:28:52Z TRACE Received state_pointset: }, +2024-12-17T05:28:52Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:51Z", +2024-12-17T05:28:52Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:52Z TRACE Received state_pointset: } +2024-12-17T05:28:52Z DEBUG Handling device message state_pointset MP:34e07cde-3 +2024-12-17T05:28:52Z TRACE Ignoring partial state update +2024-12-17T05:28:53Z TRACE received command AHU-1/state/update +2024-12-17T05:28:53Z DEBUG Received state_update +2024-12-17T05:28:53Z DEBUG Handling update message state_update MP:234dfb72 +2024-12-17T05:28:53Z DEBUG Updated state after 0s 2024-12-17T05:28:53Z MP:234dfb72 +2024-12-17T05:28:53Z INFO Updated state #007: Changed 4 fields: +2024-12-17T05:28:53Z INFO Updated state #007: Set `system.last_config` = `2024-12-17T05:28:51Z` +2024-12-17T05:28:53Z INFO Updated state #007: Set `system.status.level` = `300` +2024-12-17T05:28:53Z INFO Updated state #007: Set `system.status.category` = `system.config.apply` +2024-12-17T05:28:53Z INFO Updated state #007: Set `timestamp` = `2024-12-17T05:28:53Z` +2024-12-17T05:28:53Z DEBUG Updated state has last_config 2024-12-17T05:28:51Z (expecting 2024-12-17T05:28:51Z) +2024-12-17T05:28:53Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:28:53Z DEBUG Stage finished waiting for config update synchronized at 20s after 2s +2024-12-17T05:28:53Z TRACE Stage resume waiting for initial device state at 20s +2024-12-17T05:28:53Z DEBUG Config sync took 2s +2024-12-17T05:28:53Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:28:53Z DEBUG New lastConfigMark at 2024-12-17T05:28:53Z +2024-12-17T05:28:53Z DEBUG Update config before initial device state timestamp 2024-12-17T05:28:51Z +2024-12-17T05:28:53Z TRACE Outgoing local_update: { +2024-12-17T05:28:53Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:28:51Z", +2024-12-17T05:28:53Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:53Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:53Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:53Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:53Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:53Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:28:30Z" +2024-12-17T05:28:53Z TRACE Outgoing local_update: }, +2024-12-17T05:28:53Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:53Z TRACE Outgoing local_update: "sequence_name" : "writeback_failure" +2024-12-17T05:28:53Z TRACE Outgoing local_update: } +2024-12-17T05:28:53Z TRACE Outgoing local_update: }, +2024-12-17T05:28:53Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:53Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:53Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:53Z TRACE Outgoing local_update: } +2024-12-17T05:28:53Z TRACE Outgoing local_update: }, +2024-12-17T05:28:53Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:53Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:53Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:53Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:53Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:53Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:53Z TRACE Outgoing local_update: } +2024-12-17T05:28:53Z TRACE Outgoing local_update: }, +2024-12-17T05:28:53Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:53Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:53Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:53Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:53Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:53Z TRACE Outgoing local_update: }, +2024-12-17T05:28:53Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:53Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:53Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:53Z TRACE Outgoing local_update: }, +2024-12-17T05:28:53Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:53Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:53Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:28:53Z TRACE Outgoing local_update: } +2024-12-17T05:28:53Z TRACE Outgoing local_update: } +2024-12-17T05:28:53Z TRACE Outgoing local_update: } +2024-12-17T05:28:53Z TRACE Outgoing local_update: } +2024-12-17T05:28:53Z DEBUG Stage finished waiting for initial device state at 20s after 4s +2024-12-17T05:28:53Z TRACE Stage resume waiting for starting test wrapper at 20s +2024-12-17T05:28:53Z DEBUG Device state system status level is now 300 +2024-12-17T05:28:53Z TRACE Stage suspend waiting for starting test wrapper at 20s +2024-12-17T05:28:53Z INFO Stage start waiting for config update synchronized at 20s +2024-12-17T05:28:54Z TRACE received command AHU-1/state/system +2024-12-17T05:28:54Z TRACE Received state_system: { +2024-12-17T05:28:54Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:54Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:54Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:54Z TRACE Received state_system: }, +2024-12-17T05:28:54Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:51Z", +2024-12-17T05:28:54Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:54Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:54Z TRACE Received state_system: "last_start" : "2024-12-17T05:28:30Z", +2024-12-17T05:28:54Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:54Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:54Z TRACE Received state_system: }, +2024-12-17T05:28:54Z TRACE Received state_system: "serial_no" : "sequencer-22291", +2024-12-17T05:28:54Z TRACE Received state_system: "software" : { +2024-12-17T05:28:54Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:54Z TRACE Received state_system: }, +2024-12-17T05:28:54Z TRACE Received state_system: "status" : { +2024-12-17T05:28:54Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:54Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:28:54Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:51Z", +2024-12-17T05:28:54Z TRACE Received state_system: "level" : 300 +2024-12-17T05:28:54Z TRACE Received state_system: }, +2024-12-17T05:28:54Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:53Z", +2024-12-17T05:28:54Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:54Z TRACE Received state_system: } +2024-12-17T05:28:54Z DEBUG Handling device message state_system MP:234dfb72-0 +2024-12-17T05:28:54Z TRACE Ignoring partial state update +2024-12-17T05:28:54Z DEBUG Stage finished waiting for config update synchronized at 20s after 0s +2024-12-17T05:28:54Z TRACE Stage resume waiting for starting test wrapper at 20s +2024-12-17T05:28:54Z DEBUG Config sync took 3s +2024-12-17T05:28:54Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:28:54Z TRACE Stage suspend waiting for starting test wrapper at 20s +2024-12-17T05:28:54Z INFO Stage start waiting for executing test at 20s +2024-12-17T05:28:54Z DEBUG stage begin waiting for executing test at 20s +2024-12-17T05:28:54Z DEBUG Allowing device state change pointset.points. +2024-12-17T05:28:54Z TRACE Stage suspend waiting for executing test at 20s +2024-12-17T05:28:54Z INFO Stage start waiting for target point to have value_state default (null) at 20s +2024-12-17T05:28:54Z DEBUG Delay from lastConfigMark 2024-12-17T05:28:53.974963125Z is 1962ms +2024-12-17T05:28:54Z DEBUG Rate-limiting config by 1962ms +2024-12-17T05:28:55Z DEBUG System config extra field null +2024-12-17T05:28:55Z TRACE Updated check config_system: true +2024-12-17T05:28:55Z DEBUG Update config_system, adding configTransaction RC:7da8f7.0000000b +2024-12-17T05:28:55Z TRACE Outgoing local_system: { +2024-12-17T05:28:55Z TRACE Outgoing local_system: "min_loglevel" : 100, +2024-12-17T05:28:55Z TRACE Outgoing local_system: "metrics_rate_sec" : 10, +2024-12-17T05:28:55Z TRACE Outgoing local_system: "operation" : { +2024-12-17T05:28:55Z TRACE Outgoing local_system: "last_start" : "2024-12-17T05:28:30Z" +2024-12-17T05:28:55Z TRACE Outgoing local_system: }, +2024-12-17T05:28:55Z TRACE Outgoing local_system: "testing" : { +2024-12-17T05:28:55Z TRACE Outgoing local_system: "sequence_name" : "writeback_failure" +2024-12-17T05:28:55Z TRACE Outgoing local_system: } +2024-12-17T05:28:55Z TRACE Outgoing local_system: } +2024-12-17T05:28:55Z TRACE Updated check config_pointset: true +2024-12-17T05:28:55Z DEBUG Update config_pointset, adding configTransaction RC:7da8f7.0000000c +2024-12-17T05:28:55Z TRACE Outgoing local_pointset: { +2024-12-17T05:28:55Z TRACE Outgoing local_pointset: "points" : { +2024-12-17T05:28:55Z TRACE Outgoing local_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:55Z TRACE Outgoing local_pointset: "units" : "Bars", +2024-12-17T05:28:55Z TRACE Outgoing local_pointset: "set_value" : 98 +2024-12-17T05:28:55Z TRACE Outgoing local_pointset: }, +2024-12-17T05:28:55Z TRACE Outgoing local_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:55Z TRACE Outgoing local_pointset: "ref" : "BV11.present_value", +2024-12-17T05:28:55Z TRACE Outgoing local_pointset: "units" : "No-units" +2024-12-17T05:28:55Z TRACE Outgoing local_pointset: }, +2024-12-17T05:28:55Z TRACE Outgoing local_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:55Z TRACE Outgoing local_pointset: "ref" : "AV12.present_value", +2024-12-17T05:28:55Z TRACE Outgoing local_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:55Z TRACE Outgoing local_pointset: } +2024-12-17T05:28:55Z TRACE Outgoing local_pointset: } +2024-12-17T05:28:55Z TRACE Outgoing local_pointset: } +2024-12-17T05:28:55Z TRACE Updated check config_gateway: false +2024-12-17T05:28:55Z TRACE Updated check config_localnet: true +2024-12-17T05:28:55Z DEBUG Update config_localnet, adding configTransaction RC:7da8f7.0000000d +2024-12-17T05:28:55Z TRACE Outgoing local_localnet: { +2024-12-17T05:28:55Z TRACE Outgoing local_localnet: "families" : { +2024-12-17T05:28:55Z TRACE Outgoing local_localnet: "ether" : { }, +2024-12-17T05:28:55Z TRACE Outgoing local_localnet: "ipv4" : { }, +2024-12-17T05:28:55Z TRACE Outgoing local_localnet: "vendor" : { }, +2024-12-17T05:28:55Z TRACE Outgoing local_localnet: "bacnet" : { } +2024-12-17T05:28:55Z TRACE Outgoing local_localnet: } +2024-12-17T05:28:55Z TRACE Outgoing local_localnet: } +2024-12-17T05:28:55Z TRACE Updated check config_blobset: false +2024-12-17T05:28:55Z TRACE Updated check config_discovery: true +2024-12-17T05:28:55Z DEBUG Update config_discovery, adding configTransaction RC:7da8f7.0000000e +2024-12-17T05:28:55Z TRACE Outgoing local_discovery: { +2024-12-17T05:28:55Z TRACE Outgoing local_discovery: "families" : { +2024-12-17T05:28:55Z TRACE Outgoing local_discovery: "vendor" : { } +2024-12-17T05:28:55Z TRACE Outgoing local_discovery: } +2024-12-17T05:28:55Z TRACE Outgoing local_discovery: } +2024-12-17T05:28:55Z DEBUG Saving pre-config state timestamp 2024-12-17T05:28:53Z +2024-12-17T05:28:55Z DEBUG Update lastConfigUpdate 2024-12-17T05:28:55Z, because before target point to have value_state default (null) +2024-12-17T05:28:55Z TRACE Stage suspend waiting for target point to have value_state default (null) at 22s +2024-12-17T05:28:55Z INFO Stage start waiting for config update synchronized at 22s +2024-12-17T05:28:55Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:55Z TRACE Received state_discovery: { +2024-12-17T05:28:55Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:55Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:53Z", +2024-12-17T05:28:55Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:55Z TRACE Received state_discovery: } +2024-12-17T05:28:55Z DEBUG Handling device message state_discovery MP:234dfb72-1 +2024-12-17T05:28:55Z TRACE Ignoring partial state update +2024-12-17T05:28:55Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:28:55Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:55Z TRACE Received state_localnet: { +2024-12-17T05:28:55Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:55Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:55Z TRACE Received state_localnet: "addr" : "00:22:48:0a:56:69" +2024-12-17T05:28:55Z TRACE Received state_localnet: }, +2024-12-17T05:28:55Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:55Z TRACE Received state_localnet: "addr" : "10.1.0.88" +2024-12-17T05:28:55Z TRACE Received state_localnet: }, +2024-12-17T05:28:55Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:55Z TRACE Received state_localnet: "addr" : "fe80::222:48ff:fe0a:5669" +2024-12-17T05:28:55Z TRACE Received state_localnet: }, +2024-12-17T05:28:55Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:55Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:55Z TRACE Received state_localnet: } +2024-12-17T05:28:55Z TRACE Received state_localnet: }, +2024-12-17T05:28:55Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:53Z", +2024-12-17T05:28:55Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:55Z TRACE Received state_localnet: } +2024-12-17T05:28:55Z DEBUG Handling device message state_localnet MP:234dfb72-2 +2024-12-17T05:28:55Z TRACE Ignoring partial state update +2024-12-17T05:28:55Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:55Z TRACE Received state_pointset: { +2024-12-17T05:28:55Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:55Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:55Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:55Z TRACE Received state_pointset: }, +2024-12-17T05:28:55Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:55Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:55Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:55Z TRACE Received state_pointset: }, +2024-12-17T05:28:55Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:55Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:55Z TRACE Received state_pointset: } +2024-12-17T05:28:55Z TRACE Received state_pointset: }, +2024-12-17T05:28:55Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:53Z", +2024-12-17T05:28:55Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:55Z TRACE Received state_pointset: } +2024-12-17T05:28:55Z DEBUG Handling device message state_pointset MP:234dfb72-3 +2024-12-17T05:28:55Z TRACE Ignoring partial state update +2024-12-17T05:28:56Z TRACE received command AHU-1/config/update +2024-12-17T05:28:56Z DEBUG Received config_update +2024-12-17T05:28:56Z DEBUG Handling update message config_update RC:7da8f7.0000000b +2024-12-17T05:28:56Z DEBUG Removed configTransaction RC:7da8f7.0000000b +2024-12-17T05:28:56Z DEBUG Set last_start changed false, last_start 2024-12-17T05:28:30Z +2024-12-17T05:28:56Z DEBUG Updated config 2024-12-17T05:28:55Z RC:7da8f7.0000000b +2024-12-17T05:28:56Z INFO Updated config #006: Changed 0 fields. +2024-12-17T05:28:56Z DEBUG Expected last_config now 2024-12-17T05:28:55Z +2024-12-17T05:28:56Z TRACE received command AHU-1/state/update +2024-12-17T05:28:56Z DEBUG Received state_update +2024-12-17T05:28:56Z DEBUG Handling update message state_update MP:a1e73df4 +2024-12-17T05:28:56Z DEBUG Updated state after 0s 2024-12-17T05:28:56Z MP:a1e73df4 +2024-12-17T05:28:56Z INFO Updated state #008: Changed 4 fields: +2024-12-17T05:28:56Z INFO Updated state #008: Set `system.status.level` = `100` +2024-12-17T05:28:56Z INFO Updated state #008: Set `system.status.category` = `system.config.parse` +2024-12-17T05:28:56Z INFO Updated state #008: Set `system.status.timestamp` = `2024-12-17T05:28:56Z` +2024-12-17T05:28:56Z INFO Updated state #008: Set `timestamp` = `2024-12-17T05:28:56Z` +2024-12-17T05:28:56Z DEBUG Updated state has last_config 2024-12-17T05:28:51Z (expecting 2024-12-17T05:28:55Z) +2024-12-17T05:28:56Z DEBUG Detail config update synchronized is now: config transactions not cleared, last_config not synced in state +2024-12-17T05:28:56Z TRACE received command AHU-1/state/system +2024-12-17T05:28:56Z TRACE Received state_system: { +2024-12-17T05:28:56Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:56Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:56Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:56Z TRACE Received state_system: }, +2024-12-17T05:28:56Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:51Z", +2024-12-17T05:28:56Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:56Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:56Z TRACE Received state_system: "last_start" : "2024-12-17T05:28:30Z", +2024-12-17T05:28:56Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:56Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:56Z TRACE Received state_system: }, +2024-12-17T05:28:56Z TRACE Received state_system: "serial_no" : "sequencer-22291", +2024-12-17T05:28:56Z TRACE Received state_system: "software" : { +2024-12-17T05:28:56Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:56Z TRACE Received state_system: }, +2024-12-17T05:28:56Z TRACE Received state_system: "status" : { +2024-12-17T05:28:56Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:56Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:28:56Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:56Z", +2024-12-17T05:28:56Z TRACE Received state_system: "level" : 100 +2024-12-17T05:28:56Z TRACE Received state_system: }, +2024-12-17T05:28:56Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:56Z", +2024-12-17T05:28:56Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:56Z TRACE Received state_system: } +2024-12-17T05:28:56Z DEBUG Handling device message state_system MP:a1e73df4-0 +2024-12-17T05:28:56Z TRACE Ignoring partial state update +2024-12-17T05:28:56Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:56Z TRACE Received state_discovery: { +2024-12-17T05:28:56Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:56Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:56Z", +2024-12-17T05:28:56Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:56Z TRACE Received state_discovery: } +2024-12-17T05:28:56Z DEBUG Handling device message state_discovery MP:a1e73df4-1 +2024-12-17T05:28:56Z TRACE Ignoring partial state update +2024-12-17T05:28:56Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:56Z TRACE Received state_localnet: { +2024-12-17T05:28:56Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:56Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:56Z TRACE Received state_localnet: "addr" : "00:22:48:0a:56:69" +2024-12-17T05:28:56Z TRACE Received state_localnet: }, +2024-12-17T05:28:56Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:56Z TRACE Received state_localnet: "addr" : "10.1.0.88" +2024-12-17T05:28:56Z TRACE Received state_localnet: }, +2024-12-17T05:28:56Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:56Z TRACE Received state_localnet: "addr" : "fe80::222:48ff:fe0a:5669" +2024-12-17T05:28:56Z TRACE Received state_localnet: }, +2024-12-17T05:28:56Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:56Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:56Z TRACE Received state_localnet: } +2024-12-17T05:28:56Z TRACE Received state_localnet: }, +2024-12-17T05:28:56Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:56Z", +2024-12-17T05:28:56Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:56Z TRACE Received state_localnet: } +2024-12-17T05:28:56Z DEBUG Handling device message state_localnet MP:a1e73df4-2 +2024-12-17T05:28:56Z TRACE Ignoring partial state update +2024-12-17T05:28:56Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:56Z TRACE Received state_pointset: { +2024-12-17T05:28:56Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:56Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:56Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:56Z TRACE Received state_pointset: }, +2024-12-17T05:28:56Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:56Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:56Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:56Z TRACE Received state_pointset: }, +2024-12-17T05:28:56Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:56Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:56Z TRACE Received state_pointset: } +2024-12-17T05:28:56Z TRACE Received state_pointset: }, +2024-12-17T05:28:56Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:56Z", +2024-12-17T05:28:56Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:56Z TRACE Received state_pointset: } +2024-12-17T05:28:56Z DEBUG Handling device message state_pointset MP:a1e73df4-3 +2024-12-17T05:28:56Z TRACE Ignoring partial state update +2024-12-17T05:28:57Z TRACE received command AHU-1/config/update +2024-12-17T05:28:57Z DEBUG Received config_update +2024-12-17T05:28:57Z DEBUG Handling update message config_update RC:7da8f7.0000000c +2024-12-17T05:28:57Z DEBUG Removed configTransaction RC:7da8f7.0000000c +2024-12-17T05:28:57Z DEBUG Set last_start changed false, last_start 2024-12-17T05:28:30Z +2024-12-17T05:28:57Z DEBUG Updated config 2024-12-17T05:28:57Z RC:7da8f7.0000000c +2024-12-17T05:28:57Z INFO Updated config #007: Changed 0 fields. +2024-12-17T05:28:57Z DEBUG Expected last_config now 2024-12-17T05:28:57Z +2024-12-17T05:28:58Z TRACE received command AHU-1/state/update +2024-12-17T05:28:58Z DEBUG Received state_update +2024-12-17T05:28:58Z DEBUG Handling update message state_update MP:d0029099 +2024-12-17T05:28:58Z DEBUG Updated state after 0s 2024-12-17T05:28:58Z MP:d0029099 +2024-12-17T05:28:58Z INFO Updated state #009: Changed 5 fields: +2024-12-17T05:28:58Z INFO Updated state #009: Set `system.last_config` = `2024-12-17T05:28:57Z` +2024-12-17T05:28:58Z INFO Updated state #009: Set `system.status.level` = `300` +2024-12-17T05:28:58Z INFO Updated state #009: Set `system.status.category` = `system.config.apply` +2024-12-17T05:28:58Z INFO Updated state #009: Set `system.status.timestamp` = `2024-12-17T05:28:57Z` +2024-12-17T05:28:58Z INFO Updated state #009: Set `timestamp` = `2024-12-17T05:28:58Z` +2024-12-17T05:28:58Z DEBUG Updated state has last_config 2024-12-17T05:28:57Z (expecting 2024-12-17T05:28:57Z) +2024-12-17T05:28:58Z DEBUG Detail config update synchronized is now: config transactions not cleared +2024-12-17T05:28:58Z TRACE received command AHU-1/state/system +2024-12-17T05:28:58Z TRACE Received state_system: { +2024-12-17T05:28:58Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:58Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:58Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:58Z TRACE Received state_system: }, +2024-12-17T05:28:58Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:57Z", +2024-12-17T05:28:58Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:58Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:58Z TRACE Received state_system: "last_start" : "2024-12-17T05:28:30Z", +2024-12-17T05:28:58Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:58Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:58Z TRACE Received state_system: }, +2024-12-17T05:28:58Z TRACE Received state_system: "serial_no" : "sequencer-22291", +2024-12-17T05:28:58Z TRACE Received state_system: "software" : { +2024-12-17T05:28:58Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:58Z TRACE Received state_system: }, +2024-12-17T05:28:58Z TRACE Received state_system: "status" : { +2024-12-17T05:28:58Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:58Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:28:58Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:57Z", +2024-12-17T05:28:58Z TRACE Received state_system: "level" : 300 +2024-12-17T05:28:58Z TRACE Received state_system: }, +2024-12-17T05:28:58Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:58Z", +2024-12-17T05:28:58Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:58Z TRACE Received state_system: } +2024-12-17T05:28:58Z DEBUG Handling device message state_system MP:d0029099-0 +2024-12-17T05:28:58Z TRACE Ignoring partial state update +2024-12-17T05:28:58Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:58Z TRACE Received state_discovery: { +2024-12-17T05:28:58Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:58Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:58Z", +2024-12-17T05:28:58Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:58Z TRACE Received state_discovery: } +2024-12-17T05:28:58Z DEBUG Handling device message state_discovery MP:d0029099-1 +2024-12-17T05:28:58Z TRACE Ignoring partial state update +2024-12-17T05:28:58Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:58Z TRACE Received state_localnet: { +2024-12-17T05:28:58Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:58Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:58Z TRACE Received state_localnet: "addr" : "00:22:48:0a:56:69" +2024-12-17T05:28:58Z TRACE Received state_localnet: }, +2024-12-17T05:28:58Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:58Z TRACE Received state_localnet: "addr" : "10.1.0.88" +2024-12-17T05:28:58Z TRACE Received state_localnet: }, +2024-12-17T05:28:58Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:58Z TRACE Received state_localnet: "addr" : "fe80::222:48ff:fe0a:5669" +2024-12-17T05:28:58Z TRACE Received state_localnet: }, +2024-12-17T05:28:58Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:58Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:58Z TRACE Received state_localnet: } +2024-12-17T05:28:58Z TRACE Received state_localnet: }, +2024-12-17T05:28:58Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:58Z", +2024-12-17T05:28:58Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:58Z TRACE Received state_localnet: } +2024-12-17T05:28:58Z DEBUG Handling device message state_localnet MP:d0029099-2 +2024-12-17T05:28:58Z TRACE Ignoring partial state update +2024-12-17T05:28:58Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:58Z TRACE Received state_pointset: { +2024-12-17T05:28:58Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:58Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:58Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:58Z TRACE Received state_pointset: }, +2024-12-17T05:28:58Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:58Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:58Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:58Z TRACE Received state_pointset: }, +2024-12-17T05:28:58Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:58Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:58Z TRACE Received state_pointset: } +2024-12-17T05:28:58Z TRACE Received state_pointset: }, +2024-12-17T05:28:58Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:58Z", +2024-12-17T05:28:58Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:58Z TRACE Received state_pointset: } +2024-12-17T05:28:58Z DEBUG Handling device message state_pointset MP:d0029099-3 +2024-12-17T05:28:58Z TRACE Ignoring partial state update +2024-12-17T05:28:58Z TRACE received command AHU-1/config/update +2024-12-17T05:28:58Z DEBUG Received config_update +2024-12-17T05:28:58Z DEBUG Handling update message config_update RC:7da8f7.0000000d +2024-12-17T05:28:58Z DEBUG Removed configTransaction RC:7da8f7.0000000d +2024-12-17T05:28:58Z DEBUG Set last_start changed false, last_start 2024-12-17T05:28:30Z +2024-12-17T05:28:58Z DEBUG Updated config 2024-12-17T05:28:58Z RC:7da8f7.0000000d +2024-12-17T05:28:58Z INFO Updated config #008: Changed 0 fields. +2024-12-17T05:28:58Z DEBUG Expected last_config now 2024-12-17T05:28:58Z +2024-12-17T05:28:59Z TRACE received command AHU-1/config/update +2024-12-17T05:28:59Z DEBUG Received config_update +2024-12-17T05:28:59Z DEBUG Handling update message config_update RC:7da8f7.0000000e +2024-12-17T05:28:59Z DEBUG Removed configTransaction RC:7da8f7.0000000e +2024-12-17T05:28:59Z DEBUG Set last_start changed false, last_start 2024-12-17T05:28:30Z +2024-12-17T05:28:59Z DEBUG Updated config 2024-12-17T05:28:59Z RC:7da8f7.0000000e +2024-12-17T05:28:59Z INFO Updated config #009: Changed 0 fields. +2024-12-17T05:28:59Z DEBUG Expected last_config now 2024-12-17T05:28:59Z +2024-12-17T05:28:59Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:29:00Z TRACE received command AHU-1/state/update +2024-12-17T05:29:00Z DEBUG Received state_update +2024-12-17T05:29:00Z DEBUG Handling update message state_update MP:363f468a +2024-12-17T05:29:00Z DEBUG Updated state after 0s 2024-12-17T05:29:00Z MP:363f468a +2024-12-17T05:29:00Z INFO Updated state #010: Changed 3 fields: +2024-12-17T05:29:00Z INFO Updated state #010: Set `system.last_config` = `2024-12-17T05:28:59Z` +2024-12-17T05:29:00Z INFO Updated state #010: Set `system.status.timestamp` = `2024-12-17T05:28:59Z` +2024-12-17T05:29:00Z INFO Updated state #010: Set `timestamp` = `2024-12-17T05:29:00Z` +2024-12-17T05:29:00Z DEBUG Updated state has last_config 2024-12-17T05:28:59Z (expecting 2024-12-17T05:28:59Z) +2024-12-17T05:29:00Z TRACE received command AHU-1/state/system +2024-12-17T05:29:00Z TRACE Received state_system: { +2024-12-17T05:29:00Z TRACE Received state_system: "hardware" : { +2024-12-17T05:29:00Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:29:00Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:29:00Z TRACE Received state_system: }, +2024-12-17T05:29:00Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:59Z", +2024-12-17T05:29:00Z TRACE Received state_system: "operation" : { +2024-12-17T05:29:00Z TRACE Received state_system: "operational" : true, +2024-12-17T05:29:00Z TRACE Received state_system: "last_start" : "2024-12-17T05:28:30Z", +2024-12-17T05:29:00Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:29:00Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:29:00Z TRACE Received state_system: }, +2024-12-17T05:29:00Z TRACE Received state_system: "serial_no" : "sequencer-22291", +2024-12-17T05:29:00Z TRACE Received state_system: "software" : { +2024-12-17T05:29:00Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:29:00Z TRACE Received state_system: }, +2024-12-17T05:29:00Z TRACE Received state_system: "status" : { +2024-12-17T05:29:00Z TRACE Received state_system: "message" : "success", +2024-12-17T05:29:00Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:29:00Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:59Z", +2024-12-17T05:29:00Z TRACE Received state_system: "level" : 300 +2024-12-17T05:29:00Z TRACE Received state_system: }, +2024-12-17T05:29:00Z TRACE Received state_system: "timestamp" : "2024-12-17T05:29:00Z", +2024-12-17T05:29:00Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:29:00Z TRACE Received state_system: } +2024-12-17T05:29:00Z DEBUG Handling device message state_system MP:363f468a-0 +2024-12-17T05:29:00Z TRACE Ignoring partial state update +2024-12-17T05:29:00Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:29:00Z DEBUG Stage finished waiting for config update synchronized at 26s after 4s +2024-12-17T05:29:00Z TRACE Stage resume waiting for target point to have value_state default (null) at 26s +2024-12-17T05:29:00Z DEBUG Config sync took 5s +2024-12-17T05:29:00Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:29:00Z DEBUG New lastConfigMark at 2024-12-17T05:29:00Z +2024-12-17T05:29:00Z DEBUG Update config before target point to have value_state default (null) timestamp 2024-12-17T05:28:59Z +2024-12-17T05:29:00Z TRACE Outgoing local_update: { +2024-12-17T05:29:00Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:28:59Z", +2024-12-17T05:29:00Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:29:00Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:29:00Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:29:00Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:29:00Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:29:00Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:28:30Z" +2024-12-17T05:29:00Z TRACE Outgoing local_update: }, +2024-12-17T05:29:00Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:29:00Z TRACE Outgoing local_update: "sequence_name" : "writeback_failure" +2024-12-17T05:29:00Z TRACE Outgoing local_update: } +2024-12-17T05:29:00Z TRACE Outgoing local_update: }, +2024-12-17T05:29:00Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:29:00Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:29:00Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:29:00Z TRACE Outgoing local_update: } +2024-12-17T05:29:00Z TRACE Outgoing local_update: }, +2024-12-17T05:29:00Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:29:00Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:29:00Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:29:00Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:29:00Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:29:00Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:29:00Z TRACE Outgoing local_update: } +2024-12-17T05:29:00Z TRACE Outgoing local_update: }, +2024-12-17T05:29:00Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:29:00Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:29:00Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:29:00Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:29:00Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:29:00Z TRACE Outgoing local_update: }, +2024-12-17T05:29:00Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:29:00Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:29:00Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:29:00Z TRACE Outgoing local_update: }, +2024-12-17T05:29:00Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:29:00Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:29:00Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:29:00Z TRACE Outgoing local_update: } +2024-12-17T05:29:00Z TRACE Outgoing local_update: } +2024-12-17T05:29:00Z TRACE Outgoing local_update: } +2024-12-17T05:29:00Z TRACE Outgoing local_update: } +2024-12-17T05:29:00Z DEBUG Value state null == null (true) +2024-12-17T05:29:00Z DEBUG Recorded sequence: 1. Wait until target point to have value_state default (null) +2024-12-17T05:29:00Z DEBUG Stage finished waiting for target point to have value_state default (null) at 26s after 6s +2024-12-17T05:29:00Z TRACE Stage resume waiting for executing test at 26s +2024-12-17T05:29:00Z TRACE Stage suspend waiting for executing test at 26s +2024-12-17T05:29:00Z INFO Stage start waiting for target point to have value_state failure at 26s +2024-12-17T05:29:00Z DEBUG Delay from lastConfigMark 2024-12-17T05:29:00.092787593Z is 1996ms +2024-12-17T05:29:00Z DEBUG Rate-limiting config by 1996ms +2024-12-17T05:29:02Z DEBUG System config extra field null +2024-12-17T05:29:02Z TRACE Updated check config_system: false +2024-12-17T05:29:02Z TRACE Updated check config_pointset: true +2024-12-17T05:29:02Z DEBUG Update config_pointset, adding configTransaction RC:7da8f7.0000000f +2024-12-17T05:29:02Z TRACE Outgoing local_pointset: { +2024-12-17T05:29:02Z TRACE Outgoing local_pointset: "points" : { +2024-12-17T05:29:02Z TRACE Outgoing local_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:29:02Z TRACE Outgoing local_pointset: "units" : "Bars", +2024-12-17T05:29:02Z TRACE Outgoing local_pointset: "set_value" : 98 +2024-12-17T05:29:02Z TRACE Outgoing local_pointset: }, +2024-12-17T05:29:02Z TRACE Outgoing local_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:29:02Z TRACE Outgoing local_pointset: "ref" : "BV11.present_value", +2024-12-17T05:29:02Z TRACE Outgoing local_pointset: "units" : "No-units", +2024-12-17T05:29:02Z TRACE Outgoing local_pointset: "set_value" : false +2024-12-17T05:29:02Z TRACE Outgoing local_pointset: }, +2024-12-17T05:29:02Z TRACE Outgoing local_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:29:02Z TRACE Outgoing local_pointset: "ref" : "AV12.present_value", +2024-12-17T05:29:02Z TRACE Outgoing local_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:29:02Z TRACE Outgoing local_pointset: } +2024-12-17T05:29:02Z TRACE Outgoing local_pointset: } +2024-12-17T05:29:02Z TRACE Outgoing local_pointset: } +2024-12-17T05:29:02Z TRACE Updated check config_gateway: false +2024-12-17T05:29:02Z TRACE Updated check config_localnet: false +2024-12-17T05:29:02Z TRACE Updated check config_blobset: false +2024-12-17T05:29:02Z TRACE Updated check config_discovery: false +2024-12-17T05:29:02Z DEBUG Saving pre-config state timestamp 2024-12-17T05:29:00Z +2024-12-17T05:29:02Z DEBUG Update lastConfigUpdate 2024-12-17T05:29:02Z, because before target point to have value_state failure +2024-12-17T05:29:02Z TRACE Stage suspend waiting for target point to have value_state failure at 28s +2024-12-17T05:29:02Z INFO Stage start waiting for config update synchronized at 28s +2024-12-17T05:29:02Z TRACE received command AHU-1/state/discovery +2024-12-17T05:29:02Z TRACE Received state_discovery: { +2024-12-17T05:29:02Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:29:02Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:29:00Z", +2024-12-17T05:29:02Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:29:02Z TRACE Received state_discovery: } +2024-12-17T05:29:02Z DEBUG Handling device message state_discovery MP:363f468a-1 +2024-12-17T05:29:02Z TRACE Ignoring partial state update +2024-12-17T05:29:02Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:29:02Z TRACE received command AHU-1/state/localnet +2024-12-17T05:29:02Z TRACE Received state_localnet: { +2024-12-17T05:29:02Z TRACE Received state_localnet: "families" : { +2024-12-17T05:29:02Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:29:02Z TRACE Received state_localnet: "addr" : "00:22:48:0a:56:69" +2024-12-17T05:29:02Z TRACE Received state_localnet: }, +2024-12-17T05:29:02Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:29:02Z TRACE Received state_localnet: "addr" : "10.1.0.88" +2024-12-17T05:29:02Z TRACE Received state_localnet: }, +2024-12-17T05:29:02Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:29:02Z TRACE Received state_localnet: "addr" : "fe80::222:48ff:fe0a:5669" +2024-12-17T05:29:02Z TRACE Received state_localnet: }, +2024-12-17T05:29:02Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:29:02Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:29:02Z TRACE Received state_localnet: } +2024-12-17T05:29:02Z TRACE Received state_localnet: }, +2024-12-17T05:29:02Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:29:00Z", +2024-12-17T05:29:02Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:29:02Z TRACE Received state_localnet: } +2024-12-17T05:29:02Z DEBUG Handling device message state_localnet MP:363f468a-2 +2024-12-17T05:29:02Z TRACE Ignoring partial state update +2024-12-17T05:29:02Z TRACE received command AHU-1/state/pointset +2024-12-17T05:29:02Z TRACE Received state_pointset: { +2024-12-17T05:29:02Z TRACE Received state_pointset: "points" : { +2024-12-17T05:29:02Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:29:02Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:29:02Z TRACE Received state_pointset: }, +2024-12-17T05:29:02Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:29:02Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:29:02Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:29:02Z TRACE Received state_pointset: }, +2024-12-17T05:29:02Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:29:02Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:29:02Z TRACE Received state_pointset: } +2024-12-17T05:29:02Z TRACE Received state_pointset: }, +2024-12-17T05:29:02Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:29:00Z", +2024-12-17T05:29:02Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:29:02Z TRACE Received state_pointset: } +2024-12-17T05:29:02Z DEBUG Handling device message state_pointset MP:363f468a-3 +2024-12-17T05:29:02Z TRACE Ignoring partial state update +2024-12-17T05:29:02Z TRACE received command AHU-1/events/pointset +2024-12-17T05:29:02Z TRACE Received events_pointset: { +2024-12-17T05:29:02Z TRACE Received events_pointset: "points" : { +2024-12-17T05:29:02Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:29:02Z TRACE Received events_pointset: "present_value" : true +2024-12-17T05:29:02Z TRACE Received events_pointset: }, +2024-12-17T05:29:02Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:29:02Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:29:02Z TRACE Received events_pointset: }, +2024-12-17T05:29:02Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:29:02Z TRACE Received events_pointset: "present_value" : 11 +2024-12-17T05:29:02Z TRACE Received events_pointset: } +2024-12-17T05:29:02Z TRACE Received events_pointset: }, +2024-12-17T05:29:02Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:29:01Z", +2024-12-17T05:29:02Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:29:02Z TRACE Received events_pointset: } +2024-12-17T05:29:02Z DEBUG Handling device message events_pointset MP:c191c384 +2024-12-17T05:29:02Z TRACE received command AHU-1/events/system +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:51Z DEBUG system.config.receive: success +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:51Z DEBUG device.log: State update defer -64ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:51Z INFO device.log: Update state 2024-12-17T05:28:51Z last_config 2024-12-17T05:28:47Z +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:51Z DEBUG device.log: State update AHU-1 (writeback_failure) +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:51Z DEBUG system.config.parse: success +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:51Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:51Z DEBUG device.log: Config update AHU-1 (writeback_failure) +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:51Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:51Z INFO device.log: 2024-12-17T05:28:51Z received config 2024-12-17T05:28:51Z +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:51Z NOTICE system.config.apply: success +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:51Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:51Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:51Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:51Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:51Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:51Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:51Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:53Z DEBUG device.log: State update defer 0ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:53Z INFO device.log: Update state 2024-12-17T05:28:53Z last_config 2024-12-17T05:28:51Z +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:53Z DEBUG device.log: State update AHU-1 (writeback_failure) +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:56Z DEBUG system.config.receive: success +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:56Z DEBUG device.log: State update defer -81ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:56Z INFO device.log: Update state 2024-12-17T05:28:56Z last_config 2024-12-17T05:28:51Z +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:56Z DEBUG device.log: State update AHU-1 (writeback_failure) +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:56Z DEBUG system.config.parse: success +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:56Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:56Z DEBUG device.log: Config update AHU-1 (writeback_failure) +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:56Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:56Z INFO device.log: 2024-12-17T05:28:56Z received config 2024-12-17T05:28:55Z +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:56Z NOTICE system.config.apply: success +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:56Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:56Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:56Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:56Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:56Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:56Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:56Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:57Z DEBUG system.config.receive: success +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:57Z DEBUG system.config.parse: success +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:57Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:57Z DEBUG device.log: Config update AHU-1 (writeback_failure) +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:57Z DEBUG device.log: State update defer 801ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:57Z INFO device.log: 2024-12-17T05:28:57Z received config 2024-12-17T05:28:57Z +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:57Z NOTICE system.config.apply: success +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:57Z DEBUG device.log: State update defer 800ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:57Z DEBUG device.log: State update defer 800ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:58Z DEBUG device.log: State update defer 0ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:58Z INFO device.log: Update state 2024-12-17T05:28:58Z last_config 2024-12-17T05:28:57Z +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:58Z DEBUG device.log: State update AHU-1 (writeback_failure) +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:58Z DEBUG system.config.receive: success +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:58Z DEBUG device.log: State update defer 1699ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:58Z DEBUG system.config.parse: success +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:58Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:58Z DEBUG device.log: Config update AHU-1 (writeback_failure) +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:58Z INFO device.log: 2024-12-17T05:28:58Z received config 2024-12-17T05:28:58Z +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:58Z NOTICE system.config.apply: success +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:58Z DEBUG device.log: State update defer 1697ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:58Z DEBUG device.log: State update defer 1696ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:58Z DEBUG device.log: State update defer 1696ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:58Z DEBUG device.log: State update defer 1696ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:58Z DEBUG device.log: State update defer 1695ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:59Z DEBUG system.config.receive: success +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:59Z DEBUG device.log: State update defer 593ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:59Z DEBUG system.config.parse: success +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:59Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:59Z DEBUG device.log: State update defer 592ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:59Z DEBUG device.log: Config update AHU-1 (writeback_failure) +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:59Z INFO device.log: 2024-12-17T05:28:59Z received config 2024-12-17T05:28:59Z +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:59Z NOTICE system.config.apply: success +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:59Z DEBUG device.log: State update defer 591ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:28:59Z DEBUG device.log: State update defer 591ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:29:00Z DEBUG device.log: State update defer 0ms +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:29:00Z INFO device.log: Update state 2024-12-17T05:29:00Z last_config 2024-12-17T05:28:59Z +2024-12-17T05:29:02Z DEBUG Received events_system 2024-12-17T05:29:00Z DEBUG device.log: State update AHU-1 (writeback_failure) +2024-12-17T05:29:02Z DEBUG Handling device message events_system MP:aa98f9a9 +2024-12-17T05:29:02Z TRACE received command AHU-1/config/update +2024-12-17T05:29:02Z DEBUG Received config_update +2024-12-17T05:29:02Z DEBUG Handling update message config_update RC:7da8f7.0000000f +2024-12-17T05:29:02Z DEBUG Removed configTransaction RC:7da8f7.0000000f +2024-12-17T05:29:02Z DEBUG Set last_start changed false, last_start 2024-12-17T05:28:30Z +2024-12-17T05:29:02Z DEBUG Updated config 2024-12-17T05:29:02Z RC:7da8f7.0000000f +2024-12-17T05:29:02Z INFO Updated config #010: Changed 1 fields: +2024-12-17T05:29:02Z INFO Updated config #010: Add `pointset.points.filter_alarm_pressure_status.set_value` = `false` +2024-12-17T05:29:02Z DEBUG Expected last_config now 2024-12-17T05:29:02Z +2024-12-17T05:29:02Z TRACE received command AHU-1/state/update +2024-12-17T05:29:02Z DEBUG Received state_update +2024-12-17T05:29:02Z DEBUG Handling update message state_update MP:06bbc414 +2024-12-17T05:29:02Z DEBUG Updated state after 0s 2024-12-17T05:29:02Z MP:06bbc414 +2024-12-17T05:29:02Z INFO Updated state #011: Changed 4 fields: +2024-12-17T05:29:02Z INFO Updated state #011: Set `system.status.level` = `100` +2024-12-17T05:29:02Z INFO Updated state #011: Set `system.status.category` = `system.config.parse` +2024-12-17T05:29:02Z INFO Updated state #011: Set `system.status.timestamp` = `2024-12-17T05:29:02Z` +2024-12-17T05:29:02Z INFO Updated state #011: Set `timestamp` = `2024-12-17T05:29:02Z` +2024-12-17T05:29:02Z DEBUG Updated state has last_config 2024-12-17T05:28:59Z (expecting 2024-12-17T05:29:02Z) +2024-12-17T05:29:02Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:29:02Z TRACE received command AHU-1/state/system +2024-12-17T05:29:02Z TRACE Received state_system: { +2024-12-17T05:29:02Z TRACE Received state_system: "hardware" : { +2024-12-17T05:29:02Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:29:02Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:29:02Z TRACE Received state_system: }, +2024-12-17T05:29:02Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:59Z", +2024-12-17T05:29:02Z TRACE Received state_system: "operation" : { +2024-12-17T05:29:02Z TRACE Received state_system: "operational" : true, +2024-12-17T05:29:02Z TRACE Received state_system: "last_start" : "2024-12-17T05:28:30Z", +2024-12-17T05:29:02Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:29:02Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:29:02Z TRACE Received state_system: }, +2024-12-17T05:29:02Z TRACE Received state_system: "serial_no" : "sequencer-22291", +2024-12-17T05:29:02Z TRACE Received state_system: "software" : { +2024-12-17T05:29:02Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:29:02Z TRACE Received state_system: }, +2024-12-17T05:29:02Z TRACE Received state_system: "status" : { +2024-12-17T05:29:02Z TRACE Received state_system: "message" : "success", +2024-12-17T05:29:02Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:29:02Z TRACE Received state_system: "timestamp" : "2024-12-17T05:29:02Z", +2024-12-17T05:29:02Z TRACE Received state_system: "level" : 100 +2024-12-17T05:29:02Z TRACE Received state_system: }, +2024-12-17T05:29:02Z TRACE Received state_system: "timestamp" : "2024-12-17T05:29:02Z", +2024-12-17T05:29:02Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:29:02Z TRACE Received state_system: } +2024-12-17T05:29:02Z DEBUG Handling device message state_system MP:06bbc414-0 +2024-12-17T05:29:02Z TRACE Ignoring partial state update +2024-12-17T05:29:02Z TRACE received command AHU-1/state/discovery +2024-12-17T05:29:02Z TRACE Received state_discovery: { +2024-12-17T05:29:02Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:29:02Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:29:02Z", +2024-12-17T05:29:02Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:29:02Z TRACE Received state_discovery: } +2024-12-17T05:29:02Z DEBUG Handling device message state_discovery MP:06bbc414-1 +2024-12-17T05:29:02Z TRACE Ignoring partial state update +2024-12-17T05:29:02Z TRACE received command AHU-1/state/localnet +2024-12-17T05:29:02Z TRACE Received state_localnet: { +2024-12-17T05:29:02Z TRACE Received state_localnet: "families" : { +2024-12-17T05:29:02Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:29:02Z TRACE Received state_localnet: "addr" : "00:22:48:0a:56:69" +2024-12-17T05:29:02Z TRACE Received state_localnet: }, +2024-12-17T05:29:02Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:29:02Z TRACE Received state_localnet: "addr" : "10.1.0.88" +2024-12-17T05:29:02Z TRACE Received state_localnet: }, +2024-12-17T05:29:02Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:29:02Z TRACE Received state_localnet: "addr" : "fe80::222:48ff:fe0a:5669" +2024-12-17T05:29:02Z TRACE Received state_localnet: }, +2024-12-17T05:29:02Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:29:02Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:29:02Z TRACE Received state_localnet: } +2024-12-17T05:29:02Z TRACE Received state_localnet: }, +2024-12-17T05:29:02Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:29:02Z", +2024-12-17T05:29:02Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:29:02Z TRACE Received state_localnet: } +2024-12-17T05:29:02Z DEBUG Handling device message state_localnet MP:06bbc414-2 +2024-12-17T05:29:02Z TRACE Ignoring partial state update +2024-12-17T05:29:02Z TRACE received command AHU-1/state/pointset +2024-12-17T05:29:02Z TRACE Received state_pointset: { +2024-12-17T05:29:02Z TRACE Received state_pointset: "points" : { +2024-12-17T05:29:02Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:29:02Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:29:02Z TRACE Received state_pointset: }, +2024-12-17T05:29:02Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:29:02Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:29:02Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:29:02Z TRACE Received state_pointset: }, +2024-12-17T05:29:02Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:29:02Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:29:02Z TRACE Received state_pointset: } +2024-12-17T05:29:02Z TRACE Received state_pointset: }, +2024-12-17T05:29:02Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:29:02Z", +2024-12-17T05:29:02Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:29:02Z TRACE Received state_pointset: } +2024-12-17T05:29:02Z DEBUG Handling device message state_pointset MP:06bbc414-3 +2024-12-17T05:29:02Z TRACE Ignoring partial state update +2024-12-17T05:29:04Z TRACE received command AHU-1/state/update +2024-12-17T05:29:04Z DEBUG Received state_update +2024-12-17T05:29:04Z DEBUG Handling update message state_update MP:78fa1895 +2024-12-17T05:29:04Z DEBUG Updated state after 0s 2024-12-17T05:29:04Z MP:78fa1895 +2024-12-17T05:29:04Z INFO Updated state #012: Changed 6 fields: +2024-12-17T05:29:04Z INFO Updated state #012: Set `system.last_config` = `2024-12-17T05:29:02Z` +2024-12-17T05:29:04Z INFO Updated state #012: Set `system.status.level` = `300` +2024-12-17T05:29:04Z INFO Updated state #012: Set `system.status.category` = `system.config.apply` +2024-12-17T05:29:04Z INFO Updated state #012: Add `pointset.points.filter_alarm_pressure_status.value_state` = `failure` +2024-12-17T05:29:04Z INFO Updated state #012: Add `pointset.points.filter_alarm_pressure_status.status` = { "level": `500`, "detail": `Point filter_alarm_pressure_status (writable false)`, "message": `Point is not writable`, "category": `pointset.point.failure`, "timestamp": `2024-12-17T05:29:02Z` } +2024-12-17T05:29:04Z INFO Updated state #012: Set `timestamp` = `2024-12-17T05:29:04Z` +2024-12-17T05:29:04Z DEBUG Updated state has last_config 2024-12-17T05:29:02Z (expecting 2024-12-17T05:29:02Z) +2024-12-17T05:29:04Z TRACE received command AHU-1/state/system +2024-12-17T05:29:04Z TRACE Received state_system: { +2024-12-17T05:29:04Z TRACE Received state_system: "hardware" : { +2024-12-17T05:29:04Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:29:04Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:29:04Z TRACE Received state_system: }, +2024-12-17T05:29:04Z TRACE Received state_system: "last_config" : "2024-12-17T05:29:02Z", +2024-12-17T05:29:04Z TRACE Received state_system: "operation" : { +2024-12-17T05:29:04Z TRACE Received state_system: "operational" : true, +2024-12-17T05:29:04Z TRACE Received state_system: "last_start" : "2024-12-17T05:28:30Z", +2024-12-17T05:29:04Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:29:04Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:29:04Z TRACE Received state_system: }, +2024-12-17T05:29:04Z TRACE Received state_system: "serial_no" : "sequencer-22291", +2024-12-17T05:29:04Z TRACE Received state_system: "software" : { +2024-12-17T05:29:04Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:29:04Z TRACE Received state_system: }, +2024-12-17T05:29:04Z TRACE Received state_system: "status" : { +2024-12-17T05:29:04Z TRACE Received state_system: "message" : "success", +2024-12-17T05:29:04Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:29:04Z TRACE Received state_system: "timestamp" : "2024-12-17T05:29:02Z", +2024-12-17T05:29:04Z TRACE Received state_system: "level" : 300 +2024-12-17T05:29:04Z TRACE Received state_system: }, +2024-12-17T05:29:04Z TRACE Received state_system: "timestamp" : "2024-12-17T05:29:04Z", +2024-12-17T05:29:04Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:29:04Z TRACE Received state_system: } +2024-12-17T05:29:04Z DEBUG Handling device message state_system MP:78fa1895-0 +2024-12-17T05:29:04Z TRACE Ignoring partial state update +2024-12-17T05:29:04Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:29:04Z DEBUG Stage finished waiting for config update synchronized at 30s after 2s +2024-12-17T05:29:04Z TRACE Stage resume waiting for target point to have value_state failure at 30s +2024-12-17T05:29:04Z DEBUG Config sync took 2s +2024-12-17T05:29:04Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:29:04Z DEBUG New lastConfigMark at 2024-12-17T05:29:04Z +2024-12-17T05:29:04Z DEBUG Update config before target point to have value_state failure timestamp 2024-12-17T05:29:02Z +2024-12-17T05:29:04Z TRACE Outgoing local_update: { +2024-12-17T05:29:04Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:29:02Z", +2024-12-17T05:29:04Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:29:04Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:29:04Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:29:04Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:29:04Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:29:04Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:28:30Z" +2024-12-17T05:29:04Z TRACE Outgoing local_update: }, +2024-12-17T05:29:04Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:29:04Z TRACE Outgoing local_update: "sequence_name" : "writeback_failure" +2024-12-17T05:29:04Z TRACE Outgoing local_update: } +2024-12-17T05:29:04Z TRACE Outgoing local_update: }, +2024-12-17T05:29:04Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:29:04Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:29:04Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:29:04Z TRACE Outgoing local_update: } +2024-12-17T05:29:04Z TRACE Outgoing local_update: }, +2024-12-17T05:29:04Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:29:04Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:29:04Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:29:04Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:29:04Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:29:04Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:29:04Z TRACE Outgoing local_update: } +2024-12-17T05:29:04Z TRACE Outgoing local_update: }, +2024-12-17T05:29:04Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:29:04Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:29:04Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:29:04Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:29:04Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:29:04Z TRACE Outgoing local_update: }, +2024-12-17T05:29:04Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:29:04Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:29:04Z TRACE Outgoing local_update: "units" : "No-units", +2024-12-17T05:29:04Z TRACE Outgoing local_update: "set_value" : false +2024-12-17T05:29:04Z TRACE Outgoing local_update: }, +2024-12-17T05:29:04Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:29:04Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:29:04Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:29:04Z TRACE Outgoing local_update: } +2024-12-17T05:29:04Z TRACE Outgoing local_update: } +2024-12-17T05:29:04Z TRACE Outgoing local_update: } +2024-12-17T05:29:04Z TRACE Outgoing local_update: } +2024-12-17T05:29:04Z DEBUG Recorded sequence: 1. Update config before target point to have value_state failure +2024-12-17T05:29:04Z INFO Device config Add `pointset.points.filter_alarm_pressure_status.set_value` = `false` +2024-12-17T05:29:04Z TRACE Update config before target point to have value_state failure: Add `pointset.points.filter_alarm_pressure_status.set_value` = `false` +2024-12-17T05:29:04Z DEBUG Value state failure == failure (true) +2024-12-17T05:29:04Z DEBUG Recorded sequence: 1. Wait until target point to have value_state failure +2024-12-17T05:29:04Z DEBUG Stage finished waiting for target point to have value_state failure at 30s after 4s +2024-12-17T05:29:04Z TRACE Stage resume waiting for executing test at 30s +2024-12-17T05:29:04Z DEBUG stage done waiting for executing test at 30s +2024-12-17T05:29:04Z DEBUG Removing implicit system capability LAST_CONFIG +2024-12-17T05:29:04Z NOTICE RESULT pass writeback writeback_failure ALPHA 10/10 Sequence complete +2024-12-17T05:29:04Z NOTICE Sequence complete +2024-12-17T05:29:04Z NOTICE ending test writeback_failure after 30s ################################ diff --git a/validator/sequences/writeback_failure/state_discovery.attr b/validator/sequences/writeback_failure/state_discovery.attr new file mode 100644 index 0000000000..2587420ae7 --- /dev/null +++ b/validator/sequences/writeback_failure/state_discovery.attr @@ -0,0 +1,10 @@ +{ + "deviceId" : "AHU-1", + "deviceNumId" : "123456789101112", + "deviceRegistryId" : "ZZ-TRI-FECTA_5", + "projectId" : "localhost", + "transactionId" : "MP:06bbc414-1", + "publishTime" : "2024-12-17T05:29:02Z", + "subFolder" : "discovery", + "subType" : "state" +} \ No newline at end of file diff --git a/validator/sequences/writeback_failure/state_discovery.json b/validator/sequences/writeback_failure/state_discovery.json new file mode 100644 index 0000000000..e561f1c879 --- /dev/null +++ b/validator/sequences/writeback_failure/state_discovery.json @@ -0,0 +1,5 @@ +{ + "families" : { }, + "timestamp" : "2024-12-17T05:29:02Z", + "version" : "1.5.2" +} \ No newline at end of file diff --git a/validator/sequences/writeback_failure/state_localnet.attr b/validator/sequences/writeback_failure/state_localnet.attr index c12dbf4a7e..f16a3e0174 100644 --- a/validator/sequences/writeback_failure/state_localnet.attr +++ b/validator/sequences/writeback_failure/state_localnet.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_2", + "deviceRegistryId" : "ZZ-TRI-FECTA_5", "projectId" : "localhost", - "transactionId" : "MP:1addff52-1", - "publishTime" : "2024-11-06T17:36:01Z", + "transactionId" : "MP:06bbc414-2", + "publishTime" : "2024-12-17T05:29:02Z", "subFolder" : "localnet", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/writeback_failure/state_localnet.json b/validator/sequences/writeback_failure/state_localnet.json index adba74954a..96726ae887 100644 --- a/validator/sequences/writeback_failure/state_localnet.json +++ b/validator/sequences/writeback_failure/state_localnet.json @@ -1,18 +1,18 @@ { "families" : { "ether" : { - "addr" : "7c:1e:52:59:f6:f5" + "addr" : "00:22:48:0a:56:69" }, "ipv4" : { - "addr" : "10.1.0.159" + "addr" : "10.1.0.88" }, "ipv6" : { - "addr" : "fe80::7e1e:52ff:fe59:f6f5" + "addr" : "fe80::222:48ff:fe0a:5669" }, "vendor" : { "addr" : "28179023" } }, - "timestamp" : "2024-11-06T17:36:01Z", + "timestamp" : "2024-12-17T05:29:02Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/writeback_failure/state_pointset.attr b/validator/sequences/writeback_failure/state_pointset.attr index 4fa90f1ecb..8ff236ab93 100644 --- a/validator/sequences/writeback_failure/state_pointset.attr +++ b/validator/sequences/writeback_failure/state_pointset.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_2", + "deviceRegistryId" : "ZZ-TRI-FECTA_5", "projectId" : "localhost", - "transactionId" : "MP:1addff52-2", - "publishTime" : "2024-11-06T17:36:01Z", + "transactionId" : "MP:06bbc414-3", + "publishTime" : "2024-12-17T05:29:02Z", "subFolder" : "pointset", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/writeback_failure/state_pointset.json b/validator/sequences/writeback_failure/state_pointset.json index fc17a79ebf..55a8e41137 100644 --- a/validator/sequences/writeback_failure/state_pointset.json +++ b/validator/sequences/writeback_failure/state_pointset.json @@ -11,6 +11,6 @@ "units" : "Degrees-Celsius" } }, - "timestamp" : "2024-11-06T17:36:01Z", + "timestamp" : "2024-12-17T05:29:02Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/writeback_failure/state_system.attr b/validator/sequences/writeback_failure/state_system.attr index 8b3a8f922b..df6daea435 100644 --- a/validator/sequences/writeback_failure/state_system.attr +++ b/validator/sequences/writeback_failure/state_system.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_2", + "deviceRegistryId" : "ZZ-TRI-FECTA_5", "projectId" : "localhost", - "transactionId" : "MP:50aa4bc9-0", - "publishTime" : "2024-11-06T17:36:03Z", + "transactionId" : "MP:78fa1895-0", + "publishTime" : "2024-12-17T05:29:04Z", "subFolder" : "system", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/writeback_failure/state_system.json b/validator/sequences/writeback_failure/state_system.json index 2d99d47bd9..76034c2d71 100644 --- a/validator/sequences/writeback_failure/state_system.json +++ b/validator/sequences/writeback_failure/state_system.json @@ -3,23 +3,23 @@ "make" : "BOS", "model" : "pubber" }, - "last_config" : "2024-11-06T17:36:02Z", + "last_config" : "2024-12-17T05:29:02Z", "operation" : { "operational" : true, - "last_start" : "2024-11-06T17:34:19Z", + "last_start" : "2024-12-17T05:28:30Z", "restart_count" : 1, "mode" : "initial" }, - "serial_no" : "sequencer-28991", + "serial_no" : "sequencer-22291", "software" : { "firmware" : "v1" }, "status" : { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-11-06T17:36:02Z", + "timestamp" : "2024-12-17T05:29:02Z", "level" : 300 }, - "timestamp" : "2024-11-06T17:36:03Z", + "timestamp" : "2024-12-17T05:29:04Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/writeback_failure/state_update.attr b/validator/sequences/writeback_failure/state_update.attr index 5ccb3289eb..968dc059a6 100644 --- a/validator/sequences/writeback_failure/state_update.attr +++ b/validator/sequences/writeback_failure/state_update.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_2", + "deviceRegistryId" : "ZZ-TRI-FECTA_5", "projectId" : "localhost", - "transactionId" : "MP:50aa4bc9", - "publishTime" : "2024-11-06T17:36:03Z", + "transactionId" : "MP:78fa1895", + "publishTime" : "2024-12-17T05:29:04Z", "subFolder" : "update", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/writeback_failure/state_update.json b/validator/sequences/writeback_failure/state_update.json index f4cd1a89d4..a393322506 100644 --- a/validator/sequences/writeback_failure/state_update.json +++ b/validator/sequences/writeback_failure/state_update.json @@ -1,14 +1,17 @@ { + "discovery" : { + "families" : { } + }, "localnet" : { "families" : { "ether" : { - "addr" : "7c:1e:52:59:f6:f5" + "addr" : "00:22:48:0a:56:69" }, "ipv4" : { - "addr" : "10.1.0.159" + "addr" : "10.1.0.88" }, "ipv6" : { - "addr" : "fe80::7e1e:52ff:fe59:f6f5" + "addr" : "fe80::222:48ff:fe0a:5669" }, "vendor" : { "addr" : "28179023" @@ -24,7 +27,7 @@ "message" : "Point is not writable", "detail" : "Point filter_alarm_pressure_status (writable false)", "category" : "pointset.point.failure", - "timestamp" : "2024-11-06T17:36:02Z", + "timestamp" : "2024-12-17T05:29:02Z", "level" : 500 } }, @@ -38,14 +41,14 @@ } }, "system" : { - "last_config" : "2024-11-06T17:36:02Z", + "last_config" : "2024-12-17T05:29:02Z", "operation" : { "operational" : true, - "last_start" : "2024-11-06T17:34:19Z", + "last_start" : "2024-12-17T05:28:30Z", "restart_count" : 1, "mode" : "initial" }, - "serial_no" : "sequencer-28991", + "serial_no" : "sequencer-22291", "hardware" : { "make" : "BOS", "model" : "pubber" @@ -56,10 +59,10 @@ "status" : { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-11-06T17:36:02Z", + "timestamp" : "2024-12-17T05:29:02Z", "level" : 300 } }, - "timestamp" : "2024-11-06T17:36:03Z", + "timestamp" : "2024-12-17T05:29:04Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/writeback_invalid/config_update.attr b/validator/sequences/writeback_invalid/config_update.attr index 1cb14d66f9..001ea1ff93 100644 --- a/validator/sequences/writeback_invalid/config_update.attr +++ b/validator/sequences/writeback_invalid/config_update.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_3", + "deviceRegistryId" : "ZZ-TRI-FECTA_6", "projectId" : "localhost", - "transactionId" : "RC:ad0a7d.0000001a", - "publishTime" : "2024-11-06T17:34:00Z", + "transactionId" : "RC:e3efa4.0000000f", + "publishTime" : "2024-12-17T05:28:40Z", "subFolder" : "update", "subType" : "config" } \ No newline at end of file diff --git a/validator/sequences/writeback_invalid/config_update.json b/validator/sequences/writeback_invalid/config_update.json index 7c74b77bdd..f9416afc01 100644 --- a/validator/sequences/writeback_invalid/config_update.json +++ b/validator/sequences/writeback_invalid/config_update.json @@ -1,9 +1,14 @@ { + "discovery" : { + "families" : { + "vendor" : { } + } + }, "localnet" : { "families" : { + "bacnet" : { }, "ether" : { }, "ipv4" : { }, - "ipv6" : { }, "vendor" : { } } }, @@ -26,16 +31,16 @@ }, "system" : { "metrics_rate_sec" : 10, - "min_loglevel" : 200, + "min_loglevel" : 100, "operation" : { - "last_start" : "2024-11-06T17:33:10Z" + "last_start" : "2024-12-17T05:28:09Z" }, "testing" : { - "config_base" : 43, + "config_base" : 48, "sequence_name" : "writeback_invalid", - "transaction_id" : "RC:ad0a7d.0000001a" + "transaction_id" : "RC:e3efa4.0000000f" } }, - "timestamp" : "2024-11-06T17:34:00Z", - "version" : "git-b2a557d" + "timestamp" : "2024-12-17T05:28:40Z", + "version" : "git-46fef59" } \ No newline at end of file diff --git a/validator/sequences/writeback_invalid/device_system.log b/validator/sequences/writeback_invalid/device_system.log index 4777acbb13..221a5ff705 100644 --- a/validator/sequences/writeback_invalid/device_system.log +++ b/validator/sequences/writeback_invalid/device_system.log @@ -1,26 +1,152 @@ -2024-11-06T17:33:32Z INFO device.log Device AHU-1 config handler -2024-11-06T17:33:32Z INFO device.log 2024-11-06T17:33:32Z received config 2024-11-06T17:33:32Z -2024-11-06T17:33:32Z NOTICE system.config.apply success -2024-11-06T17:33:33Z INFO device.log Update state 2024-11-06T17:33:33Z last_config 2024-11-06T17:33:32Z -2024-11-06T17:33:34Z INFO device.log Device AHU-1 config handler -2024-11-06T17:33:34Z INFO device.log 2024-11-06T17:33:34Z received config 2024-11-06T17:33:34Z -2024-11-06T17:33:34Z NOTICE system.config.apply success -2024-11-06T17:33:35Z INFO device.log Update state 2024-11-06T17:33:35Z last_config 2024-11-06T17:33:34Z -2024-11-06T17:33:36Z INFO device.log Device AHU-1 config handler -2024-11-06T17:33:36Z INFO device.log 2024-11-06T17:33:36Z received config 2024-11-06T17:33:36Z -2024-11-06T17:33:36Z INFO device.log Discovery enumeration at 2024-11-06T17:33:35Z -2024-11-06T17:33:36Z NOTICE system.config.apply success -2024-11-06T17:33:37Z INFO device.log Update state 2024-11-06T17:33:37Z last_config 2024-11-06T17:33:36Z -2024-11-06T17:33:38Z INFO device.log Device AHU-1 config handler -2024-11-06T17:33:38Z INFO device.log 2024-11-06T17:33:38Z received config 2024-11-06T17:33:38Z -2024-11-06T17:33:38Z NOTICE system.config.apply success -2024-11-06T17:33:39Z INFO device.log Update state 2024-11-06T17:33:39Z last_config 2024-11-06T17:33:38Z -2024-11-06T17:33:49Z INFO device.log Update state 2024-11-06T17:33:49Z last_config 2024-11-06T17:33:38Z -2024-11-06T17:33:49Z INFO device.log Device AHU-1 config handler -2024-11-06T17:33:49Z INFO device.log 2024-11-06T17:33:49Z received config 2024-11-06T17:33:49Z -2024-11-06T17:33:49Z NOTICE system.config.apply success -2024-11-06T17:33:49Z INFO device.log Device AHU-1 config handler -2024-11-06T17:33:49Z INFO device.log 2024-11-06T17:33:49Z received config 2024-11-06T17:33:49Z -2024-11-06T17:33:49Z NOTICE system.config.apply success -2024-11-06T17:33:51Z INFO device.log Update state 2024-11-06T17:33:51Z last_config 2024-11-06T17:33:49Z -2024-11-06T17:34:01Z NOTICE validation.feature.sequence Sequence complete +2024-12-17T05:28:09Z INFO device.log Configured with auth_type RS256 +2024-12-17T05:28:09Z INFO device.log Resetting persistent store /home/runner/work/udmi/udmi/sites/udmi_site_model/out/devices/AHU-1/persistent_data.json +2024-12-17T05:28:09Z INFO device.log Loading endpoint into persistent data from configuration +2024-12-17T05:28:09Z WARNING device.log Updating persistent store: +{ + "endpoint" : { + "protocol" : "mqtt", + "transport" : "ssl", + "hostname" : "localhost", + "client_id" : "/r/ZZ-TRI-FECTA_6/d/AHU-1", + "topic_prefix" : "/r/ZZ-TRI-FECTA_6/d/AHU-1", + "auth_provider" : { + "basic" : { + "username" : "/r/ZZ-TRI-FECTA_6/d/AHU-1", + "password" : "38269d11" + } + } + }, + "restart_count" : 1 +} +2024-12-17T05:28:09Z INFO device.log Starting pubber AHU-1, serial sequencer-26238, mac null, gateway null, options noPersist +2024-12-17T05:28:09Z INFO device.log Loading device key bytes from /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.pkcs8 +2024-12-17T05:28:09Z INFO device.log CA cert file: /home/runner/work/udmi/udmi/sites/udmi_site_model/reflector/ca.crt +2024-12-17T05:28:09Z INFO device.log Device cert file: /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.crt +2024-12-17T05:28:09Z INFO device.log Private key file: /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.pem +2024-12-17T05:28:09Z INFO device.log Password sha256 6b5344e1 +2024-12-17T05:28:09Z WARNING device.log Starting connection 1734413289651 with 10 +2024-12-17T05:28:09Z INFO device.log Update state 2024-12-17T05:28:09Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:28:09Z WARNING device.log Dropping state update until config received... +2024-12-17T05:28:09Z WARNING device.log Creating new config latch for AHU-1 +2024-12-17T05:28:10Z INFO device.log Update state 2024-12-17T05:28:10Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:28:10Z WARNING device.log Dropping state update until config received... +2024-12-17T05:28:10Z INFO device.log Update state 2024-12-17T05:28:10Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:28:10Z INFO device.log Device AHU-1 config handler +2024-12-17T05:28:10Z WARNING device.log Dropping state update until config received... +2024-12-17T05:28:10Z WARNING device.log Received config for config latch AHU-1 +2024-12-17T05:28:10Z WARNING device.log Starting AHU-1 Pubber sender with delay 10s +2024-12-17T05:28:10Z INFO device.log 2024-12-17T05:28:10Z received config 2024-12-17T05:27:55Z +2024-12-17T05:28:10Z WARNING device.log Starting AHU-1 PubberSystemManager sender with delay 10s +2024-12-17T05:28:10Z WARNING device.log Starting AHU-1 PubberPointsetManager sender with delay 10s +2024-12-17T05:28:10Z WARNING device.log Start waiting 10s for config latch for AHU-1 +2024-12-17T05:28:10Z WARNING device.log Ending connection 1734413289651 with 9 +2024-12-17T05:28:10Z NOTICE system.config.apply success +2024-12-17T05:28:10Z NOTICE system.config.apply success +2024-12-17T05:28:22Z NOTICE system.config.apply success +2024-12-17T05:28:22Z DEBUG device.log State update defer 1995ms +2024-12-17T05:28:22Z DEBUG device.log State update defer 1995ms +2024-12-17T05:28:22Z DEBUG system.config.receive success +2024-12-17T05:28:22Z DEBUG system.config.parse success +2024-12-17T05:28:22Z INFO device.log Device AHU-1 config handler +2024-12-17T05:28:22Z DEBUG device.log State update defer 1937ms +2024-12-17T05:28:22Z DEBUG device.log State update defer 1934ms +2024-12-17T05:28:22Z DEBUG device.log Config update AHU-1 (writeback_invalid) +2024-12-17T05:28:22Z INFO device.log 2024-12-17T05:28:22Z received config 2024-12-17T05:28:22Z +2024-12-17T05:28:22Z NOTICE system.config.apply success +2024-12-17T05:28:22Z DEBUG device.log State update defer 1932ms +2024-12-17T05:28:22Z DEBUG device.log State update defer 1932ms +2024-12-17T05:28:24Z DEBUG device.log State update defer 0ms +2024-12-17T05:28:24Z INFO device.log Update state 2024-12-17T05:28:24Z last_config 2024-12-17T05:28:22Z +2024-12-17T05:28:24Z DEBUG device.log State update AHU-1 (writeback_invalid) +2024-12-17T05:28:26Z DEBUG system.config.receive success +2024-12-17T05:28:26Z DEBUG device.log State update defer -98ms +2024-12-17T05:28:26Z DEBUG system.config.parse success +2024-12-17T05:28:26Z INFO device.log Device AHU-1 config handler +2024-12-17T05:28:26Z INFO device.log Update state 2024-12-17T05:28:26Z last_config 2024-12-17T05:28:22Z +2024-12-17T05:28:26Z DEBUG device.log State update AHU-1 (writeback_invalid) +2024-12-17T05:28:26Z DEBUG device.log Config update AHU-1 (writeback_invalid) +2024-12-17T05:28:26Z DEBUG device.log State update defer 2000ms +2024-12-17T05:28:26Z INFO device.log 2024-12-17T05:28:26Z received config 2024-12-17T05:28:26Z +2024-12-17T05:28:26Z DEBUG device.log State update defer 1999ms +2024-12-17T05:28:26Z NOTICE system.config.apply success +2024-12-17T05:28:26Z DEBUG device.log State update defer 1999ms +2024-12-17T05:28:26Z DEBUG device.log State update defer 1998ms +2024-12-17T05:28:28Z DEBUG device.log State update defer -1ms +2024-12-17T05:28:28Z INFO device.log Update state 2024-12-17T05:28:28Z last_config 2024-12-17T05:28:26Z +2024-12-17T05:28:28Z DEBUG device.log State update AHU-1 (writeback_invalid) +2024-12-17T05:28:30Z DEBUG system.config.receive success +2024-12-17T05:28:30Z DEBUG device.log State update defer -61ms +2024-12-17T05:28:30Z INFO device.log Update state 2024-12-17T05:28:30Z last_config 2024-12-17T05:28:26Z +2024-12-17T05:28:30Z DEBUG system.config.parse success +2024-12-17T05:28:30Z DEBUG device.log State update AHU-1 (writeback_invalid) +2024-12-17T05:28:30Z INFO device.log Device AHU-1 config handler +2024-12-17T05:28:30Z DEBUG device.log Config update AHU-1 (writeback_invalid) +2024-12-17T05:28:30Z DEBUG device.log State update defer 1999ms +2024-12-17T05:28:30Z INFO device.log 2024-12-17T05:28:30Z received config 2024-12-17T05:28:30Z +2024-12-17T05:28:30Z DEBUG device.log State update defer 1998ms +2024-12-17T05:28:30Z DEBUG device.log State update defer 1998ms +2024-12-17T05:28:30Z DEBUG device.log State update defer 1998ms +2024-12-17T05:28:30Z DEBUG device.log State update defer 1997ms +2024-12-17T05:28:30Z DEBUG device.log State update defer 1997ms +2024-12-17T05:28:30Z NOTICE system.config.apply success +2024-12-17T05:28:30Z DEBUG device.log State update defer 1997ms +2024-12-17T05:28:30Z DEBUG device.log State update defer 1996ms +2024-12-17T05:28:32Z DEBUG device.log State update defer 0ms +2024-12-17T05:28:32Z INFO device.log Update state 2024-12-17T05:28:32Z last_config 2024-12-17T05:28:30Z +2024-12-17T05:28:32Z DEBUG device.log State update AHU-1 (writeback_invalid) +2024-12-17T05:28:34Z DEBUG system.config.receive success +2024-12-17T05:28:34Z DEBUG device.log State update defer -84ms +2024-12-17T05:28:34Z INFO device.log Update state 2024-12-17T05:28:34Z last_config 2024-12-17T05:28:30Z +2024-12-17T05:28:34Z DEBUG device.log State update AHU-1 (writeback_invalid) +2024-12-17T05:28:34Z DEBUG system.config.parse success +2024-12-17T05:28:34Z INFO device.log Device AHU-1 config handler +2024-12-17T05:28:34Z DEBUG device.log Config update AHU-1 (writeback_invalid) +2024-12-17T05:28:34Z DEBUG device.log State update defer 1998ms +2024-12-17T05:28:34Z INFO device.log 2024-12-17T05:28:34Z received config 2024-12-17T05:28:34Z +2024-12-17T05:28:34Z NOTICE system.config.apply success +2024-12-17T05:28:34Z DEBUG device.log State update defer 1997ms +2024-12-17T05:28:34Z DEBUG device.log State update defer 1997ms +2024-12-17T05:28:34Z DEBUG device.log State update defer 1997ms +2024-12-17T05:28:34Z DEBUG device.log State update defer 1996ms +2024-12-17T05:28:34Z DEBUG device.log State update defer 1996ms +2024-12-17T05:28:34Z DEBUG device.log State update defer 1996ms +2024-12-17T05:28:34Z DEBUG device.log State update defer 1996ms +2024-12-17T05:28:35Z DEBUG system.config.receive success +2024-12-17T05:28:35Z DEBUG device.log State update defer 807ms +2024-12-17T05:28:35Z DEBUG system.config.parse success +2024-12-17T05:28:35Z INFO device.log Device AHU-1 config handler +2024-12-17T05:28:35Z DEBUG device.log Config update AHU-1 (writeback_invalid) +2024-12-17T05:28:35Z INFO device.log 2024-12-17T05:28:35Z received config 2024-12-17T05:28:35Z +2024-12-17T05:28:35Z NOTICE system.config.apply success +2024-12-17T05:28:35Z DEBUG device.log State update defer 804ms +2024-12-17T05:28:35Z DEBUG device.log State update defer 804ms +2024-12-17T05:28:35Z DEBUG device.log State update defer 804ms +2024-12-17T05:28:35Z DEBUG system.config.receive success +2024-12-17T05:28:35Z DEBUG device.log State update defer 794ms +2024-12-17T05:28:35Z DEBUG system.config.parse success +2024-12-17T05:28:35Z DEBUG device.log State update defer 793ms +2024-12-17T05:28:35Z DEBUG device.log Config update AHU-1 (writeback_invalid) +2024-12-17T05:28:35Z INFO device.log 2024-12-17T05:28:35Z received config 2024-12-17T05:28:35Z +2024-12-17T05:28:35Z NOTICE system.config.apply success +2024-12-17T05:28:35Z DEBUG device.log State update defer 792ms +2024-12-17T05:28:35Z DEBUG device.log State update defer 791ms +2024-12-17T05:28:35Z DEBUG device.log State update defer 791ms +2024-12-17T05:28:35Z DEBUG device.log State update defer 790ms +2024-12-17T05:28:35Z DEBUG device.log State update defer 790ms +2024-12-17T05:28:35Z DEBUG device.log State update defer 790ms +2024-12-17T05:28:36Z DEBUG device.log State update defer 0ms +2024-12-17T05:28:36Z INFO device.log Update state 2024-12-17T05:28:36Z last_config 2024-12-17T05:28:35Z +2024-12-17T05:28:36Z DEBUG device.log State update AHU-1 (writeback_invalid) +2024-12-17T05:28:36Z DEBUG system.config.receive success +2024-12-17T05:28:36Z DEBUG device.log State update defer 1790ms +2024-12-17T05:28:36Z DEBUG system.config.parse success +2024-12-17T05:28:36Z INFO device.log Device AHU-1 config handler +2024-12-17T05:28:36Z DEBUG device.log Config update AHU-1 (writeback_invalid) +2024-12-17T05:28:36Z INFO device.log 2024-12-17T05:28:36Z received config 2024-12-17T05:28:36Z +2024-12-17T05:28:36Z NOTICE system.config.apply success +2024-12-17T05:28:36Z DEBUG device.log State update defer 1788ms +2024-12-17T05:28:36Z DEBUG device.log State update defer 1788ms +2024-12-17T05:28:38Z DEBUG device.log State update defer 0ms +2024-12-17T05:28:38Z INFO device.log Update state 2024-12-17T05:28:38Z last_config 2024-12-17T05:28:36Z +2024-12-17T05:28:38Z DEBUG device.log State update AHU-1 (writeback_invalid) +2024-12-17T05:28:42Z NOTICE validation.feature.sequence Sequence complete diff --git a/validator/sequences/writeback_invalid/events_pointset.attr b/validator/sequences/writeback_invalid/events_pointset.attr index 9553843327..fbd93b20d0 100644 --- a/validator/sequences/writeback_invalid/events_pointset.attr +++ b/validator/sequences/writeback_invalid/events_pointset.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_3", + "deviceRegistryId" : "ZZ-TRI-FECTA_6", "projectId" : "localhost", - "transactionId" : "MP:55d5f9df", - "publishTime" : "2024-11-06T17:33:51Z", + "transactionId" : "MP:e486d96a", + "publishTime" : "2024-12-17T05:28:40Z", "subFolder" : "pointset", "subType" : "events" } \ No newline at end of file diff --git a/validator/sequences/writeback_invalid/events_pointset.json b/validator/sequences/writeback_invalid/events_pointset.json index c2abf22823..5a4c920937 100644 --- a/validator/sequences/writeback_invalid/events_pointset.json +++ b/validator/sequences/writeback_invalid/events_pointset.json @@ -1,15 +1,15 @@ { "points" : { "filter_alarm_pressure_status" : { - "present_value" : true + "present_value" : false }, "filter_differential_pressure_setpoint" : { "present_value" : 98 }, "filter_differential_pressure_sensor" : { - "present_value" : 11 + "present_value" : 10 } }, - "timestamp" : "2024-11-06T17:33:51Z", + "timestamp" : "2024-12-17T05:28:40Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/writeback_invalid/events_system.attr b/validator/sequences/writeback_invalid/events_system.attr index 5f123a2ebc..1bc137787c 100644 --- a/validator/sequences/writeback_invalid/events_system.attr +++ b/validator/sequences/writeback_invalid/events_system.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_3", + "deviceRegistryId" : "ZZ-TRI-FECTA_6", "projectId" : "localhost", - "transactionId" : "MP:2351384a", - "publishTime" : "2024-11-06T17:33:51Z", + "transactionId" : "MP:6660614e", + "publishTime" : "2024-12-17T05:28:40Z", "subFolder" : "system", "subType" : "events" } \ No newline at end of file diff --git a/validator/sequences/writeback_invalid/events_system.json b/validator/sequences/writeback_invalid/events_system.json index 0379ac20b2..9c45ab03f1 100644 --- a/validator/sequences/writeback_invalid/events_system.json +++ b/validator/sequences/writeback_invalid/events_system.json @@ -1,51 +1,396 @@ { - "event_no" : 5, - "last_config" : "2024-11-06T17:33:49Z", + "event_no" : 4, + "last_config" : "2024-12-17T05:28:36Z", "logentries" : [ { - "message" : "Update state 2024-11-06T17:33:49Z last_config 2024-11-06T17:33:38Z", + "message" : "success", + "category" : "system.config.receive", + "timestamp" : "2024-12-17T05:28:30Z", + "level" : 100 + }, { + "message" : "State update defer -61ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:30Z", + "level" : 100 + }, { + "message" : "Update state 2024-12-17T05:28:30Z last_config 2024-12-17T05:28:26Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:30Z", + "level" : 200 + }, { + "message" : "success", + "category" : "system.config.parse", + "timestamp" : "2024-12-17T05:28:30Z", + "level" : 100 + }, { + "message" : "State update AHU-1 (writeback_invalid)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:28:30Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-17T05:28:26Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-17T05:28:09Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-26238\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.receive\",\n \"timestamp\" : \"2024-12-17T05:28:30Z\",\n \"level\" : 100\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"60:45:bd:00:3c:8d\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.105\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::6245:bdff:fe00:3c8d\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:30Z", + "level" : 100 + }, { + "message" : "Device AHU-1 config handler", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:30Z", + "level" : 200 + }, { + "message" : "Config update AHU-1 (writeback_invalid)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:28:30Z\",\n \"version\" : \"git-46fef59\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-17T05:28:09Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"writeback_invalid\",\n \"transaction_id\" : \"RC:e3efa4.0000000a\",\n \"config_base\" : 43\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : { }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:30Z", + "level" : 100 + }, { + "message" : "State update defer 1999ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:30Z", + "level" : 100 + }, { + "message" : "2024-12-17T05:28:30Z received config 2024-12-17T05:28:30Z", "category" : "device.log", - "timestamp" : "2024-11-06T17:33:49Z", + "timestamp" : "2024-12-17T05:28:30Z", "level" : 200 + }, { + "message" : "State update defer 1998ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:30Z", + "level" : 100 + }, { + "message" : "State update defer 1998ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:30Z", + "level" : 100 + }, { + "message" : "State update defer 1998ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:30Z", + "level" : 100 + }, { + "message" : "State update defer 1997ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:30Z", + "level" : 100 + }, { + "message" : "State update defer 1997ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:30Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.apply", + "timestamp" : "2024-12-17T05:28:30Z", + "level" : 300 + }, { + "message" : "State update defer 1997ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:30Z", + "level" : 100 + }, { + "message" : "State update defer 1996ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:30Z", + "level" : 100 + }, { + "message" : "State update defer 0ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:32Z", + "level" : 100 + }, { + "message" : "Update state 2024-12-17T05:28:32Z last_config 2024-12-17T05:28:30Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:32Z", + "level" : 200 + }, { + "message" : "State update AHU-1 (writeback_invalid)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:28:32Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-17T05:28:30Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-17T05:28:09Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-26238\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.apply\",\n \"timestamp\" : \"2024-12-17T05:28:30Z\",\n \"level\" : 300\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"60:45:bd:00:3c:8d\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.105\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::6245:bdff:fe00:3c8d\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:32Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.receive", + "timestamp" : "2024-12-17T05:28:34Z", + "level" : 100 + }, { + "message" : "State update defer -84ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:34Z", + "level" : 100 + }, { + "message" : "Update state 2024-12-17T05:28:34Z last_config 2024-12-17T05:28:30Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:34Z", + "level" : 200 + }, { + "message" : "State update AHU-1 (writeback_invalid)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:28:34Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-17T05:28:30Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-17T05:28:09Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-26238\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.receive\",\n \"timestamp\" : \"2024-12-17T05:28:34Z\",\n \"level\" : 100\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"60:45:bd:00:3c:8d\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.105\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::6245:bdff:fe00:3c8d\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:34Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.parse", + "timestamp" : "2024-12-17T05:28:34Z", + "level" : 100 + }, { + "message" : "Device AHU-1 config handler", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:34Z", + "level" : 200 + }, { + "message" : "Config update AHU-1 (writeback_invalid)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:28:34Z\",\n \"version\" : \"git-46fef59\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-17T05:28:09Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"writeback_invalid\",\n \"transaction_id\" : \"RC:e3efa4.0000000b\",\n \"config_base\" : 44\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : { }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:34Z", + "level" : 100 + }, { + "message" : "State update defer 1998ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:34Z", + "level" : 100 + }, { + "message" : "2024-12-17T05:28:34Z received config 2024-12-17T05:28:34Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:34Z", + "level" : 200 + }, { + "message" : "success", + "category" : "system.config.apply", + "timestamp" : "2024-12-17T05:28:34Z", + "level" : 300 + }, { + "message" : "State update defer 1997ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:34Z", + "level" : 100 + }, { + "message" : "State update defer 1997ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:34Z", + "level" : 100 + }, { + "message" : "State update defer 1997ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:34Z", + "level" : 100 + }, { + "message" : "State update defer 1996ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:34Z", + "level" : 100 + }, { + "message" : "State update defer 1996ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:34Z", + "level" : 100 + }, { + "message" : "State update defer 1996ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:34Z", + "level" : 100 + }, { + "message" : "State update defer 1996ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:34Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.receive", + "timestamp" : "2024-12-17T05:28:35Z", + "level" : 100 + }, { + "message" : "State update defer 807ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:35Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.parse", + "timestamp" : "2024-12-17T05:28:35Z", + "level" : 100 }, { "message" : "Device AHU-1 config handler", "category" : "device.log", - "timestamp" : "2024-11-06T17:33:49Z", + "timestamp" : "2024-12-17T05:28:35Z", "level" : 200 }, { - "message" : "2024-11-06T17:33:49Z received config 2024-11-06T17:33:49Z", + "message" : "Config update AHU-1 (writeback_invalid)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:28:35Z\",\n \"version\" : \"git-46fef59\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-17T05:28:09Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"writeback_invalid\",\n \"transaction_id\" : \"RC:e3efa4.0000000c\",\n \"config_base\" : 45\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : { }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", "category" : "device.log", - "timestamp" : "2024-11-06T17:33:49Z", + "timestamp" : "2024-12-17T05:28:35Z", + "level" : 100 + }, { + "message" : "2024-12-17T05:28:35Z received config 2024-12-17T05:28:35Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:35Z", "level" : 200 }, { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-11-06T17:33:49Z", + "timestamp" : "2024-12-17T05:28:35Z", "level" : 300 + }, { + "message" : "State update defer 804ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:35Z", + "level" : 100 + }, { + "message" : "State update defer 804ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:35Z", + "level" : 100 + }, { + "message" : "State update defer 804ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:35Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.receive", + "timestamp" : "2024-12-17T05:28:35Z", + "level" : 100 + }, { + "message" : "State update defer 794ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:35Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.parse", + "timestamp" : "2024-12-17T05:28:35Z", + "level" : 100 + }, { + "message" : "State update defer 793ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:35Z", + "level" : 100 + }, { + "message" : "Config update AHU-1 (writeback_invalid)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:28:35Z\",\n \"version\" : \"git-46fef59\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-17T05:28:09Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"writeback_invalid\",\n \"transaction_id\" : \"RC:e3efa4.0000000d\",\n \"config_base\" : 46\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : { }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:35Z", + "level" : 100 + }, { + "message" : "2024-12-17T05:28:35Z received config 2024-12-17T05:28:35Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:35Z", + "level" : 200 + }, { + "message" : "success", + "category" : "system.config.apply", + "timestamp" : "2024-12-17T05:28:35Z", + "level" : 300 + }, { + "message" : "State update defer 792ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:35Z", + "level" : 100 + }, { + "message" : "State update defer 791ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:35Z", + "level" : 100 + }, { + "message" : "State update defer 791ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:35Z", + "level" : 100 + }, { + "message" : "State update defer 790ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:35Z", + "level" : 100 + }, { + "message" : "State update defer 790ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:35Z", + "level" : 100 + }, { + "message" : "State update defer 790ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:35Z", + "level" : 100 + }, { + "message" : "State update defer 0ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:36Z", + "level" : 100 + }, { + "message" : "Update state 2024-12-17T05:28:36Z last_config 2024-12-17T05:28:35Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:36Z", + "level" : 200 + }, { + "message" : "State update AHU-1 (writeback_invalid)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:28:36Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-17T05:28:35Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-17T05:28:09Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-26238\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.apply\",\n \"timestamp\" : \"2024-12-17T05:28:35Z\",\n \"level\" : 300\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"60:45:bd:00:3c:8d\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.105\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::6245:bdff:fe00:3c8d\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:36Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.receive", + "timestamp" : "2024-12-17T05:28:36Z", + "level" : 100 + }, { + "message" : "State update defer 1790ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:36Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.parse", + "timestamp" : "2024-12-17T05:28:36Z", + "level" : 100 }, { "message" : "Device AHU-1 config handler", "category" : "device.log", - "timestamp" : "2024-11-06T17:33:49Z", + "timestamp" : "2024-12-17T05:28:36Z", "level" : 200 }, { - "message" : "2024-11-06T17:33:49Z received config 2024-11-06T17:33:49Z", + "message" : "Config update AHU-1 (writeback_invalid)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:28:36Z\",\n \"version\" : \"git-46fef59\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-17T05:28:09Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"writeback_invalid\",\n \"transaction_id\" : \"RC:e3efa4.0000000e\",\n \"config_base\" : 47\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : { }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:36Z", + "level" : 100 + }, { + "message" : "2024-12-17T05:28:36Z received config 2024-12-17T05:28:36Z", "category" : "device.log", - "timestamp" : "2024-11-06T17:33:49Z", + "timestamp" : "2024-12-17T05:28:36Z", "level" : 200 }, { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-11-06T17:33:49Z", + "timestamp" : "2024-12-17T05:28:36Z", "level" : 300 }, { - "message" : "Update state 2024-11-06T17:33:51Z last_config 2024-11-06T17:33:49Z", + "message" : "State update defer 1788ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:36Z", + "level" : 100 + }, { + "message" : "State update defer 1788ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:36Z", + "level" : 100 + }, { + "message" : "State update defer 0ms", "category" : "device.log", - "timestamp" : "2024-11-06T17:33:51Z", + "timestamp" : "2024-12-17T05:28:38Z", + "level" : 100 + }, { + "message" : "Update state 2024-12-17T05:28:38Z last_config 2024-12-17T05:28:36Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:38Z", "level" : 200 + }, { + "message" : "State update AHU-1 (writeback_invalid)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:28:38Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-17T05:28:36Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-17T05:28:09Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-26238\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.apply\",\n \"timestamp\" : \"2024-12-17T05:28:36Z\",\n \"level\" : 300\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"60:45:bd:00:3c:8d\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.105\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::6245:bdff:fe00:3c8d\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:28:38Z", + "level" : 100 } ], "metrics" : { "mem_total_mb" : 254.0, - "mem_free_mb" : 212.39669799804688 + "mem_free_mb" : 210.37804412841797 }, - "timestamp" : "2024-11-06T17:33:51Z", + "timestamp" : "2024-12-17T05:28:40Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/writeback_invalid/local_discovery.json b/validator/sequences/writeback_invalid/local_discovery.json new file mode 100644 index 0000000000..4c564e79f0 --- /dev/null +++ b/validator/sequences/writeback_invalid/local_discovery.json @@ -0,0 +1,5 @@ +{ + "families" : { + "vendor" : { } + } +} \ No newline at end of file diff --git a/validator/sequences/writeback_invalid/local_localnet.json b/validator/sequences/writeback_invalid/local_localnet.json index 97598c144b..4b6e825e32 100644 --- a/validator/sequences/writeback_invalid/local_localnet.json +++ b/validator/sequences/writeback_invalid/local_localnet.json @@ -3,6 +3,6 @@ "ether" : { }, "ipv4" : { }, "vendor" : { }, - "ipv6" : { } + "bacnet" : { } } } \ No newline at end of file diff --git a/validator/sequences/writeback_invalid/local_system.json b/validator/sequences/writeback_invalid/local_system.json index e697facdee..deb41aec0d 100644 --- a/validator/sequences/writeback_invalid/local_system.json +++ b/validator/sequences/writeback_invalid/local_system.json @@ -1,8 +1,8 @@ { - "min_loglevel" : 200, + "min_loglevel" : 100, "metrics_rate_sec" : 10, "operation" : { - "last_start" : "2024-11-06T17:33:10Z" + "last_start" : "2024-12-17T05:28:09Z" }, "testing" : { "sequence_name" : "writeback_invalid" diff --git a/validator/sequences/writeback_invalid/local_update.json b/validator/sequences/writeback_invalid/local_update.json index 4c627cced8..445b400e39 100644 --- a/validator/sequences/writeback_invalid/local_update.json +++ b/validator/sequences/writeback_invalid/local_update.json @@ -1,22 +1,27 @@ { - "timestamp" : "2024-11-06T17:34:00Z", - "version" : "@@@cloud udmi version###git-b2a557d", + "timestamp" : "2024-12-17T05:28:40Z", + "version" : "@@@cloud udmi version###git-46fef59", "system" : { - "min_loglevel" : 200, + "min_loglevel" : 100, "metrics_rate_sec" : 10, "operation" : { - "last_start" : "2024-11-06T17:33:10Z" + "last_start" : "2024-12-17T05:28:09Z" }, "testing" : { "sequence_name" : "writeback_invalid" } }, + "discovery" : { + "families" : { + "vendor" : { } + } + }, "localnet" : { "families" : { "ether" : { }, "ipv4" : { }, "vendor" : { }, - "ipv6" : { } + "bacnet" : { } } }, "pointset" : { diff --git a/validator/sequences/writeback_invalid/sequence.md b/validator/sequences/writeback_invalid/sequence.md index c1cb8523ef..46a2f76e88 100644 --- a/validator/sequences/writeback_invalid/sequence.md +++ b/validator/sequences/writeback_invalid/sequence.md @@ -2,7 +2,7 @@ ## writeback_invalid (ALPHA) 1. Wait until target point to have value_state default (null) -1. Update config Before target point to have value_state invalid +1. Update config before target point to have value_state invalid * Add `pointset.points.filter_differential_pressure_sensor.set_value` = `15` 1. Wait until target point to have value_state invalid diff --git a/validator/sequences/writeback_invalid/sequencer.log b/validator/sequences/writeback_invalid/sequencer.log index f76de7e23a..6577527b55 100644 --- a/validator/sequences/writeback_invalid/sequencer.log +++ b/validator/sequences/writeback_invalid/sequencer.log @@ -1,1214 +1,2038 @@ -2024-11-06T17:33:40Z NOTICE starting test writeback_invalid ################################ -2024-11-06T17:33:40Z INFO Stage start waiting for starting test wrapper at 0s -2024-11-06T17:33:48Z DEBUG Allowing device state change (everything) -2024-11-06T17:33:48Z DEBUG Starting reset_config full reset true -2024-11-06T17:33:48Z DEBUG Clear configTransactions and reset device config -2024-11-06T17:33:48Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:33:48Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z -2024-11-06T17:33:48Z DEBUG last_start changed true, last_start 1970-01-01T00:01:13Z -2024-11-06T17:33:48Z DEBUG extraFieldChanged false because extra_field null -2024-11-06T17:33:48Z DEBUG extraFieldChanged true because extra_field reset_config -2024-11-06T17:33:48Z DEBUG Clear configTransactions and reset device config -2024-11-06T17:33:48Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:33:48Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z -2024-11-06T17:33:48Z DEBUG last_start changed true, last_start 1970-01-01T00:01:13Z -2024-11-06T17:33:48Z DEBUG extraFieldChanged true because extra_field null -2024-11-06T17:33:49Z TRACE updated check config_update: true -2024-11-06T17:33:49Z DEBUG update config_update, adding configTransaction RC:ad0a7d.00000013 -2024-11-06T17:33:49Z TRACE local local_update: { -2024-11-06T17:33:49Z TRACE local local_update: "version" : "@@@cloud udmi version###1.5.2", -2024-11-06T17:33:49Z TRACE local local_update: "system" : { -2024-11-06T17:33:49Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:33:49Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:33:49Z TRACE local local_update: "operation" : { -2024-11-06T17:33:49Z TRACE local local_update: "last_start" : "1970-01-01T00:01:13Z" -2024-11-06T17:33:49Z TRACE local local_update: }, -2024-11-06T17:33:49Z TRACE local local_update: "testing" : { -2024-11-06T17:33:49Z TRACE local local_update: "sequence_name" : "writeback_invalid" -2024-11-06T17:33:49Z TRACE local local_update: } -2024-11-06T17:33:49Z TRACE local local_update: }, -2024-11-06T17:33:49Z TRACE local local_update: "localnet" : { -2024-11-06T17:33:49Z TRACE local local_update: "families" : { -2024-11-06T17:33:49Z TRACE local local_update: "ether" : { }, -2024-11-06T17:33:49Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:33:49Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:33:49Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:33:49Z TRACE local local_update: } -2024-11-06T17:33:49Z TRACE local local_update: }, -2024-11-06T17:33:49Z TRACE local local_update: "pointset" : { -2024-11-06T17:33:49Z TRACE local local_update: "points" : { -2024-11-06T17:33:49Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:49Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:33:49Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:33:49Z TRACE local local_update: }, -2024-11-06T17:33:49Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:33:49Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:33:49Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:33:49Z TRACE local local_update: }, -2024-11-06T17:33:49Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:49Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:33:49Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:33:49Z TRACE local local_update: } -2024-11-06T17:33:49Z TRACE local local_update: } -2024-11-06T17:33:49Z TRACE local local_update: } -2024-11-06T17:33:49Z TRACE local local_update: } -2024-11-06T17:33:49Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:33:49Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-11-06T17:33:49Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:33:49Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-11-06T17:33:49Z DEBUG Saving pre-config state timestamp null -2024-11-06T17:33:49Z DEBUG Update lastConfigUpdate 2024-11-06T17:33:49Z, because soft reset -2024-11-06T17:33:49Z TRACE Stage suspend waiting for starting test wrapper at 9s -2024-11-06T17:33:49Z INFO Stage start waiting for config update synchronized at 9s -2024-11-06T17:33:49Z TRACE received command AHU-1/state/discovery -2024-11-06T17:33:49Z TRACE received state_discovery: { -2024-11-06T17:33:49Z TRACE received state_discovery: "timestamp" : "2024-11-06T17:33:39Z", -2024-11-06T17:33:49Z TRACE received state_discovery: "version" : "1.5.2" -2024-11-06T17:33:49Z TRACE received state_discovery: } -2024-11-06T17:33:49Z DEBUG Handling device message state_discovery MP:0b3fd557-1 -2024-11-06T17:33:49Z TRACE Ignoring partial state update -2024-11-06T17:33:49Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:33:49Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-11-06T17:33:49Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:33:49Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-06T17:33:49Z TRACE received command AHU-1/state/localnet -2024-11-06T17:33:49Z TRACE received state_localnet: { -2024-11-06T17:33:49Z TRACE received state_localnet: "families" : { -2024-11-06T17:33:49Z TRACE received state_localnet: "ether" : { -2024-11-06T17:33:49Z TRACE received state_localnet: "addr" : "00:0d:3a:8d:f3:81" -2024-11-06T17:33:49Z TRACE received state_localnet: }, -2024-11-06T17:33:49Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:33:49Z TRACE received state_localnet: "addr" : "10.1.0.193" -2024-11-06T17:33:49Z TRACE received state_localnet: }, -2024-11-06T17:33:49Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:33:49Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe8d:f381" -2024-11-06T17:33:49Z TRACE received state_localnet: }, -2024-11-06T17:33:49Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:33:49Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:33:49Z TRACE received state_localnet: } -2024-11-06T17:33:49Z TRACE received state_localnet: }, -2024-11-06T17:33:49Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:33:39Z", -2024-11-06T17:33:49Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:33:49Z TRACE received state_localnet: } -2024-11-06T17:33:49Z DEBUG Handling device message state_localnet MP:0b3fd557-2 -2024-11-06T17:33:49Z TRACE Ignoring partial state update -2024-11-06T17:33:49Z TRACE received command AHU-1/state/pointset -2024-11-06T17:33:49Z TRACE received state_pointset: { -2024-11-06T17:33:49Z TRACE received state_pointset: "points" : { -2024-11-06T17:33:49Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:49Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:33:49Z TRACE received state_pointset: }, -2024-11-06T17:33:49Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:49Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:33:49Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:33:49Z TRACE received state_pointset: }, -2024-11-06T17:33:49Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:49Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:33:49Z TRACE received state_pointset: } -2024-11-06T17:33:49Z TRACE received state_pointset: }, -2024-11-06T17:33:49Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:33:39Z", -2024-11-06T17:33:49Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:33:49Z TRACE received state_pointset: } -2024-11-06T17:33:49Z DEBUG Handling device message state_pointset MP:0b3fd557-3 -2024-11-06T17:33:49Z TRACE Ignoring partial state update -2024-11-06T17:33:49Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:33:49Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-11-06T17:33:49Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:33:49Z TRACE received command AHU-1/events/pointset -2024-11-06T17:33:49Z TRACE received events_pointset: { -2024-11-06T17:33:49Z TRACE received events_pointset: "points" : { -2024-11-06T17:33:49Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:49Z TRACE received events_pointset: "present_value" : false -2024-11-06T17:33:49Z TRACE received events_pointset: }, -2024-11-06T17:33:49Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:49Z TRACE received events_pointset: "present_value" : 98 -2024-11-06T17:33:49Z TRACE received events_pointset: }, -2024-11-06T17:33:49Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:49Z TRACE received events_pointset: "present_value" : 9 -2024-11-06T17:33:49Z TRACE received events_pointset: } -2024-11-06T17:33:49Z TRACE received events_pointset: }, -2024-11-06T17:33:49Z TRACE received events_pointset: "timestamp" : "2024-11-06T17:33:41Z", -2024-11-06T17:33:49Z TRACE received events_pointset: "version" : "1.5.2" -2024-11-06T17:33:49Z TRACE received events_pointset: } -2024-11-06T17:33:49Z DEBUG Handling device message events_pointset MP:7fdc0bd9 -2024-11-06T17:33:49Z TRACE received command AHU-1/events/system -2024-11-06T17:33:49Z DEBUG received events_system 2024-11-06T17:33:32Z INFO device.log: Device AHU-1 config handler -2024-11-06T17:33:49Z DEBUG received events_system 2024-11-06T17:33:32Z INFO device.log: 2024-11-06T17:33:32Z received config 2024-11-06T17:33:32Z -2024-11-06T17:33:49Z DEBUG received events_system 2024-11-06T17:33:32Z NOTICE system.config.apply: success -2024-11-06T17:33:49Z DEBUG received events_system 2024-11-06T17:33:33Z INFO device.log: Update state 2024-11-06T17:33:33Z last_config 2024-11-06T17:33:32Z -2024-11-06T17:33:49Z DEBUG received events_system 2024-11-06T17:33:34Z INFO device.log: Device AHU-1 config handler -2024-11-06T17:33:49Z DEBUG received events_system 2024-11-06T17:33:34Z INFO device.log: 2024-11-06T17:33:34Z received config 2024-11-06T17:33:34Z -2024-11-06T17:33:49Z DEBUG received events_system 2024-11-06T17:33:34Z NOTICE system.config.apply: success -2024-11-06T17:33:49Z DEBUG received events_system 2024-11-06T17:33:35Z INFO device.log: Update state 2024-11-06T17:33:35Z last_config 2024-11-06T17:33:34Z -2024-11-06T17:33:49Z DEBUG received events_system 2024-11-06T17:33:36Z INFO device.log: Device AHU-1 config handler -2024-11-06T17:33:49Z DEBUG received events_system 2024-11-06T17:33:36Z INFO device.log: 2024-11-06T17:33:36Z received config 2024-11-06T17:33:36Z -2024-11-06T17:33:49Z DEBUG received events_system 2024-11-06T17:33:36Z INFO device.log: Discovery enumeration at 2024-11-06T17:33:35Z -2024-11-06T17:33:49Z DEBUG received events_system 2024-11-06T17:33:36Z NOTICE system.config.apply: success -2024-11-06T17:33:49Z DEBUG received events_system 2024-11-06T17:33:37Z INFO device.log: Update state 2024-11-06T17:33:37Z last_config 2024-11-06T17:33:36Z -2024-11-06T17:33:49Z DEBUG received events_system 2024-11-06T17:33:38Z INFO device.log: Device AHU-1 config handler -2024-11-06T17:33:49Z DEBUG received events_system 2024-11-06T17:33:38Z INFO device.log: 2024-11-06T17:33:38Z received config 2024-11-06T17:33:38Z -2024-11-06T17:33:49Z DEBUG received events_system 2024-11-06T17:33:38Z NOTICE system.config.apply: success -2024-11-06T17:33:49Z DEBUG received events_system 2024-11-06T17:33:39Z INFO device.log: Update state 2024-11-06T17:33:39Z last_config 2024-11-06T17:33:38Z -2024-11-06T17:33:49Z DEBUG Handling device message events_system MP:f6345d1c -2024-11-06T17:33:49Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:33:49Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-11-06T17:33:49Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:33:49Z TRACE received command null/config/udmi -2024-11-06T17:33:49Z TRACE received command AHU-1/config/update -2024-11-06T17:33:49Z DEBUG received config_update -2024-11-06T17:33:49Z DEBUG Handling update message config_update RC:ad0a7d.00000013 -2024-11-06T17:33:49Z DEBUG Removed configTransaction RC:ad0a7d.00000013 -2024-11-06T17:33:49Z DEBUG last_start changed false, last_start 1970-01-01T00:01:13Z -2024-11-06T17:33:49Z DEBUG Updated config 2024-11-06T17:33:49Z RC:ad0a7d.00000013 -2024-11-06T17:33:49Z INFO Updated config #011: Changed 2 fields: -2024-11-06T17:33:49Z INFO Updated config #011: Set `system.testing.sequence_name` = `writeback_invalid` -2024-11-06T17:33:49Z INFO Updated config #011: Remove `discovery` -2024-11-06T17:33:49Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:33:49Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-11-06T17:33:49Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:33:49Z DEBUG Detail config update synchronized is now: device state not updated since config issued -2024-11-06T17:33:49Z TRACE received command AHU-1/state/update -2024-11-06T17:33:49Z DEBUG received state_update -2024-11-06T17:33:49Z DEBUG Handling update message state_update MP:2b86a535 -2024-11-06T17:33:49Z DEBUG Updated state after 0s 2024-11-06T17:33:49Z MP:2b86a535 -2024-11-06T17:33:49Z INFO Updated state #011: Changed 4 fields: -2024-11-06T17:33:49Z INFO Updated state #011: Set `system.status.level` = `100` -2024-11-06T17:33:49Z INFO Updated state #011: Set `system.status.category` = `system.config.parse` -2024-11-06T17:33:49Z INFO Updated state #011: Set `system.status.timestamp` = `2024-11-06T17:33:49Z` -2024-11-06T17:33:49Z INFO Updated state #011: Set `timestamp` = `2024-11-06T17:33:49Z` -2024-11-06T17:33:49Z NOTICE Received serial number sequencer-14458 -2024-11-06T17:33:49Z DEBUG Updated state has last_config 2024-11-06T17:33:38Z (expecting 2024-11-06T17:33:49Z) -2024-11-06T17:33:49Z TRACE received command AHU-1/state/system -2024-11-06T17:33:49Z TRACE received state_system: { -2024-11-06T17:33:49Z TRACE received state_system: "hardware" : { -2024-11-06T17:33:49Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:33:49Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:33:49Z TRACE received state_system: }, -2024-11-06T17:33:49Z TRACE received state_system: "last_config" : "2024-11-06T17:33:38Z", -2024-11-06T17:33:49Z TRACE received state_system: "operation" : { -2024-11-06T17:33:49Z TRACE received state_system: "operational" : true, -2024-11-06T17:33:49Z TRACE received state_system: "last_start" : "2024-11-06T17:33:10Z", -2024-11-06T17:33:49Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:33:49Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:33:49Z TRACE received state_system: }, -2024-11-06T17:33:49Z TRACE received state_system: "serial_no" : "sequencer-14458", -2024-11-06T17:33:49Z TRACE received state_system: "software" : { -2024-11-06T17:33:49Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:33:49Z TRACE received state_system: }, -2024-11-06T17:33:49Z TRACE received state_system: "status" : { -2024-11-06T17:33:49Z TRACE received state_system: "message" : "success", -2024-11-06T17:33:49Z TRACE received state_system: "category" : "system.config.parse", -2024-11-06T17:33:49Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:49Z", -2024-11-06T17:33:49Z TRACE received state_system: "level" : 100 -2024-11-06T17:33:49Z TRACE received state_system: }, -2024-11-06T17:33:49Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:49Z", -2024-11-06T17:33:49Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:33:49Z TRACE received state_system: } -2024-11-06T17:33:49Z DEBUG Handling device message state_system MP:2b86a535-0 -2024-11-06T17:33:49Z TRACE Ignoring partial state update -2024-11-06T17:33:49Z DEBUG Detail config update synchronized is now: last_start not synced in config, last_config not synced in state -2024-11-06T17:33:49Z TRACE received command AHU-1/state/discovery -2024-11-06T17:33:49Z TRACE received state_discovery: { -2024-11-06T17:33:49Z TRACE received state_discovery: "timestamp" : "2024-11-06T17:33:49Z", -2024-11-06T17:33:49Z TRACE received state_discovery: "version" : "1.5.2" -2024-11-06T17:33:49Z TRACE received state_discovery: } -2024-11-06T17:33:49Z DEBUG Handling device message state_discovery MP:2b86a535-1 -2024-11-06T17:33:49Z TRACE Ignoring partial state update -2024-11-06T17:33:49Z TRACE received command AHU-1/state/localnet -2024-11-06T17:33:49Z TRACE received state_localnet: { -2024-11-06T17:33:49Z TRACE received state_localnet: "families" : { -2024-11-06T17:33:49Z TRACE received state_localnet: "ether" : { -2024-11-06T17:33:49Z TRACE received state_localnet: "addr" : "00:0d:3a:8d:f3:81" -2024-11-06T17:33:49Z TRACE received state_localnet: }, -2024-11-06T17:33:49Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:33:49Z TRACE received state_localnet: "addr" : "10.1.0.193" -2024-11-06T17:33:49Z TRACE received state_localnet: }, -2024-11-06T17:33:49Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:33:49Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe8d:f381" -2024-11-06T17:33:49Z TRACE received state_localnet: }, -2024-11-06T17:33:49Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:33:49Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:33:49Z TRACE received state_localnet: } -2024-11-06T17:33:49Z TRACE received state_localnet: }, -2024-11-06T17:33:49Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:33:49Z", -2024-11-06T17:33:49Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:33:49Z TRACE received state_localnet: } -2024-11-06T17:33:49Z DEBUG Handling device message state_localnet MP:2b86a535-2 -2024-11-06T17:33:49Z TRACE Ignoring partial state update -2024-11-06T17:33:49Z TRACE received command AHU-1/state/pointset -2024-11-06T17:33:49Z TRACE received state_pointset: { -2024-11-06T17:33:49Z TRACE received state_pointset: "points" : { -2024-11-06T17:33:49Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:49Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:33:49Z TRACE received state_pointset: }, -2024-11-06T17:33:49Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:49Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:33:49Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:33:49Z TRACE received state_pointset: }, -2024-11-06T17:33:49Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:49Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:33:49Z TRACE received state_pointset: } -2024-11-06T17:33:49Z TRACE received state_pointset: }, -2024-11-06T17:33:49Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:33:49Z", -2024-11-06T17:33:49Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:33:49Z TRACE received state_pointset: } -2024-11-06T17:33:49Z DEBUG Handling device message state_pointset MP:2b86a535-3 -2024-11-06T17:33:49Z TRACE Ignoring partial state update -2024-11-06T17:33:49Z TRACE received command AHU-1/config/update -2024-11-06T17:33:49Z DEBUG received config_update -2024-11-06T17:33:49Z DEBUG Handling update message config_update MP:2b86a535 -2024-11-06T17:33:49Z DEBUG last_start changed true, last_start 2024-11-06T17:33:10Z -2024-11-06T17:33:49Z DEBUG Updated config 2024-11-06T17:33:49Z MP:2b86a535 -2024-11-06T17:33:49Z INFO Updated config #012: Changed 0 fields. -2024-11-06T17:33:49Z DEBUG Detail config update synchronized is now: last_config not synced in state -2024-11-06T17:33:51Z TRACE received command AHU-1/state/update -2024-11-06T17:33:51Z DEBUG received state_update -2024-11-06T17:33:51Z DEBUG Handling update message state_update MP:89be19b2 -2024-11-06T17:33:51Z DEBUG Updated state after 0s 2024-11-06T17:33:51Z MP:89be19b2 -2024-11-06T17:33:51Z INFO Updated state #012: Changed 5 fields: -2024-11-06T17:33:51Z INFO Updated state #012: Set `system.last_config` = `2024-11-06T17:33:49Z` -2024-11-06T17:33:51Z INFO Updated state #012: Set `system.status.level` = `300` -2024-11-06T17:33:51Z INFO Updated state #012: Set `system.status.category` = `system.config.apply` -2024-11-06T17:33:51Z INFO Updated state #012: Set `timestamp` = `2024-11-06T17:33:51Z` -2024-11-06T17:33:51Z INFO Updated state #012: Remove `discovery` -2024-11-06T17:33:51Z DEBUG Updated state has last_config 2024-11-06T17:33:49Z (expecting 2024-11-06T17:33:49Z) -2024-11-06T17:33:51Z TRACE received command AHU-1/state/system -2024-11-06T17:33:51Z TRACE received state_system: { -2024-11-06T17:33:51Z TRACE received state_system: "hardware" : { -2024-11-06T17:33:51Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:33:51Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:33:51Z TRACE received state_system: }, -2024-11-06T17:33:51Z TRACE received state_system: "last_config" : "2024-11-06T17:33:49Z", -2024-11-06T17:33:51Z TRACE received state_system: "operation" : { -2024-11-06T17:33:51Z TRACE received state_system: "operational" : true, -2024-11-06T17:33:51Z TRACE received state_system: "last_start" : "2024-11-06T17:33:10Z", -2024-11-06T17:33:51Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:33:51Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:33:51Z TRACE received state_system: }, -2024-11-06T17:33:51Z TRACE received state_system: "serial_no" : "sequencer-14458", -2024-11-06T17:33:51Z TRACE received state_system: "software" : { -2024-11-06T17:33:51Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:33:51Z TRACE received state_system: }, -2024-11-06T17:33:51Z TRACE received state_system: "status" : { -2024-11-06T17:33:51Z TRACE received state_system: "message" : "success", -2024-11-06T17:33:51Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:33:51Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:49Z", -2024-11-06T17:33:51Z TRACE received state_system: "level" : 300 -2024-11-06T17:33:51Z TRACE received state_system: }, -2024-11-06T17:33:51Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:51Z", -2024-11-06T17:33:51Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:33:51Z TRACE received state_system: } -2024-11-06T17:33:51Z DEBUG Handling device message state_system MP:89be19b2-0 -2024-11-06T17:33:51Z TRACE Ignoring partial state update -2024-11-06T17:33:51Z DEBUG Detail config update synchronized is now: null -2024-11-06T17:33:51Z DEBUG Stage finished waiting for config update synchronized at 11s after 2s -2024-11-06T17:33:51Z TRACE Stage resume waiting for starting test wrapper at 11s -2024-11-06T17:33:51Z DEBUG Config sync took 2s -2024-11-06T17:33:51Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:33:51Z DEBUG Update config soft reset timestamp 2024-11-06T17:33:49Z -2024-11-06T17:33:51Z TRACE local local_update: { -2024-11-06T17:33:51Z TRACE local local_update: "timestamp" : "2024-11-06T17:33:49Z", -2024-11-06T17:33:51Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:33:51Z TRACE local local_update: "system" : { -2024-11-06T17:33:51Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:33:51Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:33:51Z TRACE local local_update: "operation" : { -2024-11-06T17:33:51Z TRACE local local_update: "last_start" : "2024-11-06T17:33:10Z" -2024-11-06T17:33:51Z TRACE local local_update: }, -2024-11-06T17:33:51Z TRACE local local_update: "testing" : { -2024-11-06T17:33:51Z TRACE local local_update: "sequence_name" : "writeback_invalid" -2024-11-06T17:33:51Z TRACE local local_update: } -2024-11-06T17:33:51Z TRACE local local_update: }, -2024-11-06T17:33:51Z TRACE local local_update: "localnet" : { -2024-11-06T17:33:51Z TRACE local local_update: "families" : { -2024-11-06T17:33:51Z TRACE local local_update: "ether" : { }, -2024-11-06T17:33:51Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:33:51Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:33:51Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:33:51Z TRACE local local_update: } -2024-11-06T17:33:51Z TRACE local local_update: }, -2024-11-06T17:33:51Z TRACE local local_update: "pointset" : { -2024-11-06T17:33:51Z TRACE local local_update: "points" : { -2024-11-06T17:33:51Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:51Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:33:51Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:33:51Z TRACE local local_update: }, -2024-11-06T17:33:51Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:33:51Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:33:51Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:33:51Z TRACE local local_update: }, -2024-11-06T17:33:51Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:51Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:33:51Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:33:51Z TRACE local local_update: } -2024-11-06T17:33:51Z TRACE local local_update: } -2024-11-06T17:33:51Z TRACE local local_update: } -2024-11-06T17:33:51Z TRACE local local_update: } -2024-11-06T17:33:51Z TRACE Update config soft reset: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } -2024-11-06T17:33:51Z TRACE Update config soft reset: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "ipv6": { } } } -2024-11-06T17:33:51Z TRACE Update config soft reset: Add `timestamp` = `generated timestamp` -2024-11-06T17:33:51Z DEBUG Done with reset_config -2024-11-06T17:33:51Z TRACE Stage suspend waiting for starting test wrapper at 11s -2024-11-06T17:33:51Z INFO Stage start waiting for config update synchronized at 11s -2024-11-06T17:33:51Z TRACE received command AHU-1/state/localnet -2024-11-06T17:33:51Z TRACE received state_localnet: { -2024-11-06T17:33:51Z TRACE received state_localnet: "families" : { -2024-11-06T17:33:51Z TRACE received state_localnet: "ether" : { -2024-11-06T17:33:51Z TRACE received state_localnet: "addr" : "00:0d:3a:8d:f3:81" -2024-11-06T17:33:51Z TRACE received state_localnet: }, -2024-11-06T17:33:51Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:33:51Z TRACE received state_localnet: "addr" : "10.1.0.193" -2024-11-06T17:33:51Z TRACE received state_localnet: }, -2024-11-06T17:33:51Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:33:51Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe8d:f381" -2024-11-06T17:33:51Z TRACE received state_localnet: }, -2024-11-06T17:33:51Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:33:51Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:33:51Z TRACE received state_localnet: } -2024-11-06T17:33:51Z TRACE received state_localnet: }, -2024-11-06T17:33:51Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:33:51Z", -2024-11-06T17:33:51Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:33:51Z TRACE received state_localnet: } -2024-11-06T17:33:51Z DEBUG Handling device message state_localnet MP:89be19b2-1 -2024-11-06T17:33:51Z TRACE Ignoring partial state update -2024-11-06T17:33:51Z DEBUG Stage finished waiting for config update synchronized at 11s after 0s -2024-11-06T17:33:51Z TRACE Stage resume waiting for starting test wrapper at 11s -2024-11-06T17:33:51Z DEBUG Config sync took 2s -2024-11-06T17:33:51Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:33:51Z DEBUG Disallowing device state change (everything) -2024-11-06T17:33:52Z TRACE updated check config_update: true -2024-11-06T17:33:52Z DEBUG update config_update, adding configTransaction RC:ad0a7d.00000014 -2024-11-06T17:33:52Z TRACE local local_update: { -2024-11-06T17:33:52Z TRACE local local_update: "timestamp" : "2024-11-06T17:33:49Z", -2024-11-06T17:33:52Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:33:52Z TRACE local local_update: "system" : { -2024-11-06T17:33:52Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:33:52Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:33:52Z TRACE local local_update: "operation" : { -2024-11-06T17:33:52Z TRACE local local_update: "last_start" : "2024-11-06T17:33:10Z" -2024-11-06T17:33:52Z TRACE local local_update: }, -2024-11-06T17:33:52Z TRACE local local_update: "testing" : { -2024-11-06T17:33:52Z TRACE local local_update: "sequence_name" : "writeback_invalid" -2024-11-06T17:33:52Z TRACE local local_update: } -2024-11-06T17:33:52Z TRACE local local_update: }, -2024-11-06T17:33:52Z TRACE local local_update: "localnet" : { -2024-11-06T17:33:52Z TRACE local local_update: "families" : { -2024-11-06T17:33:52Z TRACE local local_update: "ether" : { }, -2024-11-06T17:33:52Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:33:52Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:33:52Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:33:52Z TRACE local local_update: } -2024-11-06T17:33:52Z TRACE local local_update: }, -2024-11-06T17:33:52Z TRACE local local_update: "pointset" : { -2024-11-06T17:33:52Z TRACE local local_update: "points" : { -2024-11-06T17:33:52Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:52Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:33:52Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:33:52Z TRACE local local_update: }, -2024-11-06T17:33:52Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:33:52Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:33:52Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:33:52Z TRACE local local_update: }, -2024-11-06T17:33:52Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:52Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:33:52Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:33:52Z TRACE local local_update: } -2024-11-06T17:33:52Z TRACE local local_update: } -2024-11-06T17:33:52Z TRACE local local_update: } -2024-11-06T17:33:52Z TRACE local local_update: } -2024-11-06T17:33:52Z DEBUG Saving pre-config state timestamp 2024-11-06T17:33:51Z -2024-11-06T17:33:52Z DEBUG Update lastConfigUpdate 2024-11-06T17:33:52Z, because initial setup -2024-11-06T17:33:52Z TRACE Stage suspend waiting for starting test wrapper at 12s -2024-11-06T17:33:52Z INFO Stage start waiting for config update synchronized at 12s -2024-11-06T17:33:52Z TRACE received command AHU-1/state/pointset -2024-11-06T17:33:52Z TRACE received state_pointset: { -2024-11-06T17:33:52Z TRACE received state_pointset: "points" : { -2024-11-06T17:33:52Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:52Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:33:52Z TRACE received state_pointset: }, -2024-11-06T17:33:52Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:52Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:33:52Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:33:52Z TRACE received state_pointset: }, -2024-11-06T17:33:52Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:52Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:33:52Z TRACE received state_pointset: } -2024-11-06T17:33:52Z TRACE received state_pointset: }, -2024-11-06T17:33:52Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:33:51Z", -2024-11-06T17:33:52Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:33:52Z TRACE received state_pointset: } -2024-11-06T17:33:52Z DEBUG Handling device message state_pointset MP:89be19b2-2 -2024-11-06T17:33:52Z TRACE Ignoring partial state update -2024-11-06T17:33:52Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-06T17:33:52Z TRACE received command AHU-1/events/pointset -2024-11-06T17:33:52Z TRACE received events_pointset: { -2024-11-06T17:33:52Z TRACE received events_pointset: "points" : { -2024-11-06T17:33:52Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:52Z TRACE received events_pointset: "present_value" : true -2024-11-06T17:33:52Z TRACE received events_pointset: }, -2024-11-06T17:33:52Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:52Z TRACE received events_pointset: "present_value" : 98 -2024-11-06T17:33:52Z TRACE received events_pointset: }, -2024-11-06T17:33:52Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:52Z TRACE received events_pointset: "present_value" : 11 -2024-11-06T17:33:52Z TRACE received events_pointset: } -2024-11-06T17:33:52Z TRACE received events_pointset: }, -2024-11-06T17:33:52Z TRACE received events_pointset: "timestamp" : "2024-11-06T17:33:51Z", -2024-11-06T17:33:52Z TRACE received events_pointset: "version" : "1.5.2" -2024-11-06T17:33:52Z TRACE received events_pointset: } -2024-11-06T17:33:52Z DEBUG Handling device message events_pointset MP:55d5f9df -2024-11-06T17:33:52Z TRACE received command AHU-1/events/system -2024-11-06T17:33:52Z DEBUG received events_system 2024-11-06T17:33:49Z INFO device.log: Update state 2024-11-06T17:33:49Z last_config 2024-11-06T17:33:38Z -2024-11-06T17:33:52Z DEBUG received events_system 2024-11-06T17:33:49Z INFO device.log: Device AHU-1 config handler -2024-11-06T17:33:52Z DEBUG received events_system 2024-11-06T17:33:49Z INFO device.log: 2024-11-06T17:33:49Z received config 2024-11-06T17:33:49Z -2024-11-06T17:33:52Z DEBUG received events_system 2024-11-06T17:33:49Z NOTICE system.config.apply: success -2024-11-06T17:33:52Z DEBUG received events_system 2024-11-06T17:33:49Z INFO device.log: Device AHU-1 config handler -2024-11-06T17:33:52Z DEBUG received events_system 2024-11-06T17:33:49Z INFO device.log: 2024-11-06T17:33:49Z received config 2024-11-06T17:33:49Z -2024-11-06T17:33:52Z DEBUG received events_system 2024-11-06T17:33:49Z NOTICE system.config.apply: success -2024-11-06T17:33:52Z DEBUG received events_system 2024-11-06T17:33:51Z INFO device.log: Update state 2024-11-06T17:33:51Z last_config 2024-11-06T17:33:49Z -2024-11-06T17:33:52Z DEBUG Handling device message events_system MP:2351384a -2024-11-06T17:33:52Z TRACE received command AHU-1/config/update -2024-11-06T17:33:52Z DEBUG received config_update -2024-11-06T17:33:52Z DEBUG Handling update message config_update RC:ad0a7d.00000014 -2024-11-06T17:33:52Z DEBUG Removed configTransaction RC:ad0a7d.00000014 -2024-11-06T17:33:52Z DEBUG last_start changed false, last_start 2024-11-06T17:33:10Z -2024-11-06T17:33:52Z DEBUG Updated config 2024-11-06T17:33:52Z RC:ad0a7d.00000014 -2024-11-06T17:33:52Z INFO Updated config #013: Changed 0 fields. -2024-11-06T17:33:53Z TRACE received command AHU-1/state/update -2024-11-06T17:33:53Z DEBUG received state_update -2024-11-06T17:33:53Z DEBUG Handling update message state_update MP:93b6f131 -2024-11-06T17:33:53Z DEBUG Updated state after 0s 2024-11-06T17:33:53Z MP:93b6f131 -2024-11-06T17:33:53Z INFO Updated state #013: Changed 3 fields: -2024-11-06T17:33:53Z INFO Updated state #013: Set `system.last_config` = `2024-11-06T17:33:52Z` -2024-11-06T17:33:53Z INFO Updated state #013: Set `system.status.timestamp` = `2024-11-06T17:33:52Z` -2024-11-06T17:33:53Z INFO Updated state #013: Set `timestamp` = `2024-11-06T17:33:53Z` -2024-11-06T17:33:53Z DEBUG Updated state has last_config 2024-11-06T17:33:52Z (expecting 2024-11-06T17:33:52Z) -2024-11-06T17:33:53Z DEBUG Detail config update synchronized is now: null -2024-11-06T17:33:53Z DEBUG Stage finished waiting for config update synchronized at 13s after 0s -2024-11-06T17:33:53Z TRACE Stage resume waiting for starting test wrapper at 13s -2024-11-06T17:33:53Z DEBUG Config sync took 1s -2024-11-06T17:33:53Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:33:53Z DEBUG Update config initial setup timestamp 2024-11-06T17:33:52Z -2024-11-06T17:33:53Z TRACE local local_update: { -2024-11-06T17:33:53Z TRACE local local_update: "timestamp" : "2024-11-06T17:33:52Z", -2024-11-06T17:33:53Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:33:53Z TRACE local local_update: "system" : { -2024-11-06T17:33:53Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:33:53Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:33:53Z TRACE local local_update: "operation" : { -2024-11-06T17:33:53Z TRACE local local_update: "last_start" : "2024-11-06T17:33:10Z" -2024-11-06T17:33:53Z TRACE local local_update: }, -2024-11-06T17:33:53Z TRACE local local_update: "testing" : { -2024-11-06T17:33:53Z TRACE local local_update: "sequence_name" : "writeback_invalid" -2024-11-06T17:33:53Z TRACE local local_update: } -2024-11-06T17:33:53Z TRACE local local_update: }, -2024-11-06T17:33:53Z TRACE local local_update: "localnet" : { -2024-11-06T17:33:53Z TRACE local local_update: "families" : { -2024-11-06T17:33:53Z TRACE local local_update: "ether" : { }, -2024-11-06T17:33:53Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:33:53Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:33:53Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:33:53Z TRACE local local_update: } -2024-11-06T17:33:53Z TRACE local local_update: }, -2024-11-06T17:33:53Z TRACE local local_update: "pointset" : { -2024-11-06T17:33:53Z TRACE local local_update: "points" : { -2024-11-06T17:33:53Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:53Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:33:53Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:33:53Z TRACE local local_update: }, -2024-11-06T17:33:53Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:33:53Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:33:53Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:33:53Z TRACE local local_update: }, -2024-11-06T17:33:53Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:53Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:33:53Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:33:53Z TRACE local local_update: } -2024-11-06T17:33:53Z TRACE local local_update: } -2024-11-06T17:33:53Z TRACE local local_update: } -2024-11-06T17:33:53Z TRACE local local_update: } -2024-11-06T17:33:53Z DEBUG Stale state cutoff threshold is 2024-11-06T17:33:12Z -2024-11-06T17:33:53Z DEBUG Waiting for device stateTransaction RC:ad0a7d.00000015 (was null) -2024-11-06T17:33:53Z TRACE Stage suspend waiting for starting test wrapper at 13s -2024-11-06T17:33:53Z INFO Stage start waiting for state query at 13s -2024-11-06T17:33:53Z TRACE received command AHU-1/state/system -2024-11-06T17:33:53Z TRACE received state_system: { -2024-11-06T17:33:53Z TRACE received state_system: "hardware" : { -2024-11-06T17:33:53Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:33:53Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:33:53Z TRACE received state_system: }, -2024-11-06T17:33:53Z TRACE received state_system: "last_config" : "2024-11-06T17:33:52Z", -2024-11-06T17:33:53Z TRACE received state_system: "operation" : { -2024-11-06T17:33:53Z TRACE received state_system: "operational" : true, -2024-11-06T17:33:53Z TRACE received state_system: "last_start" : "2024-11-06T17:33:10Z", -2024-11-06T17:33:53Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:33:53Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:33:53Z TRACE received state_system: }, -2024-11-06T17:33:53Z TRACE received state_system: "serial_no" : "sequencer-14458", -2024-11-06T17:33:53Z TRACE received state_system: "software" : { -2024-11-06T17:33:53Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:33:53Z TRACE received state_system: }, -2024-11-06T17:33:53Z TRACE received state_system: "status" : { -2024-11-06T17:33:53Z TRACE received state_system: "message" : "success", -2024-11-06T17:33:53Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:33:53Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:52Z", -2024-11-06T17:33:53Z TRACE received state_system: "level" : 300 -2024-11-06T17:33:53Z TRACE received state_system: }, -2024-11-06T17:33:53Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:53Z", -2024-11-06T17:33:53Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:33:53Z TRACE received state_system: } -2024-11-06T17:33:53Z DEBUG Handling device message state_system MP:93b6f131-0 -2024-11-06T17:33:53Z TRACE Ignoring partial state update -2024-11-06T17:33:53Z TRACE received command AHU-1/state/update -2024-11-06T17:33:53Z DEBUG received state_update -2024-11-06T17:33:53Z INFO Received device configAcked -2024-11-06T17:33:53Z DEBUG Handling update message state_update RC:ad0a7d.00000015 -2024-11-06T17:33:53Z DEBUG Removed stateTransaction RC:ad0a7d.00000015 -2024-11-06T17:33:53Z DEBUG Updated state after 0s 2024-11-06T17:33:53Z RC:ad0a7d.00000015 -2024-11-06T17:33:53Z INFO Updated state #014: Changed 0 fields. -2024-11-06T17:33:53Z DEBUG Updated state has last_config 2024-11-06T17:33:52Z (expecting 2024-11-06T17:33:52Z) -2024-11-06T17:33:53Z DEBUG Stage finished waiting for state query at 13s after 0s -2024-11-06T17:33:53Z TRACE Stage resume waiting for starting test wrapper at 13s -2024-11-06T17:33:53Z TRACE Stage suspend waiting for starting test wrapper at 13s -2024-11-06T17:33:53Z INFO Stage start waiting for initial device state at 13s -2024-11-06T17:33:54Z TRACE updated check config_update: true -2024-11-06T17:33:54Z DEBUG update config_update, adding configTransaction RC:ad0a7d.00000016 -2024-11-06T17:33:54Z TRACE local local_update: { -2024-11-06T17:33:54Z TRACE local local_update: "timestamp" : "2024-11-06T17:33:52Z", -2024-11-06T17:33:54Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:33:54Z TRACE local local_update: "system" : { -2024-11-06T17:33:54Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:33:54Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:33:54Z TRACE local local_update: "operation" : { -2024-11-06T17:33:54Z TRACE local local_update: "last_start" : "2024-11-06T17:33:10Z" -2024-11-06T17:33:54Z TRACE local local_update: }, -2024-11-06T17:33:54Z TRACE local local_update: "testing" : { -2024-11-06T17:33:54Z TRACE local local_update: "sequence_name" : "writeback_invalid" -2024-11-06T17:33:54Z TRACE local local_update: } -2024-11-06T17:33:54Z TRACE local local_update: }, -2024-11-06T17:33:54Z TRACE local local_update: "localnet" : { -2024-11-06T17:33:54Z TRACE local local_update: "families" : { -2024-11-06T17:33:54Z TRACE local local_update: "ether" : { }, -2024-11-06T17:33:54Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:33:54Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:33:54Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:33:54Z TRACE local local_update: } -2024-11-06T17:33:54Z TRACE local local_update: }, -2024-11-06T17:33:54Z TRACE local local_update: "pointset" : { -2024-11-06T17:33:54Z TRACE local local_update: "points" : { -2024-11-06T17:33:54Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:54Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:33:54Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:33:54Z TRACE local local_update: }, -2024-11-06T17:33:54Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:33:54Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:33:54Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:33:54Z TRACE local local_update: }, -2024-11-06T17:33:54Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:54Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:33:54Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:33:54Z TRACE local local_update: } -2024-11-06T17:33:54Z TRACE local local_update: } -2024-11-06T17:33:54Z TRACE local local_update: } -2024-11-06T17:33:54Z TRACE local local_update: } -2024-11-06T17:33:54Z DEBUG Saving pre-config state timestamp 2024-11-06T17:33:53Z -2024-11-06T17:33:54Z DEBUG Update lastConfigUpdate 2024-11-06T17:33:54Z, because before initial device state -2024-11-06T17:33:54Z TRACE Stage suspend waiting for initial device state at 14s -2024-11-06T17:33:54Z INFO Stage start waiting for config update synchronized at 14s -2024-11-06T17:33:54Z TRACE received command AHU-1/state/localnet -2024-11-06T17:33:54Z TRACE received state_localnet: { -2024-11-06T17:33:54Z TRACE received state_localnet: "families" : { -2024-11-06T17:33:54Z TRACE received state_localnet: "ether" : { -2024-11-06T17:33:54Z TRACE received state_localnet: "addr" : "00:0d:3a:8d:f3:81" -2024-11-06T17:33:54Z TRACE received state_localnet: }, -2024-11-06T17:33:54Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:33:54Z TRACE received state_localnet: "addr" : "10.1.0.193" -2024-11-06T17:33:54Z TRACE received state_localnet: }, -2024-11-06T17:33:54Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:33:54Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe8d:f381" -2024-11-06T17:33:54Z TRACE received state_localnet: }, -2024-11-06T17:33:54Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:33:54Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:33:54Z TRACE received state_localnet: } -2024-11-06T17:33:54Z TRACE received state_localnet: }, -2024-11-06T17:33:54Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:33:53Z", -2024-11-06T17:33:54Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:33:54Z TRACE received state_localnet: } -2024-11-06T17:33:54Z DEBUG Handling device message state_localnet MP:93b6f131-1 -2024-11-06T17:33:54Z TRACE Ignoring partial state update -2024-11-06T17:33:54Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-06T17:33:54Z TRACE received command AHU-1/reply/update -2024-11-06T17:33:54Z TRACE received command AHU-1/state/pointset -2024-11-06T17:33:54Z TRACE received state_pointset: { -2024-11-06T17:33:54Z TRACE received state_pointset: "points" : { -2024-11-06T17:33:54Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:54Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:33:54Z TRACE received state_pointset: }, -2024-11-06T17:33:54Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:54Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:33:54Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:33:54Z TRACE received state_pointset: }, -2024-11-06T17:33:54Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:54Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:33:54Z TRACE received state_pointset: } -2024-11-06T17:33:54Z TRACE received state_pointset: }, -2024-11-06T17:33:54Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:33:53Z", -2024-11-06T17:33:54Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:33:54Z TRACE received state_pointset: } -2024-11-06T17:33:54Z DEBUG Handling device message state_pointset MP:93b6f131-2 -2024-11-06T17:33:54Z TRACE Ignoring partial state update -2024-11-06T17:33:54Z TRACE received command AHU-1/config/update -2024-11-06T17:33:54Z DEBUG received config_update -2024-11-06T17:33:54Z DEBUG Handling update message config_update RC:ad0a7d.00000016 -2024-11-06T17:33:54Z DEBUG Removed configTransaction RC:ad0a7d.00000016 -2024-11-06T17:33:54Z DEBUG last_start changed false, last_start 2024-11-06T17:33:10Z -2024-11-06T17:33:54Z DEBUG Updated config 2024-11-06T17:33:54Z RC:ad0a7d.00000016 -2024-11-06T17:33:54Z INFO Updated config #014: Changed 0 fields. -2024-11-06T17:33:55Z TRACE received command AHU-1/state/update -2024-11-06T17:33:55Z DEBUG received state_update -2024-11-06T17:33:55Z DEBUG Handling update message state_update MP:a4e60914 -2024-11-06T17:33:55Z DEBUG Updated state after 0s 2024-11-06T17:33:55Z MP:a4e60914 -2024-11-06T17:33:55Z INFO Updated state #015: Changed 3 fields: -2024-11-06T17:33:55Z INFO Updated state #015: Set `system.last_config` = `2024-11-06T17:33:54Z` -2024-11-06T17:33:55Z INFO Updated state #015: Set `system.status.timestamp` = `2024-11-06T17:33:54Z` -2024-11-06T17:33:55Z INFO Updated state #015: Set `timestamp` = `2024-11-06T17:33:55Z` -2024-11-06T17:33:55Z DEBUG Updated state has last_config 2024-11-06T17:33:54Z (expecting 2024-11-06T17:33:54Z) -2024-11-06T17:33:55Z DEBUG Detail config update synchronized is now: null -2024-11-06T17:33:55Z DEBUG Stage finished waiting for config update synchronized at 15s after 0s -2024-11-06T17:33:55Z TRACE Stage resume waiting for initial device state at 15s -2024-11-06T17:33:55Z DEBUG Config sync took 1s -2024-11-06T17:33:55Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:33:55Z DEBUG Update config before initial device state timestamp 2024-11-06T17:33:54Z -2024-11-06T17:33:55Z TRACE local local_update: { -2024-11-06T17:33:55Z TRACE local local_update: "timestamp" : "2024-11-06T17:33:54Z", -2024-11-06T17:33:55Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:33:55Z TRACE local local_update: "system" : { -2024-11-06T17:33:55Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:33:55Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:33:55Z TRACE local local_update: "operation" : { -2024-11-06T17:33:55Z TRACE local local_update: "last_start" : "2024-11-06T17:33:10Z" -2024-11-06T17:33:55Z TRACE local local_update: }, -2024-11-06T17:33:55Z TRACE local local_update: "testing" : { -2024-11-06T17:33:55Z TRACE local local_update: "sequence_name" : "writeback_invalid" -2024-11-06T17:33:55Z TRACE local local_update: } -2024-11-06T17:33:55Z TRACE local local_update: }, -2024-11-06T17:33:55Z TRACE local local_update: "localnet" : { -2024-11-06T17:33:55Z TRACE local local_update: "families" : { -2024-11-06T17:33:55Z TRACE local local_update: "ether" : { }, -2024-11-06T17:33:55Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:33:55Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:33:55Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:33:55Z TRACE local local_update: } -2024-11-06T17:33:55Z TRACE local local_update: }, -2024-11-06T17:33:55Z TRACE local local_update: "pointset" : { -2024-11-06T17:33:55Z TRACE local local_update: "points" : { -2024-11-06T17:33:55Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:55Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:33:55Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:33:55Z TRACE local local_update: }, -2024-11-06T17:33:55Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:33:55Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:33:55Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:33:55Z TRACE local local_update: }, -2024-11-06T17:33:55Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:55Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:33:55Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:33:55Z TRACE local local_update: } -2024-11-06T17:33:55Z TRACE local local_update: } -2024-11-06T17:33:55Z TRACE local local_update: } -2024-11-06T17:33:55Z TRACE local local_update: } -2024-11-06T17:33:55Z DEBUG Stage finished waiting for initial device state at 15s after 1s -2024-11-06T17:33:55Z TRACE Stage resume waiting for starting test wrapper at 15s -2024-11-06T17:33:55Z DEBUG Device state system status level is now 300 -2024-11-06T17:33:55Z TRACE Stage suspend waiting for starting test wrapper at 15s -2024-11-06T17:33:55Z INFO Stage start waiting for config update synchronized at 15s -2024-11-06T17:33:55Z TRACE received command AHU-1/state/system -2024-11-06T17:33:55Z TRACE received state_system: { -2024-11-06T17:33:55Z TRACE received state_system: "hardware" : { -2024-11-06T17:33:55Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:33:55Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:33:55Z TRACE received state_system: }, -2024-11-06T17:33:55Z TRACE received state_system: "last_config" : "2024-11-06T17:33:54Z", -2024-11-06T17:33:55Z TRACE received state_system: "operation" : { -2024-11-06T17:33:55Z TRACE received state_system: "operational" : true, -2024-11-06T17:33:55Z TRACE received state_system: "last_start" : "2024-11-06T17:33:10Z", -2024-11-06T17:33:55Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:33:55Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:33:55Z TRACE received state_system: }, -2024-11-06T17:33:55Z TRACE received state_system: "serial_no" : "sequencer-14458", -2024-11-06T17:33:55Z TRACE received state_system: "software" : { -2024-11-06T17:33:55Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:33:55Z TRACE received state_system: }, -2024-11-06T17:33:55Z TRACE received state_system: "status" : { -2024-11-06T17:33:55Z TRACE received state_system: "message" : "success", -2024-11-06T17:33:55Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:33:55Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:54Z", -2024-11-06T17:33:55Z TRACE received state_system: "level" : 300 -2024-11-06T17:33:55Z TRACE received state_system: }, -2024-11-06T17:33:55Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:55Z", -2024-11-06T17:33:55Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:33:55Z TRACE received state_system: } -2024-11-06T17:33:55Z DEBUG Handling device message state_system MP:a4e60914-0 -2024-11-06T17:33:55Z TRACE Ignoring partial state update -2024-11-06T17:33:55Z DEBUG Stage finished waiting for config update synchronized at 15s after 0s -2024-11-06T17:33:55Z TRACE Stage resume waiting for starting test wrapper at 15s -2024-11-06T17:33:55Z DEBUG Config sync took 1s -2024-11-06T17:33:55Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:33:55Z TRACE Stage suspend waiting for starting test wrapper at 15s -2024-11-06T17:33:55Z INFO Stage start waiting for executing test at 15s -2024-11-06T17:33:55Z DEBUG stage begin waiting for executing test at 15s -2024-11-06T17:33:55Z DEBUG Allowing device state change pointset.points. -2024-11-06T17:33:55Z TRACE Stage suspend waiting for executing test at 15s -2024-11-06T17:33:55Z INFO Stage start waiting for target point to have value_state default (null) at 15s -2024-11-06T17:33:56Z DEBUG system config extra field null -2024-11-06T17:33:56Z TRACE updated check config_system: true -2024-11-06T17:33:56Z DEBUG update config_system, adding configTransaction RC:ad0a7d.00000017 -2024-11-06T17:33:56Z TRACE local local_system: { -2024-11-06T17:33:56Z TRACE local local_system: "min_loglevel" : 200, -2024-11-06T17:33:56Z TRACE local local_system: "metrics_rate_sec" : 10, -2024-11-06T17:33:56Z TRACE local local_system: "operation" : { -2024-11-06T17:33:56Z TRACE local local_system: "last_start" : "2024-11-06T17:33:10Z" -2024-11-06T17:33:56Z TRACE local local_system: }, -2024-11-06T17:33:56Z TRACE local local_system: "testing" : { -2024-11-06T17:33:56Z TRACE local local_system: "sequence_name" : "writeback_invalid" -2024-11-06T17:33:56Z TRACE local local_system: } -2024-11-06T17:33:56Z TRACE local local_system: } -2024-11-06T17:33:56Z TRACE updated check config_pointset: true -2024-11-06T17:33:56Z DEBUG update config_pointset, adding configTransaction RC:ad0a7d.00000018 -2024-11-06T17:33:56Z TRACE local local_pointset: { -2024-11-06T17:33:56Z TRACE local local_pointset: "points" : { -2024-11-06T17:33:56Z TRACE local local_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:56Z TRACE local local_pointset: "units" : "Bars", -2024-11-06T17:33:56Z TRACE local local_pointset: "set_value" : 98 -2024-11-06T17:33:56Z TRACE local local_pointset: }, -2024-11-06T17:33:56Z TRACE local local_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:56Z TRACE local local_pointset: "ref" : "BV11.present_value", -2024-11-06T17:33:56Z TRACE local local_pointset: "units" : "No-units" -2024-11-06T17:33:56Z TRACE local local_pointset: }, -2024-11-06T17:33:56Z TRACE local local_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:56Z TRACE local local_pointset: "ref" : "AV12.present_value", -2024-11-06T17:33:56Z TRACE local local_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:33:56Z TRACE local local_pointset: } -2024-11-06T17:33:56Z TRACE local local_pointset: } -2024-11-06T17:33:56Z TRACE local local_pointset: } -2024-11-06T17:33:56Z TRACE updated check config_gateway: false -2024-11-06T17:33:56Z TRACE updated check config_localnet: true -2024-11-06T17:33:56Z DEBUG update config_localnet, adding configTransaction RC:ad0a7d.00000019 -2024-11-06T17:33:56Z TRACE local local_localnet: { -2024-11-06T17:33:56Z TRACE local local_localnet: "families" : { -2024-11-06T17:33:56Z TRACE local local_localnet: "ether" : { }, -2024-11-06T17:33:56Z TRACE local local_localnet: "ipv4" : { }, -2024-11-06T17:33:56Z TRACE local local_localnet: "vendor" : { }, -2024-11-06T17:33:56Z TRACE local local_localnet: "ipv6" : { } -2024-11-06T17:33:56Z TRACE local local_localnet: } -2024-11-06T17:33:56Z TRACE local local_localnet: } -2024-11-06T17:33:56Z TRACE updated check config_blobset: false -2024-11-06T17:33:56Z TRACE updated check config_discovery: false -2024-11-06T17:33:56Z DEBUG Saving pre-config state timestamp 2024-11-06T17:33:55Z -2024-11-06T17:33:56Z DEBUG Update lastConfigUpdate 2024-11-06T17:33:56Z, because Before target point to have value_state default (null) -2024-11-06T17:33:56Z TRACE Stage suspend waiting for target point to have value_state default (null) at 16s -2024-11-06T17:33:56Z INFO Stage start waiting for config update synchronized at 16s -2024-11-06T17:33:56Z TRACE received command AHU-1/state/localnet -2024-11-06T17:33:56Z TRACE received state_localnet: { -2024-11-06T17:33:56Z TRACE received state_localnet: "families" : { -2024-11-06T17:33:56Z TRACE received state_localnet: "ether" : { -2024-11-06T17:33:56Z TRACE received state_localnet: "addr" : "00:0d:3a:8d:f3:81" -2024-11-06T17:33:56Z TRACE received state_localnet: }, -2024-11-06T17:33:56Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:33:56Z TRACE received state_localnet: "addr" : "10.1.0.193" -2024-11-06T17:33:56Z TRACE received state_localnet: }, -2024-11-06T17:33:56Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:33:56Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe8d:f381" -2024-11-06T17:33:56Z TRACE received state_localnet: }, -2024-11-06T17:33:56Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:33:56Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:33:56Z TRACE received state_localnet: } -2024-11-06T17:33:56Z TRACE received state_localnet: }, -2024-11-06T17:33:56Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:33:55Z", -2024-11-06T17:33:56Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:33:56Z TRACE received state_localnet: } -2024-11-06T17:33:56Z DEBUG Handling device message state_localnet MP:a4e60914-1 -2024-11-06T17:33:56Z TRACE Ignoring partial state update -2024-11-06T17:33:56Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-06T17:33:56Z TRACE received command AHU-1/state/pointset -2024-11-06T17:33:56Z TRACE received state_pointset: { -2024-11-06T17:33:56Z TRACE received state_pointset: "points" : { -2024-11-06T17:33:56Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:56Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:33:56Z TRACE received state_pointset: }, -2024-11-06T17:33:56Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:56Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:33:56Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:33:56Z TRACE received state_pointset: }, -2024-11-06T17:33:56Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:56Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:33:56Z TRACE received state_pointset: } -2024-11-06T17:33:56Z TRACE received state_pointset: }, -2024-11-06T17:33:56Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:33:55Z", -2024-11-06T17:33:56Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:33:56Z TRACE received state_pointset: } -2024-11-06T17:33:56Z DEBUG Handling device message state_pointset MP:a4e60914-2 -2024-11-06T17:33:56Z TRACE Ignoring partial state update -2024-11-06T17:33:56Z TRACE received command AHU-1/config/update -2024-11-06T17:33:56Z DEBUG received config_update -2024-11-06T17:33:56Z DEBUG Handling update message config_update RC:ad0a7d.00000017 -2024-11-06T17:33:56Z DEBUG Removed configTransaction RC:ad0a7d.00000017 -2024-11-06T17:33:56Z DEBUG last_start changed false, last_start 2024-11-06T17:33:10Z -2024-11-06T17:33:56Z DEBUG Updated config 2024-11-06T17:33:56Z RC:ad0a7d.00000017 -2024-11-06T17:33:56Z INFO Updated config #015: Changed 0 fields. -2024-11-06T17:33:56Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared, last_config not synced in state -2024-11-06T17:33:57Z TRACE received command AHU-1/state/update -2024-11-06T17:33:57Z DEBUG received state_update -2024-11-06T17:33:57Z DEBUG Handling update message state_update MP:a04245f6 -2024-11-06T17:33:57Z DEBUG Updated state after 0s 2024-11-06T17:33:57Z MP:a04245f6 -2024-11-06T17:33:57Z INFO Updated state #016: Changed 3 fields: -2024-11-06T17:33:57Z INFO Updated state #016: Set `system.last_config` = `2024-11-06T17:33:56Z` -2024-11-06T17:33:57Z INFO Updated state #016: Set `system.status.timestamp` = `2024-11-06T17:33:56Z` -2024-11-06T17:33:57Z INFO Updated state #016: Set `timestamp` = `2024-11-06T17:33:57Z` -2024-11-06T17:33:57Z DEBUG Updated state has last_config 2024-11-06T17:33:56Z (expecting 2024-11-06T17:33:56Z) -2024-11-06T17:33:57Z TRACE received command AHU-1/state/system -2024-11-06T17:33:57Z TRACE received state_system: { -2024-11-06T17:33:57Z TRACE received state_system: "hardware" : { -2024-11-06T17:33:57Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:33:57Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:33:57Z TRACE received state_system: }, -2024-11-06T17:33:57Z TRACE received state_system: "last_config" : "2024-11-06T17:33:56Z", -2024-11-06T17:33:57Z TRACE received state_system: "operation" : { -2024-11-06T17:33:57Z TRACE received state_system: "operational" : true, -2024-11-06T17:33:57Z TRACE received state_system: "last_start" : "2024-11-06T17:33:10Z", -2024-11-06T17:33:57Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:33:57Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:33:57Z TRACE received state_system: }, -2024-11-06T17:33:57Z TRACE received state_system: "serial_no" : "sequencer-14458", -2024-11-06T17:33:57Z TRACE received state_system: "software" : { -2024-11-06T17:33:57Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:33:57Z TRACE received state_system: }, -2024-11-06T17:33:57Z TRACE received state_system: "status" : { -2024-11-06T17:33:57Z TRACE received state_system: "message" : "success", -2024-11-06T17:33:57Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:33:57Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:56Z", -2024-11-06T17:33:57Z TRACE received state_system: "level" : 300 -2024-11-06T17:33:57Z TRACE received state_system: }, -2024-11-06T17:33:57Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:57Z", -2024-11-06T17:33:57Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:33:57Z TRACE received state_system: } -2024-11-06T17:33:57Z DEBUG Handling device message state_system MP:a04245f6-0 -2024-11-06T17:33:57Z TRACE Ignoring partial state update -2024-11-06T17:33:57Z DEBUG Detail config update synchronized is now: config transactions not cleared -2024-11-06T17:33:57Z TRACE received command AHU-1/state/localnet -2024-11-06T17:33:57Z TRACE received state_localnet: { -2024-11-06T17:33:57Z TRACE received state_localnet: "families" : { -2024-11-06T17:33:57Z TRACE received state_localnet: "ether" : { -2024-11-06T17:33:57Z TRACE received state_localnet: "addr" : "00:0d:3a:8d:f3:81" -2024-11-06T17:33:57Z TRACE received state_localnet: }, -2024-11-06T17:33:57Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:33:57Z TRACE received state_localnet: "addr" : "10.1.0.193" -2024-11-06T17:33:57Z TRACE received state_localnet: }, -2024-11-06T17:33:57Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:33:57Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe8d:f381" -2024-11-06T17:33:57Z TRACE received state_localnet: }, -2024-11-06T17:33:57Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:33:57Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:33:57Z TRACE received state_localnet: } -2024-11-06T17:33:57Z TRACE received state_localnet: }, -2024-11-06T17:33:57Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:33:57Z", -2024-11-06T17:33:57Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:33:57Z TRACE received state_localnet: } -2024-11-06T17:33:57Z DEBUG Handling device message state_localnet MP:a04245f6-1 -2024-11-06T17:33:57Z TRACE Ignoring partial state update -2024-11-06T17:33:57Z TRACE received command AHU-1/state/pointset -2024-11-06T17:33:57Z TRACE received state_pointset: { -2024-11-06T17:33:57Z TRACE received state_pointset: "points" : { -2024-11-06T17:33:57Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:33:57Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:33:57Z TRACE received state_pointset: }, -2024-11-06T17:33:57Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:57Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:33:57Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:33:57Z TRACE received state_pointset: }, -2024-11-06T17:33:57Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:57Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:33:57Z TRACE received state_pointset: } -2024-11-06T17:33:57Z TRACE received state_pointset: }, -2024-11-06T17:33:57Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:33:57Z", -2024-11-06T17:33:57Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:33:57Z TRACE received state_pointset: } -2024-11-06T17:33:57Z DEBUG Handling device message state_pointset MP:a04245f6-2 -2024-11-06T17:33:57Z TRACE Ignoring partial state update -2024-11-06T17:33:57Z TRACE received command AHU-1/config/update -2024-11-06T17:33:57Z DEBUG received config_update -2024-11-06T17:33:57Z DEBUG Handling update message config_update RC:ad0a7d.00000019 -2024-11-06T17:33:57Z DEBUG Removed configTransaction RC:ad0a7d.00000019 -2024-11-06T17:33:57Z DEBUG last_start changed false, last_start 2024-11-06T17:33:10Z -2024-11-06T17:33:57Z DEBUG Updated config 2024-11-06T17:33:57Z RC:ad0a7d.00000019 -2024-11-06T17:33:57Z INFO Updated config #016: Changed 0 fields. -2024-11-06T17:33:59Z TRACE received command AHU-1/config/update -2024-11-06T17:33:59Z DEBUG received config_update -2024-11-06T17:33:59Z DEBUG Handling update message config_update RC:ad0a7d.00000018 -2024-11-06T17:33:59Z DEBUG Removed configTransaction RC:ad0a7d.00000018 -2024-11-06T17:33:59Z DEBUG last_start changed false, last_start 2024-11-06T17:33:10Z -2024-11-06T17:33:59Z DEBUG Updated config 2024-11-06T17:33:59Z RC:ad0a7d.00000018 -2024-11-06T17:33:59Z INFO Updated config #017: Changed 0 fields. -2024-11-06T17:33:59Z DEBUG Detail config update synchronized is now: last_config not synced in state -2024-11-06T17:33:59Z TRACE received command AHU-1/state/update -2024-11-06T17:33:59Z DEBUG received state_update -2024-11-06T17:33:59Z DEBUG Handling update message state_update MP:9148d476 -2024-11-06T17:33:59Z DEBUG Updated state after 0s 2024-11-06T17:33:59Z MP:9148d476 -2024-11-06T17:33:59Z INFO Updated state #017: Changed 3 fields: -2024-11-06T17:33:59Z INFO Updated state #017: Set `system.last_config` = `2024-11-06T17:33:59Z` -2024-11-06T17:33:59Z INFO Updated state #017: Set `system.status.timestamp` = `2024-11-06T17:33:59Z` -2024-11-06T17:33:59Z INFO Updated state #017: Set `timestamp` = `2024-11-06T17:33:59Z` -2024-11-06T17:33:59Z DEBUG Updated state has last_config 2024-11-06T17:33:59Z (expecting 2024-11-06T17:33:59Z) -2024-11-06T17:33:59Z TRACE received command AHU-1/state/system -2024-11-06T17:33:59Z TRACE received state_system: { -2024-11-06T17:33:59Z TRACE received state_system: "hardware" : { -2024-11-06T17:33:59Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:33:59Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:33:59Z TRACE received state_system: }, -2024-11-06T17:33:59Z TRACE received state_system: "last_config" : "2024-11-06T17:33:59Z", -2024-11-06T17:33:59Z TRACE received state_system: "operation" : { -2024-11-06T17:33:59Z TRACE received state_system: "operational" : true, -2024-11-06T17:33:59Z TRACE received state_system: "last_start" : "2024-11-06T17:33:10Z", -2024-11-06T17:33:59Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:33:59Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:33:59Z TRACE received state_system: }, -2024-11-06T17:33:59Z TRACE received state_system: "serial_no" : "sequencer-14458", -2024-11-06T17:33:59Z TRACE received state_system: "software" : { -2024-11-06T17:33:59Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:33:59Z TRACE received state_system: }, -2024-11-06T17:33:59Z TRACE received state_system: "status" : { -2024-11-06T17:33:59Z TRACE received state_system: "message" : "success", -2024-11-06T17:33:59Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:33:59Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:59Z", -2024-11-06T17:33:59Z TRACE received state_system: "level" : 300 -2024-11-06T17:33:59Z TRACE received state_system: }, -2024-11-06T17:33:59Z TRACE received state_system: "timestamp" : "2024-11-06T17:33:59Z", -2024-11-06T17:33:59Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:33:59Z TRACE received state_system: } -2024-11-06T17:33:59Z DEBUG Handling device message state_system MP:9148d476-0 -2024-11-06T17:33:59Z TRACE Ignoring partial state update -2024-11-06T17:33:59Z DEBUG Detail config update synchronized is now: null -2024-11-06T17:33:59Z DEBUG Stage finished waiting for config update synchronized at 19s after 2s -2024-11-06T17:33:59Z TRACE Stage resume waiting for target point to have value_state default (null) at 19s -2024-11-06T17:33:59Z DEBUG Config sync took 3s -2024-11-06T17:33:59Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:33:59Z DEBUG Update config Before target point to have value_state default (null) timestamp 2024-11-06T17:33:59Z -2024-11-06T17:33:59Z TRACE local local_update: { -2024-11-06T17:33:59Z TRACE local local_update: "timestamp" : "2024-11-06T17:33:59Z", -2024-11-06T17:33:59Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:33:59Z TRACE local local_update: "system" : { -2024-11-06T17:33:59Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:33:59Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:33:59Z TRACE local local_update: "operation" : { -2024-11-06T17:33:59Z TRACE local local_update: "last_start" : "2024-11-06T17:33:10Z" -2024-11-06T17:33:59Z TRACE local local_update: }, -2024-11-06T17:33:59Z TRACE local local_update: "testing" : { -2024-11-06T17:33:59Z TRACE local local_update: "sequence_name" : "writeback_invalid" -2024-11-06T17:33:59Z TRACE local local_update: } -2024-11-06T17:33:59Z TRACE local local_update: }, -2024-11-06T17:33:59Z TRACE local local_update: "localnet" : { -2024-11-06T17:33:59Z TRACE local local_update: "families" : { -2024-11-06T17:33:59Z TRACE local local_update: "ether" : { }, -2024-11-06T17:33:59Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:33:59Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:33:59Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:33:59Z TRACE local local_update: } -2024-11-06T17:33:59Z TRACE local local_update: }, -2024-11-06T17:33:59Z TRACE local local_update: "pointset" : { -2024-11-06T17:33:59Z TRACE local local_update: "points" : { -2024-11-06T17:33:59Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:33:59Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:33:59Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:33:59Z TRACE local local_update: }, -2024-11-06T17:33:59Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:33:59Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:33:59Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:33:59Z TRACE local local_update: }, -2024-11-06T17:33:59Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:33:59Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:33:59Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:33:59Z TRACE local local_update: } -2024-11-06T17:33:59Z TRACE local local_update: } -2024-11-06T17:33:59Z TRACE local local_update: } -2024-11-06T17:33:59Z TRACE local local_update: } -2024-11-06T17:33:59Z DEBUG Value state null == null (true) -2024-11-06T17:33:59Z DEBUG Recorded sequence: 1. Wait until target point to have value_state default (null) -2024-11-06T17:33:59Z DEBUG Stage finished waiting for target point to have value_state default (null) at 19s after 4s -2024-11-06T17:33:59Z TRACE Stage resume waiting for executing test at 19s -2024-11-06T17:33:59Z TRACE Stage suspend waiting for executing test at 19s -2024-11-06T17:33:59Z INFO Stage start waiting for target point to have value_state invalid at 19s -2024-11-06T17:34:00Z DEBUG system config extra field null -2024-11-06T17:34:00Z TRACE updated check config_system: false -2024-11-06T17:34:00Z TRACE updated check config_pointset: true -2024-11-06T17:34:00Z DEBUG update config_pointset, adding configTransaction RC:ad0a7d.0000001a -2024-11-06T17:34:00Z TRACE local local_pointset: { -2024-11-06T17:34:00Z TRACE local local_pointset: "points" : { -2024-11-06T17:34:00Z TRACE local local_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:00Z TRACE local local_pointset: "units" : "Bars", -2024-11-06T17:34:00Z TRACE local local_pointset: "set_value" : 98 -2024-11-06T17:34:00Z TRACE local local_pointset: }, -2024-11-06T17:34:00Z TRACE local local_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:34:00Z TRACE local local_pointset: "ref" : "BV11.present_value", -2024-11-06T17:34:00Z TRACE local local_pointset: "units" : "No-units" -2024-11-06T17:34:00Z TRACE local local_pointset: }, -2024-11-06T17:34:00Z TRACE local local_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:00Z TRACE local local_pointset: "ref" : "AV12.present_value", -2024-11-06T17:34:00Z TRACE local local_pointset: "units" : "Degrees-Celsius", -2024-11-06T17:34:00Z TRACE local local_pointset: "set_value" : 15 -2024-11-06T17:34:00Z TRACE local local_pointset: } -2024-11-06T17:34:00Z TRACE local local_pointset: } -2024-11-06T17:34:00Z TRACE local local_pointset: } -2024-11-06T17:34:00Z TRACE updated check config_gateway: false -2024-11-06T17:34:00Z TRACE updated check config_localnet: false -2024-11-06T17:34:00Z TRACE updated check config_blobset: false -2024-11-06T17:34:00Z TRACE updated check config_discovery: false -2024-11-06T17:34:00Z DEBUG Saving pre-config state timestamp 2024-11-06T17:33:59Z -2024-11-06T17:34:00Z DEBUG Update lastConfigUpdate 2024-11-06T17:34:00Z, because Before target point to have value_state invalid -2024-11-06T17:34:00Z TRACE Stage suspend waiting for target point to have value_state invalid at 20s -2024-11-06T17:34:00Z INFO Stage start waiting for config update synchronized at 20s -2024-11-06T17:34:00Z TRACE received command AHU-1/state/localnet -2024-11-06T17:34:00Z TRACE received state_localnet: { -2024-11-06T17:34:00Z TRACE received state_localnet: "families" : { -2024-11-06T17:34:00Z TRACE received state_localnet: "ether" : { -2024-11-06T17:34:00Z TRACE received state_localnet: "addr" : "00:0d:3a:8d:f3:81" -2024-11-06T17:34:00Z TRACE received state_localnet: }, -2024-11-06T17:34:00Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:34:00Z TRACE received state_localnet: "addr" : "10.1.0.193" -2024-11-06T17:34:00Z TRACE received state_localnet: }, -2024-11-06T17:34:00Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:34:00Z TRACE received state_localnet: "addr" : "fe80::20d:3aff:fe8d:f381" -2024-11-06T17:34:00Z TRACE received state_localnet: }, -2024-11-06T17:34:00Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:34:00Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:34:00Z TRACE received state_localnet: } -2024-11-06T17:34:00Z TRACE received state_localnet: }, -2024-11-06T17:34:00Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:33:59Z", -2024-11-06T17:34:00Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:34:00Z TRACE received state_localnet: } -2024-11-06T17:34:00Z DEBUG Handling device message state_localnet MP:9148d476-1 -2024-11-06T17:34:00Z TRACE Ignoring partial state update -2024-11-06T17:34:00Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-06T17:34:00Z TRACE received command AHU-1/state/pointset -2024-11-06T17:34:00Z TRACE received state_pointset: { -2024-11-06T17:34:00Z TRACE received state_pointset: "points" : { -2024-11-06T17:34:00Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:34:00Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:34:00Z TRACE received state_pointset: }, -2024-11-06T17:34:00Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:00Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:34:00Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:34:00Z TRACE received state_pointset: }, -2024-11-06T17:34:00Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:00Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:34:00Z TRACE received state_pointset: } -2024-11-06T17:34:00Z TRACE received state_pointset: }, -2024-11-06T17:34:00Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:33:59Z", -2024-11-06T17:34:00Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:34:00Z TRACE received state_pointset: } -2024-11-06T17:34:00Z DEBUG Handling device message state_pointset MP:9148d476-2 -2024-11-06T17:34:00Z TRACE Ignoring partial state update -2024-11-06T17:34:00Z TRACE received command AHU-1/config/update -2024-11-06T17:34:00Z DEBUG received config_update -2024-11-06T17:34:00Z DEBUG Handling update message config_update RC:ad0a7d.0000001a -2024-11-06T17:34:00Z DEBUG Removed configTransaction RC:ad0a7d.0000001a -2024-11-06T17:34:00Z DEBUG last_start changed false, last_start 2024-11-06T17:33:10Z -2024-11-06T17:34:00Z DEBUG Updated config 2024-11-06T17:34:00Z RC:ad0a7d.0000001a -2024-11-06T17:34:00Z INFO Updated config #018: Changed 1 fields: -2024-11-06T17:34:00Z INFO Updated config #018: Add `pointset.points.filter_differential_pressure_sensor.set_value` = `15` -2024-11-06T17:34:00Z DEBUG Detail config update synchronized is now: device state not updated since config issued, last_config not synced in state -2024-11-06T17:34:01Z TRACE received command AHU-1/state/update -2024-11-06T17:34:01Z DEBUG received state_update -2024-11-06T17:34:01Z DEBUG Handling update message state_update MP:08f639e9 -2024-11-06T17:34:01Z DEBUG Updated state after 0s 2024-11-06T17:34:01Z MP:08f639e9 -2024-11-06T17:34:01Z INFO Updated state #018: Changed 5 fields: -2024-11-06T17:34:01Z INFO Updated state #018: Set `system.last_config` = `2024-11-06T17:34:00Z` -2024-11-06T17:34:01Z INFO Updated state #018: Set `system.status.timestamp` = `2024-11-06T17:34:00Z` -2024-11-06T17:34:01Z INFO Updated state #018: Add `pointset.points.filter_differential_pressure_sensor.value_state` = `invalid` -2024-11-06T17:34:01Z INFO Updated state #018: Add `pointset.points.filter_differential_pressure_sensor.status` = { "level": `500`, "detail": `Point filter_differential_pressure_sensor (writable false)`, "message": `Written value is not valid`, "category": `pointset.point.invalid`, "timestamp": `2024-11-06T17:34:00Z` } -2024-11-06T17:34:01Z INFO Updated state #018: Set `timestamp` = `2024-11-06T17:34:01Z` -2024-11-06T17:34:01Z DEBUG Updated state has last_config 2024-11-06T17:34:00Z (expecting 2024-11-06T17:34:00Z) -2024-11-06T17:34:01Z TRACE received command AHU-1/state/system -2024-11-06T17:34:01Z TRACE received state_system: { -2024-11-06T17:34:01Z TRACE received state_system: "hardware" : { -2024-11-06T17:34:01Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:34:01Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:34:01Z TRACE received state_system: }, -2024-11-06T17:34:01Z TRACE received state_system: "last_config" : "2024-11-06T17:34:00Z", -2024-11-06T17:34:01Z TRACE received state_system: "operation" : { -2024-11-06T17:34:01Z TRACE received state_system: "operational" : true, -2024-11-06T17:34:01Z TRACE received state_system: "last_start" : "2024-11-06T17:33:10Z", -2024-11-06T17:34:01Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:34:01Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:34:01Z TRACE received state_system: }, -2024-11-06T17:34:01Z TRACE received state_system: "serial_no" : "sequencer-14458", -2024-11-06T17:34:01Z TRACE received state_system: "software" : { -2024-11-06T17:34:01Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:34:01Z TRACE received state_system: }, -2024-11-06T17:34:01Z TRACE received state_system: "status" : { -2024-11-06T17:34:01Z TRACE received state_system: "message" : "success", -2024-11-06T17:34:01Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:34:01Z TRACE received state_system: "timestamp" : "2024-11-06T17:34:00Z", -2024-11-06T17:34:01Z TRACE received state_system: "level" : 300 -2024-11-06T17:34:01Z TRACE received state_system: }, -2024-11-06T17:34:01Z TRACE received state_system: "timestamp" : "2024-11-06T17:34:01Z", -2024-11-06T17:34:01Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:34:01Z TRACE received state_system: } -2024-11-06T17:34:01Z DEBUG Handling device message state_system MP:08f639e9-0 -2024-11-06T17:34:01Z TRACE Ignoring partial state update -2024-11-06T17:34:01Z DEBUG Detail config update synchronized is now: null -2024-11-06T17:34:01Z DEBUG Stage finished waiting for config update synchronized at 21s after 0s -2024-11-06T17:34:01Z TRACE Stage resume waiting for target point to have value_state invalid at 21s -2024-11-06T17:34:01Z DEBUG Config sync took 1s -2024-11-06T17:34:01Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:34:01Z DEBUG Update config Before target point to have value_state invalid timestamp 2024-11-06T17:34:00Z -2024-11-06T17:34:01Z TRACE local local_update: { -2024-11-06T17:34:01Z TRACE local local_update: "timestamp" : "2024-11-06T17:34:00Z", -2024-11-06T17:34:01Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:34:01Z TRACE local local_update: "system" : { -2024-11-06T17:34:01Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:34:01Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:34:01Z TRACE local local_update: "operation" : { -2024-11-06T17:34:01Z TRACE local local_update: "last_start" : "2024-11-06T17:33:10Z" -2024-11-06T17:34:01Z TRACE local local_update: }, -2024-11-06T17:34:01Z TRACE local local_update: "testing" : { -2024-11-06T17:34:01Z TRACE local local_update: "sequence_name" : "writeback_invalid" -2024-11-06T17:34:01Z TRACE local local_update: } -2024-11-06T17:34:01Z TRACE local local_update: }, -2024-11-06T17:34:01Z TRACE local local_update: "localnet" : { -2024-11-06T17:34:01Z TRACE local local_update: "families" : { -2024-11-06T17:34:01Z TRACE local local_update: "ether" : { }, -2024-11-06T17:34:01Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:34:01Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:34:01Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:34:01Z TRACE local local_update: } -2024-11-06T17:34:01Z TRACE local local_update: }, -2024-11-06T17:34:01Z TRACE local local_update: "pointset" : { -2024-11-06T17:34:01Z TRACE local local_update: "points" : { -2024-11-06T17:34:01Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:01Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:34:01Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:34:01Z TRACE local local_update: }, -2024-11-06T17:34:01Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:34:01Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:34:01Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:34:01Z TRACE local local_update: }, -2024-11-06T17:34:01Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:01Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:34:01Z TRACE local local_update: "units" : "Degrees-Celsius", -2024-11-06T17:34:01Z TRACE local local_update: "set_value" : 15 -2024-11-06T17:34:01Z TRACE local local_update: } -2024-11-06T17:34:01Z TRACE local local_update: } -2024-11-06T17:34:01Z TRACE local local_update: } -2024-11-06T17:34:01Z TRACE local local_update: } -2024-11-06T17:34:01Z DEBUG Recorded sequence: 1. Update config Before target point to have value_state invalid -2024-11-06T17:34:01Z INFO Device config Add `pointset.points.filter_differential_pressure_sensor.set_value` = `15` -2024-11-06T17:34:01Z TRACE Update config Before target point to have value_state invalid: Add `pointset.points.filter_differential_pressure_sensor.set_value` = `15` -2024-11-06T17:34:01Z DEBUG Value state invalid == invalid (true) -2024-11-06T17:34:01Z DEBUG Recorded sequence: 1. Wait until target point to have value_state invalid -2024-11-06T17:34:01Z DEBUG Stage finished waiting for target point to have value_state invalid at 21s after 2s -2024-11-06T17:34:01Z TRACE Stage resume waiting for executing test at 21s -2024-11-06T17:34:01Z DEBUG stage done waiting for executing test at 21s -2024-11-06T17:34:01Z DEBUG Removing implicit system capability LAST_CONFIG -2024-11-06T17:34:01Z NOTICE RESULT pass writeback writeback_invalid ALPHA 10/10 Sequence complete -2024-11-06T17:34:01Z NOTICE Sequence complete -2024-11-06T17:34:01Z NOTICE ending test writeback_invalid after 21s ################################ +2024-12-17T05:28:12Z NOTICE starting test writeback_invalid ################################ +2024-12-17T05:28:12Z INFO Stage start waiting for starting test wrapper at 0s +2024-12-17T05:28:20Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:28:20Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:20Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:28:20Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:28:20Z DEBUG Set extraFieldChanged false because extra_field null +2024-12-17T05:28:20Z WARNING Now using alternate connection client! +2024-12-17T05:28:20Z TRACE Stage suspend waiting for starting test wrapper at 8s +2024-12-17T05:28:20Z INFO Stage start waiting for using alternate client at 8s +2024-12-17T05:28:20Z DEBUG Delay from lastConfigMark 2024-12-17T05:28:12.096369356Z is -6037ms +2024-12-17T05:28:20Z DEBUG Forcing config update +2024-12-17T05:28:20Z TRACE Updated check config_update: true +2024-12-17T05:28:20Z DEBUG Update config_update, adding configTransaction RC:e3efa4.00000006 +2024-12-17T05:28:20Z TRACE Outgoing local_update: { +2024-12-17T05:28:20Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###null", +2024-12-17T05:28:20Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:20Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:20Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:20Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:20Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:28:20Z TRACE Outgoing local_update: }, +2024-12-17T05:28:20Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:20Z TRACE Outgoing local_update: "sequence_name" : "writeback_invalid", +2024-12-17T05:28:20Z TRACE Outgoing local_update: "endpoint_type" : "alternate" +2024-12-17T05:28:20Z TRACE Outgoing local_update: } +2024-12-17T05:28:20Z TRACE Outgoing local_update: }, +2024-12-17T05:28:20Z TRACE Outgoing local_update: "blobset" : { +2024-12-17T05:28:20Z TRACE Outgoing local_update: "blobs" : { +2024-12-17T05:28:20Z TRACE Outgoing local_update: "_iot_endpoint_config" : { +2024-12-17T05:28:20Z TRACE Outgoing local_update: "phase" : "final", +2024-12-17T05:28:20Z TRACE Outgoing local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzYvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzYvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfNi9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", +2024-12-17T05:28:20Z TRACE Outgoing local_update: "sha256" : "@@@blob data hash###62cff783d58782bf8e9b1f5c5000174dbad49534ee3038893e5bc12f38173112", +2024-12-17T05:28:20Z TRACE Outgoing local_update: "generation" : "2024-12-17T05:28:20Z" +2024-12-17T05:28:20Z TRACE Outgoing local_update: } +2024-12-17T05:28:20Z TRACE Outgoing local_update: } +2024-12-17T05:28:20Z TRACE Outgoing local_update: } +2024-12-17T05:28:20Z TRACE Outgoing local_update: } +2024-12-17T05:28:20Z DEBUG Detail pending config transaction is now: RC:e3efa4.00000006 +2024-12-17T05:28:20Z TRACE received command AHU-1/config/update +2024-12-17T05:28:20Z DEBUG Received config_update +2024-12-17T05:28:20Z DEBUG Handling update message config_update RC:e3efa4.00000006 +2024-12-17T05:28:20Z DEBUG Removed configTransaction RC:e3efa4.00000006 +2024-12-17T05:28:20Z DEBUG Set last_start changed false, last_start 1970-01-01T00:01:13Z +2024-12-17T05:28:20Z DEBUG Updated config 2024-12-17T05:28:20Z RC:e3efa4.00000006 +2024-12-17T05:28:20Z INFO Updated config #001: { +2024-12-17T05:28:20Z INFO Updated config #001: "timestamp" : "2024-12-17T05:28:20Z", +2024-12-17T05:28:20Z INFO Updated config #001: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:20Z INFO Updated config #001: "system" : { +2024-12-17T05:28:20Z INFO Updated config #001: "min_loglevel" : 100, +2024-12-17T05:28:20Z INFO Updated config #001: "metrics_rate_sec" : 10, +2024-12-17T05:28:20Z INFO Updated config #001: "operation" : { +2024-12-17T05:28:20Z INFO Updated config #001: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:28:20Z INFO Updated config #001: }, +2024-12-17T05:28:20Z INFO Updated config #001: "testing" : { +2024-12-17T05:28:20Z INFO Updated config #001: "sequence_name" : "writeback_invalid", +2024-12-17T05:28:20Z INFO Updated config #001: "endpoint_type" : "alternate" +2024-12-17T05:28:20Z INFO Updated config #001: } +2024-12-17T05:28:20Z INFO Updated config #001: }, +2024-12-17T05:28:20Z INFO Updated config #001: "blobset" : { +2024-12-17T05:28:20Z INFO Updated config #001: "blobs" : { +2024-12-17T05:28:20Z INFO Updated config #001: "_iot_endpoint_config" : { +2024-12-17T05:28:20Z INFO Updated config #001: "phase" : "final", +2024-12-17T05:28:20Z INFO Updated config #001: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzYvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzYvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfNi9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", +2024-12-17T05:28:20Z INFO Updated config #001: "sha256" : "@@@blob data hash###62cff783d58782bf8e9b1f5c5000174dbad49534ee3038893e5bc12f38173112", +2024-12-17T05:28:20Z INFO Updated config #001: "generation" : "2024-12-17T05:28:20Z" +2024-12-17T05:28:20Z INFO Updated config #001: } +2024-12-17T05:28:20Z INFO Updated config #001: } +2024-12-17T05:28:20Z INFO Updated config #001: } +2024-12-17T05:28:20Z INFO Updated config #001: } +2024-12-17T05:28:20Z DEBUG Expected last_config now 2024-12-17T05:28:20Z +2024-12-17T05:28:20Z DEBUG Detail pending config transaction is now: null +2024-12-17T05:28:20Z DEBUG New lastConfigMark at 2024-12-17T05:28:20Z +2024-12-17T05:28:20Z DEBUG Update config reset alternate registry timestamp 2024-12-17T05:28:20Z +2024-12-17T05:28:20Z TRACE Outgoing local_update: { +2024-12-17T05:28:20Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:28:20Z", +2024-12-17T05:28:20Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:20Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:20Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:20Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:20Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:20Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:28:20Z TRACE Outgoing local_update: }, +2024-12-17T05:28:20Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:20Z TRACE Outgoing local_update: "sequence_name" : "writeback_invalid", +2024-12-17T05:28:20Z TRACE Outgoing local_update: "endpoint_type" : "alternate" +2024-12-17T05:28:20Z TRACE Outgoing local_update: } +2024-12-17T05:28:20Z TRACE Outgoing local_update: }, +2024-12-17T05:28:20Z TRACE Outgoing local_update: "blobset" : { +2024-12-17T05:28:20Z TRACE Outgoing local_update: "blobs" : { +2024-12-17T05:28:20Z TRACE Outgoing local_update: "_iot_endpoint_config" : { +2024-12-17T05:28:20Z TRACE Outgoing local_update: "phase" : "final", +2024-12-17T05:28:20Z TRACE Outgoing local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzYvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzYvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfNi9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", +2024-12-17T05:28:20Z TRACE Outgoing local_update: "sha256" : "@@@blob data hash###62cff783d58782bf8e9b1f5c5000174dbad49534ee3038893e5bc12f38173112", +2024-12-17T05:28:20Z TRACE Outgoing local_update: "generation" : "2024-12-17T05:28:20Z" +2024-12-17T05:28:20Z TRACE Outgoing local_update: } +2024-12-17T05:28:20Z TRACE Outgoing local_update: } +2024-12-17T05:28:20Z TRACE Outgoing local_update: } +2024-12-17T05:28:20Z TRACE Outgoing local_update: } +2024-12-17T05:28:20Z TRACE Update config reset alternate registry: Add `system` = { "min_loglevel": `100`, "testing": { "endpoint_type": `alternate`, "sequence_name": `writeback_invalid` }, "metrics_rate_sec": `10`, "operation": { "last_start": `device reported` } } +2024-12-17T05:28:20Z TRACE Update config reset alternate registry: Add `version` = `cloud udmi version` +2024-12-17T05:28:20Z TRACE Update config reset alternate registry: Add `blobset` = { "blobs": { "_iot_endpoint_config": { "phase": `final`, "generation": `blob generation`, "sha256": `blob data hash`, "url": `endpoint data` } } } +2024-12-17T05:28:20Z TRACE Update config reset alternate registry: Add `timestamp` = `generated timestamp` +2024-12-17T05:28:20Z DEBUG Stage finished waiting for using alternate client at 8s after 0s +2024-12-17T05:28:20Z TRACE Stage resume waiting for starting test wrapper at 8s +2024-12-17T05:28:20Z WARNING Done with alternate connection client! +2024-12-17T05:28:20Z DEBUG Allowing device state change (everything) +2024-12-17T05:28:20Z DEBUG Starting reset_config full reset true +2024-12-17T05:28:20Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:28:20Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:20Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:28:20Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:28:20Z DEBUG Set extraFieldChanged false because extra_field null +2024-12-17T05:28:20Z DEBUG Set extraFieldChanged true because extra_field reset_config +2024-12-17T05:28:20Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:28:20Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:20Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:28:20Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:28:20Z DEBUG Set extraFieldChanged true because extra_field null +2024-12-17T05:28:20Z DEBUG Delay from lastConfigMark 2024-12-17T05:28:20.219941056Z is 1980ms +2024-12-17T05:28:20Z DEBUG Rate-limiting config by 1980ms +2024-12-17T05:28:22Z TRACE Updated check config_update: true +2024-12-17T05:28:22Z DEBUG Update config_update, adding configTransaction RC:e3efa4.00000007 +2024-12-17T05:28:22Z TRACE Outgoing local_update: { +2024-12-17T05:28:22Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###1.5.2", +2024-12-17T05:28:22Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:22Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:22Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:22Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:22Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:28:22Z TRACE Outgoing local_update: }, +2024-12-17T05:28:22Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:22Z TRACE Outgoing local_update: "sequence_name" : "writeback_invalid" +2024-12-17T05:28:22Z TRACE Outgoing local_update: } +2024-12-17T05:28:22Z TRACE Outgoing local_update: }, +2024-12-17T05:28:22Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:22Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:22Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:22Z TRACE Outgoing local_update: } +2024-12-17T05:28:22Z TRACE Outgoing local_update: }, +2024-12-17T05:28:22Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:22Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:22Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:22Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:22Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:22Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:22Z TRACE Outgoing local_update: } +2024-12-17T05:28:22Z TRACE Outgoing local_update: }, +2024-12-17T05:28:22Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:22Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:22Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:22Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:22Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:22Z TRACE Outgoing local_update: }, +2024-12-17T05:28:22Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:22Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:22Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:22Z TRACE Outgoing local_update: }, +2024-12-17T05:28:22Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:22Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:22Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:28:22Z TRACE Outgoing local_update: } +2024-12-17T05:28:22Z TRACE Outgoing local_update: } +2024-12-17T05:28:22Z TRACE Outgoing local_update: } +2024-12-17T05:28:22Z TRACE Outgoing local_update: } +2024-12-17T05:28:22Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:22Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:28:22Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:28:22Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:28:22Z DEBUG Saving pre-config state timestamp null +2024-12-17T05:28:22Z DEBUG Update lastConfigUpdate 2024-12-17T05:28:22Z, because soft reset +2024-12-17T05:28:22Z TRACE Stage suspend waiting for starting test wrapper at 10s +2024-12-17T05:28:22Z INFO Stage start waiting for config update synchronized at 10s +2024-12-17T05:28:22Z TRACE received command AHU-1/state/update +2024-12-17T05:28:22Z DEBUG Received state_update +2024-12-17T05:28:22Z DEBUG Handling update message state_update MP:9207b1f7 +2024-12-17T05:28:22Z DEBUG Updated state after 10s 2024-12-17T05:28:12Z MP:9207b1f7 +2024-12-17T05:28:22Z INFO Initial state #001: { +2024-12-17T05:28:22Z INFO Initial state #001: "timestamp" : "2024-12-17T05:28:12Z", +2024-12-17T05:28:22Z INFO Initial state #001: "version" : "1.5.2", +2024-12-17T05:28:22Z INFO Initial state #001: "system" : { +2024-12-17T05:28:22Z INFO Initial state #001: "last_config" : "2024-12-17T05:27:55Z", +2024-12-17T05:28:22Z INFO Initial state #001: "operation" : { +2024-12-17T05:28:22Z INFO Initial state #001: "operational" : true, +2024-12-17T05:28:22Z INFO Initial state #001: "last_start" : "2024-12-17T05:28:09Z", +2024-12-17T05:28:22Z INFO Initial state #001: "restart_count" : 1, +2024-12-17T05:28:22Z INFO Initial state #001: "mode" : "initial" +2024-12-17T05:28:22Z INFO Initial state #001: }, +2024-12-17T05:28:22Z INFO Initial state #001: "serial_no" : "sequencer-26238", +2024-12-17T05:28:22Z INFO Initial state #001: "hardware" : { +2024-12-17T05:28:22Z INFO Initial state #001: "make" : "BOS", +2024-12-17T05:28:22Z INFO Initial state #001: "model" : "pubber" +2024-12-17T05:28:22Z INFO Initial state #001: }, +2024-12-17T05:28:22Z INFO Initial state #001: "software" : { +2024-12-17T05:28:22Z INFO Initial state #001: "firmware" : "v1" +2024-12-17T05:28:22Z INFO Initial state #001: }, +2024-12-17T05:28:22Z INFO Initial state #001: "status" : { +2024-12-17T05:28:22Z INFO Initial state #001: "message" : "success", +2024-12-17T05:28:22Z INFO Initial state #001: "category" : "system.config.apply", +2024-12-17T05:28:22Z INFO Initial state #001: "timestamp" : "2024-12-17T05:28:10Z", +2024-12-17T05:28:22Z INFO Initial state #001: "level" : 300 +2024-12-17T05:28:22Z INFO Initial state #001: } +2024-12-17T05:28:22Z INFO Initial state #001: }, +2024-12-17T05:28:22Z INFO Initial state #001: "discovery" : { +2024-12-17T05:28:22Z INFO Initial state #001: "families" : { } +2024-12-17T05:28:22Z INFO Initial state #001: }, +2024-12-17T05:28:22Z INFO Initial state #001: "localnet" : { +2024-12-17T05:28:22Z INFO Initial state #001: "families" : { +2024-12-17T05:28:22Z INFO Initial state #001: "ether" : { +2024-12-17T05:28:22Z INFO Initial state #001: "addr" : "60:45:bd:00:3c:8d" +2024-12-17T05:28:22Z INFO Initial state #001: }, +2024-12-17T05:28:22Z INFO Initial state #001: "ipv4" : { +2024-12-17T05:28:22Z INFO Initial state #001: "addr" : "10.1.0.105" +2024-12-17T05:28:22Z INFO Initial state #001: }, +2024-12-17T05:28:22Z INFO Initial state #001: "ipv6" : { +2024-12-17T05:28:22Z INFO Initial state #001: "addr" : "fe80::6245:bdff:fe00:3c8d" +2024-12-17T05:28:22Z INFO Initial state #001: }, +2024-12-17T05:28:22Z INFO Initial state #001: "vendor" : { +2024-12-17T05:28:22Z INFO Initial state #001: "addr" : "28179023" +2024-12-17T05:28:22Z INFO Initial state #001: } +2024-12-17T05:28:22Z INFO Initial state #001: } +2024-12-17T05:28:22Z INFO Initial state #001: }, +2024-12-17T05:28:22Z INFO Initial state #001: "pointset" : { +2024-12-17T05:28:22Z INFO Initial state #001: "points" : { +2024-12-17T05:28:22Z INFO Initial state #001: "filter_alarm_pressure_status" : { +2024-12-17T05:28:22Z INFO Initial state #001: "units" : "No-units" +2024-12-17T05:28:22Z INFO Initial state #001: }, +2024-12-17T05:28:22Z INFO Initial state #001: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:22Z INFO Initial state #001: "units" : "Bars", +2024-12-17T05:28:22Z INFO Initial state #001: "value_state" : "applied" +2024-12-17T05:28:22Z INFO Initial state #001: }, +2024-12-17T05:28:22Z INFO Initial state #001: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:22Z INFO Initial state #001: "units" : "Degrees-Celsius" +2024-12-17T05:28:22Z INFO Initial state #001: } +2024-12-17T05:28:22Z INFO Initial state #001: } +2024-12-17T05:28:22Z INFO Initial state #001: } +2024-12-17T05:28:22Z INFO Initial state #001: } +2024-12-17T05:28:22Z NOTICE Received serial number sequencer-26238 +2024-12-17T05:28:22Z DEBUG Updated state has last_config 2024-12-17T05:27:55Z (expecting null) +2024-12-17T05:28:22Z DEBUG Detail config update synchronized is now: last_start not synced in config, config transactions not cleared, last_config not synced in state +2024-12-17T05:28:22Z TRACE received command AHU-1/state/system +2024-12-17T05:28:22Z TRACE Received state_system: { +2024-12-17T05:28:22Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:22Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:22Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:22Z TRACE Received state_system: }, +2024-12-17T05:28:22Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:55Z", +2024-12-17T05:28:22Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:22Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:22Z TRACE Received state_system: "last_start" : "2024-12-17T05:28:09Z", +2024-12-17T05:28:22Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:22Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:22Z TRACE Received state_system: }, +2024-12-17T05:28:22Z TRACE Received state_system: "serial_no" : "sequencer-26238", +2024-12-17T05:28:22Z TRACE Received state_system: "software" : { +2024-12-17T05:28:22Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:22Z TRACE Received state_system: }, +2024-12-17T05:28:22Z TRACE Received state_system: "status" : { +2024-12-17T05:28:22Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:22Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:28:22Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:10Z", +2024-12-17T05:28:22Z TRACE Received state_system: "level" : 300 +2024-12-17T05:28:22Z TRACE Received state_system: }, +2024-12-17T05:28:22Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:12Z", +2024-12-17T05:28:22Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:22Z TRACE Received state_system: } +2024-12-17T05:28:22Z DEBUG Handling device message state_system MP:9207b1f7-0 +2024-12-17T05:28:22Z TRACE Ignoring partial state update +2024-12-17T05:28:22Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:22Z TRACE Received state_discovery: { +2024-12-17T05:28:22Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:22Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:12Z", +2024-12-17T05:28:22Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:22Z TRACE Received state_discovery: } +2024-12-17T05:28:22Z DEBUG Handling device message state_discovery MP:9207b1f7-1 +2024-12-17T05:28:22Z TRACE Ignoring partial state update +2024-12-17T05:28:22Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:22Z TRACE Received state_localnet: { +2024-12-17T05:28:22Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:22Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:22Z TRACE Received state_localnet: "addr" : "60:45:bd:00:3c:8d" +2024-12-17T05:28:22Z TRACE Received state_localnet: }, +2024-12-17T05:28:22Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:22Z TRACE Received state_localnet: "addr" : "10.1.0.105" +2024-12-17T05:28:22Z TRACE Received state_localnet: }, +2024-12-17T05:28:22Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:22Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe00:3c8d" +2024-12-17T05:28:22Z TRACE Received state_localnet: }, +2024-12-17T05:28:22Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:22Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:22Z TRACE Received state_localnet: } +2024-12-17T05:28:22Z TRACE Received state_localnet: }, +2024-12-17T05:28:22Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:12Z", +2024-12-17T05:28:22Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:22Z TRACE Received state_localnet: } +2024-12-17T05:28:22Z DEBUG Handling device message state_localnet MP:9207b1f7-2 +2024-12-17T05:28:22Z TRACE Ignoring partial state update +2024-12-17T05:28:22Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:22Z TRACE Received state_pointset: { +2024-12-17T05:28:22Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:22Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:22Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:22Z TRACE Received state_pointset: }, +2024-12-17T05:28:22Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:22Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:22Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:22Z TRACE Received state_pointset: }, +2024-12-17T05:28:22Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:22Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:22Z TRACE Received state_pointset: } +2024-12-17T05:28:22Z TRACE Received state_pointset: }, +2024-12-17T05:28:22Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:12Z", +2024-12-17T05:28:22Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:22Z TRACE Received state_pointset: } +2024-12-17T05:28:22Z DEBUG Handling device message state_pointset MP:9207b1f7-3 +2024-12-17T05:28:22Z TRACE Ignoring partial state update +2024-12-17T05:28:22Z TRACE received command AHU-1/events/pointset +2024-12-17T05:28:22Z TRACE Received events_pointset: { +2024-12-17T05:28:22Z TRACE Received events_pointset: "points" : { +2024-12-17T05:28:22Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:22Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:28:22Z TRACE Received events_pointset: }, +2024-12-17T05:28:22Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:22Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:28:22Z TRACE Received events_pointset: }, +2024-12-17T05:28:22Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:22Z TRACE Received events_pointset: "present_value" : 10 +2024-12-17T05:28:22Z TRACE Received events_pointset: } +2024-12-17T05:28:22Z TRACE Received events_pointset: }, +2024-12-17T05:28:22Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:28:15Z", +2024-12-17T05:28:22Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:28:22Z TRACE Received events_pointset: } +2024-12-17T05:28:22Z DEBUG Handling device message events_pointset MP:c9db9c10 +2024-12-17T05:28:22Z TRACE received command AHU-1/events/system +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:09Z INFO device.log: Configured with auth_type RS256 +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:09Z INFO device.log: Resetting persistent store /home/runner/work/udmi/udmi/sites/udmi_site_model/out/devices/AHU-1/persistent_data.json +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:09Z INFO device.log: Loading endpoint into persistent data from configuration +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:09Z WARNING device.log: Updating persistent store: +{ + "endpoint" : { + "protocol" : "mqtt", + "transport" : "ssl", + "hostname" : "localhost", + "client_id" : "/r/ZZ-TRI-FECTA_6/d/AHU-1", + "topic_prefix" : "/r/ZZ-TRI-FECTA_6/d/AHU-1", + "auth_provider" : { + "basic" : { + "username" : "/r/ZZ-TRI-FECTA_6/d/AHU-1", + "password" : "38269d11" + } + } + }, + "restart_count" : 1 +} +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:09Z INFO device.log: Starting pubber AHU-1, serial sequencer-26238, mac null, gateway null, options noPersist +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:09Z INFO device.log: Loading device key bytes from /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.pkcs8 +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:09Z INFO device.log: CA cert file: /home/runner/work/udmi/udmi/sites/udmi_site_model/reflector/ca.crt +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:09Z INFO device.log: Device cert file: /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.crt +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:09Z INFO device.log: Private key file: /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.pem +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:09Z INFO device.log: Password sha256 6b5344e1 +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:09Z WARNING device.log: Starting connection 1734413289651 with 10 +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:09Z INFO device.log: Update state 2024-12-17T05:28:09Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:09Z WARNING device.log: Dropping state update until config received... +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:09Z WARNING device.log: Creating new config latch for AHU-1 +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:10Z INFO device.log: Update state 2024-12-17T05:28:10Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:10Z WARNING device.log: Dropping state update until config received... +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:10Z INFO device.log: Update state 2024-12-17T05:28:10Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:10Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:10Z WARNING device.log: Dropping state update until config received... +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:10Z WARNING device.log: Received config for config latch AHU-1 +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:10Z WARNING device.log: Starting AHU-1 Pubber sender with delay 10s +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:10Z INFO device.log: 2024-12-17T05:28:10Z received config 2024-12-17T05:27:55Z +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:10Z WARNING device.log: Starting AHU-1 PubberSystemManager sender with delay 10s +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:10Z WARNING device.log: Starting AHU-1 PubberPointsetManager sender with delay 10s +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:10Z WARNING device.log: Start waiting 10s for config latch for AHU-1 +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:10Z WARNING device.log: Ending connection 1734413289651 with 9 +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:10Z NOTICE system.config.apply: success +2024-12-17T05:28:22Z DEBUG Received events_system 2024-12-17T05:28:10Z NOTICE system.config.apply: success +2024-12-17T05:28:22Z DEBUG Handling device message events_system MP:8c65bc62 +2024-12-17T05:28:22Z TRACE received command AHU-1/events/pointset +2024-12-17T05:28:22Z TRACE Received events_pointset: { +2024-12-17T05:28:22Z TRACE Received events_pointset: "points" : { +2024-12-17T05:28:22Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:22Z TRACE Received events_pointset: "present_value" : true +2024-12-17T05:28:22Z TRACE Received events_pointset: }, +2024-12-17T05:28:22Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:22Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:28:22Z TRACE Received events_pointset: }, +2024-12-17T05:28:22Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:22Z TRACE Received events_pointset: "present_value" : 8 +2024-12-17T05:28:22Z TRACE Received events_pointset: } +2024-12-17T05:28:22Z TRACE Received events_pointset: }, +2024-12-17T05:28:22Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:28:20Z", +2024-12-17T05:28:22Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:28:22Z TRACE Received events_pointset: } +2024-12-17T05:28:22Z DEBUG Handling device message events_pointset MP:5e67dd0e +2024-12-17T05:28:22Z TRACE received command AHU-1/events/system +2024-12-17T05:28:22Z DEBUG Received events_system (no logs) +2024-12-17T05:28:22Z DEBUG Handling device message events_system MP:7e91fd0b +2024-12-17T05:28:22Z TRACE received command AHU-1/config/update +2024-12-17T05:28:22Z DEBUG Received config_update +2024-12-17T05:28:22Z DEBUG Handling update message config_update RC:e3efa4.00000007 +2024-12-17T05:28:22Z DEBUG Removed configTransaction RC:e3efa4.00000007 +2024-12-17T05:28:22Z DEBUG Set last_start changed false, last_start 1970-01-01T00:01:13Z +2024-12-17T05:28:22Z DEBUG Updated config 2024-12-17T05:28:22Z RC:e3efa4.00000007 +2024-12-17T05:28:22Z INFO Updated config #002: Changed 5 fields: +2024-12-17T05:28:22Z INFO Updated config #002: Remove `system.testing.endpoint_type` +2024-12-17T05:28:22Z INFO Updated config #002: Add `discovery` = { "families": { "vendor": { } } } +2024-12-17T05:28:22Z INFO Updated config #002: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } +2024-12-17T05:28:22Z INFO Updated config #002: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "bacnet": { } } } +2024-12-17T05:28:22Z INFO Updated config #002: Remove `blobset` +2024-12-17T05:28:22Z DEBUG Expected last_config now 2024-12-17T05:28:22Z +2024-12-17T05:28:22Z TRACE received command AHU-1/state/update +2024-12-17T05:28:22Z DEBUG Received state_update +2024-12-17T05:28:22Z DEBUG Handling update message state_update MP:ac6b0612 +2024-12-17T05:28:22Z DEBUG Updated state after 0s 2024-12-17T05:28:22Z MP:ac6b0612 +2024-12-17T05:28:22Z INFO Updated state #002: Changed 4 fields: +2024-12-17T05:28:22Z INFO Updated state #002: Set `system.status.level` = `100` +2024-12-17T05:28:22Z INFO Updated state #002: Set `system.status.category` = `system.config.parse` +2024-12-17T05:28:22Z INFO Updated state #002: Set `system.status.timestamp` = `2024-12-17T05:28:22Z` +2024-12-17T05:28:22Z INFO Updated state #002: Set `timestamp` = `2024-12-17T05:28:22Z` +2024-12-17T05:28:22Z DEBUG Updated state has last_config 2024-12-17T05:27:55Z (expecting 2024-12-17T05:28:22Z) +2024-12-17T05:28:22Z DEBUG Detail config update synchronized is now: last_start not synced in config, last_config not synced in state +2024-12-17T05:28:22Z TRACE received command AHU-1/state/system +2024-12-17T05:28:22Z TRACE Received state_system: { +2024-12-17T05:28:22Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:22Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:22Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:22Z TRACE Received state_system: }, +2024-12-17T05:28:22Z TRACE Received state_system: "last_config" : "2024-12-17T05:27:55Z", +2024-12-17T05:28:22Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:22Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:22Z TRACE Received state_system: "last_start" : "2024-12-17T05:28:09Z", +2024-12-17T05:28:22Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:22Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:22Z TRACE Received state_system: }, +2024-12-17T05:28:22Z TRACE Received state_system: "serial_no" : "sequencer-26238", +2024-12-17T05:28:22Z TRACE Received state_system: "software" : { +2024-12-17T05:28:22Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:22Z TRACE Received state_system: }, +2024-12-17T05:28:22Z TRACE Received state_system: "status" : { +2024-12-17T05:28:22Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:22Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:28:22Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:22Z", +2024-12-17T05:28:22Z TRACE Received state_system: "level" : 100 +2024-12-17T05:28:22Z TRACE Received state_system: }, +2024-12-17T05:28:22Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:22Z", +2024-12-17T05:28:22Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:22Z TRACE Received state_system: } +2024-12-17T05:28:22Z DEBUG Handling device message state_system MP:ac6b0612-0 +2024-12-17T05:28:22Z TRACE Ignoring partial state update +2024-12-17T05:28:22Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:22Z TRACE Received state_discovery: { +2024-12-17T05:28:22Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:22Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:22Z", +2024-12-17T05:28:22Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:22Z TRACE Received state_discovery: } +2024-12-17T05:28:22Z DEBUG Handling device message state_discovery MP:ac6b0612-1 +2024-12-17T05:28:22Z TRACE Ignoring partial state update +2024-12-17T05:28:22Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:22Z TRACE Received state_localnet: { +2024-12-17T05:28:22Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:22Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:22Z TRACE Received state_localnet: "addr" : "60:45:bd:00:3c:8d" +2024-12-17T05:28:22Z TRACE Received state_localnet: }, +2024-12-17T05:28:22Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:22Z TRACE Received state_localnet: "addr" : "10.1.0.105" +2024-12-17T05:28:22Z TRACE Received state_localnet: }, +2024-12-17T05:28:22Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:22Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe00:3c8d" +2024-12-17T05:28:22Z TRACE Received state_localnet: }, +2024-12-17T05:28:22Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:22Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:22Z TRACE Received state_localnet: } +2024-12-17T05:28:22Z TRACE Received state_localnet: }, +2024-12-17T05:28:22Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:22Z", +2024-12-17T05:28:22Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:22Z TRACE Received state_localnet: } +2024-12-17T05:28:22Z DEBUG Handling device message state_localnet MP:ac6b0612-2 +2024-12-17T05:28:22Z TRACE Ignoring partial state update +2024-12-17T05:28:22Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:22Z TRACE Received state_pointset: { +2024-12-17T05:28:22Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:22Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:22Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:22Z TRACE Received state_pointset: }, +2024-12-17T05:28:22Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:22Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:22Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:22Z TRACE Received state_pointset: }, +2024-12-17T05:28:22Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:22Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:22Z TRACE Received state_pointset: } +2024-12-17T05:28:22Z TRACE Received state_pointset: }, +2024-12-17T05:28:22Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:22Z", +2024-12-17T05:28:22Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:22Z TRACE Received state_pointset: } +2024-12-17T05:28:22Z DEBUG Handling device message state_pointset MP:ac6b0612-3 +2024-12-17T05:28:22Z TRACE Ignoring partial state update +2024-12-17T05:28:22Z TRACE received command AHU-1/config/update +2024-12-17T05:28:22Z DEBUG Received config_update +2024-12-17T05:28:22Z DEBUG Handling update message config_update MP:ac6b0612 +2024-12-17T05:28:22Z DEBUG Set last_start changed true, last_start 2024-12-17T05:28:09Z +2024-12-17T05:28:22Z DEBUG Updated config 2024-12-17T05:28:22Z MP:ac6b0612 +2024-12-17T05:28:22Z INFO Updated config #003: Changed 0 fields. +2024-12-17T05:28:22Z DEBUG Expected last_config now 2024-12-17T05:28:22Z +2024-12-17T05:28:23Z TRACE received command null/config/udmi +2024-12-17T05:28:23Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:28:24Z TRACE received command AHU-1/state/update +2024-12-17T05:28:24Z DEBUG Received state_update +2024-12-17T05:28:24Z DEBUG Handling update message state_update MP:3a2754bf +2024-12-17T05:28:24Z DEBUG Updated state after 0s 2024-12-17T05:28:24Z MP:3a2754bf +2024-12-17T05:28:24Z INFO Updated state #003: Changed 4 fields: +2024-12-17T05:28:24Z INFO Updated state #003: Set `system.last_config` = `2024-12-17T05:28:22Z` +2024-12-17T05:28:24Z INFO Updated state #003: Set `system.status.level` = `300` +2024-12-17T05:28:24Z INFO Updated state #003: Set `system.status.category` = `system.config.apply` +2024-12-17T05:28:24Z INFO Updated state #003: Set `timestamp` = `2024-12-17T05:28:24Z` +2024-12-17T05:28:24Z DEBUG Updated state has last_config 2024-12-17T05:28:22Z (expecting 2024-12-17T05:28:22Z) +2024-12-17T05:28:24Z TRACE received command AHU-1/state/system +2024-12-17T05:28:24Z TRACE Received state_system: { +2024-12-17T05:28:24Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:24Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:24Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:24Z TRACE Received state_system: }, +2024-12-17T05:28:24Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:22Z", +2024-12-17T05:28:24Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:24Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:24Z TRACE Received state_system: "last_start" : "2024-12-17T05:28:09Z", +2024-12-17T05:28:24Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:24Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:24Z TRACE Received state_system: }, +2024-12-17T05:28:24Z TRACE Received state_system: "serial_no" : "sequencer-26238", +2024-12-17T05:28:24Z TRACE Received state_system: "software" : { +2024-12-17T05:28:24Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:24Z TRACE Received state_system: }, +2024-12-17T05:28:24Z TRACE Received state_system: "status" : { +2024-12-17T05:28:24Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:24Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:28:24Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:22Z", +2024-12-17T05:28:24Z TRACE Received state_system: "level" : 300 +2024-12-17T05:28:24Z TRACE Received state_system: }, +2024-12-17T05:28:24Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:24Z", +2024-12-17T05:28:24Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:24Z TRACE Received state_system: } +2024-12-17T05:28:24Z DEBUG Handling device message state_system MP:3a2754bf-0 +2024-12-17T05:28:24Z TRACE Ignoring partial state update +2024-12-17T05:28:24Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:28:24Z DEBUG Stage finished waiting for config update synchronized at 12s after 2s +2024-12-17T05:28:24Z TRACE Stage resume waiting for starting test wrapper at 12s +2024-12-17T05:28:24Z DEBUG Config sync took 2s +2024-12-17T05:28:24Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:28:24Z DEBUG New lastConfigMark at 2024-12-17T05:28:24Z +2024-12-17T05:28:24Z DEBUG Update config soft reset timestamp 2024-12-17T05:28:22Z +2024-12-17T05:28:24Z TRACE Outgoing local_update: { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:28:22Z", +2024-12-17T05:28:24Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:24Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:24Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:24Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:28:09Z" +2024-12-17T05:28:24Z TRACE Outgoing local_update: }, +2024-12-17T05:28:24Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "sequence_name" : "writeback_invalid" +2024-12-17T05:28:24Z TRACE Outgoing local_update: } +2024-12-17T05:28:24Z TRACE Outgoing local_update: }, +2024-12-17T05:28:24Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:24Z TRACE Outgoing local_update: } +2024-12-17T05:28:24Z TRACE Outgoing local_update: }, +2024-12-17T05:28:24Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:24Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:24Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:24Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:24Z TRACE Outgoing local_update: } +2024-12-17T05:28:24Z TRACE Outgoing local_update: }, +2024-12-17T05:28:24Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:24Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:24Z TRACE Outgoing local_update: }, +2024-12-17T05:28:24Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:24Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:24Z TRACE Outgoing local_update: }, +2024-12-17T05:28:24Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:24Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:24Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:28:24Z TRACE Outgoing local_update: } +2024-12-17T05:28:24Z TRACE Outgoing local_update: } +2024-12-17T05:28:24Z TRACE Outgoing local_update: } +2024-12-17T05:28:24Z TRACE Outgoing local_update: } +2024-12-17T05:28:24Z TRACE Update config soft reset: Add `discovery` = { "families": { "vendor": { } } } +2024-12-17T05:28:24Z TRACE Update config soft reset: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } +2024-12-17T05:28:24Z TRACE Update config soft reset: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "bacnet": { } } } +2024-12-17T05:28:24Z TRACE Update config soft reset: Add `timestamp` = `generated timestamp` +2024-12-17T05:28:24Z DEBUG Done with reset_config +2024-12-17T05:28:24Z TRACE Stage suspend waiting for starting test wrapper at 12s +2024-12-17T05:28:24Z INFO Stage start waiting for config update synchronized at 12s +2024-12-17T05:28:24Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:24Z TRACE Received state_discovery: { +2024-12-17T05:28:24Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:24Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:24Z", +2024-12-17T05:28:24Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:24Z TRACE Received state_discovery: } +2024-12-17T05:28:24Z DEBUG Handling device message state_discovery MP:3a2754bf-1 +2024-12-17T05:28:24Z TRACE Ignoring partial state update +2024-12-17T05:28:24Z DEBUG Stage finished waiting for config update synchronized at 12s after 0s +2024-12-17T05:28:24Z TRACE Stage resume waiting for starting test wrapper at 12s +2024-12-17T05:28:24Z DEBUG Config sync took 2s +2024-12-17T05:28:24Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:28:24Z DEBUG Disallowing device state change (everything) +2024-12-17T05:28:24Z DEBUG Delay from lastConfigMark 2024-12-17T05:28:24.335514211Z is 1990ms +2024-12-17T05:28:24Z DEBUG Rate-limiting config by 1990ms +2024-12-17T05:28:26Z TRACE Updated check config_update: true +2024-12-17T05:28:26Z DEBUG Update config_update, adding configTransaction RC:e3efa4.00000008 +2024-12-17T05:28:26Z TRACE Outgoing local_update: { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:28:22Z", +2024-12-17T05:28:26Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:26Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:26Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:26Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:28:09Z" +2024-12-17T05:28:26Z TRACE Outgoing local_update: }, +2024-12-17T05:28:26Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "sequence_name" : "writeback_invalid" +2024-12-17T05:28:26Z TRACE Outgoing local_update: } +2024-12-17T05:28:26Z TRACE Outgoing local_update: }, +2024-12-17T05:28:26Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:26Z TRACE Outgoing local_update: } +2024-12-17T05:28:26Z TRACE Outgoing local_update: }, +2024-12-17T05:28:26Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:26Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:26Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:26Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:26Z TRACE Outgoing local_update: } +2024-12-17T05:28:26Z TRACE Outgoing local_update: }, +2024-12-17T05:28:26Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:26Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:26Z TRACE Outgoing local_update: }, +2024-12-17T05:28:26Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:26Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:26Z TRACE Outgoing local_update: }, +2024-12-17T05:28:26Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:26Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:26Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:28:26Z TRACE Outgoing local_update: } +2024-12-17T05:28:26Z TRACE Outgoing local_update: } +2024-12-17T05:28:26Z TRACE Outgoing local_update: } +2024-12-17T05:28:26Z TRACE Outgoing local_update: } +2024-12-17T05:28:26Z DEBUG Saving pre-config state timestamp 2024-12-17T05:28:24Z +2024-12-17T05:28:26Z DEBUG Update lastConfigUpdate 2024-12-17T05:28:26Z, because initial setup +2024-12-17T05:28:26Z TRACE Stage suspend waiting for starting test wrapper at 14s +2024-12-17T05:28:26Z INFO Stage start waiting for config update synchronized at 14s +2024-12-17T05:28:26Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:26Z TRACE Received state_localnet: { +2024-12-17T05:28:26Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:26Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:26Z TRACE Received state_localnet: "addr" : "60:45:bd:00:3c:8d" +2024-12-17T05:28:26Z TRACE Received state_localnet: }, +2024-12-17T05:28:26Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:26Z TRACE Received state_localnet: "addr" : "10.1.0.105" +2024-12-17T05:28:26Z TRACE Received state_localnet: }, +2024-12-17T05:28:26Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:26Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe00:3c8d" +2024-12-17T05:28:26Z TRACE Received state_localnet: }, +2024-12-17T05:28:26Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:26Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:26Z TRACE Received state_localnet: } +2024-12-17T05:28:26Z TRACE Received state_localnet: }, +2024-12-17T05:28:26Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:24Z", +2024-12-17T05:28:26Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:26Z TRACE Received state_localnet: } +2024-12-17T05:28:26Z DEBUG Handling device message state_localnet MP:3a2754bf-2 +2024-12-17T05:28:26Z TRACE Ignoring partial state update +2024-12-17T05:28:26Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:28:26Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:26Z TRACE Received state_pointset: { +2024-12-17T05:28:26Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:26Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:26Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:26Z TRACE Received state_pointset: }, +2024-12-17T05:28:26Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:26Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:26Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:26Z TRACE Received state_pointset: }, +2024-12-17T05:28:26Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:26Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:26Z TRACE Received state_pointset: } +2024-12-17T05:28:26Z TRACE Received state_pointset: }, +2024-12-17T05:28:26Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:24Z", +2024-12-17T05:28:26Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:26Z TRACE Received state_pointset: } +2024-12-17T05:28:26Z DEBUG Handling device message state_pointset MP:3a2754bf-3 +2024-12-17T05:28:26Z TRACE Ignoring partial state update +2024-12-17T05:28:26Z TRACE received command AHU-1/config/update +2024-12-17T05:28:26Z DEBUG Received config_update +2024-12-17T05:28:26Z DEBUG Handling update message config_update RC:e3efa4.00000008 +2024-12-17T05:28:26Z DEBUG Removed configTransaction RC:e3efa4.00000008 +2024-12-17T05:28:26Z DEBUG Set last_start changed false, last_start 2024-12-17T05:28:09Z +2024-12-17T05:28:26Z DEBUG Updated config 2024-12-17T05:28:26Z RC:e3efa4.00000008 +2024-12-17T05:28:26Z INFO Updated config #004: Changed 0 fields. +2024-12-17T05:28:26Z DEBUG Expected last_config now 2024-12-17T05:28:26Z +2024-12-17T05:28:26Z DEBUG Detail config update synchronized is now: device state not updated since config issued, last_config not synced in state +2024-12-17T05:28:26Z TRACE received command AHU-1/state/update +2024-12-17T05:28:26Z DEBUG Received state_update +2024-12-17T05:28:26Z DEBUG Handling update message state_update MP:dfdbcccb +2024-12-17T05:28:26Z DEBUG Updated state after 0s 2024-12-17T05:28:26Z MP:dfdbcccb +2024-12-17T05:28:26Z INFO Updated state #004: Changed 4 fields: +2024-12-17T05:28:26Z INFO Updated state #004: Set `system.status.level` = `100` +2024-12-17T05:28:26Z INFO Updated state #004: Set `system.status.category` = `system.config.parse` +2024-12-17T05:28:26Z INFO Updated state #004: Set `system.status.timestamp` = `2024-12-17T05:28:26Z` +2024-12-17T05:28:26Z INFO Updated state #004: Set `timestamp` = `2024-12-17T05:28:26Z` +2024-12-17T05:28:26Z DEBUG Updated state has last_config 2024-12-17T05:28:22Z (expecting 2024-12-17T05:28:26Z) +2024-12-17T05:28:26Z TRACE received command AHU-1/state/system +2024-12-17T05:28:26Z TRACE Received state_system: { +2024-12-17T05:28:26Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:26Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:26Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:26Z TRACE Received state_system: }, +2024-12-17T05:28:26Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:22Z", +2024-12-17T05:28:26Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:26Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:26Z TRACE Received state_system: "last_start" : "2024-12-17T05:28:09Z", +2024-12-17T05:28:26Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:26Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:26Z TRACE Received state_system: }, +2024-12-17T05:28:26Z TRACE Received state_system: "serial_no" : "sequencer-26238", +2024-12-17T05:28:26Z TRACE Received state_system: "software" : { +2024-12-17T05:28:26Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:26Z TRACE Received state_system: }, +2024-12-17T05:28:26Z TRACE Received state_system: "status" : { +2024-12-17T05:28:26Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:26Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:28:26Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:26Z", +2024-12-17T05:28:26Z TRACE Received state_system: "level" : 100 +2024-12-17T05:28:26Z TRACE Received state_system: }, +2024-12-17T05:28:26Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:26Z", +2024-12-17T05:28:26Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:26Z TRACE Received state_system: } +2024-12-17T05:28:26Z DEBUG Handling device message state_system MP:dfdbcccb-0 +2024-12-17T05:28:26Z TRACE Ignoring partial state update +2024-12-17T05:28:26Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:28:26Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:26Z TRACE Received state_discovery: { +2024-12-17T05:28:26Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:26Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:26Z", +2024-12-17T05:28:26Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:26Z TRACE Received state_discovery: } +2024-12-17T05:28:26Z DEBUG Handling device message state_discovery MP:dfdbcccb-1 +2024-12-17T05:28:26Z TRACE Ignoring partial state update +2024-12-17T05:28:26Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:26Z TRACE Received state_localnet: { +2024-12-17T05:28:26Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:26Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:26Z TRACE Received state_localnet: "addr" : "60:45:bd:00:3c:8d" +2024-12-17T05:28:26Z TRACE Received state_localnet: }, +2024-12-17T05:28:26Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:26Z TRACE Received state_localnet: "addr" : "10.1.0.105" +2024-12-17T05:28:26Z TRACE Received state_localnet: }, +2024-12-17T05:28:26Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:26Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe00:3c8d" +2024-12-17T05:28:26Z TRACE Received state_localnet: }, +2024-12-17T05:28:26Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:26Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:26Z TRACE Received state_localnet: } +2024-12-17T05:28:26Z TRACE Received state_localnet: }, +2024-12-17T05:28:26Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:26Z", +2024-12-17T05:28:26Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:26Z TRACE Received state_localnet: } +2024-12-17T05:28:26Z DEBUG Handling device message state_localnet MP:dfdbcccb-2 +2024-12-17T05:28:26Z TRACE Ignoring partial state update +2024-12-17T05:28:26Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:26Z TRACE Received state_pointset: { +2024-12-17T05:28:26Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:26Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:26Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:26Z TRACE Received state_pointset: }, +2024-12-17T05:28:26Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:26Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:26Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:26Z TRACE Received state_pointset: }, +2024-12-17T05:28:26Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:26Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:26Z TRACE Received state_pointset: } +2024-12-17T05:28:26Z TRACE Received state_pointset: }, +2024-12-17T05:28:26Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:26Z", +2024-12-17T05:28:26Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:26Z TRACE Received state_pointset: } +2024-12-17T05:28:26Z DEBUG Handling device message state_pointset MP:dfdbcccb-3 +2024-12-17T05:28:26Z TRACE Ignoring partial state update +2024-12-17T05:28:28Z TRACE received command AHU-1/state/update +2024-12-17T05:28:28Z DEBUG Received state_update +2024-12-17T05:28:28Z DEBUG Handling update message state_update MP:b4ade0a4 +2024-12-17T05:28:28Z DEBUG Updated state after 0s 2024-12-17T05:28:28Z MP:b4ade0a4 +2024-12-17T05:28:28Z INFO Updated state #005: Changed 4 fields: +2024-12-17T05:28:28Z INFO Updated state #005: Set `system.last_config` = `2024-12-17T05:28:26Z` +2024-12-17T05:28:28Z INFO Updated state #005: Set `system.status.level` = `300` +2024-12-17T05:28:28Z INFO Updated state #005: Set `system.status.category` = `system.config.apply` +2024-12-17T05:28:28Z INFO Updated state #005: Set `timestamp` = `2024-12-17T05:28:28Z` +2024-12-17T05:28:28Z DEBUG Updated state has last_config 2024-12-17T05:28:26Z (expecting 2024-12-17T05:28:26Z) +2024-12-17T05:28:28Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:28:28Z DEBUG Stage finished waiting for config update synchronized at 16s after 2s +2024-12-17T05:28:28Z TRACE Stage resume waiting for starting test wrapper at 16s +2024-12-17T05:28:28Z DEBUG Config sync took 2s +2024-12-17T05:28:28Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:28:28Z DEBUG New lastConfigMark at 2024-12-17T05:28:28Z +2024-12-17T05:28:28Z DEBUG Update config initial setup timestamp 2024-12-17T05:28:26Z +2024-12-17T05:28:28Z TRACE Outgoing local_update: { +2024-12-17T05:28:28Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:28:26Z", +2024-12-17T05:28:28Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:28Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:28Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:28Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:28Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:28Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:28:09Z" +2024-12-17T05:28:28Z TRACE Outgoing local_update: }, +2024-12-17T05:28:28Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:28Z TRACE Outgoing local_update: "sequence_name" : "writeback_invalid" +2024-12-17T05:28:28Z TRACE Outgoing local_update: } +2024-12-17T05:28:28Z TRACE Outgoing local_update: }, +2024-12-17T05:28:28Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:28Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:28Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:28Z TRACE Outgoing local_update: } +2024-12-17T05:28:28Z TRACE Outgoing local_update: }, +2024-12-17T05:28:28Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:28Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:28Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:28Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:28Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:28Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:28Z TRACE Outgoing local_update: } +2024-12-17T05:28:28Z TRACE Outgoing local_update: }, +2024-12-17T05:28:28Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:28Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:28Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:28Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:28Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:28Z TRACE Outgoing local_update: }, +2024-12-17T05:28:28Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:28Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:28Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:28Z TRACE Outgoing local_update: }, +2024-12-17T05:28:28Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:28Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:28Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:28:28Z TRACE Outgoing local_update: } +2024-12-17T05:28:28Z TRACE Outgoing local_update: } +2024-12-17T05:28:28Z TRACE Outgoing local_update: } +2024-12-17T05:28:28Z TRACE Outgoing local_update: } +2024-12-17T05:28:28Z DEBUG Stale state cutoff threshold is 2024-12-17T05:28:10Z +2024-12-17T05:28:28Z DEBUG Waiting for device stateTransaction RC:e3efa4.00000009 (was null) +2024-12-17T05:28:28Z TRACE Stage suspend waiting for starting test wrapper at 16s +2024-12-17T05:28:28Z INFO Stage start waiting for state query at 16s +2024-12-17T05:28:28Z TRACE received command AHU-1/state/system +2024-12-17T05:28:28Z TRACE Received state_system: { +2024-12-17T05:28:28Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:28Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:28Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:28Z TRACE Received state_system: }, +2024-12-17T05:28:28Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:26Z", +2024-12-17T05:28:28Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:28Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:28Z TRACE Received state_system: "last_start" : "2024-12-17T05:28:09Z", +2024-12-17T05:28:28Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:28Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:28Z TRACE Received state_system: }, +2024-12-17T05:28:28Z TRACE Received state_system: "serial_no" : "sequencer-26238", +2024-12-17T05:28:28Z TRACE Received state_system: "software" : { +2024-12-17T05:28:28Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:28Z TRACE Received state_system: }, +2024-12-17T05:28:28Z TRACE Received state_system: "status" : { +2024-12-17T05:28:28Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:28Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:28:28Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:26Z", +2024-12-17T05:28:28Z TRACE Received state_system: "level" : 300 +2024-12-17T05:28:28Z TRACE Received state_system: }, +2024-12-17T05:28:28Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:28Z", +2024-12-17T05:28:28Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:28Z TRACE Received state_system: } +2024-12-17T05:28:28Z DEBUG Handling device message state_system MP:b4ade0a4-0 +2024-12-17T05:28:28Z TRACE Ignoring partial state update +2024-12-17T05:28:28Z TRACE received command AHU-1/state/update +2024-12-17T05:28:28Z DEBUG Received state_update +2024-12-17T05:28:28Z INFO Received device configAcked +2024-12-17T05:28:28Z DEBUG Handling update message state_update RC:e3efa4.00000009 +2024-12-17T05:28:28Z DEBUG Removed stateTransaction RC:e3efa4.00000009 +2024-12-17T05:28:28Z DEBUG Updated state after 0s 2024-12-17T05:28:28Z RC:e3efa4.00000009 +2024-12-17T05:28:28Z INFO Updated state #006: Changed 0 fields. +2024-12-17T05:28:28Z DEBUG Updated state has last_config 2024-12-17T05:28:26Z (expecting 2024-12-17T05:28:26Z) +2024-12-17T05:28:28Z DEBUG Stage finished waiting for state query at 16s after 0s +2024-12-17T05:28:28Z TRACE Stage resume waiting for starting test wrapper at 16s +2024-12-17T05:28:28Z TRACE Stage suspend waiting for starting test wrapper at 16s +2024-12-17T05:28:28Z INFO Stage start waiting for initial device state at 16s +2024-12-17T05:28:28Z DEBUG Delay from lastConfigMark 2024-12-17T05:28:28.409043896Z is 1937ms +2024-12-17T05:28:28Z DEBUG Rate-limiting config by 1937ms +2024-12-17T05:28:30Z TRACE Updated check config_update: true +2024-12-17T05:28:30Z DEBUG Update config_update, adding configTransaction RC:e3efa4.0000000a +2024-12-17T05:28:30Z TRACE Outgoing local_update: { +2024-12-17T05:28:30Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:28:26Z", +2024-12-17T05:28:30Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:30Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:30Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:30Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:30Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:30Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:28:09Z" +2024-12-17T05:28:30Z TRACE Outgoing local_update: }, +2024-12-17T05:28:30Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:30Z TRACE Outgoing local_update: "sequence_name" : "writeback_invalid" +2024-12-17T05:28:30Z TRACE Outgoing local_update: } +2024-12-17T05:28:30Z TRACE Outgoing local_update: }, +2024-12-17T05:28:30Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:30Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:30Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:30Z TRACE Outgoing local_update: } +2024-12-17T05:28:30Z TRACE Outgoing local_update: }, +2024-12-17T05:28:30Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:30Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:30Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:30Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:30Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:30Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:30Z TRACE Outgoing local_update: } +2024-12-17T05:28:30Z TRACE Outgoing local_update: }, +2024-12-17T05:28:30Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:30Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:30Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:30Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:30Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:30Z TRACE Outgoing local_update: }, +2024-12-17T05:28:30Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:30Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:30Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:30Z TRACE Outgoing local_update: }, +2024-12-17T05:28:30Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:30Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:30Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:28:30Z TRACE Outgoing local_update: } +2024-12-17T05:28:30Z TRACE Outgoing local_update: } +2024-12-17T05:28:30Z TRACE Outgoing local_update: } +2024-12-17T05:28:30Z TRACE Outgoing local_update: } +2024-12-17T05:28:30Z DEBUG Saving pre-config state timestamp 2024-12-17T05:28:28Z +2024-12-17T05:28:30Z DEBUG Update lastConfigUpdate 2024-12-17T05:28:30Z, because before initial device state +2024-12-17T05:28:30Z TRACE Stage suspend waiting for initial device state at 18s +2024-12-17T05:28:30Z INFO Stage start waiting for config update synchronized at 18s +2024-12-17T05:28:30Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:30Z TRACE Received state_discovery: { +2024-12-17T05:28:30Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:30Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:28Z", +2024-12-17T05:28:30Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:30Z TRACE Received state_discovery: } +2024-12-17T05:28:30Z DEBUG Handling device message state_discovery MP:b4ade0a4-1 +2024-12-17T05:28:30Z TRACE Ignoring partial state update +2024-12-17T05:28:30Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:28:30Z TRACE received command AHU-1/reply/update +2024-12-17T05:28:30Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:30Z TRACE Received state_localnet: { +2024-12-17T05:28:30Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:30Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:30Z TRACE Received state_localnet: "addr" : "60:45:bd:00:3c:8d" +2024-12-17T05:28:30Z TRACE Received state_localnet: }, +2024-12-17T05:28:30Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:30Z TRACE Received state_localnet: "addr" : "10.1.0.105" +2024-12-17T05:28:30Z TRACE Received state_localnet: }, +2024-12-17T05:28:30Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:30Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe00:3c8d" +2024-12-17T05:28:30Z TRACE Received state_localnet: }, +2024-12-17T05:28:30Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:30Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:30Z TRACE Received state_localnet: } +2024-12-17T05:28:30Z TRACE Received state_localnet: }, +2024-12-17T05:28:30Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:28Z", +2024-12-17T05:28:30Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:30Z TRACE Received state_localnet: } +2024-12-17T05:28:30Z DEBUG Handling device message state_localnet MP:b4ade0a4-2 +2024-12-17T05:28:30Z TRACE Ignoring partial state update +2024-12-17T05:28:30Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:30Z TRACE Received state_pointset: { +2024-12-17T05:28:30Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:30Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:30Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:30Z TRACE Received state_pointset: }, +2024-12-17T05:28:30Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:30Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:30Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:30Z TRACE Received state_pointset: }, +2024-12-17T05:28:30Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:30Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:30Z TRACE Received state_pointset: } +2024-12-17T05:28:30Z TRACE Received state_pointset: }, +2024-12-17T05:28:30Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:28Z", +2024-12-17T05:28:30Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:30Z TRACE Received state_pointset: } +2024-12-17T05:28:30Z DEBUG Handling device message state_pointset MP:b4ade0a4-3 +2024-12-17T05:28:30Z TRACE Ignoring partial state update +2024-12-17T05:28:30Z TRACE received command AHU-1/events/pointset +2024-12-17T05:28:30Z TRACE Received events_pointset: { +2024-12-17T05:28:30Z TRACE Received events_pointset: "points" : { +2024-12-17T05:28:30Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:30Z TRACE Received events_pointset: "present_value" : true +2024-12-17T05:28:30Z TRACE Received events_pointset: }, +2024-12-17T05:28:30Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:30Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:28:30Z TRACE Received events_pointset: }, +2024-12-17T05:28:30Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:30Z TRACE Received events_pointset: "present_value" : 9 +2024-12-17T05:28:30Z TRACE Received events_pointset: } +2024-12-17T05:28:30Z TRACE Received events_pointset: }, +2024-12-17T05:28:30Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:28:30Z", +2024-12-17T05:28:30Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:28:30Z TRACE Received events_pointset: } +2024-12-17T05:28:30Z DEBUG Handling device message events_pointset MP:682546ec +2024-12-17T05:28:30Z TRACE received command AHU-1/events/system +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:22Z NOTICE system.config.apply: success +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:22Z DEBUG device.log: State update defer 1995ms +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:22Z DEBUG device.log: State update defer 1995ms +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:22Z DEBUG system.config.receive: success +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:22Z DEBUG system.config.parse: success +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:22Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:22Z DEBUG device.log: State update defer 1937ms +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:22Z DEBUG device.log: State update defer 1934ms +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:22Z DEBUG device.log: Config update AHU-1 (writeback_invalid) +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:22Z INFO device.log: 2024-12-17T05:28:22Z received config 2024-12-17T05:28:22Z +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:22Z NOTICE system.config.apply: success +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:22Z DEBUG device.log: State update defer 1932ms +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:22Z DEBUG device.log: State update defer 1932ms +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:24Z DEBUG device.log: State update defer 0ms +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:24Z INFO device.log: Update state 2024-12-17T05:28:24Z last_config 2024-12-17T05:28:22Z +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:24Z DEBUG device.log: State update AHU-1 (writeback_invalid) +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:26Z DEBUG system.config.receive: success +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:26Z DEBUG device.log: State update defer -98ms +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:26Z DEBUG system.config.parse: success +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:26Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:26Z INFO device.log: Update state 2024-12-17T05:28:26Z last_config 2024-12-17T05:28:22Z +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:26Z DEBUG device.log: State update AHU-1 (writeback_invalid) +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:26Z DEBUG device.log: Config update AHU-1 (writeback_invalid) +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:26Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:26Z INFO device.log: 2024-12-17T05:28:26Z received config 2024-12-17T05:28:26Z +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:26Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:26Z NOTICE system.config.apply: success +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:26Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:26Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:28Z DEBUG device.log: State update defer -1ms +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:28Z INFO device.log: Update state 2024-12-17T05:28:28Z last_config 2024-12-17T05:28:26Z +2024-12-17T05:28:30Z DEBUG Received events_system 2024-12-17T05:28:28Z DEBUG device.log: State update AHU-1 (writeback_invalid) +2024-12-17T05:28:30Z DEBUG Handling device message events_system MP:6e34fcff +2024-12-17T05:28:30Z TRACE received command AHU-1/config/update +2024-12-17T05:28:30Z DEBUG Received config_update +2024-12-17T05:28:30Z DEBUG Handling update message config_update RC:e3efa4.0000000a +2024-12-17T05:28:30Z DEBUG Removed configTransaction RC:e3efa4.0000000a +2024-12-17T05:28:30Z DEBUG Set last_start changed false, last_start 2024-12-17T05:28:09Z +2024-12-17T05:28:30Z DEBUG Updated config 2024-12-17T05:28:30Z RC:e3efa4.0000000a +2024-12-17T05:28:30Z INFO Updated config #005: Changed 0 fields. +2024-12-17T05:28:30Z DEBUG Expected last_config now 2024-12-17T05:28:30Z +2024-12-17T05:28:30Z DEBUG Detail config update synchronized is now: device state not updated since config issued, last_config not synced in state +2024-12-17T05:28:30Z TRACE received command AHU-1/state/update +2024-12-17T05:28:30Z DEBUG Received state_update +2024-12-17T05:28:30Z DEBUG Handling update message state_update MP:fd7cb8b1 +2024-12-17T05:28:30Z DEBUG Updated state after 0s 2024-12-17T05:28:30Z MP:fd7cb8b1 +2024-12-17T05:28:30Z INFO Updated state #007: Changed 4 fields: +2024-12-17T05:28:30Z INFO Updated state #007: Set `system.status.level` = `100` +2024-12-17T05:28:30Z INFO Updated state #007: Set `system.status.category` = `system.config.parse` +2024-12-17T05:28:30Z INFO Updated state #007: Set `system.status.timestamp` = `2024-12-17T05:28:30Z` +2024-12-17T05:28:30Z INFO Updated state #007: Set `timestamp` = `2024-12-17T05:28:30Z` +2024-12-17T05:28:30Z DEBUG Updated state has last_config 2024-12-17T05:28:26Z (expecting 2024-12-17T05:28:30Z) +2024-12-17T05:28:30Z TRACE received command AHU-1/state/system +2024-12-17T05:28:30Z TRACE Received state_system: { +2024-12-17T05:28:30Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:30Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:30Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:30Z TRACE Received state_system: }, +2024-12-17T05:28:30Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:26Z", +2024-12-17T05:28:30Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:30Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:30Z TRACE Received state_system: "last_start" : "2024-12-17T05:28:09Z", +2024-12-17T05:28:30Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:30Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:30Z TRACE Received state_system: }, +2024-12-17T05:28:30Z TRACE Received state_system: "serial_no" : "sequencer-26238", +2024-12-17T05:28:30Z TRACE Received state_system: "software" : { +2024-12-17T05:28:30Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:30Z TRACE Received state_system: }, +2024-12-17T05:28:30Z TRACE Received state_system: "status" : { +2024-12-17T05:28:30Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:30Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:28:30Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:30Z", +2024-12-17T05:28:30Z TRACE Received state_system: "level" : 100 +2024-12-17T05:28:30Z TRACE Received state_system: }, +2024-12-17T05:28:30Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:30Z", +2024-12-17T05:28:30Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:30Z TRACE Received state_system: } +2024-12-17T05:28:30Z DEBUG Handling device message state_system MP:fd7cb8b1-0 +2024-12-17T05:28:30Z TRACE Ignoring partial state update +2024-12-17T05:28:30Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:28:30Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:30Z TRACE Received state_discovery: { +2024-12-17T05:28:30Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:30Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:30Z", +2024-12-17T05:28:30Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:30Z TRACE Received state_discovery: } +2024-12-17T05:28:30Z DEBUG Handling device message state_discovery MP:fd7cb8b1-1 +2024-12-17T05:28:30Z TRACE Ignoring partial state update +2024-12-17T05:28:30Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:30Z TRACE Received state_localnet: { +2024-12-17T05:28:30Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:30Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:30Z TRACE Received state_localnet: "addr" : "60:45:bd:00:3c:8d" +2024-12-17T05:28:30Z TRACE Received state_localnet: }, +2024-12-17T05:28:30Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:30Z TRACE Received state_localnet: "addr" : "10.1.0.105" +2024-12-17T05:28:30Z TRACE Received state_localnet: }, +2024-12-17T05:28:30Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:30Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe00:3c8d" +2024-12-17T05:28:30Z TRACE Received state_localnet: }, +2024-12-17T05:28:30Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:30Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:30Z TRACE Received state_localnet: } +2024-12-17T05:28:30Z TRACE Received state_localnet: }, +2024-12-17T05:28:30Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:30Z", +2024-12-17T05:28:30Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:30Z TRACE Received state_localnet: } +2024-12-17T05:28:30Z DEBUG Handling device message state_localnet MP:fd7cb8b1-2 +2024-12-17T05:28:30Z TRACE Ignoring partial state update +2024-12-17T05:28:30Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:30Z TRACE Received state_pointset: { +2024-12-17T05:28:30Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:30Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:30Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:30Z TRACE Received state_pointset: }, +2024-12-17T05:28:30Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:30Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:30Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:30Z TRACE Received state_pointset: }, +2024-12-17T05:28:30Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:30Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:30Z TRACE Received state_pointset: } +2024-12-17T05:28:30Z TRACE Received state_pointset: }, +2024-12-17T05:28:30Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:30Z", +2024-12-17T05:28:30Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:30Z TRACE Received state_pointset: } +2024-12-17T05:28:30Z DEBUG Handling device message state_pointset MP:fd7cb8b1-3 +2024-12-17T05:28:30Z TRACE Ignoring partial state update +2024-12-17T05:28:32Z TRACE received command AHU-1/state/update +2024-12-17T05:28:32Z DEBUG Received state_update +2024-12-17T05:28:32Z DEBUG Handling update message state_update MP:05268326 +2024-12-17T05:28:32Z DEBUG Updated state after 0s 2024-12-17T05:28:32Z MP:05268326 +2024-12-17T05:28:32Z INFO Updated state #008: Changed 4 fields: +2024-12-17T05:28:32Z INFO Updated state #008: Set `system.last_config` = `2024-12-17T05:28:30Z` +2024-12-17T05:28:32Z INFO Updated state #008: Set `system.status.level` = `300` +2024-12-17T05:28:32Z INFO Updated state #008: Set `system.status.category` = `system.config.apply` +2024-12-17T05:28:32Z INFO Updated state #008: Set `timestamp` = `2024-12-17T05:28:32Z` +2024-12-17T05:28:32Z DEBUG Updated state has last_config 2024-12-17T05:28:30Z (expecting 2024-12-17T05:28:30Z) +2024-12-17T05:28:32Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:28:32Z DEBUG Stage finished waiting for config update synchronized at 20s after 2s +2024-12-17T05:28:32Z TRACE Stage resume waiting for initial device state at 20s +2024-12-17T05:28:32Z DEBUG Config sync took 2s +2024-12-17T05:28:32Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:28:32Z DEBUG New lastConfigMark at 2024-12-17T05:28:32Z +2024-12-17T05:28:32Z DEBUG Update config before initial device state timestamp 2024-12-17T05:28:30Z +2024-12-17T05:28:32Z TRACE Outgoing local_update: { +2024-12-17T05:28:32Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:28:30Z", +2024-12-17T05:28:32Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:32Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:32Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:32Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:32Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:32Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:28:09Z" +2024-12-17T05:28:32Z TRACE Outgoing local_update: }, +2024-12-17T05:28:32Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:32Z TRACE Outgoing local_update: "sequence_name" : "writeback_invalid" +2024-12-17T05:28:32Z TRACE Outgoing local_update: } +2024-12-17T05:28:32Z TRACE Outgoing local_update: }, +2024-12-17T05:28:32Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:32Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:32Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:32Z TRACE Outgoing local_update: } +2024-12-17T05:28:32Z TRACE Outgoing local_update: }, +2024-12-17T05:28:32Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:32Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:32Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:32Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:32Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:32Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:32Z TRACE Outgoing local_update: } +2024-12-17T05:28:32Z TRACE Outgoing local_update: }, +2024-12-17T05:28:32Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:32Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:32Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:32Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:32Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:32Z TRACE Outgoing local_update: }, +2024-12-17T05:28:32Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:32Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:32Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:32Z TRACE Outgoing local_update: }, +2024-12-17T05:28:32Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:32Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:32Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:28:32Z TRACE Outgoing local_update: } +2024-12-17T05:28:32Z TRACE Outgoing local_update: } +2024-12-17T05:28:32Z TRACE Outgoing local_update: } +2024-12-17T05:28:32Z TRACE Outgoing local_update: } +2024-12-17T05:28:32Z DEBUG Stage finished waiting for initial device state at 20s after 4s +2024-12-17T05:28:32Z TRACE Stage resume waiting for starting test wrapper at 20s +2024-12-17T05:28:32Z DEBUG Device state system status level is now 300 +2024-12-17T05:28:32Z TRACE Stage suspend waiting for starting test wrapper at 20s +2024-12-17T05:28:32Z INFO Stage start waiting for config update synchronized at 20s +2024-12-17T05:28:32Z TRACE received command AHU-1/state/system +2024-12-17T05:28:32Z TRACE Received state_system: { +2024-12-17T05:28:32Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:32Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:32Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:32Z TRACE Received state_system: }, +2024-12-17T05:28:32Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:30Z", +2024-12-17T05:28:32Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:32Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:32Z TRACE Received state_system: "last_start" : "2024-12-17T05:28:09Z", +2024-12-17T05:28:32Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:32Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:32Z TRACE Received state_system: }, +2024-12-17T05:28:32Z TRACE Received state_system: "serial_no" : "sequencer-26238", +2024-12-17T05:28:32Z TRACE Received state_system: "software" : { +2024-12-17T05:28:32Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:32Z TRACE Received state_system: }, +2024-12-17T05:28:32Z TRACE Received state_system: "status" : { +2024-12-17T05:28:32Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:32Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:28:32Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:30Z", +2024-12-17T05:28:32Z TRACE Received state_system: "level" : 300 +2024-12-17T05:28:32Z TRACE Received state_system: }, +2024-12-17T05:28:32Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:32Z", +2024-12-17T05:28:32Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:32Z TRACE Received state_system: } +2024-12-17T05:28:32Z DEBUG Handling device message state_system MP:05268326-0 +2024-12-17T05:28:32Z TRACE Ignoring partial state update +2024-12-17T05:28:32Z DEBUG Stage finished waiting for config update synchronized at 20s after 0s +2024-12-17T05:28:32Z TRACE Stage resume waiting for starting test wrapper at 20s +2024-12-17T05:28:32Z DEBUG Config sync took 2s +2024-12-17T05:28:32Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:28:32Z TRACE Stage suspend waiting for starting test wrapper at 20s +2024-12-17T05:28:32Z INFO Stage start waiting for executing test at 20s +2024-12-17T05:28:32Z DEBUG stage begin waiting for executing test at 20s +2024-12-17T05:28:32Z DEBUG Allowing device state change pointset.points. +2024-12-17T05:28:32Z TRACE Stage suspend waiting for executing test at 20s +2024-12-17T05:28:32Z INFO Stage start waiting for target point to have value_state default (null) at 20s +2024-12-17T05:28:32Z DEBUG Delay from lastConfigMark 2024-12-17T05:28:32.473686495Z is 1962ms +2024-12-17T05:28:32Z DEBUG Rate-limiting config by 1962ms +2024-12-17T05:28:34Z DEBUG System config extra field null +2024-12-17T05:28:34Z TRACE Updated check config_system: true +2024-12-17T05:28:34Z DEBUG Update config_system, adding configTransaction RC:e3efa4.0000000b +2024-12-17T05:28:34Z TRACE Outgoing local_system: { +2024-12-17T05:28:34Z TRACE Outgoing local_system: "min_loglevel" : 100, +2024-12-17T05:28:34Z TRACE Outgoing local_system: "metrics_rate_sec" : 10, +2024-12-17T05:28:34Z TRACE Outgoing local_system: "operation" : { +2024-12-17T05:28:34Z TRACE Outgoing local_system: "last_start" : "2024-12-17T05:28:09Z" +2024-12-17T05:28:34Z TRACE Outgoing local_system: }, +2024-12-17T05:28:34Z TRACE Outgoing local_system: "testing" : { +2024-12-17T05:28:34Z TRACE Outgoing local_system: "sequence_name" : "writeback_invalid" +2024-12-17T05:28:34Z TRACE Outgoing local_system: } +2024-12-17T05:28:34Z TRACE Outgoing local_system: } +2024-12-17T05:28:34Z TRACE Updated check config_pointset: true +2024-12-17T05:28:34Z DEBUG Update config_pointset, adding configTransaction RC:e3efa4.0000000c +2024-12-17T05:28:34Z TRACE Outgoing local_pointset: { +2024-12-17T05:28:34Z TRACE Outgoing local_pointset: "points" : { +2024-12-17T05:28:34Z TRACE Outgoing local_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:34Z TRACE Outgoing local_pointset: "units" : "Bars", +2024-12-17T05:28:34Z TRACE Outgoing local_pointset: "set_value" : 98 +2024-12-17T05:28:34Z TRACE Outgoing local_pointset: }, +2024-12-17T05:28:34Z TRACE Outgoing local_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:34Z TRACE Outgoing local_pointset: "ref" : "BV11.present_value", +2024-12-17T05:28:34Z TRACE Outgoing local_pointset: "units" : "No-units" +2024-12-17T05:28:34Z TRACE Outgoing local_pointset: }, +2024-12-17T05:28:34Z TRACE Outgoing local_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:34Z TRACE Outgoing local_pointset: "ref" : "AV12.present_value", +2024-12-17T05:28:34Z TRACE Outgoing local_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:34Z TRACE Outgoing local_pointset: } +2024-12-17T05:28:34Z TRACE Outgoing local_pointset: } +2024-12-17T05:28:34Z TRACE Outgoing local_pointset: } +2024-12-17T05:28:34Z TRACE Updated check config_gateway: false +2024-12-17T05:28:34Z TRACE Updated check config_localnet: true +2024-12-17T05:28:34Z DEBUG Update config_localnet, adding configTransaction RC:e3efa4.0000000d +2024-12-17T05:28:34Z TRACE Outgoing local_localnet: { +2024-12-17T05:28:34Z TRACE Outgoing local_localnet: "families" : { +2024-12-17T05:28:34Z TRACE Outgoing local_localnet: "ether" : { }, +2024-12-17T05:28:34Z TRACE Outgoing local_localnet: "ipv4" : { }, +2024-12-17T05:28:34Z TRACE Outgoing local_localnet: "vendor" : { }, +2024-12-17T05:28:34Z TRACE Outgoing local_localnet: "bacnet" : { } +2024-12-17T05:28:34Z TRACE Outgoing local_localnet: } +2024-12-17T05:28:34Z TRACE Outgoing local_localnet: } +2024-12-17T05:28:34Z TRACE Updated check config_blobset: false +2024-12-17T05:28:34Z TRACE Updated check config_discovery: true +2024-12-17T05:28:34Z DEBUG Update config_discovery, adding configTransaction RC:e3efa4.0000000e +2024-12-17T05:28:34Z TRACE Outgoing local_discovery: { +2024-12-17T05:28:34Z TRACE Outgoing local_discovery: "families" : { +2024-12-17T05:28:34Z TRACE Outgoing local_discovery: "vendor" : { } +2024-12-17T05:28:34Z TRACE Outgoing local_discovery: } +2024-12-17T05:28:34Z TRACE Outgoing local_discovery: } +2024-12-17T05:28:34Z DEBUG Saving pre-config state timestamp 2024-12-17T05:28:32Z +2024-12-17T05:28:34Z DEBUG Update lastConfigUpdate 2024-12-17T05:28:34Z, because before target point to have value_state default (null) +2024-12-17T05:28:34Z TRACE Stage suspend waiting for target point to have value_state default (null) at 22s +2024-12-17T05:28:34Z INFO Stage start waiting for config update synchronized at 22s +2024-12-17T05:28:34Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:34Z TRACE Received state_discovery: { +2024-12-17T05:28:34Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:34Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:32Z", +2024-12-17T05:28:34Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:34Z TRACE Received state_discovery: } +2024-12-17T05:28:34Z DEBUG Handling device message state_discovery MP:05268326-1 +2024-12-17T05:28:34Z TRACE Ignoring partial state update +2024-12-17T05:28:34Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:28:34Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:34Z TRACE Received state_localnet: { +2024-12-17T05:28:34Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:34Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:34Z TRACE Received state_localnet: "addr" : "60:45:bd:00:3c:8d" +2024-12-17T05:28:34Z TRACE Received state_localnet: }, +2024-12-17T05:28:34Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:34Z TRACE Received state_localnet: "addr" : "10.1.0.105" +2024-12-17T05:28:34Z TRACE Received state_localnet: }, +2024-12-17T05:28:34Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:34Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe00:3c8d" +2024-12-17T05:28:34Z TRACE Received state_localnet: }, +2024-12-17T05:28:34Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:34Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:34Z TRACE Received state_localnet: } +2024-12-17T05:28:34Z TRACE Received state_localnet: }, +2024-12-17T05:28:34Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:32Z", +2024-12-17T05:28:34Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:34Z TRACE Received state_localnet: } +2024-12-17T05:28:34Z DEBUG Handling device message state_localnet MP:05268326-2 +2024-12-17T05:28:34Z TRACE Ignoring partial state update +2024-12-17T05:28:34Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:34Z TRACE Received state_pointset: { +2024-12-17T05:28:34Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:34Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:34Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:34Z TRACE Received state_pointset: }, +2024-12-17T05:28:34Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:34Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:34Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:34Z TRACE Received state_pointset: }, +2024-12-17T05:28:34Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:34Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:34Z TRACE Received state_pointset: } +2024-12-17T05:28:34Z TRACE Received state_pointset: }, +2024-12-17T05:28:34Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:32Z", +2024-12-17T05:28:34Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:34Z TRACE Received state_pointset: } +2024-12-17T05:28:34Z DEBUG Handling device message state_pointset MP:05268326-3 +2024-12-17T05:28:34Z TRACE Ignoring partial state update +2024-12-17T05:28:34Z TRACE received command AHU-1/state/update +2024-12-17T05:28:34Z DEBUG Received state_update +2024-12-17T05:28:34Z DEBUG Handling update message state_update MP:754d1425 +2024-12-17T05:28:34Z DEBUG Updated state after 0s 2024-12-17T05:28:34Z MP:754d1425 +2024-12-17T05:28:34Z INFO Updated state #009: Changed 4 fields: +2024-12-17T05:28:34Z INFO Updated state #009: Set `system.status.level` = `100` +2024-12-17T05:28:34Z INFO Updated state #009: Set `system.status.category` = `system.config.receive` +2024-12-17T05:28:34Z INFO Updated state #009: Set `system.status.timestamp` = `2024-12-17T05:28:34Z` +2024-12-17T05:28:34Z INFO Updated state #009: Set `timestamp` = `2024-12-17T05:28:34Z` +2024-12-17T05:28:34Z DEBUG Updated state has last_config 2024-12-17T05:28:30Z (expecting 2024-12-17T05:28:30Z) +2024-12-17T05:28:34Z TRACE received command AHU-1/config/update +2024-12-17T05:28:34Z DEBUG Received config_update +2024-12-17T05:28:34Z DEBUG Handling update message config_update RC:e3efa4.0000000b +2024-12-17T05:28:34Z DEBUG Removed configTransaction RC:e3efa4.0000000b +2024-12-17T05:28:34Z DEBUG Set last_start changed false, last_start 2024-12-17T05:28:09Z +2024-12-17T05:28:34Z DEBUG Updated config 2024-12-17T05:28:34Z RC:e3efa4.0000000b +2024-12-17T05:28:34Z INFO Updated config #006: Changed 0 fields. +2024-12-17T05:28:34Z DEBUG Expected last_config now 2024-12-17T05:28:34Z +2024-12-17T05:28:34Z DEBUG Detail config update synchronized is now: config transactions not cleared, last_config not synced in state +2024-12-17T05:28:34Z TRACE received command AHU-1/state/system +2024-12-17T05:28:34Z TRACE Received state_system: { +2024-12-17T05:28:34Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:34Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:34Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:34Z TRACE Received state_system: }, +2024-12-17T05:28:34Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:30Z", +2024-12-17T05:28:34Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:34Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:34Z TRACE Received state_system: "last_start" : "2024-12-17T05:28:09Z", +2024-12-17T05:28:34Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:34Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:34Z TRACE Received state_system: }, +2024-12-17T05:28:34Z TRACE Received state_system: "serial_no" : "sequencer-26238", +2024-12-17T05:28:34Z TRACE Received state_system: "software" : { +2024-12-17T05:28:34Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:34Z TRACE Received state_system: }, +2024-12-17T05:28:34Z TRACE Received state_system: "status" : { +2024-12-17T05:28:34Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:34Z TRACE Received state_system: "category" : "system.config.receive", +2024-12-17T05:28:34Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:34Z", +2024-12-17T05:28:34Z TRACE Received state_system: "level" : 100 +2024-12-17T05:28:34Z TRACE Received state_system: }, +2024-12-17T05:28:34Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:34Z", +2024-12-17T05:28:34Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:34Z TRACE Received state_system: } +2024-12-17T05:28:34Z DEBUG Handling device message state_system MP:754d1425-0 +2024-12-17T05:28:34Z TRACE Ignoring partial state update +2024-12-17T05:28:34Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:34Z TRACE Received state_discovery: { +2024-12-17T05:28:34Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:34Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:34Z", +2024-12-17T05:28:34Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:34Z TRACE Received state_discovery: } +2024-12-17T05:28:34Z DEBUG Handling device message state_discovery MP:754d1425-1 +2024-12-17T05:28:34Z TRACE Ignoring partial state update +2024-12-17T05:28:34Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:34Z TRACE Received state_localnet: { +2024-12-17T05:28:34Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:34Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:34Z TRACE Received state_localnet: "addr" : "60:45:bd:00:3c:8d" +2024-12-17T05:28:34Z TRACE Received state_localnet: }, +2024-12-17T05:28:34Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:34Z TRACE Received state_localnet: "addr" : "10.1.0.105" +2024-12-17T05:28:34Z TRACE Received state_localnet: }, +2024-12-17T05:28:34Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:34Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe00:3c8d" +2024-12-17T05:28:34Z TRACE Received state_localnet: }, +2024-12-17T05:28:34Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:34Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:34Z TRACE Received state_localnet: } +2024-12-17T05:28:34Z TRACE Received state_localnet: }, +2024-12-17T05:28:34Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:34Z", +2024-12-17T05:28:34Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:34Z TRACE Received state_localnet: } +2024-12-17T05:28:34Z DEBUG Handling device message state_localnet MP:754d1425-2 +2024-12-17T05:28:34Z TRACE Ignoring partial state update +2024-12-17T05:28:34Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:34Z TRACE Received state_pointset: { +2024-12-17T05:28:34Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:34Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:34Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:34Z TRACE Received state_pointset: }, +2024-12-17T05:28:34Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:34Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:34Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:34Z TRACE Received state_pointset: }, +2024-12-17T05:28:34Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:34Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:34Z TRACE Received state_pointset: } +2024-12-17T05:28:34Z TRACE Received state_pointset: }, +2024-12-17T05:28:34Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:34Z", +2024-12-17T05:28:34Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:34Z TRACE Received state_pointset: } +2024-12-17T05:28:34Z DEBUG Handling device message state_pointset MP:754d1425-3 +2024-12-17T05:28:34Z TRACE Ignoring partial state update +2024-12-17T05:28:35Z TRACE received command AHU-1/config/update +2024-12-17T05:28:35Z DEBUG Received config_update +2024-12-17T05:28:35Z DEBUG Handling update message config_update RC:e3efa4.0000000c +2024-12-17T05:28:35Z DEBUG Removed configTransaction RC:e3efa4.0000000c +2024-12-17T05:28:35Z DEBUG Set last_start changed false, last_start 2024-12-17T05:28:09Z +2024-12-17T05:28:35Z DEBUG Updated config 2024-12-17T05:28:35Z RC:e3efa4.0000000c +2024-12-17T05:28:35Z INFO Updated config #007: Changed 0 fields. +2024-12-17T05:28:35Z DEBUG Expected last_config now 2024-12-17T05:28:35Z +2024-12-17T05:28:35Z TRACE received command AHU-1/config/update +2024-12-17T05:28:35Z DEBUG Received config_update +2024-12-17T05:28:35Z DEBUG Handling update message config_update RC:e3efa4.0000000d +2024-12-17T05:28:35Z DEBUG Removed configTransaction RC:e3efa4.0000000d +2024-12-17T05:28:35Z DEBUG Set last_start changed false, last_start 2024-12-17T05:28:09Z +2024-12-17T05:28:35Z DEBUG Updated config 2024-12-17T05:28:35Z RC:e3efa4.0000000d +2024-12-17T05:28:35Z INFO Updated config #008: Changed 0 fields. +2024-12-17T05:28:35Z DEBUG Expected last_config now 2024-12-17T05:28:35Z +2024-12-17T05:28:36Z TRACE received command AHU-1/state/update +2024-12-17T05:28:36Z DEBUG Received state_update +2024-12-17T05:28:36Z DEBUG Handling update message state_update MP:8fc08130 +2024-12-17T05:28:36Z DEBUG Updated state after 0s 2024-12-17T05:28:36Z MP:8fc08130 +2024-12-17T05:28:36Z INFO Updated state #010: Changed 5 fields: +2024-12-17T05:28:36Z INFO Updated state #010: Set `system.last_config` = `2024-12-17T05:28:35Z` +2024-12-17T05:28:36Z INFO Updated state #010: Set `system.status.level` = `300` +2024-12-17T05:28:36Z INFO Updated state #010: Set `system.status.category` = `system.config.apply` +2024-12-17T05:28:36Z INFO Updated state #010: Set `system.status.timestamp` = `2024-12-17T05:28:35Z` +2024-12-17T05:28:36Z INFO Updated state #010: Set `timestamp` = `2024-12-17T05:28:36Z` +2024-12-17T05:28:36Z DEBUG Updated state has last_config 2024-12-17T05:28:35Z (expecting 2024-12-17T05:28:35Z) +2024-12-17T05:28:36Z TRACE received command AHU-1/state/system +2024-12-17T05:28:36Z TRACE Received state_system: { +2024-12-17T05:28:36Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:36Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:36Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:36Z TRACE Received state_system: }, +2024-12-17T05:28:36Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:35Z", +2024-12-17T05:28:36Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:36Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:36Z TRACE Received state_system: "last_start" : "2024-12-17T05:28:09Z", +2024-12-17T05:28:36Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:36Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:36Z TRACE Received state_system: }, +2024-12-17T05:28:36Z TRACE Received state_system: "serial_no" : "sequencer-26238", +2024-12-17T05:28:36Z TRACE Received state_system: "software" : { +2024-12-17T05:28:36Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:36Z TRACE Received state_system: }, +2024-12-17T05:28:36Z TRACE Received state_system: "status" : { +2024-12-17T05:28:36Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:36Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:28:36Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:35Z", +2024-12-17T05:28:36Z TRACE Received state_system: "level" : 300 +2024-12-17T05:28:36Z TRACE Received state_system: }, +2024-12-17T05:28:36Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:36Z", +2024-12-17T05:28:36Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:36Z TRACE Received state_system: } +2024-12-17T05:28:36Z DEBUG Handling device message state_system MP:8fc08130-0 +2024-12-17T05:28:36Z TRACE Ignoring partial state update +2024-12-17T05:28:36Z DEBUG Detail config update synchronized is now: config transactions not cleared +2024-12-17T05:28:36Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:36Z TRACE Received state_discovery: { +2024-12-17T05:28:36Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:36Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:36Z", +2024-12-17T05:28:36Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:36Z TRACE Received state_discovery: } +2024-12-17T05:28:36Z DEBUG Handling device message state_discovery MP:8fc08130-1 +2024-12-17T05:28:36Z TRACE Ignoring partial state update +2024-12-17T05:28:36Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:36Z TRACE Received state_localnet: { +2024-12-17T05:28:36Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:36Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:36Z TRACE Received state_localnet: "addr" : "60:45:bd:00:3c:8d" +2024-12-17T05:28:36Z TRACE Received state_localnet: }, +2024-12-17T05:28:36Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:36Z TRACE Received state_localnet: "addr" : "10.1.0.105" +2024-12-17T05:28:36Z TRACE Received state_localnet: }, +2024-12-17T05:28:36Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:36Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe00:3c8d" +2024-12-17T05:28:36Z TRACE Received state_localnet: }, +2024-12-17T05:28:36Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:36Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:36Z TRACE Received state_localnet: } +2024-12-17T05:28:36Z TRACE Received state_localnet: }, +2024-12-17T05:28:36Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:36Z", +2024-12-17T05:28:36Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:36Z TRACE Received state_localnet: } +2024-12-17T05:28:36Z DEBUG Handling device message state_localnet MP:8fc08130-2 +2024-12-17T05:28:36Z TRACE Ignoring partial state update +2024-12-17T05:28:36Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:36Z TRACE Received state_pointset: { +2024-12-17T05:28:36Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:36Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:36Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:36Z TRACE Received state_pointset: }, +2024-12-17T05:28:36Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:36Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:36Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:36Z TRACE Received state_pointset: }, +2024-12-17T05:28:36Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:36Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:36Z TRACE Received state_pointset: } +2024-12-17T05:28:36Z TRACE Received state_pointset: }, +2024-12-17T05:28:36Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:36Z", +2024-12-17T05:28:36Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:36Z TRACE Received state_pointset: } +2024-12-17T05:28:36Z DEBUG Handling device message state_pointset MP:8fc08130-3 +2024-12-17T05:28:36Z TRACE Ignoring partial state update +2024-12-17T05:28:36Z TRACE received command AHU-1/config/update +2024-12-17T05:28:36Z DEBUG Received config_update +2024-12-17T05:28:36Z DEBUG Handling update message config_update RC:e3efa4.0000000e +2024-12-17T05:28:36Z DEBUG Removed configTransaction RC:e3efa4.0000000e +2024-12-17T05:28:36Z DEBUG Set last_start changed false, last_start 2024-12-17T05:28:09Z +2024-12-17T05:28:36Z DEBUG Updated config 2024-12-17T05:28:36Z RC:e3efa4.0000000e +2024-12-17T05:28:36Z INFO Updated config #009: Changed 0 fields. +2024-12-17T05:28:36Z DEBUG Expected last_config now 2024-12-17T05:28:36Z +2024-12-17T05:28:36Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:28:38Z TRACE received command AHU-1/state/update +2024-12-17T05:28:38Z DEBUG Received state_update +2024-12-17T05:28:38Z DEBUG Handling update message state_update MP:f5022f51 +2024-12-17T05:28:38Z DEBUG Updated state after 0s 2024-12-17T05:28:38Z MP:f5022f51 +2024-12-17T05:28:38Z INFO Updated state #011: Changed 3 fields: +2024-12-17T05:28:38Z INFO Updated state #011: Set `system.last_config` = `2024-12-17T05:28:36Z` +2024-12-17T05:28:38Z INFO Updated state #011: Set `system.status.timestamp` = `2024-12-17T05:28:36Z` +2024-12-17T05:28:38Z INFO Updated state #011: Set `timestamp` = `2024-12-17T05:28:38Z` +2024-12-17T05:28:38Z DEBUG Updated state has last_config 2024-12-17T05:28:36Z (expecting 2024-12-17T05:28:36Z) +2024-12-17T05:28:38Z TRACE received command AHU-1/state/system +2024-12-17T05:28:38Z TRACE Received state_system: { +2024-12-17T05:28:38Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:38Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:38Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:38Z TRACE Received state_system: }, +2024-12-17T05:28:38Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:36Z", +2024-12-17T05:28:38Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:38Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:38Z TRACE Received state_system: "last_start" : "2024-12-17T05:28:09Z", +2024-12-17T05:28:38Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:38Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:38Z TRACE Received state_system: }, +2024-12-17T05:28:38Z TRACE Received state_system: "serial_no" : "sequencer-26238", +2024-12-17T05:28:38Z TRACE Received state_system: "software" : { +2024-12-17T05:28:38Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:38Z TRACE Received state_system: }, +2024-12-17T05:28:38Z TRACE Received state_system: "status" : { +2024-12-17T05:28:38Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:38Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:28:38Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:36Z", +2024-12-17T05:28:38Z TRACE Received state_system: "level" : 300 +2024-12-17T05:28:38Z TRACE Received state_system: }, +2024-12-17T05:28:38Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:38Z", +2024-12-17T05:28:38Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:38Z TRACE Received state_system: } +2024-12-17T05:28:38Z DEBUG Handling device message state_system MP:f5022f51-0 +2024-12-17T05:28:38Z TRACE Ignoring partial state update +2024-12-17T05:28:38Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:28:38Z DEBUG Stage finished waiting for config update synchronized at 26s after 4s +2024-12-17T05:28:38Z TRACE Stage resume waiting for target point to have value_state default (null) at 26s +2024-12-17T05:28:38Z DEBUG Config sync took 4s +2024-12-17T05:28:38Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:28:38Z DEBUG New lastConfigMark at 2024-12-17T05:28:38Z +2024-12-17T05:28:38Z DEBUG Update config before target point to have value_state default (null) timestamp 2024-12-17T05:28:36Z +2024-12-17T05:28:38Z TRACE Outgoing local_update: { +2024-12-17T05:28:38Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:28:36Z", +2024-12-17T05:28:38Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:38Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:38Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:38Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:38Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:38Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:28:09Z" +2024-12-17T05:28:38Z TRACE Outgoing local_update: }, +2024-12-17T05:28:38Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:38Z TRACE Outgoing local_update: "sequence_name" : "writeback_invalid" +2024-12-17T05:28:38Z TRACE Outgoing local_update: } +2024-12-17T05:28:38Z TRACE Outgoing local_update: }, +2024-12-17T05:28:38Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:38Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:38Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:38Z TRACE Outgoing local_update: } +2024-12-17T05:28:38Z TRACE Outgoing local_update: }, +2024-12-17T05:28:38Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:38Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:38Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:38Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:38Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:38Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:38Z TRACE Outgoing local_update: } +2024-12-17T05:28:38Z TRACE Outgoing local_update: }, +2024-12-17T05:28:38Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:38Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:38Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:38Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:38Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:38Z TRACE Outgoing local_update: }, +2024-12-17T05:28:38Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:38Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:38Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:38Z TRACE Outgoing local_update: }, +2024-12-17T05:28:38Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:38Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:38Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:28:38Z TRACE Outgoing local_update: } +2024-12-17T05:28:38Z TRACE Outgoing local_update: } +2024-12-17T05:28:38Z TRACE Outgoing local_update: } +2024-12-17T05:28:38Z TRACE Outgoing local_update: } +2024-12-17T05:28:38Z DEBUG Value state null == null (true) +2024-12-17T05:28:38Z DEBUG Recorded sequence: 1. Wait until target point to have value_state default (null) +2024-12-17T05:28:38Z DEBUG Stage finished waiting for target point to have value_state default (null) at 26s after 6s +2024-12-17T05:28:38Z TRACE Stage resume waiting for executing test at 26s +2024-12-17T05:28:38Z TRACE Stage suspend waiting for executing test at 26s +2024-12-17T05:28:38Z INFO Stage start waiting for target point to have value_state invalid at 26s +2024-12-17T05:28:38Z DEBUG Delay from lastConfigMark 2024-12-17T05:28:38.600027396Z is 1995ms +2024-12-17T05:28:38Z DEBUG Rate-limiting config by 1995ms +2024-12-17T05:28:40Z DEBUG System config extra field null +2024-12-17T05:28:40Z TRACE Updated check config_system: false +2024-12-17T05:28:40Z TRACE Updated check config_pointset: true +2024-12-17T05:28:40Z DEBUG Update config_pointset, adding configTransaction RC:e3efa4.0000000f +2024-12-17T05:28:40Z TRACE Outgoing local_pointset: { +2024-12-17T05:28:40Z TRACE Outgoing local_pointset: "points" : { +2024-12-17T05:28:40Z TRACE Outgoing local_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:40Z TRACE Outgoing local_pointset: "units" : "Bars", +2024-12-17T05:28:40Z TRACE Outgoing local_pointset: "set_value" : 98 +2024-12-17T05:28:40Z TRACE Outgoing local_pointset: }, +2024-12-17T05:28:40Z TRACE Outgoing local_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:40Z TRACE Outgoing local_pointset: "ref" : "BV11.present_value", +2024-12-17T05:28:40Z TRACE Outgoing local_pointset: "units" : "No-units" +2024-12-17T05:28:40Z TRACE Outgoing local_pointset: }, +2024-12-17T05:28:40Z TRACE Outgoing local_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:40Z TRACE Outgoing local_pointset: "ref" : "AV12.present_value", +2024-12-17T05:28:40Z TRACE Outgoing local_pointset: "units" : "Degrees-Celsius", +2024-12-17T05:28:40Z TRACE Outgoing local_pointset: "set_value" : 15 +2024-12-17T05:28:40Z TRACE Outgoing local_pointset: } +2024-12-17T05:28:40Z TRACE Outgoing local_pointset: } +2024-12-17T05:28:40Z TRACE Outgoing local_pointset: } +2024-12-17T05:28:40Z TRACE Updated check config_gateway: false +2024-12-17T05:28:40Z TRACE Updated check config_localnet: false +2024-12-17T05:28:40Z TRACE Updated check config_blobset: false +2024-12-17T05:28:40Z TRACE Updated check config_discovery: false +2024-12-17T05:28:40Z DEBUG Saving pre-config state timestamp 2024-12-17T05:28:38Z +2024-12-17T05:28:40Z DEBUG Update lastConfigUpdate 2024-12-17T05:28:40Z, because before target point to have value_state invalid +2024-12-17T05:28:40Z TRACE Stage suspend waiting for target point to have value_state invalid at 28s +2024-12-17T05:28:40Z INFO Stage start waiting for config update synchronized at 28s +2024-12-17T05:28:40Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:40Z TRACE Received state_discovery: { +2024-12-17T05:28:40Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:40Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:38Z", +2024-12-17T05:28:40Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:40Z TRACE Received state_discovery: } +2024-12-17T05:28:40Z DEBUG Handling device message state_discovery MP:f5022f51-1 +2024-12-17T05:28:40Z TRACE Ignoring partial state update +2024-12-17T05:28:40Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:28:40Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:40Z TRACE Received state_localnet: { +2024-12-17T05:28:40Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:40Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:40Z TRACE Received state_localnet: "addr" : "60:45:bd:00:3c:8d" +2024-12-17T05:28:40Z TRACE Received state_localnet: }, +2024-12-17T05:28:40Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:40Z TRACE Received state_localnet: "addr" : "10.1.0.105" +2024-12-17T05:28:40Z TRACE Received state_localnet: }, +2024-12-17T05:28:40Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:40Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe00:3c8d" +2024-12-17T05:28:40Z TRACE Received state_localnet: }, +2024-12-17T05:28:40Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:40Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:40Z TRACE Received state_localnet: } +2024-12-17T05:28:40Z TRACE Received state_localnet: }, +2024-12-17T05:28:40Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:38Z", +2024-12-17T05:28:40Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:40Z TRACE Received state_localnet: } +2024-12-17T05:28:40Z DEBUG Handling device message state_localnet MP:f5022f51-2 +2024-12-17T05:28:40Z TRACE Ignoring partial state update +2024-12-17T05:28:40Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:40Z TRACE Received state_pointset: { +2024-12-17T05:28:40Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:40Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:40Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:40Z TRACE Received state_pointset: }, +2024-12-17T05:28:40Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:40Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:40Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:40Z TRACE Received state_pointset: }, +2024-12-17T05:28:40Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:40Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:40Z TRACE Received state_pointset: } +2024-12-17T05:28:40Z TRACE Received state_pointset: }, +2024-12-17T05:28:40Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:38Z", +2024-12-17T05:28:40Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:40Z TRACE Received state_pointset: } +2024-12-17T05:28:40Z DEBUG Handling device message state_pointset MP:f5022f51-3 +2024-12-17T05:28:40Z TRACE Ignoring partial state update +2024-12-17T05:28:40Z TRACE received command AHU-1/events/pointset +2024-12-17T05:28:40Z TRACE Received events_pointset: { +2024-12-17T05:28:40Z TRACE Received events_pointset: "points" : { +2024-12-17T05:28:40Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:40Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:28:40Z TRACE Received events_pointset: }, +2024-12-17T05:28:40Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:40Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:28:40Z TRACE Received events_pointset: }, +2024-12-17T05:28:40Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:40Z TRACE Received events_pointset: "present_value" : 10 +2024-12-17T05:28:40Z TRACE Received events_pointset: } +2024-12-17T05:28:40Z TRACE Received events_pointset: }, +2024-12-17T05:28:40Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:28:40Z", +2024-12-17T05:28:40Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:28:40Z TRACE Received events_pointset: } +2024-12-17T05:28:40Z DEBUG Handling device message events_pointset MP:e486d96a +2024-12-17T05:28:40Z TRACE received command AHU-1/events/system +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:30Z DEBUG system.config.receive: success +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:30Z DEBUG device.log: State update defer -61ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:30Z INFO device.log: Update state 2024-12-17T05:28:30Z last_config 2024-12-17T05:28:26Z +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:30Z DEBUG system.config.parse: success +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:30Z DEBUG device.log: State update AHU-1 (writeback_invalid) +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:30Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:30Z DEBUG device.log: Config update AHU-1 (writeback_invalid) +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:30Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:30Z INFO device.log: 2024-12-17T05:28:30Z received config 2024-12-17T05:28:30Z +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:30Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:30Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:30Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:30Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:30Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:30Z NOTICE system.config.apply: success +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:30Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:30Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:32Z DEBUG device.log: State update defer 0ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:32Z INFO device.log: Update state 2024-12-17T05:28:32Z last_config 2024-12-17T05:28:30Z +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:32Z DEBUG device.log: State update AHU-1 (writeback_invalid) +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:34Z DEBUG system.config.receive: success +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:34Z DEBUG device.log: State update defer -84ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:34Z INFO device.log: Update state 2024-12-17T05:28:34Z last_config 2024-12-17T05:28:30Z +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:34Z DEBUG device.log: State update AHU-1 (writeback_invalid) +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:34Z DEBUG system.config.parse: success +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:34Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:34Z DEBUG device.log: Config update AHU-1 (writeback_invalid) +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:34Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:34Z INFO device.log: 2024-12-17T05:28:34Z received config 2024-12-17T05:28:34Z +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:34Z NOTICE system.config.apply: success +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:34Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:34Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:34Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:34Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:34Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:34Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:34Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:35Z DEBUG system.config.receive: success +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:35Z DEBUG device.log: State update defer 807ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:35Z DEBUG system.config.parse: success +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:35Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:35Z DEBUG device.log: Config update AHU-1 (writeback_invalid) +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:35Z INFO device.log: 2024-12-17T05:28:35Z received config 2024-12-17T05:28:35Z +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:35Z NOTICE system.config.apply: success +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:35Z DEBUG device.log: State update defer 804ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:35Z DEBUG device.log: State update defer 804ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:35Z DEBUG device.log: State update defer 804ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:35Z DEBUG system.config.receive: success +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:35Z DEBUG device.log: State update defer 794ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:35Z DEBUG system.config.parse: success +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:35Z DEBUG device.log: State update defer 793ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:35Z DEBUG device.log: Config update AHU-1 (writeback_invalid) +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:35Z INFO device.log: 2024-12-17T05:28:35Z received config 2024-12-17T05:28:35Z +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:35Z NOTICE system.config.apply: success +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:35Z DEBUG device.log: State update defer 792ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:35Z DEBUG device.log: State update defer 791ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:35Z DEBUG device.log: State update defer 791ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:35Z DEBUG device.log: State update defer 790ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:35Z DEBUG device.log: State update defer 790ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:35Z DEBUG device.log: State update defer 790ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:36Z DEBUG device.log: State update defer 0ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:36Z INFO device.log: Update state 2024-12-17T05:28:36Z last_config 2024-12-17T05:28:35Z +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:36Z DEBUG device.log: State update AHU-1 (writeback_invalid) +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:36Z DEBUG system.config.receive: success +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:36Z DEBUG device.log: State update defer 1790ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:36Z DEBUG system.config.parse: success +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:36Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:36Z DEBUG device.log: Config update AHU-1 (writeback_invalid) +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:36Z INFO device.log: 2024-12-17T05:28:36Z received config 2024-12-17T05:28:36Z +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:36Z NOTICE system.config.apply: success +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:36Z DEBUG device.log: State update defer 1788ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:36Z DEBUG device.log: State update defer 1788ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:38Z DEBUG device.log: State update defer 0ms +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:38Z INFO device.log: Update state 2024-12-17T05:28:38Z last_config 2024-12-17T05:28:36Z +2024-12-17T05:28:40Z DEBUG Received events_system 2024-12-17T05:28:38Z DEBUG device.log: State update AHU-1 (writeback_invalid) +2024-12-17T05:28:40Z DEBUG Handling device message events_system MP:6660614e +2024-12-17T05:28:40Z TRACE received command AHU-1/state/update +2024-12-17T05:28:40Z DEBUG Received state_update +2024-12-17T05:28:40Z DEBUG Handling update message state_update MP:6e840c76 +2024-12-17T05:28:40Z DEBUG Updated state after 0s 2024-12-17T05:28:40Z MP:6e840c76 +2024-12-17T05:28:40Z INFO Updated state #012: Changed 4 fields: +2024-12-17T05:28:40Z INFO Updated state #012: Set `system.status.level` = `100` +2024-12-17T05:28:40Z INFO Updated state #012: Set `system.status.category` = `system.config.parse` +2024-12-17T05:28:40Z INFO Updated state #012: Set `system.status.timestamp` = `2024-12-17T05:28:40Z` +2024-12-17T05:28:40Z INFO Updated state #012: Set `timestamp` = `2024-12-17T05:28:40Z` +2024-12-17T05:28:40Z DEBUG Updated state has last_config 2024-12-17T05:28:36Z (expecting 2024-12-17T05:28:36Z) +2024-12-17T05:28:40Z TRACE received command AHU-1/config/update +2024-12-17T05:28:40Z DEBUG Received config_update +2024-12-17T05:28:40Z DEBUG Handling update message config_update RC:e3efa4.0000000f +2024-12-17T05:28:40Z DEBUG Removed configTransaction RC:e3efa4.0000000f +2024-12-17T05:28:40Z DEBUG Set last_start changed false, last_start 2024-12-17T05:28:09Z +2024-12-17T05:28:40Z DEBUG Updated config 2024-12-17T05:28:40Z RC:e3efa4.0000000f +2024-12-17T05:28:40Z INFO Updated config #010: Changed 1 fields: +2024-12-17T05:28:40Z INFO Updated config #010: Add `pointset.points.filter_differential_pressure_sensor.set_value` = `15` +2024-12-17T05:28:40Z DEBUG Expected last_config now 2024-12-17T05:28:40Z +2024-12-17T05:28:40Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:28:40Z TRACE received command AHU-1/state/system +2024-12-17T05:28:40Z TRACE Received state_system: { +2024-12-17T05:28:40Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:40Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:40Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:40Z TRACE Received state_system: }, +2024-12-17T05:28:40Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:36Z", +2024-12-17T05:28:40Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:40Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:40Z TRACE Received state_system: "last_start" : "2024-12-17T05:28:09Z", +2024-12-17T05:28:40Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:40Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:40Z TRACE Received state_system: }, +2024-12-17T05:28:40Z TRACE Received state_system: "serial_no" : "sequencer-26238", +2024-12-17T05:28:40Z TRACE Received state_system: "software" : { +2024-12-17T05:28:40Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:40Z TRACE Received state_system: }, +2024-12-17T05:28:40Z TRACE Received state_system: "status" : { +2024-12-17T05:28:40Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:40Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:28:40Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:40Z", +2024-12-17T05:28:40Z TRACE Received state_system: "level" : 100 +2024-12-17T05:28:40Z TRACE Received state_system: }, +2024-12-17T05:28:40Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:40Z", +2024-12-17T05:28:40Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:40Z TRACE Received state_system: } +2024-12-17T05:28:40Z DEBUG Handling device message state_system MP:6e840c76-0 +2024-12-17T05:28:40Z TRACE Ignoring partial state update +2024-12-17T05:28:40Z TRACE received command AHU-1/state/discovery +2024-12-17T05:28:40Z TRACE Received state_discovery: { +2024-12-17T05:28:40Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:28:40Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:28:40Z", +2024-12-17T05:28:40Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:28:40Z TRACE Received state_discovery: } +2024-12-17T05:28:40Z DEBUG Handling device message state_discovery MP:6e840c76-1 +2024-12-17T05:28:40Z TRACE Ignoring partial state update +2024-12-17T05:28:40Z TRACE received command AHU-1/state/localnet +2024-12-17T05:28:40Z TRACE Received state_localnet: { +2024-12-17T05:28:40Z TRACE Received state_localnet: "families" : { +2024-12-17T05:28:40Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:28:40Z TRACE Received state_localnet: "addr" : "60:45:bd:00:3c:8d" +2024-12-17T05:28:40Z TRACE Received state_localnet: }, +2024-12-17T05:28:40Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:28:40Z TRACE Received state_localnet: "addr" : "10.1.0.105" +2024-12-17T05:28:40Z TRACE Received state_localnet: }, +2024-12-17T05:28:40Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:28:40Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fe00:3c8d" +2024-12-17T05:28:40Z TRACE Received state_localnet: }, +2024-12-17T05:28:40Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:28:40Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:28:40Z TRACE Received state_localnet: } +2024-12-17T05:28:40Z TRACE Received state_localnet: }, +2024-12-17T05:28:40Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:28:40Z", +2024-12-17T05:28:40Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:28:40Z TRACE Received state_localnet: } +2024-12-17T05:28:40Z DEBUG Handling device message state_localnet MP:6e840c76-2 +2024-12-17T05:28:40Z TRACE Ignoring partial state update +2024-12-17T05:28:40Z TRACE received command AHU-1/state/pointset +2024-12-17T05:28:40Z TRACE Received state_pointset: { +2024-12-17T05:28:40Z TRACE Received state_pointset: "points" : { +2024-12-17T05:28:40Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:28:40Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:28:40Z TRACE Received state_pointset: }, +2024-12-17T05:28:40Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:40Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:28:40Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:28:40Z TRACE Received state_pointset: }, +2024-12-17T05:28:40Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:40Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:28:40Z TRACE Received state_pointset: } +2024-12-17T05:28:40Z TRACE Received state_pointset: }, +2024-12-17T05:28:40Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:28:40Z", +2024-12-17T05:28:40Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:28:40Z TRACE Received state_pointset: } +2024-12-17T05:28:40Z DEBUG Handling device message state_pointset MP:6e840c76-3 +2024-12-17T05:28:40Z TRACE Ignoring partial state update +2024-12-17T05:28:42Z TRACE received command AHU-1/state/update +2024-12-17T05:28:42Z DEBUG Received state_update +2024-12-17T05:28:42Z DEBUG Handling update message state_update MP:0a8e34f3 +2024-12-17T05:28:42Z DEBUG Updated state after 0s 2024-12-17T05:28:42Z MP:0a8e34f3 +2024-12-17T05:28:42Z INFO Updated state #013: Changed 6 fields: +2024-12-17T05:28:42Z INFO Updated state #013: Set `system.last_config` = `2024-12-17T05:28:40Z` +2024-12-17T05:28:42Z INFO Updated state #013: Set `system.status.level` = `300` +2024-12-17T05:28:42Z INFO Updated state #013: Set `system.status.category` = `system.config.apply` +2024-12-17T05:28:42Z INFO Updated state #013: Add `pointset.points.filter_differential_pressure_sensor.value_state` = `invalid` +2024-12-17T05:28:42Z INFO Updated state #013: Add `pointset.points.filter_differential_pressure_sensor.status` = { "level": `500`, "detail": `Point filter_differential_pressure_sensor (writable false)`, "message": `Written value is not valid`, "category": `pointset.point.invalid`, "timestamp": `2024-12-17T05:28:40Z` } +2024-12-17T05:28:42Z INFO Updated state #013: Set `timestamp` = `2024-12-17T05:28:42Z` +2024-12-17T05:28:42Z DEBUG Updated state has last_config 2024-12-17T05:28:40Z (expecting 2024-12-17T05:28:40Z) +2024-12-17T05:28:42Z TRACE received command AHU-1/state/system +2024-12-17T05:28:42Z TRACE Received state_system: { +2024-12-17T05:28:42Z TRACE Received state_system: "hardware" : { +2024-12-17T05:28:42Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:28:42Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:28:42Z TRACE Received state_system: }, +2024-12-17T05:28:42Z TRACE Received state_system: "last_config" : "2024-12-17T05:28:40Z", +2024-12-17T05:28:42Z TRACE Received state_system: "operation" : { +2024-12-17T05:28:42Z TRACE Received state_system: "operational" : true, +2024-12-17T05:28:42Z TRACE Received state_system: "last_start" : "2024-12-17T05:28:09Z", +2024-12-17T05:28:42Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:28:42Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:28:42Z TRACE Received state_system: }, +2024-12-17T05:28:42Z TRACE Received state_system: "serial_no" : "sequencer-26238", +2024-12-17T05:28:42Z TRACE Received state_system: "software" : { +2024-12-17T05:28:42Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:28:42Z TRACE Received state_system: }, +2024-12-17T05:28:42Z TRACE Received state_system: "status" : { +2024-12-17T05:28:42Z TRACE Received state_system: "message" : "success", +2024-12-17T05:28:42Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:28:42Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:40Z", +2024-12-17T05:28:42Z TRACE Received state_system: "level" : 300 +2024-12-17T05:28:42Z TRACE Received state_system: }, +2024-12-17T05:28:42Z TRACE Received state_system: "timestamp" : "2024-12-17T05:28:42Z", +2024-12-17T05:28:42Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:28:42Z TRACE Received state_system: } +2024-12-17T05:28:42Z DEBUG Handling device message state_system MP:0a8e34f3-0 +2024-12-17T05:28:42Z TRACE Ignoring partial state update +2024-12-17T05:28:42Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:28:42Z DEBUG Stage finished waiting for config update synchronized at 30s after 2s +2024-12-17T05:28:42Z TRACE Stage resume waiting for target point to have value_state invalid at 30s +2024-12-17T05:28:42Z DEBUG Config sync took 2s +2024-12-17T05:28:42Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:28:42Z DEBUG New lastConfigMark at 2024-12-17T05:28:42Z +2024-12-17T05:28:42Z DEBUG Update config before target point to have value_state invalid timestamp 2024-12-17T05:28:40Z +2024-12-17T05:28:42Z TRACE Outgoing local_update: { +2024-12-17T05:28:42Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:28:40Z", +2024-12-17T05:28:42Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:28:42Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:28:42Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:28:42Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:28:42Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:28:42Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:28:09Z" +2024-12-17T05:28:42Z TRACE Outgoing local_update: }, +2024-12-17T05:28:42Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:28:42Z TRACE Outgoing local_update: "sequence_name" : "writeback_invalid" +2024-12-17T05:28:42Z TRACE Outgoing local_update: } +2024-12-17T05:28:42Z TRACE Outgoing local_update: }, +2024-12-17T05:28:42Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:28:42Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:42Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:28:42Z TRACE Outgoing local_update: } +2024-12-17T05:28:42Z TRACE Outgoing local_update: }, +2024-12-17T05:28:42Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:28:42Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:28:42Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:28:42Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:28:42Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:28:42Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:28:42Z TRACE Outgoing local_update: } +2024-12-17T05:28:42Z TRACE Outgoing local_update: }, +2024-12-17T05:28:42Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:28:42Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:28:42Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:28:42Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:28:42Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:28:42Z TRACE Outgoing local_update: }, +2024-12-17T05:28:42Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:28:42Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:28:42Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:28:42Z TRACE Outgoing local_update: }, +2024-12-17T05:28:42Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:28:42Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:28:42Z TRACE Outgoing local_update: "units" : "Degrees-Celsius", +2024-12-17T05:28:42Z TRACE Outgoing local_update: "set_value" : 15 +2024-12-17T05:28:42Z TRACE Outgoing local_update: } +2024-12-17T05:28:42Z TRACE Outgoing local_update: } +2024-12-17T05:28:42Z TRACE Outgoing local_update: } +2024-12-17T05:28:42Z TRACE Outgoing local_update: } +2024-12-17T05:28:42Z DEBUG Recorded sequence: 1. Update config before target point to have value_state invalid +2024-12-17T05:28:42Z INFO Device config Add `pointset.points.filter_differential_pressure_sensor.set_value` = `15` +2024-12-17T05:28:42Z TRACE Update config before target point to have value_state invalid: Add `pointset.points.filter_differential_pressure_sensor.set_value` = `15` +2024-12-17T05:28:42Z DEBUG Value state invalid == invalid (true) +2024-12-17T05:28:42Z DEBUG Recorded sequence: 1. Wait until target point to have value_state invalid +2024-12-17T05:28:42Z DEBUG Stage finished waiting for target point to have value_state invalid at 30s after 4s +2024-12-17T05:28:42Z TRACE Stage resume waiting for executing test at 30s +2024-12-17T05:28:42Z DEBUG stage done waiting for executing test at 30s +2024-12-17T05:28:42Z DEBUG Removing implicit system capability LAST_CONFIG +2024-12-17T05:28:42Z NOTICE RESULT pass writeback writeback_invalid ALPHA 10/10 Sequence complete +2024-12-17T05:28:42Z NOTICE Sequence complete +2024-12-17T05:28:42Z NOTICE ending test writeback_invalid after 30s ################################ diff --git a/validator/sequences/writeback_invalid/state_discovery.attr b/validator/sequences/writeback_invalid/state_discovery.attr index abdfec0236..923d5e1413 100644 --- a/validator/sequences/writeback_invalid/state_discovery.attr +++ b/validator/sequences/writeback_invalid/state_discovery.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_3", + "deviceRegistryId" : "ZZ-TRI-FECTA_6", "projectId" : "localhost", - "transactionId" : "MP:2b86a535-1", - "publishTime" : "2024-11-06T17:33:49Z", + "transactionId" : "MP:6e840c76-1", + "publishTime" : "2024-12-17T05:28:40Z", "subFolder" : "discovery", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/writeback_invalid/state_discovery.json b/validator/sequences/writeback_invalid/state_discovery.json index 1ce0bee13a..d6ea36bf8e 100644 --- a/validator/sequences/writeback_invalid/state_discovery.json +++ b/validator/sequences/writeback_invalid/state_discovery.json @@ -1,4 +1,5 @@ { - "timestamp" : "2024-11-06T17:33:49Z", + "families" : { }, + "timestamp" : "2024-12-17T05:28:40Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/writeback_invalid/state_localnet.attr b/validator/sequences/writeback_invalid/state_localnet.attr index 6dff202bb8..e4349a4570 100644 --- a/validator/sequences/writeback_invalid/state_localnet.attr +++ b/validator/sequences/writeback_invalid/state_localnet.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_3", + "deviceRegistryId" : "ZZ-TRI-FECTA_6", "projectId" : "localhost", - "transactionId" : "MP:9148d476-1", - "publishTime" : "2024-11-06T17:33:59Z", + "transactionId" : "MP:6e840c76-2", + "publishTime" : "2024-12-17T05:28:40Z", "subFolder" : "localnet", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/writeback_invalid/state_localnet.json b/validator/sequences/writeback_invalid/state_localnet.json index 8b71f1f1ce..0de1d564e2 100644 --- a/validator/sequences/writeback_invalid/state_localnet.json +++ b/validator/sequences/writeback_invalid/state_localnet.json @@ -1,18 +1,18 @@ { "families" : { "ether" : { - "addr" : "00:0d:3a:8d:f3:81" + "addr" : "60:45:bd:00:3c:8d" }, "ipv4" : { - "addr" : "10.1.0.193" + "addr" : "10.1.0.105" }, "ipv6" : { - "addr" : "fe80::20d:3aff:fe8d:f381" + "addr" : "fe80::6245:bdff:fe00:3c8d" }, "vendor" : { "addr" : "28179023" } }, - "timestamp" : "2024-11-06T17:33:59Z", + "timestamp" : "2024-12-17T05:28:40Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/writeback_invalid/state_pointset.attr b/validator/sequences/writeback_invalid/state_pointset.attr index d3a1cc4934..49be720e5c 100644 --- a/validator/sequences/writeback_invalid/state_pointset.attr +++ b/validator/sequences/writeback_invalid/state_pointset.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_3", + "deviceRegistryId" : "ZZ-TRI-FECTA_6", "projectId" : "localhost", - "transactionId" : "MP:9148d476-2", - "publishTime" : "2024-11-06T17:33:59Z", + "transactionId" : "MP:6e840c76-3", + "publishTime" : "2024-12-17T05:28:40Z", "subFolder" : "pointset", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/writeback_invalid/state_pointset.json b/validator/sequences/writeback_invalid/state_pointset.json index 46c25093e5..79e430f53b 100644 --- a/validator/sequences/writeback_invalid/state_pointset.json +++ b/validator/sequences/writeback_invalid/state_pointset.json @@ -11,6 +11,6 @@ "units" : "Degrees-Celsius" } }, - "timestamp" : "2024-11-06T17:33:59Z", + "timestamp" : "2024-12-17T05:28:40Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/writeback_invalid/state_system.attr b/validator/sequences/writeback_invalid/state_system.attr index 35042ad7c4..885cd33fb0 100644 --- a/validator/sequences/writeback_invalid/state_system.attr +++ b/validator/sequences/writeback_invalid/state_system.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_3", + "deviceRegistryId" : "ZZ-TRI-FECTA_6", "projectId" : "localhost", - "transactionId" : "MP:08f639e9-0", - "publishTime" : "2024-11-06T17:34:01Z", + "transactionId" : "MP:0a8e34f3-0", + "publishTime" : "2024-12-17T05:28:42Z", "subFolder" : "system", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/writeback_invalid/state_system.json b/validator/sequences/writeback_invalid/state_system.json index 5c91f1e512..1d29adc344 100644 --- a/validator/sequences/writeback_invalid/state_system.json +++ b/validator/sequences/writeback_invalid/state_system.json @@ -3,23 +3,23 @@ "make" : "BOS", "model" : "pubber" }, - "last_config" : "2024-11-06T17:34:00Z", + "last_config" : "2024-12-17T05:28:40Z", "operation" : { "operational" : true, - "last_start" : "2024-11-06T17:33:10Z", + "last_start" : "2024-12-17T05:28:09Z", "restart_count" : 1, "mode" : "initial" }, - "serial_no" : "sequencer-14458", + "serial_no" : "sequencer-26238", "software" : { "firmware" : "v1" }, "status" : { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-11-06T17:34:00Z", + "timestamp" : "2024-12-17T05:28:40Z", "level" : 300 }, - "timestamp" : "2024-11-06T17:34:01Z", + "timestamp" : "2024-12-17T05:28:42Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/writeback_invalid/state_update.attr b/validator/sequences/writeback_invalid/state_update.attr index d3d8f43d79..14e14aa456 100644 --- a/validator/sequences/writeback_invalid/state_update.attr +++ b/validator/sequences/writeback_invalid/state_update.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_3", + "deviceRegistryId" : "ZZ-TRI-FECTA_6", "projectId" : "localhost", - "transactionId" : "MP:08f639e9", - "publishTime" : "2024-11-06T17:34:01Z", + "transactionId" : "MP:0a8e34f3", + "publishTime" : "2024-12-17T05:28:42Z", "subFolder" : "update", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/writeback_invalid/state_update.json b/validator/sequences/writeback_invalid/state_update.json index b25ec1ef3b..01b7fa7895 100644 --- a/validator/sequences/writeback_invalid/state_update.json +++ b/validator/sequences/writeback_invalid/state_update.json @@ -1,14 +1,17 @@ { + "discovery" : { + "families" : { } + }, "localnet" : { "families" : { "ether" : { - "addr" : "00:0d:3a:8d:f3:81" + "addr" : "60:45:bd:00:3c:8d" }, "ipv4" : { - "addr" : "10.1.0.193" + "addr" : "10.1.0.105" }, "ipv6" : { - "addr" : "fe80::20d:3aff:fe8d:f381" + "addr" : "fe80::6245:bdff:fe00:3c8d" }, "vendor" : { "addr" : "28179023" @@ -31,21 +34,21 @@ "message" : "Written value is not valid", "detail" : "Point filter_differential_pressure_sensor (writable false)", "category" : "pointset.point.invalid", - "timestamp" : "2024-11-06T17:34:00Z", + "timestamp" : "2024-12-17T05:28:40Z", "level" : 500 } } } }, "system" : { - "last_config" : "2024-11-06T17:34:00Z", + "last_config" : "2024-12-17T05:28:40Z", "operation" : { "operational" : true, - "last_start" : "2024-11-06T17:33:10Z", + "last_start" : "2024-12-17T05:28:09Z", "restart_count" : 1, "mode" : "initial" }, - "serial_no" : "sequencer-14458", + "serial_no" : "sequencer-26238", "hardware" : { "make" : "BOS", "model" : "pubber" @@ -56,10 +59,10 @@ "status" : { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-11-06T17:34:00Z", + "timestamp" : "2024-12-17T05:28:40Z", "level" : 300 } }, - "timestamp" : "2024-11-06T17:34:01Z", + "timestamp" : "2024-12-17T05:28:42Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/writeback_success/config_update.attr b/validator/sequences/writeback_success/config_update.attr index a44c1db934..c216e97f07 100644 --- a/validator/sequences/writeback_success/config_update.attr +++ b/validator/sequences/writeback_success/config_update.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_4", + "deviceRegistryId" : "ZZ-TRI-FECTA_7", "projectId" : "localhost", - "transactionId" : "RC:4cb417.0000001a", - "publishTime" : "2024-11-06T17:34:14Z", + "transactionId" : "RC:229544.0000000f", + "publishTime" : "2024-12-17T05:30:27Z", "subFolder" : "update", "subType" : "config" } \ No newline at end of file diff --git a/validator/sequences/writeback_success/config_update.json b/validator/sequences/writeback_success/config_update.json index d8f96a06c9..a5d283cf08 100644 --- a/validator/sequences/writeback_success/config_update.json +++ b/validator/sequences/writeback_success/config_update.json @@ -1,9 +1,14 @@ { + "discovery" : { + "families" : { + "vendor" : { } + } + }, "localnet" : { "families" : { + "bacnet" : { }, "ether" : { }, "ipv4" : { }, - "ipv6" : { }, "vendor" : { } } }, @@ -25,16 +30,16 @@ }, "system" : { "metrics_rate_sec" : 10, - "min_loglevel" : 200, + "min_loglevel" : 100, "operation" : { - "last_start" : "2024-11-06T17:33:27Z" + "last_start" : "2024-12-17T05:29:54Z" }, "testing" : { - "config_base" : 39, + "config_base" : 42, "sequence_name" : "writeback_success", - "transaction_id" : "RC:4cb417.0000001a" + "transaction_id" : "RC:229544.0000000f" } }, - "timestamp" : "2024-11-06T17:34:14Z", - "version" : "git-b2a557d" + "timestamp" : "2024-12-17T05:30:27Z", + "version" : "git-46fef59" } \ No newline at end of file diff --git a/validator/sequences/writeback_success/device_system.log b/validator/sequences/writeback_success/device_system.log index 726af47513..f70a72c952 100644 --- a/validator/sequences/writeback_success/device_system.log +++ b/validator/sequences/writeback_success/device_system.log @@ -1,26 +1,162 @@ -2024-11-06T17:33:48Z INFO device.log 2024-11-06T17:33:48Z received config 2024-11-06T17:33:48Z -2024-11-06T17:33:48Z NOTICE system.config.apply success -2024-11-06T17:33:48Z INFO device.log Device AHU-1 config handler -2024-11-06T17:33:48Z INFO device.log 2024-11-06T17:33:48Z received config 2024-11-06T17:33:48Z -2024-11-06T17:33:48Z NOTICE system.config.apply success -2024-11-06T17:33:49Z INFO device.log Update state 2024-11-06T17:33:49Z last_config 2024-11-06T17:33:48Z -2024-11-06T17:33:50Z INFO device.log 2024-11-06T17:33:50Z received config 2024-11-06T17:33:50Z -2024-11-06T17:33:50Z INFO device.log Discovery enumeration at 2024-11-06T17:33:49Z -2024-11-06T17:33:50Z NOTICE system.config.apply success -2024-11-06T17:33:51Z INFO device.log Update state 2024-11-06T17:33:51Z last_config 2024-11-06T17:33:50Z -2024-11-06T17:33:52Z INFO device.log Device AHU-1 config handler -2024-11-06T17:33:52Z INFO device.log 2024-11-06T17:33:52Z received config 2024-11-06T17:33:52Z -2024-11-06T17:33:52Z NOTICE system.config.apply success -2024-11-06T17:33:53Z INFO device.log Update state 2024-11-06T17:33:53Z last_config 2024-11-06T17:33:52Z -2024-11-06T17:34:03Z INFO device.log Update state 2024-11-06T17:34:03Z last_config 2024-11-06T17:33:52Z -2024-11-06T17:34:03Z INFO device.log Device AHU-1 config handler -2024-11-06T17:34:03Z INFO device.log 2024-11-06T17:34:03Z received config 2024-11-06T17:34:03Z -2024-11-06T17:34:03Z NOTICE system.config.apply success -2024-11-06T17:34:03Z INFO device.log 2024-11-06T17:34:03Z received config 2024-11-06T17:34:03Z -2024-11-06T17:34:03Z NOTICE system.config.apply success -2024-11-06T17:34:05Z INFO device.log Update state 2024-11-06T17:34:05Z last_config 2024-11-06T17:34:03Z -2024-11-06T17:34:06Z INFO device.log Device AHU-1 config handler -2024-11-06T17:34:06Z INFO device.log 2024-11-06T17:34:06Z received config 2024-11-06T17:34:06Z -2024-11-06T17:34:06Z NOTICE system.config.apply success -2024-11-06T17:34:07Z INFO device.log Update state 2024-11-06T17:34:07Z last_config 2024-11-06T17:34:06Z -2024-11-06T17:34:20Z NOTICE validation.feature.sequence Sequence complete +2024-12-17T05:29:55Z INFO device.log Configured with auth_type RS256 +2024-12-17T05:29:55Z INFO device.log Resetting persistent store /home/runner/work/udmi/udmi/sites/udmi_site_model/out/devices/AHU-1/persistent_data.json +2024-12-17T05:29:55Z INFO device.log Loading endpoint into persistent data from configuration +2024-12-17T05:29:55Z WARNING device.log Updating persistent store: +{ + "endpoint" : { + "protocol" : "mqtt", + "transport" : "ssl", + "hostname" : "localhost", + "client_id" : "/r/ZZ-TRI-FECTA_7/d/AHU-1", + "topic_prefix" : "/r/ZZ-TRI-FECTA_7/d/AHU-1", + "auth_provider" : { + "basic" : { + "username" : "/r/ZZ-TRI-FECTA_7/d/AHU-1", + "password" : "38269d11" + } + } + }, + "restart_count" : 1 +} +2024-12-17T05:29:55Z INFO device.log Starting pubber AHU-1, serial sequencer-11806, mac null, gateway null, options noPersist +2024-12-17T05:29:55Z INFO device.log Loading device key bytes from /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.pkcs8 +2024-12-17T05:29:55Z INFO device.log CA cert file: /home/runner/work/udmi/udmi/sites/udmi_site_model/reflector/ca.crt +2024-12-17T05:29:55Z INFO device.log Device cert file: /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.crt +2024-12-17T05:29:55Z INFO device.log Private key file: /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.pem +2024-12-17T05:29:55Z INFO device.log Password sha256 6b5344e1 +2024-12-17T05:29:55Z WARNING device.log Starting connection 1734413395288 with 10 +2024-12-17T05:29:55Z INFO device.log Update state 2024-12-17T05:29:55Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:29:55Z WARNING device.log Dropping state update until config received... +2024-12-17T05:29:55Z WARNING device.log Creating new config latch for AHU-1 +2024-12-17T05:29:55Z INFO device.log Update state 2024-12-17T05:29:55Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:29:55Z WARNING device.log Dropping state update until config received... +2024-12-17T05:29:55Z INFO device.log Update state 2024-12-17T05:29:55Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:29:55Z WARNING device.log Dropping state update until config received... +2024-12-17T05:29:55Z INFO device.log Device AHU-1 config handler +2024-12-17T05:29:55Z WARNING device.log Received config for config latch AHU-1 +2024-12-17T05:29:55Z WARNING device.log Starting AHU-1 Pubber sender with delay 10s +2024-12-17T05:29:55Z INFO device.log 2024-12-17T05:29:55Z received config 2024-12-17T05:29:40Z +2024-12-17T05:29:55Z WARNING device.log Starting AHU-1 PubberSystemManager sender with delay 10s +2024-12-17T05:29:55Z WARNING device.log Starting AHU-1 PubberPointsetManager sender with delay 10s +2024-12-17T05:29:55Z WARNING device.log Start waiting 10s for config latch for AHU-1 +2024-12-17T05:29:55Z WARNING device.log Ending connection 1734413395288 with 9 +2024-12-17T05:29:56Z NOTICE system.config.apply success +2024-12-17T05:29:56Z NOTICE system.config.apply success +2024-12-17T05:30:08Z NOTICE system.config.apply success +2024-12-17T05:30:08Z DEBUG device.log State update defer 1999ms +2024-12-17T05:30:08Z DEBUG device.log State update defer 1998ms +2024-12-17T05:30:08Z DEBUG device.log State update defer 1998ms +2024-12-17T05:30:08Z DEBUG device.log State update defer 1998ms +2024-12-17T05:30:08Z DEBUG device.log State update defer 1997ms +2024-12-17T05:30:08Z DEBUG device.log State update defer 1997ms +2024-12-17T05:30:08Z DEBUG device.log State update defer 1997ms +2024-12-17T05:30:08Z DEBUG system.config.receive success +2024-12-17T05:30:08Z DEBUG system.config.parse success +2024-12-17T05:30:08Z INFO device.log Device AHU-1 config handler +2024-12-17T05:30:08Z DEBUG device.log State update defer 1934ms +2024-12-17T05:30:08Z DEBUG device.log Config update AHU-1 (writeback_success) +2024-12-17T05:30:08Z DEBUG device.log State update defer 1934ms +2024-12-17T05:30:08Z INFO device.log 2024-12-17T05:30:08Z received config 2024-12-17T05:30:08Z +2024-12-17T05:30:08Z NOTICE system.config.apply success +2024-12-17T05:30:08Z DEBUG device.log State update defer 1931ms +2024-12-17T05:30:08Z DEBUG device.log State update defer 1930ms +2024-12-17T05:30:10Z DEBUG device.log State update defer 0ms +2024-12-17T05:30:10Z INFO device.log Update state 2024-12-17T05:30:10Z last_config 2024-12-17T05:30:08Z +2024-12-17T05:30:10Z DEBUG device.log State update AHU-1 (writeback_success) +2024-12-17T05:30:12Z DEBUG system.config.receive success +2024-12-17T05:30:12Z DEBUG device.log State update defer -103ms +2024-12-17T05:30:12Z INFO device.log Update state 2024-12-17T05:30:12Z last_config 2024-12-17T05:30:08Z +2024-12-17T05:30:12Z DEBUG system.config.parse success +2024-12-17T05:30:12Z INFO device.log Device AHU-1 config handler +2024-12-17T05:30:12Z DEBUG device.log State update AHU-1 (writeback_success) +2024-12-17T05:30:12Z DEBUG device.log Config update AHU-1 (writeback_success) +2024-12-17T05:30:12Z DEBUG device.log State update defer 2000ms +2024-12-17T05:30:12Z INFO device.log 2024-12-17T05:30:12Z received config 2024-12-17T05:30:12Z +2024-12-17T05:30:12Z NOTICE system.config.apply success +2024-12-17T05:30:12Z DEBUG device.log State update defer 1997ms +2024-12-17T05:30:12Z DEBUG device.log State update defer 1997ms +2024-12-17T05:30:12Z DEBUG device.log State update defer 1997ms +2024-12-17T05:30:12Z DEBUG device.log State update defer 1996ms +2024-12-17T05:30:12Z DEBUG device.log State update defer 1996ms +2024-12-17T05:30:14Z DEBUG device.log State update defer 0ms +2024-12-17T05:30:14Z INFO device.log Update state 2024-12-17T05:30:14Z last_config 2024-12-17T05:30:12Z +2024-12-17T05:30:14Z DEBUG device.log State update AHU-1 (writeback_success) +2024-12-17T05:30:16Z DEBUG system.config.receive success +2024-12-17T05:30:16Z DEBUG device.log State update defer -61ms +2024-12-17T05:30:16Z INFO device.log Update state 2024-12-17T05:30:16Z last_config 2024-12-17T05:30:12Z +2024-12-17T05:30:16Z DEBUG device.log State update AHU-1 (writeback_success) +2024-12-17T05:30:16Z DEBUG system.config.parse success +2024-12-17T05:30:16Z INFO device.log Device AHU-1 config handler +2024-12-17T05:30:16Z DEBUG device.log Config update AHU-1 (writeback_success) +2024-12-17T05:30:16Z DEBUG device.log State update defer 2000ms +2024-12-17T05:30:16Z INFO device.log 2024-12-17T05:30:16Z received config 2024-12-17T05:30:16Z +2024-12-17T05:30:16Z NOTICE system.config.apply success +2024-12-17T05:30:16Z DEBUG device.log State update defer 1998ms +2024-12-17T05:30:16Z DEBUG device.log State update defer 1998ms +2024-12-17T05:30:16Z DEBUG device.log State update defer 1997ms +2024-12-17T05:30:16Z DEBUG device.log State update defer 1997ms +2024-12-17T05:30:16Z DEBUG device.log State update defer 1997ms +2024-12-17T05:30:16Z DEBUG device.log State update defer 1997ms +2024-12-17T05:30:18Z DEBUG device.log State update defer 0ms +2024-12-17T05:30:18Z INFO device.log Update state 2024-12-17T05:30:18Z last_config 2024-12-17T05:30:16Z +2024-12-17T05:30:18Z DEBUG device.log State update AHU-1 (writeback_success) +2024-12-17T05:30:20Z DEBUG system.config.receive success +2024-12-17T05:30:21Z DEBUG device.log State update defer -110ms +2024-12-17T05:30:21Z DEBUG system.config.parse success +2024-12-17T05:30:21Z INFO device.log Update state 2024-12-17T05:30:21Z last_config 2024-12-17T05:30:16Z +2024-12-17T05:30:21Z INFO device.log Device AHU-1 config handler +2024-12-17T05:30:21Z DEBUG device.log State update AHU-1 (writeback_success) +2024-12-17T05:30:21Z DEBUG device.log Config update AHU-1 (writeback_success) +2024-12-17T05:30:21Z DEBUG device.log State update defer 2000ms +2024-12-17T05:30:21Z INFO device.log 2024-12-17T05:30:21Z received config 2024-12-17T05:30:20Z +2024-12-17T05:30:21Z NOTICE system.config.apply success +2024-12-17T05:30:21Z DEBUG device.log State update defer 1999ms +2024-12-17T05:30:21Z DEBUG device.log State update defer 1998ms +2024-12-17T05:30:21Z DEBUG device.log State update defer 1997ms +2024-12-17T05:30:21Z DEBUG device.log State update defer 1997ms +2024-12-17T05:30:21Z DEBUG device.log State update defer 1997ms +2024-12-17T05:30:21Z DEBUG device.log State update defer 1997ms +2024-12-17T05:30:21Z DEBUG device.log State update defer 1995ms +2024-12-17T05:30:22Z DEBUG system.config.receive success +2024-12-17T05:30:22Z DEBUG device.log State update defer 818ms +2024-12-17T05:30:22Z DEBUG system.config.parse success +2024-12-17T05:30:22Z INFO device.log Device AHU-1 config handler +2024-12-17T05:30:22Z DEBUG device.log State update defer 818ms +2024-12-17T05:30:22Z DEBUG device.log Config update AHU-1 (writeback_success) +2024-12-17T05:30:22Z INFO device.log 2024-12-17T05:30:22Z received config 2024-12-17T05:30:22Z +2024-12-17T05:30:22Z NOTICE system.config.apply success +2024-12-17T05:30:22Z DEBUG device.log State update defer 816ms +2024-12-17T05:30:22Z DEBUG device.log State update defer 816ms +2024-12-17T05:30:22Z DEBUG device.log State update defer 816ms +2024-12-17T05:30:22Z DEBUG device.log State update defer 815ms +2024-12-17T05:30:23Z DEBUG device.log State update defer 0ms +2024-12-17T05:30:23Z INFO device.log Update state 2024-12-17T05:30:23Z last_config 2024-12-17T05:30:22Z +2024-12-17T05:30:23Z DEBUG device.log State update AHU-1 (writeback_success) +2024-12-17T05:30:23Z DEBUG system.config.receive success +2024-12-17T05:30:23Z DEBUG device.log State update defer 1616ms +2024-12-17T05:30:23Z DEBUG system.config.parse success +2024-12-17T05:30:23Z INFO device.log Device AHU-1 config handler +2024-12-17T05:30:23Z DEBUG device.log Config update AHU-1 (writeback_success) +2024-12-17T05:30:23Z INFO device.log 2024-12-17T05:30:23Z received config 2024-12-17T05:30:23Z +2024-12-17T05:30:23Z NOTICE system.config.apply success +2024-12-17T05:30:23Z DEBUG device.log State update defer 1614ms +2024-12-17T05:30:23Z DEBUG device.log State update defer 1614ms +2024-12-17T05:30:23Z DEBUG device.log State update defer 1613ms +2024-12-17T05:30:23Z DEBUG device.log State update defer 1613ms +2024-12-17T05:30:24Z DEBUG system.config.receive success +2024-12-17T05:30:24Z DEBUG device.log State update defer 511ms +2024-12-17T05:30:24Z DEBUG system.config.parse success +2024-12-17T05:30:24Z INFO device.log Device AHU-1 config handler +2024-12-17T05:30:24Z DEBUG device.log Config update AHU-1 (writeback_success) +2024-12-17T05:30:24Z INFO device.log 2024-12-17T05:30:24Z received config 2024-12-17T05:30:24Z +2024-12-17T05:30:24Z NOTICE system.config.apply success +2024-12-17T05:30:24Z DEBUG device.log State update defer 509ms +2024-12-17T05:30:24Z DEBUG device.log State update defer 509ms +2024-12-17T05:30:24Z DEBUG device.log State update defer 509ms +2024-12-17T05:30:24Z DEBUG device.log State update defer 509ms +2024-12-17T05:30:24Z DEBUG device.log State update defer 508ms +2024-12-17T05:30:24Z DEBUG device.log State update defer 508ms +2024-12-17T05:30:25Z DEBUG device.log State update defer 0ms +2024-12-17T05:30:25Z INFO device.log Update state 2024-12-17T05:30:25Z last_config 2024-12-17T05:30:24Z +2024-12-17T05:30:25Z DEBUG device.log State update AHU-1 (writeback_success) +2024-12-17T05:30:36Z NOTICE validation.feature.sequence Sequence complete diff --git a/validator/sequences/writeback_success/events_pointset.attr b/validator/sequences/writeback_success/events_pointset.attr index 0f7c7d65e4..3fdfc85755 100644 --- a/validator/sequences/writeback_success/events_pointset.attr +++ b/validator/sequences/writeback_success/events_pointset.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_4", + "deviceRegistryId" : "ZZ-TRI-FECTA_7", "projectId" : "localhost", - "transactionId" : "MP:197272aa", - "publishTime" : "2024-11-06T17:34:18Z", + "transactionId" : "MP:70ec3bf4", + "publishTime" : "2024-12-17T05:30:35Z", "subFolder" : "pointset", "subType" : "events" } \ No newline at end of file diff --git a/validator/sequences/writeback_success/events_pointset.json b/validator/sequences/writeback_success/events_pointset.json index eb57423e2f..00ed0cab28 100644 --- a/validator/sequences/writeback_success/events_pointset.json +++ b/validator/sequences/writeback_success/events_pointset.json @@ -1,15 +1,15 @@ { "points" : { "filter_alarm_pressure_status" : { - "present_value" : true + "present_value" : false }, "filter_differential_pressure_setpoint" : { "present_value" : 60 }, "filter_differential_pressure_sensor" : { - "present_value" : 10 + "present_value" : 9 } }, - "timestamp" : "2024-11-06T17:34:18Z", + "timestamp" : "2024-12-17T05:30:35Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/writeback_success/events_system.attr b/validator/sequences/writeback_success/events_system.attr index ae7802120d..13c3836f7c 100644 --- a/validator/sequences/writeback_success/events_system.attr +++ b/validator/sequences/writeback_success/events_system.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_4", + "deviceRegistryId" : "ZZ-TRI-FECTA_7", "projectId" : "localhost", - "transactionId" : "MP:d2e8fde6", - "publishTime" : "2024-11-06T17:34:08Z", + "transactionId" : "MP:7a8cd430", + "publishTime" : "2024-12-17T05:30:25Z", "subFolder" : "system", "subType" : "events" } \ No newline at end of file diff --git a/validator/sequences/writeback_success/events_system.json b/validator/sequences/writeback_success/events_system.json index c9d6c2d8e4..35460ad02a 100644 --- a/validator/sequences/writeback_success/events_system.json +++ b/validator/sequences/writeback_success/events_system.json @@ -1,66 +1,411 @@ { - "event_no" : 5, - "last_config" : "2024-11-06T17:34:06Z", + "event_no" : 4, + "last_config" : "2024-12-17T05:30:24Z", "logentries" : [ { - "message" : "Update state 2024-11-06T17:34:03Z last_config 2024-11-06T17:33:52Z", + "message" : "success", + "category" : "system.config.receive", + "timestamp" : "2024-12-17T05:30:16Z", + "level" : 100 + }, { + "message" : "State update defer -61ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:16Z", + "level" : 100 + }, { + "message" : "Update state 2024-12-17T05:30:16Z last_config 2024-12-17T05:30:12Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:16Z", + "level" : 200 + }, { + "message" : "State update AHU-1 (writeback_success)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:30:16Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-17T05:30:12Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-17T05:29:54Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-11806\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.receive\",\n \"timestamp\" : \"2024-12-17T05:30:16Z\",\n \"level\" : 100\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"60:45:bd:d7:fb:50\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.111\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::6245:bdff:fed7:fb50\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:16Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.parse", + "timestamp" : "2024-12-17T05:30:16Z", + "level" : 100 + }, { + "message" : "Device AHU-1 config handler", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:16Z", + "level" : 200 + }, { + "message" : "Config update AHU-1 (writeback_success)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:30:16Z\",\n \"version\" : \"git-46fef59\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-17T05:29:54Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"writeback_success\",\n \"transaction_id\" : \"RC:229544.0000000a\",\n \"config_base\" : 37\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : { }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:16Z", + "level" : 100 + }, { + "message" : "State update defer 2000ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:16Z", + "level" : 100 + }, { + "message" : "2024-12-17T05:30:16Z received config 2024-12-17T05:30:16Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:16Z", + "level" : 200 + }, { + "message" : "success", + "category" : "system.config.apply", + "timestamp" : "2024-12-17T05:30:16Z", + "level" : 300 + }, { + "message" : "State update defer 1998ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:16Z", + "level" : 100 + }, { + "message" : "State update defer 1998ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:16Z", + "level" : 100 + }, { + "message" : "State update defer 1997ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:16Z", + "level" : 100 + }, { + "message" : "State update defer 1997ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:16Z", + "level" : 100 + }, { + "message" : "State update defer 1997ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:16Z", + "level" : 100 + }, { + "message" : "State update defer 1997ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:16Z", + "level" : 100 + }, { + "message" : "State update defer 0ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:18Z", + "level" : 100 + }, { + "message" : "Update state 2024-12-17T05:30:18Z last_config 2024-12-17T05:30:16Z", "category" : "device.log", - "timestamp" : "2024-11-06T17:34:03Z", + "timestamp" : "2024-12-17T05:30:18Z", + "level" : 200 + }, { + "message" : "State update AHU-1 (writeback_success)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:30:18Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-17T05:30:16Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-17T05:29:54Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-11806\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.apply\",\n \"timestamp\" : \"2024-12-17T05:30:16Z\",\n \"level\" : 300\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"60:45:bd:d7:fb:50\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.111\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::6245:bdff:fed7:fb50\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:18Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.receive", + "timestamp" : "2024-12-17T05:30:20Z", + "level" : 100 + }, { + "message" : "State update defer -110ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:21Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.parse", + "timestamp" : "2024-12-17T05:30:21Z", + "level" : 100 + }, { + "message" : "Update state 2024-12-17T05:30:21Z last_config 2024-12-17T05:30:16Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:21Z", "level" : 200 }, { "message" : "Device AHU-1 config handler", "category" : "device.log", - "timestamp" : "2024-11-06T17:34:03Z", + "timestamp" : "2024-12-17T05:30:21Z", "level" : 200 }, { - "message" : "2024-11-06T17:34:03Z received config 2024-11-06T17:34:03Z", + "message" : "State update AHU-1 (writeback_success)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:30:21Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-17T05:30:16Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-17T05:29:54Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-11806\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.parse\",\n \"timestamp\" : \"2024-12-17T05:30:21Z\",\n \"level\" : 100\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"60:45:bd:d7:fb:50\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.111\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::6245:bdff:fed7:fb50\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"value_state\" : \"applied\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", "category" : "device.log", - "timestamp" : "2024-11-06T17:34:03Z", + "timestamp" : "2024-12-17T05:30:21Z", + "level" : 100 + }, { + "message" : "Config update AHU-1 (writeback_success)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:30:20Z\",\n \"version\" : \"git-46fef59\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-17T05:29:54Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"writeback_success\",\n \"transaction_id\" : \"RC:229544.0000000b\",\n \"config_base\" : 38\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : { }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\",\n \"set_value\" : 98\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:21Z", + "level" : 100 + }, { + "message" : "State update defer 2000ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:21Z", + "level" : 100 + }, { + "message" : "2024-12-17T05:30:21Z received config 2024-12-17T05:30:20Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:21Z", "level" : 200 }, { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-11-06T17:34:03Z", + "timestamp" : "2024-12-17T05:30:21Z", "level" : 300 }, { - "message" : "2024-11-06T17:34:03Z received config 2024-11-06T17:34:03Z", + "message" : "State update defer 1999ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:21Z", + "level" : 100 + }, { + "message" : "State update defer 1998ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:21Z", + "level" : 100 + }, { + "message" : "State update defer 1997ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:21Z", + "level" : 100 + }, { + "message" : "State update defer 1997ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:21Z", + "level" : 100 + }, { + "message" : "State update defer 1997ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:21Z", + "level" : 100 + }, { + "message" : "State update defer 1997ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:21Z", + "level" : 100 + }, { + "message" : "State update defer 1995ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:21Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.receive", + "timestamp" : "2024-12-17T05:30:22Z", + "level" : 100 + }, { + "message" : "State update defer 818ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:22Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.parse", + "timestamp" : "2024-12-17T05:30:22Z", + "level" : 100 + }, { + "message" : "Device AHU-1 config handler", "category" : "device.log", - "timestamp" : "2024-11-06T17:34:03Z", + "timestamp" : "2024-12-17T05:30:22Z", + "level" : 200 + }, { + "message" : "State update defer 818ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:22Z", + "level" : 100 + }, { + "message" : "Config update AHU-1 (writeback_success)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:30:22Z\",\n \"version\" : \"git-46fef59\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-17T05:29:54Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"writeback_success\",\n \"transaction_id\" : \"RC:229544.0000000c\",\n \"config_base\" : 39\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : { }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:22Z", + "level" : 100 + }, { + "message" : "2024-12-17T05:30:22Z received config 2024-12-17T05:30:22Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:22Z", "level" : 200 }, { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-11-06T17:34:03Z", + "timestamp" : "2024-12-17T05:30:22Z", "level" : 300 }, { - "message" : "Update state 2024-11-06T17:34:05Z last_config 2024-11-06T17:34:03Z", + "message" : "State update defer 816ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:22Z", + "level" : 100 + }, { + "message" : "State update defer 816ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:22Z", + "level" : 100 + }, { + "message" : "State update defer 816ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:22Z", + "level" : 100 + }, { + "message" : "State update defer 815ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:22Z", + "level" : 100 + }, { + "message" : "State update defer 0ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:23Z", + "level" : 100 + }, { + "message" : "Update state 2024-12-17T05:30:23Z last_config 2024-12-17T05:30:22Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:23Z", + "level" : 200 + }, { + "message" : "State update AHU-1 (writeback_success)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:30:23Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-17T05:30:22Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-17T05:29:54Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-11806\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.apply\",\n \"timestamp\" : \"2024-12-17T05:30:22Z\",\n \"level\" : 300\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"60:45:bd:d7:fb:50\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.111\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::6245:bdff:fed7:fb50\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:23Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.receive", + "timestamp" : "2024-12-17T05:30:23Z", + "level" : 100 + }, { + "message" : "State update defer 1616ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:23Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.parse", + "timestamp" : "2024-12-17T05:30:23Z", + "level" : 100 + }, { + "message" : "Device AHU-1 config handler", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:23Z", + "level" : 200 + }, { + "message" : "Config update AHU-1 (writeback_success)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:30:23Z\",\n \"version\" : \"git-46fef59\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-17T05:29:54Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"writeback_success\",\n \"transaction_id\" : \"RC:229544.0000000e\",\n \"config_base\" : 40\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : { }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:23Z", + "level" : 100 + }, { + "message" : "2024-12-17T05:30:23Z received config 2024-12-17T05:30:23Z", "category" : "device.log", - "timestamp" : "2024-11-06T17:34:05Z", + "timestamp" : "2024-12-17T05:30:23Z", "level" : 200 + }, { + "message" : "success", + "category" : "system.config.apply", + "timestamp" : "2024-12-17T05:30:23Z", + "level" : 300 + }, { + "message" : "State update defer 1614ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:23Z", + "level" : 100 + }, { + "message" : "State update defer 1614ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:23Z", + "level" : 100 + }, { + "message" : "State update defer 1613ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:23Z", + "level" : 100 + }, { + "message" : "State update defer 1613ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:23Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.receive", + "timestamp" : "2024-12-17T05:30:24Z", + "level" : 100 + }, { + "message" : "State update defer 511ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:24Z", + "level" : 100 + }, { + "message" : "success", + "category" : "system.config.parse", + "timestamp" : "2024-12-17T05:30:24Z", + "level" : 100 }, { "message" : "Device AHU-1 config handler", "category" : "device.log", - "timestamp" : "2024-11-06T17:34:06Z", + "timestamp" : "2024-12-17T05:30:24Z", "level" : 200 }, { - "message" : "2024-11-06T17:34:06Z received config 2024-11-06T17:34:06Z", + "message" : "Config update AHU-1 (writeback_success)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:30:24Z\",\n \"version\" : \"git-46fef59\",\n \"system\" : {\n \"min_loglevel\" : 100,\n \"metrics_rate_sec\" : 10,\n \"operation\" : {\n \"last_start\" : \"2024-12-17T05:29:54Z\"\n },\n \"testing\" : {\n \"sequence_name\" : \"writeback_success\",\n \"transaction_id\" : \"RC:229544.0000000d\",\n \"config_base\" : 41\n }\n },\n \"discovery\" : {\n \"families\" : {\n \"vendor\" : { }\n }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : { },\n \"ipv4\" : { },\n \"vendor\" : { },\n \"bacnet\" : { }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"ref\" : \"BV11.present_value\",\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"ref\" : \"AV12.present_value\",\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", "category" : "device.log", - "timestamp" : "2024-11-06T17:34:06Z", + "timestamp" : "2024-12-17T05:30:24Z", + "level" : 100 + }, { + "message" : "2024-12-17T05:30:24Z received config 2024-12-17T05:30:24Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:24Z", "level" : 200 }, { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-11-06T17:34:06Z", + "timestamp" : "2024-12-17T05:30:24Z", "level" : 300 }, { - "message" : "Update state 2024-11-06T17:34:07Z last_config 2024-11-06T17:34:06Z", + "message" : "State update defer 509ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:24Z", + "level" : 100 + }, { + "message" : "State update defer 509ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:24Z", + "level" : 100 + }, { + "message" : "State update defer 509ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:24Z", + "level" : 100 + }, { + "message" : "State update defer 509ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:24Z", + "level" : 100 + }, { + "message" : "State update defer 508ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:24Z", + "level" : 100 + }, { + "message" : "State update defer 508ms", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:24Z", + "level" : 100 + }, { + "message" : "State update defer 0ms", "category" : "device.log", - "timestamp" : "2024-11-06T17:34:07Z", + "timestamp" : "2024-12-17T05:30:25Z", + "level" : 100 + }, { + "message" : "Update state 2024-12-17T05:30:25Z last_config 2024-12-17T05:30:24Z", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:25Z", "level" : 200 + }, { + "message" : "State update AHU-1 (writeback_success)", + "detail" : "{\n \"timestamp\" : \"2024-12-17T05:30:25Z\",\n \"version\" : \"1.5.2\",\n \"system\" : {\n \"last_config\" : \"2024-12-17T05:30:24Z\",\n \"operation\" : {\n \"operational\" : true,\n \"last_start\" : \"2024-12-17T05:29:54Z\",\n \"restart_count\" : 1,\n \"mode\" : \"initial\"\n },\n \"serial_no\" : \"sequencer-11806\",\n \"hardware\" : {\n \"make\" : \"BOS\",\n \"model\" : \"pubber\"\n },\n \"software\" : {\n \"firmware\" : \"v1\"\n },\n \"status\" : {\n \"message\" : \"success\",\n \"category\" : \"system.config.apply\",\n \"timestamp\" : \"2024-12-17T05:30:24Z\",\n \"level\" : 300\n }\n },\n \"discovery\" : {\n \"families\" : { }\n },\n \"localnet\" : {\n \"families\" : {\n \"ether\" : {\n \"addr\" : \"60:45:bd:d7:fb:50\"\n },\n \"ipv4\" : {\n \"addr\" : \"10.1.0.111\"\n },\n \"ipv6\" : {\n \"addr\" : \"fe80::6245:bdff:fed7:fb50\"\n },\n \"vendor\" : {\n \"addr\" : \"28179023\"\n }\n }\n },\n \"pointset\" : {\n \"points\" : {\n \"filter_alarm_pressure_status\" : {\n \"units\" : \"No-units\"\n },\n \"filter_differential_pressure_setpoint\" : {\n \"units\" : \"Bars\"\n },\n \"filter_differential_pressure_sensor\" : {\n \"units\" : \"Degrees-Celsius\"\n }\n }\n }\n}", + "category" : "device.log", + "timestamp" : "2024-12-17T05:30:25Z", + "level" : 100 } ], "metrics" : { "mem_total_mb" : 254.0, - "mem_free_mb" : 212.99527740478516 + "mem_free_mb" : 211.13581085205078 }, - "timestamp" : "2024-11-06T17:34:08Z", + "timestamp" : "2024-12-17T05:30:25Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/writeback_success/local_discovery.json b/validator/sequences/writeback_success/local_discovery.json new file mode 100644 index 0000000000..4c564e79f0 --- /dev/null +++ b/validator/sequences/writeback_success/local_discovery.json @@ -0,0 +1,5 @@ +{ + "families" : { + "vendor" : { } + } +} \ No newline at end of file diff --git a/validator/sequences/writeback_success/local_localnet.json b/validator/sequences/writeback_success/local_localnet.json index 97598c144b..4b6e825e32 100644 --- a/validator/sequences/writeback_success/local_localnet.json +++ b/validator/sequences/writeback_success/local_localnet.json @@ -3,6 +3,6 @@ "ether" : { }, "ipv4" : { }, "vendor" : { }, - "ipv6" : { } + "bacnet" : { } } } \ No newline at end of file diff --git a/validator/sequences/writeback_success/local_system.json b/validator/sequences/writeback_success/local_system.json index 751be731d0..147b127d06 100644 --- a/validator/sequences/writeback_success/local_system.json +++ b/validator/sequences/writeback_success/local_system.json @@ -1,8 +1,8 @@ { - "min_loglevel" : 200, + "min_loglevel" : 100, "metrics_rate_sec" : 10, "operation" : { - "last_start" : "2024-11-06T17:33:27Z" + "last_start" : "2024-12-17T05:29:54Z" }, "testing" : { "sequence_name" : "writeback_success" diff --git a/validator/sequences/writeback_success/local_update.json b/validator/sequences/writeback_success/local_update.json index 447b5d8a75..2ec9257809 100644 --- a/validator/sequences/writeback_success/local_update.json +++ b/validator/sequences/writeback_success/local_update.json @@ -1,22 +1,27 @@ { - "timestamp" : "2024-11-06T17:34:14Z", - "version" : "@@@cloud udmi version###git-b2a557d", + "timestamp" : "2024-12-17T05:30:27Z", + "version" : "@@@cloud udmi version###git-46fef59", "system" : { - "min_loglevel" : 200, + "min_loglevel" : 100, "metrics_rate_sec" : 10, "operation" : { - "last_start" : "2024-11-06T17:33:27Z" + "last_start" : "2024-12-17T05:29:54Z" }, "testing" : { "sequence_name" : "writeback_success" } }, + "discovery" : { + "families" : { + "vendor" : { } + } + }, "localnet" : { "families" : { "ether" : { }, "ipv4" : { }, "vendor" : { }, - "ipv6" : { } + "bacnet" : { } } }, "pointset" : { diff --git a/validator/sequences/writeback_success/sequence.md b/validator/sequences/writeback_success/sequence.md index d726b39485..032eec130a 100644 --- a/validator/sequences/writeback_success/sequence.md +++ b/validator/sequences/writeback_success/sequence.md @@ -3,10 +3,10 @@ Implements UDMI writeback and can successfully writeback to a point -1. Update config Before target point to have value_state default (null) +1. Update config before target point to have value_state default (null) * Remove `pointset.points.filter_differential_pressure_setpoint.set_value` 1. Wait until target point to have value_state default (null) -1. Update config Before target point to have value_state applied +1. Update config before target point to have value_state applied * Add `pointset.points.filter_differential_pressure_setpoint.set_value` = `60` 1. Wait until target point to have value_state applied 1. Wait until target point to have target expected value diff --git a/validator/sequences/writeback_success/sequencer.log b/validator/sequences/writeback_success/sequencer.log index 7a7bedc477..224f6f15ab 100644 --- a/validator/sequences/writeback_success/sequencer.log +++ b/validator/sequences/writeback_success/sequencer.log @@ -1,1318 +1,2096 @@ -2024-11-06T17:33:54Z NOTICE starting test writeback_success ################################ -2024-11-06T17:33:54Z INFO Stage start waiting for starting test wrapper at 0s -2024-11-06T17:34:02Z DEBUG Allowing device state change (everything) -2024-11-06T17:34:02Z DEBUG Starting reset_config full reset true -2024-11-06T17:34:02Z DEBUG Clear configTransactions and reset device config -2024-11-06T17:34:02Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:34:02Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z -2024-11-06T17:34:02Z DEBUG last_start changed true, last_start 1970-01-01T00:01:13Z -2024-11-06T17:34:02Z DEBUG extraFieldChanged false because extra_field null -2024-11-06T17:34:02Z DEBUG extraFieldChanged true because extra_field reset_config -2024-11-06T17:34:02Z DEBUG Clear configTransactions and reset device config -2024-11-06T17:34:02Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:34:02Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z -2024-11-06T17:34:02Z DEBUG last_start changed true, last_start 1970-01-01T00:01:13Z -2024-11-06T17:34:02Z DEBUG extraFieldChanged true because extra_field null -2024-11-06T17:34:03Z TRACE updated check config_update: true -2024-11-06T17:34:03Z DEBUG update config_update, adding configTransaction RC:4cb417.00000013 -2024-11-06T17:34:03Z TRACE local local_update: { -2024-11-06T17:34:03Z TRACE local local_update: "version" : "@@@cloud udmi version###1.5.2", -2024-11-06T17:34:03Z TRACE local local_update: "system" : { -2024-11-06T17:34:03Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:34:03Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:34:03Z TRACE local local_update: "operation" : { -2024-11-06T17:34:03Z TRACE local local_update: "last_start" : "1970-01-01T00:01:13Z" -2024-11-06T17:34:03Z TRACE local local_update: }, -2024-11-06T17:34:03Z TRACE local local_update: "testing" : { -2024-11-06T17:34:03Z TRACE local local_update: "sequence_name" : "writeback_success" -2024-11-06T17:34:03Z TRACE local local_update: } -2024-11-06T17:34:03Z TRACE local local_update: }, -2024-11-06T17:34:03Z TRACE local local_update: "localnet" : { -2024-11-06T17:34:03Z TRACE local local_update: "families" : { -2024-11-06T17:34:03Z TRACE local local_update: "ether" : { }, -2024-11-06T17:34:03Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:34:03Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:34:03Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:34:03Z TRACE local local_update: } -2024-11-06T17:34:03Z TRACE local local_update: }, -2024-11-06T17:34:03Z TRACE local local_update: "pointset" : { -2024-11-06T17:34:03Z TRACE local local_update: "points" : { -2024-11-06T17:34:03Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:03Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:34:03Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:34:03Z TRACE local local_update: }, -2024-11-06T17:34:03Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:34:03Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:34:03Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:34:03Z TRACE local local_update: }, -2024-11-06T17:34:03Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:03Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:34:03Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:34:03Z TRACE local local_update: } -2024-11-06T17:34:03Z TRACE local local_update: } -2024-11-06T17:34:03Z TRACE local local_update: } -2024-11-06T17:34:03Z TRACE local local_update: } -2024-11-06T17:34:03Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:34:03Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-11-06T17:34:03Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:34:03Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-11-06T17:34:03Z DEBUG Saving pre-config state timestamp null -2024-11-06T17:34:03Z DEBUG Update lastConfigUpdate 2024-11-06T17:34:03Z, because soft reset -2024-11-06T17:34:03Z TRACE Stage suspend waiting for starting test wrapper at 9s -2024-11-06T17:34:03Z INFO Stage start waiting for config update synchronized at 9s -2024-11-06T17:34:03Z TRACE received command AHU-1/state/discovery -2024-11-06T17:34:03Z TRACE received state_discovery: { -2024-11-06T17:34:03Z TRACE received state_discovery: "timestamp" : "2024-11-06T17:33:53Z", -2024-11-06T17:34:03Z TRACE received state_discovery: "version" : "1.5.2" -2024-11-06T17:34:03Z TRACE received state_discovery: } -2024-11-06T17:34:03Z DEBUG Handling device message state_discovery MP:c238b887-1 -2024-11-06T17:34:03Z TRACE Ignoring partial state update -2024-11-06T17:34:03Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:34:03Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-11-06T17:34:03Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:34:03Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-06T17:34:03Z TRACE received command AHU-1/state/localnet -2024-11-06T17:34:03Z TRACE received state_localnet: { -2024-11-06T17:34:03Z TRACE received state_localnet: "families" : { -2024-11-06T17:34:03Z TRACE received state_localnet: "ether" : { -2024-11-06T17:34:03Z TRACE received state_localnet: "addr" : "7c:1e:52:14:69:d9" -2024-11-06T17:34:03Z TRACE received state_localnet: }, -2024-11-06T17:34:03Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:34:03Z TRACE received state_localnet: "addr" : "10.1.0.144" -2024-11-06T17:34:03Z TRACE received state_localnet: }, -2024-11-06T17:34:03Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:34:03Z TRACE received state_localnet: "addr" : "fe80::7e1e:52ff:fe14:69d9" -2024-11-06T17:34:03Z TRACE received state_localnet: }, -2024-11-06T17:34:03Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:34:03Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:34:03Z TRACE received state_localnet: } -2024-11-06T17:34:03Z TRACE received state_localnet: }, -2024-11-06T17:34:03Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:33:53Z", -2024-11-06T17:34:03Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:34:03Z TRACE received state_localnet: } -2024-11-06T17:34:03Z DEBUG Handling device message state_localnet MP:c238b887-2 -2024-11-06T17:34:03Z TRACE Ignoring partial state update -2024-11-06T17:34:03Z TRACE received command AHU-1/state/pointset -2024-11-06T17:34:03Z TRACE received state_pointset: { -2024-11-06T17:34:03Z TRACE received state_pointset: "points" : { -2024-11-06T17:34:03Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:34:03Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:34:03Z TRACE received state_pointset: }, -2024-11-06T17:34:03Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:03Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:34:03Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:34:03Z TRACE received state_pointset: }, -2024-11-06T17:34:03Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:03Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:34:03Z TRACE received state_pointset: } -2024-11-06T17:34:03Z TRACE received state_pointset: }, -2024-11-06T17:34:03Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:33:53Z", -2024-11-06T17:34:03Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:34:03Z TRACE received state_pointset: } -2024-11-06T17:34:03Z DEBUG Handling device message state_pointset MP:c238b887-3 -2024-11-06T17:34:03Z TRACE Ignoring partial state update -2024-11-06T17:34:03Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:34:03Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-11-06T17:34:03Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:34:03Z TRACE received command AHU-1/events/pointset -2024-11-06T17:34:03Z TRACE received events_pointset: { -2024-11-06T17:34:03Z TRACE received events_pointset: "points" : { -2024-11-06T17:34:03Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:34:03Z TRACE received events_pointset: "present_value" : true -2024-11-06T17:34:03Z TRACE received events_pointset: }, -2024-11-06T17:34:03Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:03Z TRACE received events_pointset: "present_value" : 98 -2024-11-06T17:34:03Z TRACE received events_pointset: }, -2024-11-06T17:34:03Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:03Z TRACE received events_pointset: "present_value" : 8 -2024-11-06T17:34:03Z TRACE received events_pointset: } -2024-11-06T17:34:03Z TRACE received events_pointset: }, -2024-11-06T17:34:03Z TRACE received events_pointset: "timestamp" : "2024-11-06T17:33:58Z", -2024-11-06T17:34:03Z TRACE received events_pointset: "version" : "1.5.2" -2024-11-06T17:34:03Z TRACE received events_pointset: } -2024-11-06T17:34:03Z DEBUG Handling device message events_pointset MP:3eba90d2 -2024-11-06T17:34:03Z TRACE received command AHU-1/events/system -2024-11-06T17:34:03Z DEBUG received events_system 2024-11-06T17:33:48Z INFO device.log: 2024-11-06T17:33:48Z received config 2024-11-06T17:33:48Z -2024-11-06T17:34:03Z DEBUG received events_system 2024-11-06T17:33:48Z NOTICE system.config.apply: success -2024-11-06T17:34:03Z DEBUG received events_system 2024-11-06T17:33:48Z INFO device.log: Device AHU-1 config handler -2024-11-06T17:34:03Z DEBUG received events_system 2024-11-06T17:33:48Z INFO device.log: 2024-11-06T17:33:48Z received config 2024-11-06T17:33:48Z -2024-11-06T17:34:03Z DEBUG received events_system 2024-11-06T17:33:48Z NOTICE system.config.apply: success -2024-11-06T17:34:03Z DEBUG received events_system 2024-11-06T17:33:49Z INFO device.log: Update state 2024-11-06T17:33:49Z last_config 2024-11-06T17:33:48Z -2024-11-06T17:34:03Z DEBUG received events_system 2024-11-06T17:33:50Z INFO device.log: 2024-11-06T17:33:50Z received config 2024-11-06T17:33:50Z -2024-11-06T17:34:03Z DEBUG received events_system 2024-11-06T17:33:50Z INFO device.log: Discovery enumeration at 2024-11-06T17:33:49Z -2024-11-06T17:34:03Z DEBUG received events_system 2024-11-06T17:33:50Z NOTICE system.config.apply: success -2024-11-06T17:34:03Z DEBUG received events_system 2024-11-06T17:33:51Z INFO device.log: Update state 2024-11-06T17:33:51Z last_config 2024-11-06T17:33:50Z -2024-11-06T17:34:03Z DEBUG received events_system 2024-11-06T17:33:52Z INFO device.log: Device AHU-1 config handler -2024-11-06T17:34:03Z DEBUG received events_system 2024-11-06T17:33:52Z INFO device.log: 2024-11-06T17:33:52Z received config 2024-11-06T17:33:52Z -2024-11-06T17:34:03Z DEBUG received events_system 2024-11-06T17:33:52Z NOTICE system.config.apply: success -2024-11-06T17:34:03Z DEBUG received events_system 2024-11-06T17:33:53Z INFO device.log: Update state 2024-11-06T17:33:53Z last_config 2024-11-06T17:33:52Z -2024-11-06T17:34:03Z DEBUG Handling device message events_system MP:872ce2b8 -2024-11-06T17:34:03Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:34:03Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null -2024-11-06T17:34:03Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null -2024-11-06T17:34:03Z TRACE received command AHU-1/state/update -2024-11-06T17:34:03Z DEBUG received state_update -2024-11-06T17:34:03Z DEBUG Handling update message state_update MP:9cedde86 -2024-11-06T17:34:03Z DEBUG Updated state after 0s 2024-11-06T17:34:03Z MP:9cedde86 -2024-11-06T17:34:03Z INFO Updated state #011: Changed 4 fields: -2024-11-06T17:34:03Z INFO Updated state #011: Set `system.status.level` = `100` -2024-11-06T17:34:03Z INFO Updated state #011: Set `system.status.category` = `system.config.parse` -2024-11-06T17:34:03Z INFO Updated state #011: Set `system.status.timestamp` = `2024-11-06T17:34:03Z` -2024-11-06T17:34:03Z INFO Updated state #011: Set `timestamp` = `2024-11-06T17:34:03Z` -2024-11-06T17:34:03Z NOTICE Received serial number sequencer-10139 -2024-11-06T17:34:03Z DEBUG Updated state has last_config 2024-11-06T17:33:52Z (expecting null) -2024-11-06T17:34:03Z TRACE received command AHU-1/config/update -2024-11-06T17:34:03Z DEBUG received config_update -2024-11-06T17:34:03Z DEBUG Handling update message config_update RC:4cb417.00000013 -2024-11-06T17:34:03Z DEBUG Removed configTransaction RC:4cb417.00000013 -2024-11-06T17:34:03Z DEBUG last_start changed false, last_start 1970-01-01T00:01:13Z -2024-11-06T17:34:03Z DEBUG Updated config 2024-11-06T17:34:03Z RC:4cb417.00000013 -2024-11-06T17:34:03Z INFO Updated config #011: Changed 2 fields: -2024-11-06T17:34:03Z INFO Updated config #011: Set `system.testing.sequence_name` = `writeback_success` -2024-11-06T17:34:03Z INFO Updated config #011: Remove `discovery` -2024-11-06T17:34:03Z DEBUG Detail config update synchronized is now: last_start not synced in config, last_config not synced in state -2024-11-06T17:34:03Z TRACE received command AHU-1/state/system -2024-11-06T17:34:03Z TRACE received state_system: { -2024-11-06T17:34:03Z TRACE received state_system: "hardware" : { -2024-11-06T17:34:03Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:34:03Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:34:03Z TRACE received state_system: }, -2024-11-06T17:34:03Z TRACE received state_system: "last_config" : "2024-11-06T17:33:52Z", -2024-11-06T17:34:03Z TRACE received state_system: "operation" : { -2024-11-06T17:34:03Z TRACE received state_system: "operational" : true, -2024-11-06T17:34:03Z TRACE received state_system: "last_start" : "2024-11-06T17:33:27Z", -2024-11-06T17:34:03Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:34:03Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:34:03Z TRACE received state_system: }, -2024-11-06T17:34:03Z TRACE received state_system: "serial_no" : "sequencer-10139", -2024-11-06T17:34:03Z TRACE received state_system: "software" : { -2024-11-06T17:34:03Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:34:03Z TRACE received state_system: }, -2024-11-06T17:34:03Z TRACE received state_system: "status" : { -2024-11-06T17:34:03Z TRACE received state_system: "message" : "success", -2024-11-06T17:34:03Z TRACE received state_system: "category" : "system.config.parse", -2024-11-06T17:34:03Z TRACE received state_system: "timestamp" : "2024-11-06T17:34:03Z", -2024-11-06T17:34:03Z TRACE received state_system: "level" : 100 -2024-11-06T17:34:03Z TRACE received state_system: }, -2024-11-06T17:34:03Z TRACE received state_system: "timestamp" : "2024-11-06T17:34:03Z", -2024-11-06T17:34:03Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:34:03Z TRACE received state_system: } -2024-11-06T17:34:03Z DEBUG Handling device message state_system MP:9cedde86-0 -2024-11-06T17:34:03Z TRACE Ignoring partial state update -2024-11-06T17:34:03Z TRACE received command AHU-1/state/discovery -2024-11-06T17:34:03Z TRACE received state_discovery: { -2024-11-06T17:34:03Z TRACE received state_discovery: "timestamp" : "2024-11-06T17:34:03Z", -2024-11-06T17:34:03Z TRACE received state_discovery: "version" : "1.5.2" -2024-11-06T17:34:03Z TRACE received state_discovery: } -2024-11-06T17:34:03Z DEBUG Handling device message state_discovery MP:9cedde86-1 -2024-11-06T17:34:03Z TRACE Ignoring partial state update -2024-11-06T17:34:03Z TRACE received command AHU-1/state/localnet -2024-11-06T17:34:03Z TRACE received state_localnet: { -2024-11-06T17:34:03Z TRACE received state_localnet: "families" : { -2024-11-06T17:34:03Z TRACE received state_localnet: "ether" : { -2024-11-06T17:34:03Z TRACE received state_localnet: "addr" : "7c:1e:52:14:69:d9" -2024-11-06T17:34:03Z TRACE received state_localnet: }, -2024-11-06T17:34:03Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:34:03Z TRACE received state_localnet: "addr" : "10.1.0.144" -2024-11-06T17:34:03Z TRACE received state_localnet: }, -2024-11-06T17:34:03Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:34:03Z TRACE received state_localnet: "addr" : "fe80::7e1e:52ff:fe14:69d9" -2024-11-06T17:34:03Z TRACE received state_localnet: }, -2024-11-06T17:34:03Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:34:03Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:34:03Z TRACE received state_localnet: } -2024-11-06T17:34:03Z TRACE received state_localnet: }, -2024-11-06T17:34:03Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:34:03Z", -2024-11-06T17:34:03Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:34:03Z TRACE received state_localnet: } -2024-11-06T17:34:03Z DEBUG Handling device message state_localnet MP:9cedde86-2 -2024-11-06T17:34:03Z TRACE Ignoring partial state update -2024-11-06T17:34:03Z TRACE received command AHU-1/state/pointset -2024-11-06T17:34:03Z TRACE received state_pointset: { -2024-11-06T17:34:03Z TRACE received state_pointset: "points" : { -2024-11-06T17:34:03Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:34:03Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:34:03Z TRACE received state_pointset: }, -2024-11-06T17:34:03Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:03Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:34:03Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:34:03Z TRACE received state_pointset: }, -2024-11-06T17:34:03Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:03Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:34:03Z TRACE received state_pointset: } -2024-11-06T17:34:03Z TRACE received state_pointset: }, -2024-11-06T17:34:03Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:34:03Z", -2024-11-06T17:34:03Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:34:03Z TRACE received state_pointset: } -2024-11-06T17:34:03Z DEBUG Handling device message state_pointset MP:9cedde86-3 -2024-11-06T17:34:03Z TRACE Ignoring partial state update -2024-11-06T17:34:03Z TRACE received command AHU-1/config/update -2024-11-06T17:34:03Z DEBUG received config_update -2024-11-06T17:34:03Z DEBUG Handling update message config_update MP:9cedde86 -2024-11-06T17:34:03Z DEBUG last_start changed true, last_start 2024-11-06T17:33:27Z -2024-11-06T17:34:03Z DEBUG Updated config 2024-11-06T17:34:03Z MP:9cedde86 -2024-11-06T17:34:03Z INFO Updated config #012: Changed 0 fields. -2024-11-06T17:34:05Z TRACE received command AHU-1/state/update -2024-11-06T17:34:05Z DEBUG received state_update -2024-11-06T17:34:05Z DEBUG Handling update message state_update MP:430a9105 -2024-11-06T17:34:05Z DEBUG Updated state after 0s 2024-11-06T17:34:05Z MP:430a9105 -2024-11-06T17:34:05Z INFO Updated state #012: Changed 5 fields: -2024-11-06T17:34:05Z INFO Updated state #012: Set `system.last_config` = `2024-11-06T17:34:03Z` -2024-11-06T17:34:05Z INFO Updated state #012: Set `system.status.level` = `300` -2024-11-06T17:34:05Z INFO Updated state #012: Set `system.status.category` = `system.config.apply` -2024-11-06T17:34:05Z INFO Updated state #012: Set `timestamp` = `2024-11-06T17:34:05Z` -2024-11-06T17:34:05Z INFO Updated state #012: Remove `discovery` -2024-11-06T17:34:05Z DEBUG Updated state has last_config 2024-11-06T17:34:03Z (expecting 2024-11-06T17:34:03Z) -2024-11-06T17:34:05Z DEBUG Detail config update synchronized is now: null -2024-11-06T17:34:05Z DEBUG Stage finished waiting for config update synchronized at 11s after 2s -2024-11-06T17:34:05Z TRACE Stage resume waiting for starting test wrapper at 11s -2024-11-06T17:34:05Z DEBUG Config sync took 2s -2024-11-06T17:34:05Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:34:05Z DEBUG Update config soft reset timestamp 2024-11-06T17:34:03Z -2024-11-06T17:34:05Z TRACE local local_update: { -2024-11-06T17:34:05Z TRACE local local_update: "timestamp" : "2024-11-06T17:34:03Z", -2024-11-06T17:34:05Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:34:05Z TRACE local local_update: "system" : { -2024-11-06T17:34:05Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:34:05Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:34:05Z TRACE local local_update: "operation" : { -2024-11-06T17:34:05Z TRACE local local_update: "last_start" : "2024-11-06T17:33:27Z" -2024-11-06T17:34:05Z TRACE local local_update: }, -2024-11-06T17:34:05Z TRACE local local_update: "testing" : { -2024-11-06T17:34:05Z TRACE local local_update: "sequence_name" : "writeback_success" -2024-11-06T17:34:05Z TRACE local local_update: } -2024-11-06T17:34:05Z TRACE local local_update: }, -2024-11-06T17:34:05Z TRACE local local_update: "localnet" : { -2024-11-06T17:34:05Z TRACE local local_update: "families" : { -2024-11-06T17:34:05Z TRACE local local_update: "ether" : { }, -2024-11-06T17:34:05Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:34:05Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:34:05Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:34:05Z TRACE local local_update: } -2024-11-06T17:34:05Z TRACE local local_update: }, -2024-11-06T17:34:05Z TRACE local local_update: "pointset" : { -2024-11-06T17:34:05Z TRACE local local_update: "points" : { -2024-11-06T17:34:05Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:05Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:34:05Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:34:05Z TRACE local local_update: }, -2024-11-06T17:34:05Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:34:05Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:34:05Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:34:05Z TRACE local local_update: }, -2024-11-06T17:34:05Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:05Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:34:05Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:34:05Z TRACE local local_update: } -2024-11-06T17:34:05Z TRACE local local_update: } -2024-11-06T17:34:05Z TRACE local local_update: } -2024-11-06T17:34:05Z TRACE local local_update: } -2024-11-06T17:34:05Z TRACE Update config soft reset: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } -2024-11-06T17:34:05Z TRACE Update config soft reset: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "ipv6": { } } } -2024-11-06T17:34:05Z TRACE Update config soft reset: Add `timestamp` = `generated timestamp` -2024-11-06T17:34:05Z DEBUG Done with reset_config -2024-11-06T17:34:05Z TRACE Stage suspend waiting for starting test wrapper at 11s -2024-11-06T17:34:05Z INFO Stage start waiting for config update synchronized at 11s -2024-11-06T17:34:05Z TRACE received command AHU-1/state/system -2024-11-06T17:34:05Z TRACE received state_system: { -2024-11-06T17:34:05Z TRACE received state_system: "hardware" : { -2024-11-06T17:34:05Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:34:05Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:34:05Z TRACE received state_system: }, -2024-11-06T17:34:05Z TRACE received state_system: "last_config" : "2024-11-06T17:34:03Z", -2024-11-06T17:34:05Z TRACE received state_system: "operation" : { -2024-11-06T17:34:05Z TRACE received state_system: "operational" : true, -2024-11-06T17:34:05Z TRACE received state_system: "last_start" : "2024-11-06T17:33:27Z", -2024-11-06T17:34:05Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:34:05Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:34:05Z TRACE received state_system: }, -2024-11-06T17:34:05Z TRACE received state_system: "serial_no" : "sequencer-10139", -2024-11-06T17:34:05Z TRACE received state_system: "software" : { -2024-11-06T17:34:05Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:34:05Z TRACE received state_system: }, -2024-11-06T17:34:05Z TRACE received state_system: "status" : { -2024-11-06T17:34:05Z TRACE received state_system: "message" : "success", -2024-11-06T17:34:05Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:34:05Z TRACE received state_system: "timestamp" : "2024-11-06T17:34:03Z", -2024-11-06T17:34:05Z TRACE received state_system: "level" : 300 -2024-11-06T17:34:05Z TRACE received state_system: }, -2024-11-06T17:34:05Z TRACE received state_system: "timestamp" : "2024-11-06T17:34:05Z", -2024-11-06T17:34:05Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:34:05Z TRACE received state_system: } -2024-11-06T17:34:05Z DEBUG Handling device message state_system MP:430a9105-0 -2024-11-06T17:34:05Z TRACE Ignoring partial state update -2024-11-06T17:34:05Z DEBUG Stage finished waiting for config update synchronized at 11s after 0s -2024-11-06T17:34:05Z TRACE Stage resume waiting for starting test wrapper at 11s -2024-11-06T17:34:05Z DEBUG Config sync took 2s -2024-11-06T17:34:05Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:34:05Z DEBUG Disallowing device state change (everything) -2024-11-06T17:34:06Z TRACE updated check config_update: true -2024-11-06T17:34:06Z DEBUG update config_update, adding configTransaction RC:4cb417.00000014 -2024-11-06T17:34:06Z TRACE local local_update: { -2024-11-06T17:34:06Z TRACE local local_update: "timestamp" : "2024-11-06T17:34:03Z", -2024-11-06T17:34:06Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:34:06Z TRACE local local_update: "system" : { -2024-11-06T17:34:06Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:34:06Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:34:06Z TRACE local local_update: "operation" : { -2024-11-06T17:34:06Z TRACE local local_update: "last_start" : "2024-11-06T17:33:27Z" -2024-11-06T17:34:06Z TRACE local local_update: }, -2024-11-06T17:34:06Z TRACE local local_update: "testing" : { -2024-11-06T17:34:06Z TRACE local local_update: "sequence_name" : "writeback_success" -2024-11-06T17:34:06Z TRACE local local_update: } -2024-11-06T17:34:06Z TRACE local local_update: }, -2024-11-06T17:34:06Z TRACE local local_update: "localnet" : { -2024-11-06T17:34:06Z TRACE local local_update: "families" : { -2024-11-06T17:34:06Z TRACE local local_update: "ether" : { }, -2024-11-06T17:34:06Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:34:06Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:34:06Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:34:06Z TRACE local local_update: } -2024-11-06T17:34:06Z TRACE local local_update: }, -2024-11-06T17:34:06Z TRACE local local_update: "pointset" : { -2024-11-06T17:34:06Z TRACE local local_update: "points" : { -2024-11-06T17:34:06Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:06Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:34:06Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:34:06Z TRACE local local_update: }, -2024-11-06T17:34:06Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:34:06Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:34:06Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:34:06Z TRACE local local_update: }, -2024-11-06T17:34:06Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:06Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:34:06Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:34:06Z TRACE local local_update: } -2024-11-06T17:34:06Z TRACE local local_update: } -2024-11-06T17:34:06Z TRACE local local_update: } -2024-11-06T17:34:06Z TRACE local local_update: } -2024-11-06T17:34:06Z DEBUG Saving pre-config state timestamp 2024-11-06T17:34:05Z -2024-11-06T17:34:06Z DEBUG Update lastConfigUpdate 2024-11-06T17:34:06Z, because initial setup -2024-11-06T17:34:06Z TRACE Stage suspend waiting for starting test wrapper at 12s -2024-11-06T17:34:06Z INFO Stage start waiting for config update synchronized at 12s -2024-11-06T17:34:06Z TRACE received command AHU-1/state/localnet -2024-11-06T17:34:06Z TRACE received state_localnet: { -2024-11-06T17:34:06Z TRACE received state_localnet: "families" : { -2024-11-06T17:34:06Z TRACE received state_localnet: "ether" : { -2024-11-06T17:34:06Z TRACE received state_localnet: "addr" : "7c:1e:52:14:69:d9" -2024-11-06T17:34:06Z TRACE received state_localnet: }, -2024-11-06T17:34:06Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:34:06Z TRACE received state_localnet: "addr" : "10.1.0.144" -2024-11-06T17:34:06Z TRACE received state_localnet: }, -2024-11-06T17:34:06Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:34:06Z TRACE received state_localnet: "addr" : "fe80::7e1e:52ff:fe14:69d9" -2024-11-06T17:34:06Z TRACE received state_localnet: }, -2024-11-06T17:34:06Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:34:06Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:34:06Z TRACE received state_localnet: } -2024-11-06T17:34:06Z TRACE received state_localnet: }, -2024-11-06T17:34:06Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:34:05Z", -2024-11-06T17:34:06Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:34:06Z TRACE received state_localnet: } -2024-11-06T17:34:06Z DEBUG Handling device message state_localnet MP:430a9105-1 -2024-11-06T17:34:06Z TRACE Ignoring partial state update -2024-11-06T17:34:06Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-06T17:34:06Z TRACE received command AHU-1/state/pointset -2024-11-06T17:34:06Z TRACE received state_pointset: { -2024-11-06T17:34:06Z TRACE received state_pointset: "points" : { -2024-11-06T17:34:06Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:34:06Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:34:06Z TRACE received state_pointset: }, -2024-11-06T17:34:06Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:06Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:34:06Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:34:06Z TRACE received state_pointset: }, -2024-11-06T17:34:06Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:06Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:34:06Z TRACE received state_pointset: } -2024-11-06T17:34:06Z TRACE received state_pointset: }, -2024-11-06T17:34:06Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:34:05Z", -2024-11-06T17:34:06Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:34:06Z TRACE received state_pointset: } -2024-11-06T17:34:06Z DEBUG Handling device message state_pointset MP:430a9105-2 -2024-11-06T17:34:06Z TRACE Ignoring partial state update -2024-11-06T17:34:06Z TRACE received command AHU-1/config/update -2024-11-06T17:34:06Z DEBUG received config_update -2024-11-06T17:34:06Z DEBUG Handling update message config_update RC:4cb417.00000014 -2024-11-06T17:34:06Z DEBUG Removed configTransaction RC:4cb417.00000014 -2024-11-06T17:34:06Z DEBUG last_start changed false, last_start 2024-11-06T17:33:27Z -2024-11-06T17:34:06Z DEBUG Updated config 2024-11-06T17:34:06Z RC:4cb417.00000014 -2024-11-06T17:34:06Z INFO Updated config #013: Changed 0 fields. -2024-11-06T17:34:06Z DEBUG Detail config update synchronized is now: device state not updated since config issued, last_config not synced in state -2024-11-06T17:34:07Z TRACE received command AHU-1/state/update -2024-11-06T17:34:07Z DEBUG received state_update -2024-11-06T17:34:07Z DEBUG Handling update message state_update MP:ab6b53c5 -2024-11-06T17:34:07Z DEBUG Updated state after 0s 2024-11-06T17:34:07Z MP:ab6b53c5 -2024-11-06T17:34:07Z INFO Updated state #013: Changed 3 fields: -2024-11-06T17:34:07Z INFO Updated state #013: Set `system.last_config` = `2024-11-06T17:34:06Z` -2024-11-06T17:34:07Z INFO Updated state #013: Set `system.status.timestamp` = `2024-11-06T17:34:06Z` -2024-11-06T17:34:07Z INFO Updated state #013: Set `timestamp` = `2024-11-06T17:34:07Z` -2024-11-06T17:34:07Z DEBUG Updated state has last_config 2024-11-06T17:34:06Z (expecting 2024-11-06T17:34:06Z) -2024-11-06T17:34:07Z TRACE received command AHU-1/state/system -2024-11-06T17:34:07Z TRACE received state_system: { -2024-11-06T17:34:07Z TRACE received state_system: "hardware" : { -2024-11-06T17:34:07Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:34:07Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:34:07Z TRACE received state_system: }, -2024-11-06T17:34:07Z TRACE received state_system: "last_config" : "2024-11-06T17:34:06Z", -2024-11-06T17:34:07Z TRACE received state_system: "operation" : { -2024-11-06T17:34:07Z TRACE received state_system: "operational" : true, -2024-11-06T17:34:07Z TRACE received state_system: "last_start" : "2024-11-06T17:33:27Z", -2024-11-06T17:34:07Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:34:07Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:34:07Z TRACE received state_system: }, -2024-11-06T17:34:07Z TRACE received state_system: "serial_no" : "sequencer-10139", -2024-11-06T17:34:07Z TRACE received state_system: "software" : { -2024-11-06T17:34:07Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:34:07Z TRACE received state_system: }, -2024-11-06T17:34:07Z TRACE received state_system: "status" : { -2024-11-06T17:34:07Z TRACE received state_system: "message" : "success", -2024-11-06T17:34:07Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:34:07Z TRACE received state_system: "timestamp" : "2024-11-06T17:34:06Z", -2024-11-06T17:34:07Z TRACE received state_system: "level" : 300 -2024-11-06T17:34:07Z TRACE received state_system: }, -2024-11-06T17:34:07Z TRACE received state_system: "timestamp" : "2024-11-06T17:34:07Z", -2024-11-06T17:34:07Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:34:07Z TRACE received state_system: } -2024-11-06T17:34:07Z DEBUG Handling device message state_system MP:ab6b53c5-0 -2024-11-06T17:34:07Z TRACE Ignoring partial state update -2024-11-06T17:34:07Z DEBUG Detail config update synchronized is now: null -2024-11-06T17:34:07Z DEBUG Stage finished waiting for config update synchronized at 13s after 0s -2024-11-06T17:34:07Z TRACE Stage resume waiting for starting test wrapper at 13s -2024-11-06T17:34:07Z DEBUG Config sync took 1s -2024-11-06T17:34:07Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:34:07Z DEBUG Update config initial setup timestamp 2024-11-06T17:34:06Z -2024-11-06T17:34:07Z TRACE local local_update: { -2024-11-06T17:34:07Z TRACE local local_update: "timestamp" : "2024-11-06T17:34:06Z", -2024-11-06T17:34:07Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:34:07Z TRACE local local_update: "system" : { -2024-11-06T17:34:07Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:34:07Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:34:07Z TRACE local local_update: "operation" : { -2024-11-06T17:34:07Z TRACE local local_update: "last_start" : "2024-11-06T17:33:27Z" -2024-11-06T17:34:07Z TRACE local local_update: }, -2024-11-06T17:34:07Z TRACE local local_update: "testing" : { -2024-11-06T17:34:07Z TRACE local local_update: "sequence_name" : "writeback_success" -2024-11-06T17:34:07Z TRACE local local_update: } -2024-11-06T17:34:07Z TRACE local local_update: }, -2024-11-06T17:34:07Z TRACE local local_update: "localnet" : { -2024-11-06T17:34:07Z TRACE local local_update: "families" : { -2024-11-06T17:34:07Z TRACE local local_update: "ether" : { }, -2024-11-06T17:34:07Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:34:07Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:34:07Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:34:07Z TRACE local local_update: } -2024-11-06T17:34:07Z TRACE local local_update: }, -2024-11-06T17:34:07Z TRACE local local_update: "pointset" : { -2024-11-06T17:34:07Z TRACE local local_update: "points" : { -2024-11-06T17:34:07Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:07Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:34:07Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:34:07Z TRACE local local_update: }, -2024-11-06T17:34:07Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:34:07Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:34:07Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:34:07Z TRACE local local_update: }, -2024-11-06T17:34:07Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:07Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:34:07Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:34:07Z TRACE local local_update: } -2024-11-06T17:34:07Z TRACE local local_update: } -2024-11-06T17:34:07Z TRACE local local_update: } -2024-11-06T17:34:07Z TRACE local local_update: } -2024-11-06T17:34:07Z DEBUG Stale state cutoff threshold is 2024-11-06T17:33:29Z -2024-11-06T17:34:07Z DEBUG Waiting for device stateTransaction RC:4cb417.00000015 (was null) -2024-11-06T17:34:07Z TRACE Stage suspend waiting for starting test wrapper at 13s -2024-11-06T17:34:07Z INFO Stage start waiting for state query at 13s -2024-11-06T17:34:07Z TRACE received command AHU-1/state/localnet -2024-11-06T17:34:07Z TRACE received state_localnet: { -2024-11-06T17:34:07Z TRACE received state_localnet: "families" : { -2024-11-06T17:34:07Z TRACE received state_localnet: "ether" : { -2024-11-06T17:34:07Z TRACE received state_localnet: "addr" : "7c:1e:52:14:69:d9" -2024-11-06T17:34:07Z TRACE received state_localnet: }, -2024-11-06T17:34:07Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:34:07Z TRACE received state_localnet: "addr" : "10.1.0.144" -2024-11-06T17:34:07Z TRACE received state_localnet: }, -2024-11-06T17:34:07Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:34:07Z TRACE received state_localnet: "addr" : "fe80::7e1e:52ff:fe14:69d9" -2024-11-06T17:34:07Z TRACE received state_localnet: }, -2024-11-06T17:34:07Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:34:07Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:34:07Z TRACE received state_localnet: } -2024-11-06T17:34:07Z TRACE received state_localnet: }, -2024-11-06T17:34:07Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:34:07Z", -2024-11-06T17:34:07Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:34:07Z TRACE received state_localnet: } -2024-11-06T17:34:07Z DEBUG Handling device message state_localnet MP:ab6b53c5-1 -2024-11-06T17:34:07Z TRACE Ignoring partial state update -2024-11-06T17:34:07Z TRACE received command AHU-1/state/pointset -2024-11-06T17:34:07Z TRACE received state_pointset: { -2024-11-06T17:34:07Z TRACE received state_pointset: "points" : { -2024-11-06T17:34:07Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:34:07Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:34:07Z TRACE received state_pointset: }, -2024-11-06T17:34:07Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:07Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:34:07Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:34:07Z TRACE received state_pointset: }, -2024-11-06T17:34:07Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:07Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:34:07Z TRACE received state_pointset: } -2024-11-06T17:34:07Z TRACE received state_pointset: }, -2024-11-06T17:34:07Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:34:07Z", -2024-11-06T17:34:07Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:34:07Z TRACE received state_pointset: } -2024-11-06T17:34:07Z DEBUG Handling device message state_pointset MP:ab6b53c5-2 -2024-11-06T17:34:07Z TRACE Ignoring partial state update -2024-11-06T17:34:07Z TRACE received command AHU-1/state/update -2024-11-06T17:34:07Z DEBUG received state_update -2024-11-06T17:34:07Z INFO Received device configAcked -2024-11-06T17:34:07Z DEBUG Handling update message state_update RC:4cb417.00000015 -2024-11-06T17:34:07Z DEBUG Removed stateTransaction RC:4cb417.00000015 -2024-11-06T17:34:07Z DEBUG Updated state after 0s 2024-11-06T17:34:07Z RC:4cb417.00000015 -2024-11-06T17:34:07Z INFO Updated state #014: Changed 0 fields. -2024-11-06T17:34:07Z DEBUG Updated state has last_config 2024-11-06T17:34:06Z (expecting 2024-11-06T17:34:06Z) -2024-11-06T17:34:07Z DEBUG Stage finished waiting for state query at 13s after 0s -2024-11-06T17:34:07Z TRACE Stage resume waiting for starting test wrapper at 13s -2024-11-06T17:34:07Z TRACE Stage suspend waiting for starting test wrapper at 13s -2024-11-06T17:34:07Z INFO Stage start waiting for initial device state at 13s -2024-11-06T17:34:08Z TRACE updated check config_update: true -2024-11-06T17:34:08Z DEBUG update config_update, adding configTransaction RC:4cb417.00000016 -2024-11-06T17:34:08Z TRACE local local_update: { -2024-11-06T17:34:08Z TRACE local local_update: "timestamp" : "2024-11-06T17:34:06Z", -2024-11-06T17:34:08Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:34:08Z TRACE local local_update: "system" : { -2024-11-06T17:34:08Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:34:08Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:34:08Z TRACE local local_update: "operation" : { -2024-11-06T17:34:08Z TRACE local local_update: "last_start" : "2024-11-06T17:33:27Z" -2024-11-06T17:34:08Z TRACE local local_update: }, -2024-11-06T17:34:08Z TRACE local local_update: "testing" : { -2024-11-06T17:34:08Z TRACE local local_update: "sequence_name" : "writeback_success" -2024-11-06T17:34:08Z TRACE local local_update: } -2024-11-06T17:34:08Z TRACE local local_update: }, -2024-11-06T17:34:08Z TRACE local local_update: "localnet" : { -2024-11-06T17:34:08Z TRACE local local_update: "families" : { -2024-11-06T17:34:08Z TRACE local local_update: "ether" : { }, -2024-11-06T17:34:08Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:34:08Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:34:08Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:34:08Z TRACE local local_update: } -2024-11-06T17:34:08Z TRACE local local_update: }, -2024-11-06T17:34:08Z TRACE local local_update: "pointset" : { -2024-11-06T17:34:08Z TRACE local local_update: "points" : { -2024-11-06T17:34:08Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:08Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:34:08Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:34:08Z TRACE local local_update: }, -2024-11-06T17:34:08Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:34:08Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:34:08Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:34:08Z TRACE local local_update: }, -2024-11-06T17:34:08Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:08Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:34:08Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:34:08Z TRACE local local_update: } -2024-11-06T17:34:08Z TRACE local local_update: } -2024-11-06T17:34:08Z TRACE local local_update: } -2024-11-06T17:34:08Z TRACE local local_update: } -2024-11-06T17:34:08Z DEBUG Saving pre-config state timestamp 2024-11-06T17:34:07Z -2024-11-06T17:34:08Z DEBUG Update lastConfigUpdate 2024-11-06T17:34:08Z, because before initial device state -2024-11-06T17:34:08Z TRACE Stage suspend waiting for initial device state at 14s -2024-11-06T17:34:08Z INFO Stage start waiting for config update synchronized at 14s -2024-11-06T17:34:08Z TRACE received command AHU-1/reply/update -2024-11-06T17:34:08Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-06T17:34:08Z TRACE received command AHU-1/events/pointset -2024-11-06T17:34:08Z TRACE received events_pointset: { -2024-11-06T17:34:08Z TRACE received events_pointset: "points" : { -2024-11-06T17:34:08Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:34:08Z TRACE received events_pointset: "present_value" : false -2024-11-06T17:34:08Z TRACE received events_pointset: }, -2024-11-06T17:34:08Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:08Z TRACE received events_pointset: "present_value" : 98 -2024-11-06T17:34:08Z TRACE received events_pointset: }, -2024-11-06T17:34:08Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:08Z TRACE received events_pointset: "present_value" : 12 -2024-11-06T17:34:08Z TRACE received events_pointset: } -2024-11-06T17:34:08Z TRACE received events_pointset: }, -2024-11-06T17:34:08Z TRACE received events_pointset: "timestamp" : "2024-11-06T17:34:08Z", -2024-11-06T17:34:08Z TRACE received events_pointset: "version" : "1.5.2" -2024-11-06T17:34:08Z TRACE received events_pointset: } -2024-11-06T17:34:08Z DEBUG Handling device message events_pointset MP:6d379298 -2024-11-06T17:34:08Z TRACE received command AHU-1/events/system -2024-11-06T17:34:08Z DEBUG received events_system 2024-11-06T17:34:03Z INFO device.log: Update state 2024-11-06T17:34:03Z last_config 2024-11-06T17:33:52Z -2024-11-06T17:34:08Z DEBUG received events_system 2024-11-06T17:34:03Z INFO device.log: Device AHU-1 config handler -2024-11-06T17:34:08Z DEBUG received events_system 2024-11-06T17:34:03Z INFO device.log: 2024-11-06T17:34:03Z received config 2024-11-06T17:34:03Z -2024-11-06T17:34:08Z DEBUG received events_system 2024-11-06T17:34:03Z NOTICE system.config.apply: success -2024-11-06T17:34:08Z DEBUG received events_system 2024-11-06T17:34:03Z INFO device.log: 2024-11-06T17:34:03Z received config 2024-11-06T17:34:03Z -2024-11-06T17:34:08Z DEBUG received events_system 2024-11-06T17:34:03Z NOTICE system.config.apply: success -2024-11-06T17:34:08Z DEBUG received events_system 2024-11-06T17:34:05Z INFO device.log: Update state 2024-11-06T17:34:05Z last_config 2024-11-06T17:34:03Z -2024-11-06T17:34:08Z DEBUG received events_system 2024-11-06T17:34:06Z INFO device.log: Device AHU-1 config handler -2024-11-06T17:34:08Z DEBUG received events_system 2024-11-06T17:34:06Z INFO device.log: 2024-11-06T17:34:06Z received config 2024-11-06T17:34:06Z -2024-11-06T17:34:08Z DEBUG received events_system 2024-11-06T17:34:06Z NOTICE system.config.apply: success -2024-11-06T17:34:08Z DEBUG received events_system 2024-11-06T17:34:07Z INFO device.log: Update state 2024-11-06T17:34:07Z last_config 2024-11-06T17:34:06Z -2024-11-06T17:34:08Z DEBUG Handling device message events_system MP:d2e8fde6 -2024-11-06T17:34:08Z TRACE received command AHU-1/config/update -2024-11-06T17:34:08Z DEBUG received config_update -2024-11-06T17:34:08Z DEBUG Handling update message config_update RC:4cb417.00000016 -2024-11-06T17:34:08Z DEBUG Removed configTransaction RC:4cb417.00000016 -2024-11-06T17:34:08Z DEBUG last_start changed false, last_start 2024-11-06T17:33:27Z -2024-11-06T17:34:08Z DEBUG Updated config 2024-11-06T17:34:08Z RC:4cb417.00000016 -2024-11-06T17:34:08Z INFO Updated config #014: Changed 0 fields. -2024-11-06T17:34:09Z TRACE received command AHU-1/state/update -2024-11-06T17:34:09Z DEBUG received state_update -2024-11-06T17:34:09Z DEBUG Handling update message state_update MP:5d4b375b -2024-11-06T17:34:09Z DEBUG Updated state after 0s 2024-11-06T17:34:09Z MP:5d4b375b -2024-11-06T17:34:09Z INFO Updated state #015: Changed 3 fields: -2024-11-06T17:34:09Z INFO Updated state #015: Set `system.last_config` = `2024-11-06T17:34:08Z` -2024-11-06T17:34:09Z INFO Updated state #015: Set `system.status.timestamp` = `2024-11-06T17:34:08Z` -2024-11-06T17:34:09Z INFO Updated state #015: Set `timestamp` = `2024-11-06T17:34:09Z` -2024-11-06T17:34:09Z DEBUG Updated state has last_config 2024-11-06T17:34:08Z (expecting 2024-11-06T17:34:08Z) -2024-11-06T17:34:09Z DEBUG Detail config update synchronized is now: null -2024-11-06T17:34:09Z DEBUG Stage finished waiting for config update synchronized at 15s after 0s -2024-11-06T17:34:09Z TRACE Stage resume waiting for initial device state at 15s -2024-11-06T17:34:09Z DEBUG Config sync took 1s -2024-11-06T17:34:09Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:34:09Z DEBUG Update config before initial device state timestamp 2024-11-06T17:34:08Z -2024-11-06T17:34:09Z TRACE local local_update: { -2024-11-06T17:34:09Z TRACE local local_update: "timestamp" : "2024-11-06T17:34:08Z", -2024-11-06T17:34:09Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:34:09Z TRACE local local_update: "system" : { -2024-11-06T17:34:09Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:34:09Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:34:09Z TRACE local local_update: "operation" : { -2024-11-06T17:34:09Z TRACE local local_update: "last_start" : "2024-11-06T17:33:27Z" -2024-11-06T17:34:09Z TRACE local local_update: }, -2024-11-06T17:34:09Z TRACE local local_update: "testing" : { -2024-11-06T17:34:09Z TRACE local local_update: "sequence_name" : "writeback_success" -2024-11-06T17:34:09Z TRACE local local_update: } -2024-11-06T17:34:09Z TRACE local local_update: }, -2024-11-06T17:34:09Z TRACE local local_update: "localnet" : { -2024-11-06T17:34:09Z TRACE local local_update: "families" : { -2024-11-06T17:34:09Z TRACE local local_update: "ether" : { }, -2024-11-06T17:34:09Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:34:09Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:34:09Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:34:09Z TRACE local local_update: } -2024-11-06T17:34:09Z TRACE local local_update: }, -2024-11-06T17:34:09Z TRACE local local_update: "pointset" : { -2024-11-06T17:34:09Z TRACE local local_update: "points" : { -2024-11-06T17:34:09Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:09Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:34:09Z TRACE local local_update: "set_value" : 98 -2024-11-06T17:34:09Z TRACE local local_update: }, -2024-11-06T17:34:09Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:34:09Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:34:09Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:34:09Z TRACE local local_update: }, -2024-11-06T17:34:09Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:09Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:34:09Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:34:09Z TRACE local local_update: } -2024-11-06T17:34:09Z TRACE local local_update: } -2024-11-06T17:34:09Z TRACE local local_update: } -2024-11-06T17:34:09Z TRACE local local_update: } -2024-11-06T17:34:09Z DEBUG Stage finished waiting for initial device state at 15s after 1s -2024-11-06T17:34:09Z TRACE Stage resume waiting for starting test wrapper at 15s -2024-11-06T17:34:09Z DEBUG Device state system status level is now 300 -2024-11-06T17:34:09Z TRACE Stage suspend waiting for starting test wrapper at 15s -2024-11-06T17:34:09Z INFO Stage start waiting for config update synchronized at 15s -2024-11-06T17:34:09Z TRACE received command AHU-1/state/system -2024-11-06T17:34:09Z TRACE received state_system: { -2024-11-06T17:34:09Z TRACE received state_system: "hardware" : { -2024-11-06T17:34:09Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:34:09Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:34:09Z TRACE received state_system: }, -2024-11-06T17:34:09Z TRACE received state_system: "last_config" : "2024-11-06T17:34:08Z", -2024-11-06T17:34:09Z TRACE received state_system: "operation" : { -2024-11-06T17:34:09Z TRACE received state_system: "operational" : true, -2024-11-06T17:34:09Z TRACE received state_system: "last_start" : "2024-11-06T17:33:27Z", -2024-11-06T17:34:09Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:34:09Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:34:09Z TRACE received state_system: }, -2024-11-06T17:34:09Z TRACE received state_system: "serial_no" : "sequencer-10139", -2024-11-06T17:34:09Z TRACE received state_system: "software" : { -2024-11-06T17:34:09Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:34:09Z TRACE received state_system: }, -2024-11-06T17:34:09Z TRACE received state_system: "status" : { -2024-11-06T17:34:09Z TRACE received state_system: "message" : "success", -2024-11-06T17:34:09Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:34:09Z TRACE received state_system: "timestamp" : "2024-11-06T17:34:08Z", -2024-11-06T17:34:09Z TRACE received state_system: "level" : 300 -2024-11-06T17:34:09Z TRACE received state_system: }, -2024-11-06T17:34:09Z TRACE received state_system: "timestamp" : "2024-11-06T17:34:09Z", -2024-11-06T17:34:09Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:34:09Z TRACE received state_system: } -2024-11-06T17:34:09Z DEBUG Handling device message state_system MP:5d4b375b-0 -2024-11-06T17:34:09Z TRACE Ignoring partial state update -2024-11-06T17:34:09Z DEBUG Stage finished waiting for config update synchronized at 15s after 0s -2024-11-06T17:34:09Z TRACE Stage resume waiting for starting test wrapper at 15s -2024-11-06T17:34:09Z DEBUG Config sync took 1s -2024-11-06T17:34:09Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:34:09Z TRACE Stage suspend waiting for starting test wrapper at 15s -2024-11-06T17:34:09Z INFO Stage start waiting for executing test at 15s -2024-11-06T17:34:09Z DEBUG stage begin waiting for executing test at 15s -2024-11-06T17:34:09Z DEBUG Allowing device state change pointset.points. -2024-11-06T17:34:09Z TRACE Stage suspend waiting for executing test at 15s -2024-11-06T17:34:09Z INFO Stage start waiting for target point to have value_state default (null) at 15s -2024-11-06T17:34:10Z DEBUG system config extra field null -2024-11-06T17:34:10Z TRACE updated check config_system: true -2024-11-06T17:34:10Z DEBUG update config_system, adding configTransaction RC:4cb417.00000017 -2024-11-06T17:34:10Z TRACE local local_system: { -2024-11-06T17:34:10Z TRACE local local_system: "min_loglevel" : 200, -2024-11-06T17:34:10Z TRACE local local_system: "metrics_rate_sec" : 10, -2024-11-06T17:34:10Z TRACE local local_system: "operation" : { -2024-11-06T17:34:10Z TRACE local local_system: "last_start" : "2024-11-06T17:33:27Z" -2024-11-06T17:34:10Z TRACE local local_system: }, -2024-11-06T17:34:10Z TRACE local local_system: "testing" : { -2024-11-06T17:34:10Z TRACE local local_system: "sequence_name" : "writeback_success" -2024-11-06T17:34:10Z TRACE local local_system: } -2024-11-06T17:34:10Z TRACE local local_system: } -2024-11-06T17:34:10Z TRACE updated check config_pointset: true -2024-11-06T17:34:10Z DEBUG update config_pointset, adding configTransaction RC:4cb417.00000018 -2024-11-06T17:34:10Z TRACE local local_pointset: { -2024-11-06T17:34:10Z TRACE local local_pointset: "points" : { -2024-11-06T17:34:10Z TRACE local local_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:10Z TRACE local local_pointset: "units" : "Bars" -2024-11-06T17:34:10Z TRACE local local_pointset: }, -2024-11-06T17:34:10Z TRACE local local_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:34:10Z TRACE local local_pointset: "ref" : "BV11.present_value", -2024-11-06T17:34:10Z TRACE local local_pointset: "units" : "No-units" -2024-11-06T17:34:10Z TRACE local local_pointset: }, -2024-11-06T17:34:10Z TRACE local local_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:10Z TRACE local local_pointset: "ref" : "AV12.present_value", -2024-11-06T17:34:10Z TRACE local local_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:34:10Z TRACE local local_pointset: } -2024-11-06T17:34:10Z TRACE local local_pointset: } -2024-11-06T17:34:10Z TRACE local local_pointset: } -2024-11-06T17:34:10Z TRACE updated check config_gateway: false -2024-11-06T17:34:10Z TRACE updated check config_localnet: true -2024-11-06T17:34:10Z DEBUG update config_localnet, adding configTransaction RC:4cb417.00000019 -2024-11-06T17:34:10Z TRACE local local_localnet: { -2024-11-06T17:34:10Z TRACE local local_localnet: "families" : { -2024-11-06T17:34:10Z TRACE local local_localnet: "ether" : { }, -2024-11-06T17:34:10Z TRACE local local_localnet: "ipv4" : { }, -2024-11-06T17:34:10Z TRACE local local_localnet: "vendor" : { }, -2024-11-06T17:34:10Z TRACE local local_localnet: "ipv6" : { } -2024-11-06T17:34:10Z TRACE local local_localnet: } -2024-11-06T17:34:10Z TRACE local local_localnet: } -2024-11-06T17:34:10Z TRACE updated check config_blobset: false -2024-11-06T17:34:10Z TRACE updated check config_discovery: false -2024-11-06T17:34:10Z DEBUG Saving pre-config state timestamp 2024-11-06T17:34:09Z -2024-11-06T17:34:10Z DEBUG Update lastConfigUpdate 2024-11-06T17:34:10Z, because Before target point to have value_state default (null) -2024-11-06T17:34:10Z TRACE Stage suspend waiting for target point to have value_state default (null) at 16s -2024-11-06T17:34:10Z INFO Stage start waiting for config update synchronized at 16s -2024-11-06T17:34:10Z TRACE received command AHU-1/state/localnet -2024-11-06T17:34:10Z TRACE received state_localnet: { -2024-11-06T17:34:10Z TRACE received state_localnet: "families" : { -2024-11-06T17:34:10Z TRACE received state_localnet: "ether" : { -2024-11-06T17:34:10Z TRACE received state_localnet: "addr" : "7c:1e:52:14:69:d9" -2024-11-06T17:34:10Z TRACE received state_localnet: }, -2024-11-06T17:34:10Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:34:10Z TRACE received state_localnet: "addr" : "10.1.0.144" -2024-11-06T17:34:10Z TRACE received state_localnet: }, -2024-11-06T17:34:10Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:34:10Z TRACE received state_localnet: "addr" : "fe80::7e1e:52ff:fe14:69d9" -2024-11-06T17:34:10Z TRACE received state_localnet: }, -2024-11-06T17:34:10Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:34:10Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:34:10Z TRACE received state_localnet: } -2024-11-06T17:34:10Z TRACE received state_localnet: }, -2024-11-06T17:34:10Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:34:09Z", -2024-11-06T17:34:10Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:34:10Z TRACE received state_localnet: } -2024-11-06T17:34:10Z DEBUG Handling device message state_localnet MP:5d4b375b-1 -2024-11-06T17:34:10Z TRACE Ignoring partial state update -2024-11-06T17:34:10Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-06T17:34:10Z TRACE received command AHU-1/state/pointset -2024-11-06T17:34:10Z TRACE received state_pointset: { -2024-11-06T17:34:10Z TRACE received state_pointset: "points" : { -2024-11-06T17:34:10Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:34:10Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:34:10Z TRACE received state_pointset: }, -2024-11-06T17:34:10Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:10Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:34:10Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:34:10Z TRACE received state_pointset: }, -2024-11-06T17:34:10Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:10Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:34:10Z TRACE received state_pointset: } -2024-11-06T17:34:10Z TRACE received state_pointset: }, -2024-11-06T17:34:10Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:34:09Z", -2024-11-06T17:34:10Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:34:10Z TRACE received state_pointset: } -2024-11-06T17:34:10Z DEBUG Handling device message state_pointset MP:5d4b375b-2 -2024-11-06T17:34:10Z TRACE Ignoring partial state update -2024-11-06T17:34:10Z TRACE received command AHU-1/config/update -2024-11-06T17:34:10Z DEBUG received config_update -2024-11-06T17:34:10Z DEBUG Handling update message config_update RC:4cb417.00000017 -2024-11-06T17:34:10Z DEBUG Removed configTransaction RC:4cb417.00000017 -2024-11-06T17:34:10Z DEBUG last_start changed false, last_start 2024-11-06T17:33:27Z -2024-11-06T17:34:10Z DEBUG Updated config 2024-11-06T17:34:10Z RC:4cb417.00000017 -2024-11-06T17:34:10Z INFO Updated config #015: Changed 1 fields: -2024-11-06T17:34:10Z INFO Updated config #015: Remove `pointset.points.filter_differential_pressure_setpoint.set_value` -2024-11-06T17:34:10Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared, last_config not synced in state -2024-11-06T17:34:11Z TRACE received command AHU-1/state/update -2024-11-06T17:34:11Z DEBUG received state_update -2024-11-06T17:34:11Z DEBUG Handling update message state_update MP:c20c9da5 -2024-11-06T17:34:11Z DEBUG Updated state after 0s 2024-11-06T17:34:11Z MP:c20c9da5 -2024-11-06T17:34:11Z INFO Updated state #016: Changed 3 fields: -2024-11-06T17:34:11Z INFO Updated state #016: Set `system.last_config` = `2024-11-06T17:34:10Z` -2024-11-06T17:34:11Z INFO Updated state #016: Set `system.status.timestamp` = `2024-11-06T17:34:10Z` -2024-11-06T17:34:11Z INFO Updated state #016: Set `timestamp` = `2024-11-06T17:34:11Z` -2024-11-06T17:34:11Z DEBUG Updated state has last_config 2024-11-06T17:34:10Z (expecting 2024-11-06T17:34:10Z) -2024-11-06T17:34:11Z TRACE received command AHU-1/state/system -2024-11-06T17:34:11Z TRACE received state_system: { -2024-11-06T17:34:11Z TRACE received state_system: "hardware" : { -2024-11-06T17:34:11Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:34:11Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:34:11Z TRACE received state_system: }, -2024-11-06T17:34:11Z TRACE received state_system: "last_config" : "2024-11-06T17:34:10Z", -2024-11-06T17:34:11Z TRACE received state_system: "operation" : { -2024-11-06T17:34:11Z TRACE received state_system: "operational" : true, -2024-11-06T17:34:11Z TRACE received state_system: "last_start" : "2024-11-06T17:33:27Z", -2024-11-06T17:34:11Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:34:11Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:34:11Z TRACE received state_system: }, -2024-11-06T17:34:11Z TRACE received state_system: "serial_no" : "sequencer-10139", -2024-11-06T17:34:11Z TRACE received state_system: "software" : { -2024-11-06T17:34:11Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:34:11Z TRACE received state_system: }, -2024-11-06T17:34:11Z TRACE received state_system: "status" : { -2024-11-06T17:34:11Z TRACE received state_system: "message" : "success", -2024-11-06T17:34:11Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:34:11Z TRACE received state_system: "timestamp" : "2024-11-06T17:34:10Z", -2024-11-06T17:34:11Z TRACE received state_system: "level" : 300 -2024-11-06T17:34:11Z TRACE received state_system: }, -2024-11-06T17:34:11Z TRACE received state_system: "timestamp" : "2024-11-06T17:34:11Z", -2024-11-06T17:34:11Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:34:11Z TRACE received state_system: } -2024-11-06T17:34:11Z DEBUG Handling device message state_system MP:c20c9da5-0 -2024-11-06T17:34:11Z TRACE Ignoring partial state update -2024-11-06T17:34:11Z DEBUG Detail config update synchronized is now: config transactions not cleared -2024-11-06T17:34:11Z TRACE received command AHU-1/state/localnet -2024-11-06T17:34:11Z TRACE received state_localnet: { -2024-11-06T17:34:11Z TRACE received state_localnet: "families" : { -2024-11-06T17:34:11Z TRACE received state_localnet: "ether" : { -2024-11-06T17:34:11Z TRACE received state_localnet: "addr" : "7c:1e:52:14:69:d9" -2024-11-06T17:34:11Z TRACE received state_localnet: }, -2024-11-06T17:34:11Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:34:11Z TRACE received state_localnet: "addr" : "10.1.0.144" -2024-11-06T17:34:11Z TRACE received state_localnet: }, -2024-11-06T17:34:11Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:34:11Z TRACE received state_localnet: "addr" : "fe80::7e1e:52ff:fe14:69d9" -2024-11-06T17:34:11Z TRACE received state_localnet: }, -2024-11-06T17:34:11Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:34:11Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:34:11Z TRACE received state_localnet: } -2024-11-06T17:34:11Z TRACE received state_localnet: }, -2024-11-06T17:34:11Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:34:11Z", -2024-11-06T17:34:11Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:34:11Z TRACE received state_localnet: } -2024-11-06T17:34:11Z DEBUG Handling device message state_localnet MP:c20c9da5-1 -2024-11-06T17:34:11Z TRACE Ignoring partial state update -2024-11-06T17:34:11Z TRACE received command AHU-1/state/pointset -2024-11-06T17:34:11Z TRACE received state_pointset: { -2024-11-06T17:34:11Z TRACE received state_pointset: "points" : { -2024-11-06T17:34:11Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:34:11Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:34:11Z TRACE received state_pointset: }, -2024-11-06T17:34:11Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:11Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:34:11Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:34:11Z TRACE received state_pointset: }, -2024-11-06T17:34:11Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:11Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:34:11Z TRACE received state_pointset: } -2024-11-06T17:34:11Z TRACE received state_pointset: }, -2024-11-06T17:34:11Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:34:11Z", -2024-11-06T17:34:11Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:34:11Z TRACE received state_pointset: } -2024-11-06T17:34:11Z DEBUG Handling device message state_pointset MP:c20c9da5-2 -2024-11-06T17:34:11Z TRACE Ignoring partial state update -2024-11-06T17:34:11Z TRACE received command AHU-1/config/update -2024-11-06T17:34:11Z DEBUG received config_update -2024-11-06T17:34:11Z DEBUG Handling update message config_update RC:4cb417.00000018 -2024-11-06T17:34:11Z DEBUG Removed configTransaction RC:4cb417.00000018 -2024-11-06T17:34:11Z DEBUG last_start changed false, last_start 2024-11-06T17:33:27Z -2024-11-06T17:34:11Z DEBUG Updated config 2024-11-06T17:34:11Z RC:4cb417.00000018 -2024-11-06T17:34:11Z INFO Updated config #016: Changed 0 fields. -2024-11-06T17:34:13Z TRACE received command AHU-1/config/update -2024-11-06T17:34:13Z DEBUG received config_update -2024-11-06T17:34:13Z DEBUG Handling update message config_update RC:4cb417.00000019 -2024-11-06T17:34:13Z DEBUG Removed configTransaction RC:4cb417.00000019 -2024-11-06T17:34:13Z DEBUG last_start changed false, last_start 2024-11-06T17:33:27Z -2024-11-06T17:34:13Z DEBUG Updated config 2024-11-06T17:34:13Z RC:4cb417.00000019 -2024-11-06T17:34:13Z INFO Updated config #017: Changed 0 fields. -2024-11-06T17:34:13Z DEBUG Detail config update synchronized is now: last_config not synced in state -2024-11-06T17:34:13Z TRACE received command AHU-1/state/update -2024-11-06T17:34:13Z DEBUG received state_update -2024-11-06T17:34:13Z DEBUG Handling update message state_update MP:c2077285 -2024-11-06T17:34:13Z DEBUG Updated state after 0s 2024-11-06T17:34:13Z MP:c2077285 -2024-11-06T17:34:13Z INFO Updated state #017: Changed 4 fields: -2024-11-06T17:34:13Z INFO Updated state #017: Set `system.last_config` = `2024-11-06T17:34:13Z` -2024-11-06T17:34:13Z INFO Updated state #017: Set `system.status.timestamp` = `2024-11-06T17:34:13Z` -2024-11-06T17:34:13Z INFO Updated state #017: Remove `pointset.points.filter_differential_pressure_setpoint.value_state` -2024-11-06T17:34:13Z INFO Updated state #017: Set `timestamp` = `2024-11-06T17:34:13Z` -2024-11-06T17:34:13Z DEBUG Updated state has last_config 2024-11-06T17:34:13Z (expecting 2024-11-06T17:34:13Z) -2024-11-06T17:34:13Z TRACE received command AHU-1/state/system -2024-11-06T17:34:13Z TRACE received state_system: { -2024-11-06T17:34:13Z TRACE received state_system: "hardware" : { -2024-11-06T17:34:13Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:34:13Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:34:13Z TRACE received state_system: }, -2024-11-06T17:34:13Z TRACE received state_system: "last_config" : "2024-11-06T17:34:13Z", -2024-11-06T17:34:13Z TRACE received state_system: "operation" : { -2024-11-06T17:34:13Z TRACE received state_system: "operational" : true, -2024-11-06T17:34:13Z TRACE received state_system: "last_start" : "2024-11-06T17:33:27Z", -2024-11-06T17:34:13Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:34:13Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:34:13Z TRACE received state_system: }, -2024-11-06T17:34:13Z TRACE received state_system: "serial_no" : "sequencer-10139", -2024-11-06T17:34:13Z TRACE received state_system: "software" : { -2024-11-06T17:34:13Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:34:13Z TRACE received state_system: }, -2024-11-06T17:34:13Z TRACE received state_system: "status" : { -2024-11-06T17:34:13Z TRACE received state_system: "message" : "success", -2024-11-06T17:34:13Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:34:13Z TRACE received state_system: "timestamp" : "2024-11-06T17:34:13Z", -2024-11-06T17:34:13Z TRACE received state_system: "level" : 300 -2024-11-06T17:34:13Z TRACE received state_system: }, -2024-11-06T17:34:13Z TRACE received state_system: "timestamp" : "2024-11-06T17:34:13Z", -2024-11-06T17:34:13Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:34:13Z TRACE received state_system: } -2024-11-06T17:34:13Z DEBUG Handling device message state_system MP:c2077285-0 -2024-11-06T17:34:13Z TRACE Ignoring partial state update -2024-11-06T17:34:13Z DEBUG Detail config update synchronized is now: null -2024-11-06T17:34:13Z DEBUG Stage finished waiting for config update synchronized at 19s after 2s -2024-11-06T17:34:13Z TRACE Stage resume waiting for target point to have value_state default (null) at 19s -2024-11-06T17:34:13Z DEBUG Config sync took 3s -2024-11-06T17:34:13Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:34:13Z DEBUG Update config Before target point to have value_state default (null) timestamp 2024-11-06T17:34:13Z -2024-11-06T17:34:13Z TRACE local local_update: { -2024-11-06T17:34:13Z TRACE local local_update: "timestamp" : "2024-11-06T17:34:13Z", -2024-11-06T17:34:13Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:34:13Z TRACE local local_update: "system" : { -2024-11-06T17:34:13Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:34:13Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:34:13Z TRACE local local_update: "operation" : { -2024-11-06T17:34:13Z TRACE local local_update: "last_start" : "2024-11-06T17:33:27Z" -2024-11-06T17:34:13Z TRACE local local_update: }, -2024-11-06T17:34:13Z TRACE local local_update: "testing" : { -2024-11-06T17:34:13Z TRACE local local_update: "sequence_name" : "writeback_success" -2024-11-06T17:34:13Z TRACE local local_update: } -2024-11-06T17:34:13Z TRACE local local_update: }, -2024-11-06T17:34:13Z TRACE local local_update: "localnet" : { -2024-11-06T17:34:13Z TRACE local local_update: "families" : { -2024-11-06T17:34:13Z TRACE local local_update: "ether" : { }, -2024-11-06T17:34:13Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:34:13Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:34:13Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:34:13Z TRACE local local_update: } -2024-11-06T17:34:13Z TRACE local local_update: }, -2024-11-06T17:34:13Z TRACE local local_update: "pointset" : { -2024-11-06T17:34:13Z TRACE local local_update: "points" : { -2024-11-06T17:34:13Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:13Z TRACE local local_update: "units" : "Bars" -2024-11-06T17:34:13Z TRACE local local_update: }, -2024-11-06T17:34:13Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:34:13Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:34:13Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:34:13Z TRACE local local_update: }, -2024-11-06T17:34:13Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:13Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:34:13Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:34:13Z TRACE local local_update: } -2024-11-06T17:34:13Z TRACE local local_update: } -2024-11-06T17:34:13Z TRACE local local_update: } -2024-11-06T17:34:13Z TRACE local local_update: } -2024-11-06T17:34:13Z DEBUG Recorded sequence: 1. Update config Before target point to have value_state default (null) -2024-11-06T17:34:13Z INFO Device config Remove `pointset.points.filter_differential_pressure_setpoint.set_value` -2024-11-06T17:34:13Z TRACE Update config Before target point to have value_state default (null): Remove `pointset.points.filter_differential_pressure_setpoint.set_value` -2024-11-06T17:34:13Z DEBUG Value state null == null (true) -2024-11-06T17:34:13Z DEBUG Recorded sequence: 1. Wait until target point to have value_state default (null) -2024-11-06T17:34:13Z DEBUG Stage finished waiting for target point to have value_state default (null) at 19s after 4s -2024-11-06T17:34:13Z TRACE Stage resume waiting for executing test at 19s -2024-11-06T17:34:13Z TRACE Stage suspend waiting for executing test at 19s -2024-11-06T17:34:13Z INFO Stage start waiting for target point to have value_state applied at 19s -2024-11-06T17:34:14Z DEBUG system config extra field null -2024-11-06T17:34:14Z TRACE updated check config_system: false -2024-11-06T17:34:14Z TRACE updated check config_pointset: true -2024-11-06T17:34:14Z DEBUG update config_pointset, adding configTransaction RC:4cb417.0000001a -2024-11-06T17:34:14Z TRACE local local_pointset: { -2024-11-06T17:34:14Z TRACE local local_pointset: "points" : { -2024-11-06T17:34:14Z TRACE local local_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:14Z TRACE local local_pointset: "units" : "Bars", -2024-11-06T17:34:14Z TRACE local local_pointset: "set_value" : 60 -2024-11-06T17:34:14Z TRACE local local_pointset: }, -2024-11-06T17:34:14Z TRACE local local_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:34:14Z TRACE local local_pointset: "ref" : "BV11.present_value", -2024-11-06T17:34:14Z TRACE local local_pointset: "units" : "No-units" -2024-11-06T17:34:14Z TRACE local local_pointset: }, -2024-11-06T17:34:14Z TRACE local local_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:14Z TRACE local local_pointset: "ref" : "AV12.present_value", -2024-11-06T17:34:14Z TRACE local local_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:34:14Z TRACE local local_pointset: } -2024-11-06T17:34:14Z TRACE local local_pointset: } -2024-11-06T17:34:14Z TRACE local local_pointset: } -2024-11-06T17:34:14Z TRACE updated check config_gateway: false -2024-11-06T17:34:14Z TRACE updated check config_localnet: false -2024-11-06T17:34:14Z TRACE updated check config_blobset: false -2024-11-06T17:34:14Z TRACE updated check config_discovery: false -2024-11-06T17:34:14Z DEBUG Saving pre-config state timestamp 2024-11-06T17:34:13Z -2024-11-06T17:34:14Z DEBUG Update lastConfigUpdate 2024-11-06T17:34:14Z, because Before target point to have value_state applied -2024-11-06T17:34:14Z TRACE Stage suspend waiting for target point to have value_state applied at 20s -2024-11-06T17:34:14Z INFO Stage start waiting for config update synchronized at 20s -2024-11-06T17:34:14Z TRACE received command AHU-1/state/localnet -2024-11-06T17:34:14Z TRACE received state_localnet: { -2024-11-06T17:34:14Z TRACE received state_localnet: "families" : { -2024-11-06T17:34:14Z TRACE received state_localnet: "ether" : { -2024-11-06T17:34:14Z TRACE received state_localnet: "addr" : "7c:1e:52:14:69:d9" -2024-11-06T17:34:14Z TRACE received state_localnet: }, -2024-11-06T17:34:14Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:34:14Z TRACE received state_localnet: "addr" : "10.1.0.144" -2024-11-06T17:34:14Z TRACE received state_localnet: }, -2024-11-06T17:34:14Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:34:14Z TRACE received state_localnet: "addr" : "fe80::7e1e:52ff:fe14:69d9" -2024-11-06T17:34:14Z TRACE received state_localnet: }, -2024-11-06T17:34:14Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:34:14Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:34:14Z TRACE received state_localnet: } -2024-11-06T17:34:14Z TRACE received state_localnet: }, -2024-11-06T17:34:14Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:34:13Z", -2024-11-06T17:34:14Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:34:14Z TRACE received state_localnet: } -2024-11-06T17:34:14Z DEBUG Handling device message state_localnet MP:c2077285-1 -2024-11-06T17:34:14Z TRACE Ignoring partial state update -2024-11-06T17:34:14Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared -2024-11-06T17:34:14Z TRACE received command AHU-1/state/pointset -2024-11-06T17:34:14Z TRACE received state_pointset: { -2024-11-06T17:34:14Z TRACE received state_pointset: "points" : { -2024-11-06T17:34:14Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:34:14Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:34:14Z TRACE received state_pointset: }, -2024-11-06T17:34:14Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:14Z TRACE received state_pointset: "units" : "Bars" -2024-11-06T17:34:14Z TRACE received state_pointset: }, -2024-11-06T17:34:14Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:14Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:34:14Z TRACE received state_pointset: } -2024-11-06T17:34:14Z TRACE received state_pointset: }, -2024-11-06T17:34:14Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:34:13Z", -2024-11-06T17:34:14Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:34:14Z TRACE received state_pointset: } -2024-11-06T17:34:14Z DEBUG Handling device message state_pointset MP:c2077285-2 -2024-11-06T17:34:14Z TRACE Ignoring partial state update -2024-11-06T17:34:14Z TRACE received command AHU-1/config/update -2024-11-06T17:34:14Z DEBUG received config_update -2024-11-06T17:34:14Z DEBUG Handling update message config_update RC:4cb417.0000001a -2024-11-06T17:34:14Z DEBUG Removed configTransaction RC:4cb417.0000001a -2024-11-06T17:34:14Z DEBUG last_start changed false, last_start 2024-11-06T17:33:27Z -2024-11-06T17:34:14Z DEBUG Updated config 2024-11-06T17:34:14Z RC:4cb417.0000001a -2024-11-06T17:34:14Z INFO Updated config #018: Changed 1 fields: -2024-11-06T17:34:14Z INFO Updated config #018: Add `pointset.points.filter_differential_pressure_setpoint.set_value` = `60` -2024-11-06T17:34:14Z DEBUG Detail config update synchronized is now: device state not updated since config issued, last_config not synced in state -2024-11-06T17:34:15Z TRACE received command AHU-1/state/update -2024-11-06T17:34:15Z DEBUG received state_update -2024-11-06T17:34:15Z DEBUG Handling update message state_update MP:cdb5ff9d -2024-11-06T17:34:15Z DEBUG Updated state after 0s 2024-11-06T17:34:15Z MP:cdb5ff9d -2024-11-06T17:34:15Z INFO Updated state #018: Changed 4 fields: -2024-11-06T17:34:15Z INFO Updated state #018: Set `system.last_config` = `2024-11-06T17:34:14Z` -2024-11-06T17:34:15Z INFO Updated state #018: Set `system.status.timestamp` = `2024-11-06T17:34:14Z` -2024-11-06T17:34:15Z INFO Updated state #018: Add `pointset.points.filter_differential_pressure_setpoint.value_state` = `applied` -2024-11-06T17:34:15Z INFO Updated state #018: Set `timestamp` = `2024-11-06T17:34:15Z` -2024-11-06T17:34:15Z DEBUG Updated state has last_config 2024-11-06T17:34:14Z (expecting 2024-11-06T17:34:14Z) -2024-11-06T17:34:15Z TRACE received command AHU-1/state/system -2024-11-06T17:34:15Z TRACE received state_system: { -2024-11-06T17:34:15Z TRACE received state_system: "hardware" : { -2024-11-06T17:34:15Z TRACE received state_system: "make" : "BOS", -2024-11-06T17:34:15Z TRACE received state_system: "model" : "pubber" -2024-11-06T17:34:15Z TRACE received state_system: }, -2024-11-06T17:34:15Z TRACE received state_system: "last_config" : "2024-11-06T17:34:14Z", -2024-11-06T17:34:15Z TRACE received state_system: "operation" : { -2024-11-06T17:34:15Z TRACE received state_system: "operational" : true, -2024-11-06T17:34:15Z TRACE received state_system: "last_start" : "2024-11-06T17:33:27Z", -2024-11-06T17:34:15Z TRACE received state_system: "restart_count" : 1, -2024-11-06T17:34:15Z TRACE received state_system: "mode" : "initial" -2024-11-06T17:34:15Z TRACE received state_system: }, -2024-11-06T17:34:15Z TRACE received state_system: "serial_no" : "sequencer-10139", -2024-11-06T17:34:15Z TRACE received state_system: "software" : { -2024-11-06T17:34:15Z TRACE received state_system: "firmware" : "v1" -2024-11-06T17:34:15Z TRACE received state_system: }, -2024-11-06T17:34:15Z TRACE received state_system: "status" : { -2024-11-06T17:34:15Z TRACE received state_system: "message" : "success", -2024-11-06T17:34:15Z TRACE received state_system: "category" : "system.config.apply", -2024-11-06T17:34:15Z TRACE received state_system: "timestamp" : "2024-11-06T17:34:14Z", -2024-11-06T17:34:15Z TRACE received state_system: "level" : 300 -2024-11-06T17:34:15Z TRACE received state_system: }, -2024-11-06T17:34:15Z TRACE received state_system: "timestamp" : "2024-11-06T17:34:15Z", -2024-11-06T17:34:15Z TRACE received state_system: "version" : "1.5.2" -2024-11-06T17:34:15Z TRACE received state_system: } -2024-11-06T17:34:15Z DEBUG Handling device message state_system MP:cdb5ff9d-0 -2024-11-06T17:34:15Z TRACE Ignoring partial state update -2024-11-06T17:34:15Z DEBUG Detail config update synchronized is now: null -2024-11-06T17:34:15Z DEBUG Stage finished waiting for config update synchronized at 21s after 0s -2024-11-06T17:34:15Z TRACE Stage resume waiting for target point to have value_state applied at 21s -2024-11-06T17:34:15Z DEBUG Config sync took 1s -2024-11-06T17:34:15Z DEBUG Finished wait for config sync pending: null -2024-11-06T17:34:15Z DEBUG Update config Before target point to have value_state applied timestamp 2024-11-06T17:34:14Z -2024-11-06T17:34:15Z TRACE local local_update: { -2024-11-06T17:34:15Z TRACE local local_update: "timestamp" : "2024-11-06T17:34:14Z", -2024-11-06T17:34:15Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:34:15Z TRACE local local_update: "system" : { -2024-11-06T17:34:15Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:34:15Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:34:15Z TRACE local local_update: "operation" : { -2024-11-06T17:34:15Z TRACE local local_update: "last_start" : "2024-11-06T17:33:27Z" -2024-11-06T17:34:15Z TRACE local local_update: }, -2024-11-06T17:34:15Z TRACE local local_update: "testing" : { -2024-11-06T17:34:15Z TRACE local local_update: "sequence_name" : "writeback_success" -2024-11-06T17:34:15Z TRACE local local_update: } -2024-11-06T17:34:15Z TRACE local local_update: }, -2024-11-06T17:34:15Z TRACE local local_update: "localnet" : { -2024-11-06T17:34:15Z TRACE local local_update: "families" : { -2024-11-06T17:34:15Z TRACE local local_update: "ether" : { }, -2024-11-06T17:34:15Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:34:15Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:34:15Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:34:15Z TRACE local local_update: } -2024-11-06T17:34:15Z TRACE local local_update: }, -2024-11-06T17:34:15Z TRACE local local_update: "pointset" : { -2024-11-06T17:34:15Z TRACE local local_update: "points" : { -2024-11-06T17:34:15Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:15Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:34:15Z TRACE local local_update: "set_value" : 60 -2024-11-06T17:34:15Z TRACE local local_update: }, -2024-11-06T17:34:15Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:34:15Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:34:15Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:34:15Z TRACE local local_update: }, -2024-11-06T17:34:15Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:15Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:34:15Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:34:15Z TRACE local local_update: } -2024-11-06T17:34:15Z TRACE local local_update: } -2024-11-06T17:34:15Z TRACE local local_update: } -2024-11-06T17:34:15Z TRACE local local_update: } -2024-11-06T17:34:15Z DEBUG Recorded sequence: 1. Update config Before target point to have value_state applied -2024-11-06T17:34:15Z INFO Device config Add `pointset.points.filter_differential_pressure_setpoint.set_value` = `60` -2024-11-06T17:34:15Z TRACE Update config Before target point to have value_state applied: Add `pointset.points.filter_differential_pressure_setpoint.set_value` = `60` -2024-11-06T17:34:15Z DEBUG Value state applied == applied (true) -2024-11-06T17:34:15Z DEBUG Recorded sequence: 1. Wait until target point to have value_state applied -2024-11-06T17:34:15Z DEBUG Stage finished waiting for target point to have value_state applied at 21s after 2s -2024-11-06T17:34:15Z TRACE Stage resume waiting for executing test at 21s -2024-11-06T17:34:15Z TRACE Stage suspend waiting for executing test at 21s -2024-11-06T17:34:15Z INFO Stage start waiting for target point to have target expected value at 21s -2024-11-06T17:34:16Z DEBUG system config extra field null -2024-11-06T17:34:16Z TRACE updated check config_system: false -2024-11-06T17:34:16Z TRACE updated check config_pointset: false -2024-11-06T17:34:16Z TRACE updated check config_gateway: false -2024-11-06T17:34:16Z TRACE updated check config_localnet: false -2024-11-06T17:34:16Z TRACE updated check config_blobset: false -2024-11-06T17:34:16Z TRACE updated check config_discovery: false -2024-11-06T17:34:16Z DEBUG Update config Before target point to have target expected value timestamp 2024-11-06T17:34:14Z -2024-11-06T17:34:16Z TRACE local local_update: { -2024-11-06T17:34:16Z TRACE local local_update: "timestamp" : "2024-11-06T17:34:14Z", -2024-11-06T17:34:16Z TRACE local local_update: "version" : "@@@cloud udmi version###git-b2a557d", -2024-11-06T17:34:16Z TRACE local local_update: "system" : { -2024-11-06T17:34:16Z TRACE local local_update: "min_loglevel" : 200, -2024-11-06T17:34:16Z TRACE local local_update: "metrics_rate_sec" : 10, -2024-11-06T17:34:16Z TRACE local local_update: "operation" : { -2024-11-06T17:34:16Z TRACE local local_update: "last_start" : "2024-11-06T17:33:27Z" -2024-11-06T17:34:16Z TRACE local local_update: }, -2024-11-06T17:34:16Z TRACE local local_update: "testing" : { -2024-11-06T17:34:16Z TRACE local local_update: "sequence_name" : "writeback_success" -2024-11-06T17:34:16Z TRACE local local_update: } -2024-11-06T17:34:16Z TRACE local local_update: }, -2024-11-06T17:34:16Z TRACE local local_update: "localnet" : { -2024-11-06T17:34:16Z TRACE local local_update: "families" : { -2024-11-06T17:34:16Z TRACE local local_update: "ether" : { }, -2024-11-06T17:34:16Z TRACE local local_update: "ipv4" : { }, -2024-11-06T17:34:16Z TRACE local local_update: "vendor" : { }, -2024-11-06T17:34:16Z TRACE local local_update: "ipv6" : { } -2024-11-06T17:34:16Z TRACE local local_update: } -2024-11-06T17:34:16Z TRACE local local_update: }, -2024-11-06T17:34:16Z TRACE local local_update: "pointset" : { -2024-11-06T17:34:16Z TRACE local local_update: "points" : { -2024-11-06T17:34:16Z TRACE local local_update: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:16Z TRACE local local_update: "units" : "Bars", -2024-11-06T17:34:16Z TRACE local local_update: "set_value" : 60 -2024-11-06T17:34:16Z TRACE local local_update: }, -2024-11-06T17:34:16Z TRACE local local_update: "filter_alarm_pressure_status" : { -2024-11-06T17:34:16Z TRACE local local_update: "ref" : "BV11.present_value", -2024-11-06T17:34:16Z TRACE local local_update: "units" : "No-units" -2024-11-06T17:34:16Z TRACE local local_update: }, -2024-11-06T17:34:16Z TRACE local local_update: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:16Z TRACE local local_update: "ref" : "AV12.present_value", -2024-11-06T17:34:16Z TRACE local local_update: "units" : "Degrees-Celsius" -2024-11-06T17:34:16Z TRACE local local_update: } -2024-11-06T17:34:16Z TRACE local local_update: } -2024-11-06T17:34:16Z TRACE local local_update: } -2024-11-06T17:34:16Z TRACE local local_update: } -2024-11-06T17:34:17Z DEBUG Detail target point to have target expected value is now: Point filter_differential_pressure_setpoint has present value null, not target 60 -2024-11-06T17:34:17Z TRACE received command AHU-1/state/localnet -2024-11-06T17:34:17Z TRACE received state_localnet: { -2024-11-06T17:34:17Z TRACE received state_localnet: "families" : { -2024-11-06T17:34:17Z TRACE received state_localnet: "ether" : { -2024-11-06T17:34:17Z TRACE received state_localnet: "addr" : "7c:1e:52:14:69:d9" -2024-11-06T17:34:17Z TRACE received state_localnet: }, -2024-11-06T17:34:17Z TRACE received state_localnet: "ipv4" : { -2024-11-06T17:34:17Z TRACE received state_localnet: "addr" : "10.1.0.144" -2024-11-06T17:34:17Z TRACE received state_localnet: }, -2024-11-06T17:34:17Z TRACE received state_localnet: "ipv6" : { -2024-11-06T17:34:17Z TRACE received state_localnet: "addr" : "fe80::7e1e:52ff:fe14:69d9" -2024-11-06T17:34:17Z TRACE received state_localnet: }, -2024-11-06T17:34:17Z TRACE received state_localnet: "vendor" : { -2024-11-06T17:34:17Z TRACE received state_localnet: "addr" : "28179023" -2024-11-06T17:34:17Z TRACE received state_localnet: } -2024-11-06T17:34:17Z TRACE received state_localnet: }, -2024-11-06T17:34:17Z TRACE received state_localnet: "timestamp" : "2024-11-06T17:34:15Z", -2024-11-06T17:34:17Z TRACE received state_localnet: "version" : "1.5.2" -2024-11-06T17:34:17Z TRACE received state_localnet: } -2024-11-06T17:34:17Z DEBUG Handling device message state_localnet MP:cdb5ff9d-1 -2024-11-06T17:34:17Z TRACE Ignoring partial state update -2024-11-06T17:34:18Z TRACE received command AHU-1/state/pointset -2024-11-06T17:34:18Z TRACE received state_pointset: { -2024-11-06T17:34:18Z TRACE received state_pointset: "points" : { -2024-11-06T17:34:18Z TRACE received state_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:34:18Z TRACE received state_pointset: "units" : "No-units" -2024-11-06T17:34:18Z TRACE received state_pointset: }, -2024-11-06T17:34:18Z TRACE received state_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:18Z TRACE received state_pointset: "units" : "Bars", -2024-11-06T17:34:18Z TRACE received state_pointset: "value_state" : "applied" -2024-11-06T17:34:18Z TRACE received state_pointset: }, -2024-11-06T17:34:18Z TRACE received state_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:18Z TRACE received state_pointset: "units" : "Degrees-Celsius" -2024-11-06T17:34:18Z TRACE received state_pointset: } -2024-11-06T17:34:18Z TRACE received state_pointset: }, -2024-11-06T17:34:18Z TRACE received state_pointset: "timestamp" : "2024-11-06T17:34:15Z", -2024-11-06T17:34:18Z TRACE received state_pointset: "version" : "1.5.2" -2024-11-06T17:34:18Z TRACE received state_pointset: } -2024-11-06T17:34:18Z DEBUG Handling device message state_pointset MP:cdb5ff9d-2 -2024-11-06T17:34:18Z TRACE Ignoring partial state update -2024-11-06T17:34:19Z TRACE received command AHU-1/events/pointset -2024-11-06T17:34:19Z TRACE received events_pointset: { -2024-11-06T17:34:19Z TRACE received events_pointset: "points" : { -2024-11-06T17:34:19Z TRACE received events_pointset: "filter_alarm_pressure_status" : { -2024-11-06T17:34:19Z TRACE received events_pointset: "present_value" : true -2024-11-06T17:34:19Z TRACE received events_pointset: }, -2024-11-06T17:34:19Z TRACE received events_pointset: "filter_differential_pressure_setpoint" : { -2024-11-06T17:34:19Z TRACE received events_pointset: "present_value" : 60 -2024-11-06T17:34:19Z TRACE received events_pointset: }, -2024-11-06T17:34:19Z TRACE received events_pointset: "filter_differential_pressure_sensor" : { -2024-11-06T17:34:19Z TRACE received events_pointset: "present_value" : 10 -2024-11-06T17:34:19Z TRACE received events_pointset: } -2024-11-06T17:34:19Z TRACE received events_pointset: }, -2024-11-06T17:34:19Z TRACE received events_pointset: "timestamp" : "2024-11-06T17:34:18Z", -2024-11-06T17:34:19Z TRACE received events_pointset: "version" : "1.5.2" -2024-11-06T17:34:19Z TRACE received events_pointset: } -2024-11-06T17:34:19Z DEBUG Handling device message events_pointset MP:197272aa -2024-11-06T17:34:20Z DEBUG Detail target point to have target expected value is now: null -2024-11-06T17:34:20Z DEBUG Recorded sequence: 1. Wait until target point to have target expected value -2024-11-06T17:34:20Z DEBUG Stage finished waiting for target point to have target expected value at 26s after 5s -2024-11-06T17:34:20Z TRACE Stage resume waiting for executing test at 26s -2024-11-06T17:34:20Z DEBUG stage done waiting for executing test at 26s -2024-11-06T17:34:20Z DEBUG Removing implicit system capability LAST_CONFIG -2024-11-06T17:34:20Z NOTICE RESULT pass writeback writeback_success ALPHA 10/10 Sequence complete -2024-11-06T17:34:20Z NOTICE Sequence complete -2024-11-06T17:34:20Z NOTICE ending test writeback_success after 26s ################################ +2024-12-17T05:29:58Z NOTICE starting test writeback_success ################################ +2024-12-17T05:29:58Z INFO Stage start waiting for starting test wrapper at 0s +2024-12-17T05:30:06Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:30:06Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:30:06Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:30:06Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:30:06Z DEBUG Set extraFieldChanged false because extra_field null +2024-12-17T05:30:06Z WARNING Now using alternate connection client! +2024-12-17T05:30:06Z TRACE Stage suspend waiting for starting test wrapper at 8s +2024-12-17T05:30:06Z INFO Stage start waiting for using alternate client at 8s +2024-12-17T05:30:06Z DEBUG Delay from lastConfigMark 2024-12-17T05:29:58.518865376Z is -6047ms +2024-12-17T05:30:06Z DEBUG Forcing config update +2024-12-17T05:30:06Z TRACE Updated check config_update: true +2024-12-17T05:30:06Z DEBUG Update config_update, adding configTransaction RC:229544.00000006 +2024-12-17T05:30:06Z TRACE Outgoing local_update: { +2024-12-17T05:30:06Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###null", +2024-12-17T05:30:06Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:30:06Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:30:06Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:30:06Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:30:06Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:30:06Z TRACE Outgoing local_update: }, +2024-12-17T05:30:06Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:30:06Z TRACE Outgoing local_update: "sequence_name" : "writeback_success", +2024-12-17T05:30:06Z TRACE Outgoing local_update: "endpoint_type" : "alternate" +2024-12-17T05:30:06Z TRACE Outgoing local_update: } +2024-12-17T05:30:06Z TRACE Outgoing local_update: }, +2024-12-17T05:30:06Z TRACE Outgoing local_update: "blobset" : { +2024-12-17T05:30:06Z TRACE Outgoing local_update: "blobs" : { +2024-12-17T05:30:06Z TRACE Outgoing local_update: "_iot_endpoint_config" : { +2024-12-17T05:30:06Z TRACE Outgoing local_update: "phase" : "final", +2024-12-17T05:30:06Z TRACE Outgoing local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzcvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzcvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfNy9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", +2024-12-17T05:30:06Z TRACE Outgoing local_update: "sha256" : "@@@blob data hash###daf63dceb78cb1ab16d1c49b441fc38c88dbfe2540ca785ff6fae59fdae26a16", +2024-12-17T05:30:06Z TRACE Outgoing local_update: "generation" : "2024-12-17T05:30:06Z" +2024-12-17T05:30:06Z TRACE Outgoing local_update: } +2024-12-17T05:30:06Z TRACE Outgoing local_update: } +2024-12-17T05:30:06Z TRACE Outgoing local_update: } +2024-12-17T05:30:06Z TRACE Outgoing local_update: } +2024-12-17T05:30:06Z DEBUG Detail pending config transaction is now: RC:229544.00000006 +2024-12-17T05:30:06Z TRACE received command AHU-1/config/update +2024-12-17T05:30:06Z DEBUG Received config_update +2024-12-17T05:30:06Z DEBUG Handling update message config_update RC:229544.00000006 +2024-12-17T05:30:06Z DEBUG Removed configTransaction RC:229544.00000006 +2024-12-17T05:30:06Z DEBUG Set last_start changed false, last_start 1970-01-01T00:01:13Z +2024-12-17T05:30:06Z DEBUG Updated config 2024-12-17T05:30:06Z RC:229544.00000006 +2024-12-17T05:30:06Z INFO Updated config #001: { +2024-12-17T05:30:06Z INFO Updated config #001: "timestamp" : "2024-12-17T05:30:06Z", +2024-12-17T05:30:06Z INFO Updated config #001: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:30:06Z INFO Updated config #001: "system" : { +2024-12-17T05:30:06Z INFO Updated config #001: "min_loglevel" : 100, +2024-12-17T05:30:06Z INFO Updated config #001: "metrics_rate_sec" : 10, +2024-12-17T05:30:06Z INFO Updated config #001: "operation" : { +2024-12-17T05:30:06Z INFO Updated config #001: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:30:06Z INFO Updated config #001: }, +2024-12-17T05:30:06Z INFO Updated config #001: "testing" : { +2024-12-17T05:30:06Z INFO Updated config #001: "sequence_name" : "writeback_success", +2024-12-17T05:30:06Z INFO Updated config #001: "endpoint_type" : "alternate" +2024-12-17T05:30:06Z INFO Updated config #001: } +2024-12-17T05:30:06Z INFO Updated config #001: }, +2024-12-17T05:30:06Z INFO Updated config #001: "blobset" : { +2024-12-17T05:30:06Z INFO Updated config #001: "blobs" : { +2024-12-17T05:30:06Z INFO Updated config #001: "_iot_endpoint_config" : { +2024-12-17T05:30:06Z INFO Updated config #001: "phase" : "final", +2024-12-17T05:30:06Z INFO Updated config #001: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzcvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzcvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfNy9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", +2024-12-17T05:30:06Z INFO Updated config #001: "sha256" : "@@@blob data hash###daf63dceb78cb1ab16d1c49b441fc38c88dbfe2540ca785ff6fae59fdae26a16", +2024-12-17T05:30:06Z INFO Updated config #001: "generation" : "2024-12-17T05:30:06Z" +2024-12-17T05:30:06Z INFO Updated config #001: } +2024-12-17T05:30:06Z INFO Updated config #001: } +2024-12-17T05:30:06Z INFO Updated config #001: } +2024-12-17T05:30:06Z INFO Updated config #001: } +2024-12-17T05:30:06Z DEBUG Expected last_config now 2024-12-17T05:30:06Z +2024-12-17T05:30:06Z DEBUG Detail pending config transaction is now: null +2024-12-17T05:30:06Z DEBUG New lastConfigMark at 2024-12-17T05:30:06Z +2024-12-17T05:30:06Z DEBUG Update config reset alternate registry timestamp 2024-12-17T05:30:06Z +2024-12-17T05:30:06Z TRACE Outgoing local_update: { +2024-12-17T05:30:06Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:30:06Z", +2024-12-17T05:30:06Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:30:06Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:30:06Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:30:06Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:30:06Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:30:06Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:30:06Z TRACE Outgoing local_update: }, +2024-12-17T05:30:06Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:30:06Z TRACE Outgoing local_update: "sequence_name" : "writeback_success", +2024-12-17T05:30:06Z TRACE Outgoing local_update: "endpoint_type" : "alternate" +2024-12-17T05:30:06Z TRACE Outgoing local_update: } +2024-12-17T05:30:06Z TRACE Outgoing local_update: }, +2024-12-17T05:30:06Z TRACE Outgoing local_update: "blobset" : { +2024-12-17T05:30:06Z TRACE Outgoing local_update: "blobs" : { +2024-12-17T05:30:06Z TRACE Outgoing local_update: "_iot_endpoint_config" : { +2024-12-17T05:30:06Z TRACE Outgoing local_update: "phase" : "final", +2024-12-17T05:30:06Z TRACE Outgoing local_update: "url" : "@@@endpoint data###data:application/json;base64,ewogICJwcm90b2NvbCIgOiAibXF0dCIsCiAgInRyYW5zcG9ydCIgOiAic3NsIiwKICAiaG9zdG5hbWUiIDogImxvY2FsaG9zdCIsCiAgImNsaWVudF9pZCIgOiAiL3IvWlotVFJJLUZFQ1RBXzcvZC9BSFUtMSIsCiAgInRvcGljX3ByZWZpeCIgOiAiL3IvWlotVFJJLUZFQ1RBXzcvZC9BSFUtMSIsCiAgImF1dGhfcHJvdmlkZXIiIDogewogICAgImJhc2ljIiA6IHsKICAgICAgInVzZXJuYW1lIiA6ICIvci9aWi1UUkktRkVDVEFfNy9kL0FIVS0xIiwKICAgICAgInBhc3N3b3JkIiA6ICIzODI2OWQxMSIKICAgIH0KICB9Cn0=", +2024-12-17T05:30:06Z TRACE Outgoing local_update: "sha256" : "@@@blob data hash###daf63dceb78cb1ab16d1c49b441fc38c88dbfe2540ca785ff6fae59fdae26a16", +2024-12-17T05:30:06Z TRACE Outgoing local_update: "generation" : "2024-12-17T05:30:06Z" +2024-12-17T05:30:06Z TRACE Outgoing local_update: } +2024-12-17T05:30:06Z TRACE Outgoing local_update: } +2024-12-17T05:30:06Z TRACE Outgoing local_update: } +2024-12-17T05:30:06Z TRACE Outgoing local_update: } +2024-12-17T05:30:06Z TRACE Update config reset alternate registry: Add `system` = { "min_loglevel": `100`, "testing": { "endpoint_type": `alternate`, "sequence_name": `writeback_success` }, "metrics_rate_sec": `10`, "operation": { "last_start": `device reported` } } +2024-12-17T05:30:06Z TRACE Update config reset alternate registry: Add `version` = `cloud udmi version` +2024-12-17T05:30:06Z TRACE Update config reset alternate registry: Add `blobset` = { "blobs": { "_iot_endpoint_config": { "phase": `final`, "generation": `blob generation`, "sha256": `blob data hash`, "url": `endpoint data` } } } +2024-12-17T05:30:06Z TRACE Update config reset alternate registry: Add `timestamp` = `generated timestamp` +2024-12-17T05:30:06Z DEBUG Stage finished waiting for using alternate client at 8s after 0s +2024-12-17T05:30:06Z TRACE Stage resume waiting for starting test wrapper at 8s +2024-12-17T05:30:06Z WARNING Done with alternate connection client! +2024-12-17T05:30:06Z DEBUG Allowing device state change (everything) +2024-12-17T05:30:06Z DEBUG Starting reset_config full reset true +2024-12-17T05:30:06Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:30:06Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:30:06Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:30:06Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:30:06Z DEBUG Set extraFieldChanged false because extra_field null +2024-12-17T05:30:06Z DEBUG Set extraFieldChanged true because extra_field reset_config +2024-12-17T05:30:06Z DEBUG Clear configTransactions and reset device config +2024-12-17T05:30:06Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:30:06Z DEBUG Configuring device last_start to be 1970-01-01T00:01:13Z +2024-12-17T05:30:06Z DEBUG Set last_start changed true, last_start 1970-01-01T00:01:13Z +2024-12-17T05:30:06Z DEBUG Set extraFieldChanged true because extra_field null +2024-12-17T05:30:06Z DEBUG Delay from lastConfigMark 2024-12-17T05:30:06.652633583Z is 1984ms +2024-12-17T05:30:06Z DEBUG Rate-limiting config by 1984ms +2024-12-17T05:30:08Z TRACE Updated check config_update: true +2024-12-17T05:30:08Z DEBUG Update config_update, adding configTransaction RC:229544.00000007 +2024-12-17T05:30:08Z TRACE Outgoing local_update: { +2024-12-17T05:30:08Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###1.5.2", +2024-12-17T05:30:08Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:30:08Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:30:08Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:30:08Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:30:08Z TRACE Outgoing local_update: "last_start" : "1970-01-01T00:01:13Z" +2024-12-17T05:30:08Z TRACE Outgoing local_update: }, +2024-12-17T05:30:08Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:30:08Z TRACE Outgoing local_update: "sequence_name" : "writeback_success" +2024-12-17T05:30:08Z TRACE Outgoing local_update: } +2024-12-17T05:30:08Z TRACE Outgoing local_update: }, +2024-12-17T05:30:08Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:30:08Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:30:08Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:30:08Z TRACE Outgoing local_update: } +2024-12-17T05:30:08Z TRACE Outgoing local_update: }, +2024-12-17T05:30:08Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:30:08Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:30:08Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:30:08Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:30:08Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:30:08Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:30:08Z TRACE Outgoing local_update: } +2024-12-17T05:30:08Z TRACE Outgoing local_update: }, +2024-12-17T05:30:08Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:30:08Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:30:08Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:08Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:30:08Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:30:08Z TRACE Outgoing local_update: }, +2024-12-17T05:30:08Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:30:08Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:30:08Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:30:08Z TRACE Outgoing local_update: }, +2024-12-17T05:30:08Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:08Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:30:08Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:30:08Z TRACE Outgoing local_update: } +2024-12-17T05:30:08Z TRACE Outgoing local_update: } +2024-12-17T05:30:08Z TRACE Outgoing local_update: } +2024-12-17T05:30:08Z TRACE Outgoing local_update: } +2024-12-17T05:30:08Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:30:08Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:30:08Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:30:08Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:30:08Z DEBUG Saving pre-config state timestamp null +2024-12-17T05:30:08Z DEBUG Update lastConfigUpdate 2024-12-17T05:30:08Z, because soft reset +2024-12-17T05:30:08Z TRACE Stage suspend waiting for starting test wrapper at 10s +2024-12-17T05:30:08Z INFO Stage start waiting for config update synchronized at 10s +2024-12-17T05:30:08Z TRACE received command AHU-1/events/pointset +2024-12-17T05:30:08Z TRACE Received events_pointset: { +2024-12-17T05:30:08Z TRACE Received events_pointset: "points" : { +2024-12-17T05:30:08Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:30:08Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:30:08Z TRACE Received events_pointset: }, +2024-12-17T05:30:08Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:08Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:30:08Z TRACE Received events_pointset: }, +2024-12-17T05:30:08Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:08Z TRACE Received events_pointset: "present_value" : 9 +2024-12-17T05:30:08Z TRACE Received events_pointset: } +2024-12-17T05:30:08Z TRACE Received events_pointset: }, +2024-12-17T05:30:08Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:30:00Z", +2024-12-17T05:30:08Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:30:08Z TRACE Received events_pointset: } +2024-12-17T05:30:08Z DEBUG Handling device message events_pointset MP:3173ca6d +2024-12-17T05:30:08Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:30:08Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:30:08Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:30:08Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:30:08Z TRACE received command AHU-1/events/system +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z INFO device.log: Configured with auth_type RS256 +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z INFO device.log: Resetting persistent store /home/runner/work/udmi/udmi/sites/udmi_site_model/out/devices/AHU-1/persistent_data.json +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z INFO device.log: Loading endpoint into persistent data from configuration +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z WARNING device.log: Updating persistent store: +{ + "endpoint" : { + "protocol" : "mqtt", + "transport" : "ssl", + "hostname" : "localhost", + "client_id" : "/r/ZZ-TRI-FECTA_7/d/AHU-1", + "topic_prefix" : "/r/ZZ-TRI-FECTA_7/d/AHU-1", + "auth_provider" : { + "basic" : { + "username" : "/r/ZZ-TRI-FECTA_7/d/AHU-1", + "password" : "38269d11" + } + } + }, + "restart_count" : 1 +} +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z INFO device.log: Starting pubber AHU-1, serial sequencer-11806, mac null, gateway null, options noPersist +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z INFO device.log: Loading device key bytes from /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.pkcs8 +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z INFO device.log: CA cert file: /home/runner/work/udmi/udmi/sites/udmi_site_model/reflector/ca.crt +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z INFO device.log: Device cert file: /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.crt +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z INFO device.log: Private key file: /home/runner/work/udmi/udmi/sites/udmi_site_model/devices/AHU-1/rsa_private.pem +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z INFO device.log: Password sha256 6b5344e1 +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z WARNING device.log: Starting connection 1734413395288 with 10 +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z INFO device.log: Update state 2024-12-17T05:29:55Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z WARNING device.log: Dropping state update until config received... +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z WARNING device.log: Creating new config latch for AHU-1 +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z INFO device.log: Update state 2024-12-17T05:29:55Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z WARNING device.log: Dropping state update until config received... +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z INFO device.log: Update state 2024-12-17T05:29:55Z last_config 1970-01-01T00:00:00Z +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z WARNING device.log: Dropping state update until config received... +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z WARNING device.log: Received config for config latch AHU-1 +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z WARNING device.log: Starting AHU-1 Pubber sender with delay 10s +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z INFO device.log: 2024-12-17T05:29:55Z received config 2024-12-17T05:29:40Z +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z WARNING device.log: Starting AHU-1 PubberSystemManager sender with delay 10s +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z WARNING device.log: Starting AHU-1 PubberPointsetManager sender with delay 10s +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z WARNING device.log: Start waiting 10s for config latch for AHU-1 +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:55Z WARNING device.log: Ending connection 1734413395288 with 9 +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:56Z NOTICE system.config.apply: success +2024-12-17T05:30:08Z DEBUG Received events_system 2024-12-17T05:29:56Z NOTICE system.config.apply: success +2024-12-17T05:30:08Z DEBUG Handling device message events_system MP:b3e15de3 +2024-12-17T05:30:08Z TRACE received command AHU-1/events/system +2024-12-17T05:30:08Z DEBUG Received events_system (no logs) +2024-12-17T05:30:08Z DEBUG Handling device message events_system MP:ae27e68b +2024-12-17T05:30:08Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:30:08Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:30:08Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:30:08Z TRACE received command AHU-1/events/pointset +2024-12-17T05:30:08Z TRACE Received events_pointset: { +2024-12-17T05:30:08Z TRACE Received events_pointset: "points" : { +2024-12-17T05:30:08Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:30:08Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:30:08Z TRACE Received events_pointset: }, +2024-12-17T05:30:08Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:08Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:30:08Z TRACE Received events_pointset: }, +2024-12-17T05:30:08Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:08Z TRACE Received events_pointset: "present_value" : 10 +2024-12-17T05:30:08Z TRACE Received events_pointset: } +2024-12-17T05:30:08Z TRACE Received events_pointset: }, +2024-12-17T05:30:08Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:30:05Z", +2024-12-17T05:30:08Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:30:08Z TRACE Received events_pointset: } +2024-12-17T05:30:08Z DEBUG Handling device message events_pointset MP:a545b706 +2024-12-17T05:30:08Z TRACE received command AHU-1/config/update +2024-12-17T05:30:08Z DEBUG Received config_update +2024-12-17T05:30:08Z DEBUG Handling update message config_update RC:229544.00000007 +2024-12-17T05:30:08Z DEBUG Removed configTransaction RC:229544.00000007 +2024-12-17T05:30:08Z DEBUG Set last_start changed false, last_start 1970-01-01T00:01:13Z +2024-12-17T05:30:08Z DEBUG Updated config 2024-12-17T05:30:08Z RC:229544.00000007 +2024-12-17T05:30:08Z INFO Updated config #002: Changed 5 fields: +2024-12-17T05:30:08Z INFO Updated config #002: Remove `system.testing.endpoint_type` +2024-12-17T05:30:08Z INFO Updated config #002: Add `discovery` = { "families": { "vendor": { } } } +2024-12-17T05:30:08Z INFO Updated config #002: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } +2024-12-17T05:30:08Z INFO Updated config #002: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "bacnet": { } } } +2024-12-17T05:30:08Z INFO Updated config #002: Remove `blobset` +2024-12-17T05:30:08Z DEBUG Expected last_config now 2024-12-17T05:30:08Z +2024-12-17T05:30:08Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:30:08Z TRACE Suppressing exception: Cannot read field "timestamp" because "this.deviceState" is null +2024-12-17T05:30:08Z TRACE Suppressing exception: Cannot read field "system" because "this.deviceState" is null +2024-12-17T05:30:08Z DEBUG Detail config update synchronized is now: device state not updated since config issued +2024-12-17T05:30:08Z TRACE received command AHU-1/state/update +2024-12-17T05:30:08Z DEBUG Received state_update +2024-12-17T05:30:08Z DEBUG Handling update message state_update MP:4816e366 +2024-12-17T05:30:08Z DEBUG Updated state after 0s 2024-12-17T05:30:08Z MP:4816e366 +2024-12-17T05:30:08Z INFO Initial state #001: { +2024-12-17T05:30:08Z INFO Initial state #001: "timestamp" : "2024-12-17T05:30:08Z", +2024-12-17T05:30:08Z INFO Initial state #001: "version" : "1.5.2", +2024-12-17T05:30:08Z INFO Initial state #001: "system" : { +2024-12-17T05:30:08Z INFO Initial state #001: "last_config" : "2024-12-17T05:29:40Z", +2024-12-17T05:30:08Z INFO Initial state #001: "operation" : { +2024-12-17T05:30:08Z INFO Initial state #001: "operational" : true, +2024-12-17T05:30:08Z INFO Initial state #001: "last_start" : "2024-12-17T05:29:54Z", +2024-12-17T05:30:08Z INFO Initial state #001: "restart_count" : 1, +2024-12-17T05:30:08Z INFO Initial state #001: "mode" : "initial" +2024-12-17T05:30:08Z INFO Initial state #001: }, +2024-12-17T05:30:08Z INFO Initial state #001: "serial_no" : "sequencer-11806", +2024-12-17T05:30:08Z INFO Initial state #001: "hardware" : { +2024-12-17T05:30:08Z INFO Initial state #001: "make" : "BOS", +2024-12-17T05:30:08Z INFO Initial state #001: "model" : "pubber" +2024-12-17T05:30:08Z INFO Initial state #001: }, +2024-12-17T05:30:08Z INFO Initial state #001: "software" : { +2024-12-17T05:30:08Z INFO Initial state #001: "firmware" : "v1" +2024-12-17T05:30:08Z INFO Initial state #001: }, +2024-12-17T05:30:08Z INFO Initial state #001: "status" : { +2024-12-17T05:30:08Z INFO Initial state #001: "message" : "success", +2024-12-17T05:30:08Z INFO Initial state #001: "category" : "system.config.parse", +2024-12-17T05:30:08Z INFO Initial state #001: "timestamp" : "2024-12-17T05:30:08Z", +2024-12-17T05:30:08Z INFO Initial state #001: "level" : 100 +2024-12-17T05:30:08Z INFO Initial state #001: } +2024-12-17T05:30:08Z INFO Initial state #001: }, +2024-12-17T05:30:08Z INFO Initial state #001: "discovery" : { +2024-12-17T05:30:08Z INFO Initial state #001: "families" : { } +2024-12-17T05:30:08Z INFO Initial state #001: }, +2024-12-17T05:30:08Z INFO Initial state #001: "localnet" : { +2024-12-17T05:30:08Z INFO Initial state #001: "families" : { +2024-12-17T05:30:08Z INFO Initial state #001: "ether" : { +2024-12-17T05:30:08Z INFO Initial state #001: "addr" : "60:45:bd:d7:fb:50" +2024-12-17T05:30:08Z INFO Initial state #001: }, +2024-12-17T05:30:08Z INFO Initial state #001: "ipv4" : { +2024-12-17T05:30:08Z INFO Initial state #001: "addr" : "10.1.0.111" +2024-12-17T05:30:08Z INFO Initial state #001: }, +2024-12-17T05:30:08Z INFO Initial state #001: "ipv6" : { +2024-12-17T05:30:08Z INFO Initial state #001: "addr" : "fe80::6245:bdff:fed7:fb50" +2024-12-17T05:30:08Z INFO Initial state #001: }, +2024-12-17T05:30:08Z INFO Initial state #001: "vendor" : { +2024-12-17T05:30:08Z INFO Initial state #001: "addr" : "28179023" +2024-12-17T05:30:08Z INFO Initial state #001: } +2024-12-17T05:30:08Z INFO Initial state #001: } +2024-12-17T05:30:08Z INFO Initial state #001: }, +2024-12-17T05:30:08Z INFO Initial state #001: "pointset" : { +2024-12-17T05:30:08Z INFO Initial state #001: "points" : { +2024-12-17T05:30:08Z INFO Initial state #001: "filter_alarm_pressure_status" : { +2024-12-17T05:30:08Z INFO Initial state #001: "units" : "No-units" +2024-12-17T05:30:08Z INFO Initial state #001: }, +2024-12-17T05:30:08Z INFO Initial state #001: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:08Z INFO Initial state #001: "units" : "Bars", +2024-12-17T05:30:08Z INFO Initial state #001: "value_state" : "applied" +2024-12-17T05:30:08Z INFO Initial state #001: }, +2024-12-17T05:30:08Z INFO Initial state #001: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:08Z INFO Initial state #001: "units" : "Degrees-Celsius" +2024-12-17T05:30:08Z INFO Initial state #001: } +2024-12-17T05:30:08Z INFO Initial state #001: } +2024-12-17T05:30:08Z INFO Initial state #001: } +2024-12-17T05:30:08Z INFO Initial state #001: } +2024-12-17T05:30:08Z NOTICE Received serial number sequencer-11806 +2024-12-17T05:30:08Z DEBUG Updated state has last_config 2024-12-17T05:29:40Z (expecting 2024-12-17T05:30:08Z) +2024-12-17T05:30:08Z TRACE received command AHU-1/state/system +2024-12-17T05:30:08Z TRACE Received state_system: { +2024-12-17T05:30:08Z TRACE Received state_system: "hardware" : { +2024-12-17T05:30:08Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:30:08Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:30:08Z TRACE Received state_system: }, +2024-12-17T05:30:08Z TRACE Received state_system: "last_config" : "2024-12-17T05:29:40Z", +2024-12-17T05:30:08Z TRACE Received state_system: "operation" : { +2024-12-17T05:30:08Z TRACE Received state_system: "operational" : true, +2024-12-17T05:30:08Z TRACE Received state_system: "last_start" : "2024-12-17T05:29:54Z", +2024-12-17T05:30:08Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:30:08Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:30:08Z TRACE Received state_system: }, +2024-12-17T05:30:08Z TRACE Received state_system: "serial_no" : "sequencer-11806", +2024-12-17T05:30:08Z TRACE Received state_system: "software" : { +2024-12-17T05:30:08Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:30:08Z TRACE Received state_system: }, +2024-12-17T05:30:08Z TRACE Received state_system: "status" : { +2024-12-17T05:30:08Z TRACE Received state_system: "message" : "success", +2024-12-17T05:30:08Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:30:08Z TRACE Received state_system: "timestamp" : "2024-12-17T05:30:08Z", +2024-12-17T05:30:08Z TRACE Received state_system: "level" : 100 +2024-12-17T05:30:08Z TRACE Received state_system: }, +2024-12-17T05:30:08Z TRACE Received state_system: "timestamp" : "2024-12-17T05:30:08Z", +2024-12-17T05:30:08Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:30:08Z TRACE Received state_system: } +2024-12-17T05:30:08Z DEBUG Handling device message state_system MP:4816e366-0 +2024-12-17T05:30:08Z TRACE Ignoring partial state update +2024-12-17T05:30:08Z DEBUG Detail config update synchronized is now: last_start not synced in config, last_config not synced in state +2024-12-17T05:30:08Z TRACE received command AHU-1/state/discovery +2024-12-17T05:30:08Z TRACE Received state_discovery: { +2024-12-17T05:30:08Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:30:08Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:30:08Z", +2024-12-17T05:30:08Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:30:08Z TRACE Received state_discovery: } +2024-12-17T05:30:08Z DEBUG Handling device message state_discovery MP:4816e366-1 +2024-12-17T05:30:08Z TRACE Ignoring partial state update +2024-12-17T05:30:08Z TRACE received command AHU-1/state/localnet +2024-12-17T05:30:08Z TRACE Received state_localnet: { +2024-12-17T05:30:08Z TRACE Received state_localnet: "families" : { +2024-12-17T05:30:08Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:30:08Z TRACE Received state_localnet: "addr" : "60:45:bd:d7:fb:50" +2024-12-17T05:30:08Z TRACE Received state_localnet: }, +2024-12-17T05:30:08Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:30:08Z TRACE Received state_localnet: "addr" : "10.1.0.111" +2024-12-17T05:30:08Z TRACE Received state_localnet: }, +2024-12-17T05:30:08Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:30:08Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fed7:fb50" +2024-12-17T05:30:08Z TRACE Received state_localnet: }, +2024-12-17T05:30:08Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:30:08Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:30:08Z TRACE Received state_localnet: } +2024-12-17T05:30:08Z TRACE Received state_localnet: }, +2024-12-17T05:30:08Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:30:08Z", +2024-12-17T05:30:08Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:30:08Z TRACE Received state_localnet: } +2024-12-17T05:30:08Z DEBUG Handling device message state_localnet MP:4816e366-2 +2024-12-17T05:30:08Z TRACE Ignoring partial state update +2024-12-17T05:30:08Z TRACE received command AHU-1/state/pointset +2024-12-17T05:30:08Z TRACE Received state_pointset: { +2024-12-17T05:30:08Z TRACE Received state_pointset: "points" : { +2024-12-17T05:30:08Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:30:08Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:30:08Z TRACE Received state_pointset: }, +2024-12-17T05:30:08Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:08Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:30:08Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:30:08Z TRACE Received state_pointset: }, +2024-12-17T05:30:08Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:08Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:30:08Z TRACE Received state_pointset: } +2024-12-17T05:30:08Z TRACE Received state_pointset: }, +2024-12-17T05:30:08Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:30:08Z", +2024-12-17T05:30:08Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:30:08Z TRACE Received state_pointset: } +2024-12-17T05:30:08Z DEBUG Handling device message state_pointset MP:4816e366-3 +2024-12-17T05:30:08Z TRACE Ignoring partial state update +2024-12-17T05:30:08Z TRACE received command AHU-1/config/update +2024-12-17T05:30:08Z DEBUG Received config_update +2024-12-17T05:30:08Z DEBUG Handling update message config_update MP:4816e366 +2024-12-17T05:30:08Z DEBUG Set last_start changed true, last_start 2024-12-17T05:29:54Z +2024-12-17T05:30:08Z DEBUG Updated config 2024-12-17T05:30:08Z MP:4816e366 +2024-12-17T05:30:08Z INFO Updated config #003: Changed 0 fields. +2024-12-17T05:30:08Z DEBUG Expected last_config now 2024-12-17T05:30:08Z +2024-12-17T05:30:08Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:30:10Z TRACE received command AHU-1/state/update +2024-12-17T05:30:10Z DEBUG Received state_update +2024-12-17T05:30:10Z DEBUG Handling update message state_update MP:e7007536 +2024-12-17T05:30:10Z DEBUG Updated state after 0s 2024-12-17T05:30:10Z MP:e7007536 +2024-12-17T05:30:10Z INFO Updated state #002: Changed 4 fields: +2024-12-17T05:30:10Z INFO Updated state #002: Set `system.last_config` = `2024-12-17T05:30:08Z` +2024-12-17T05:30:10Z INFO Updated state #002: Set `system.status.level` = `300` +2024-12-17T05:30:10Z INFO Updated state #002: Set `system.status.category` = `system.config.apply` +2024-12-17T05:30:10Z INFO Updated state #002: Set `timestamp` = `2024-12-17T05:30:10Z` +2024-12-17T05:30:10Z DEBUG Updated state has last_config 2024-12-17T05:30:08Z (expecting 2024-12-17T05:30:08Z) +2024-12-17T05:30:10Z TRACE received command AHU-1/state/system +2024-12-17T05:30:10Z TRACE Received state_system: { +2024-12-17T05:30:10Z TRACE Received state_system: "hardware" : { +2024-12-17T05:30:10Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:30:10Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:30:10Z TRACE Received state_system: }, +2024-12-17T05:30:10Z TRACE Received state_system: "last_config" : "2024-12-17T05:30:08Z", +2024-12-17T05:30:10Z TRACE Received state_system: "operation" : { +2024-12-17T05:30:10Z TRACE Received state_system: "operational" : true, +2024-12-17T05:30:10Z TRACE Received state_system: "last_start" : "2024-12-17T05:29:54Z", +2024-12-17T05:30:10Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:30:10Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:30:10Z TRACE Received state_system: }, +2024-12-17T05:30:10Z TRACE Received state_system: "serial_no" : "sequencer-11806", +2024-12-17T05:30:10Z TRACE Received state_system: "software" : { +2024-12-17T05:30:10Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:30:10Z TRACE Received state_system: }, +2024-12-17T05:30:10Z TRACE Received state_system: "status" : { +2024-12-17T05:30:10Z TRACE Received state_system: "message" : "success", +2024-12-17T05:30:10Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:30:10Z TRACE Received state_system: "timestamp" : "2024-12-17T05:30:08Z", +2024-12-17T05:30:10Z TRACE Received state_system: "level" : 300 +2024-12-17T05:30:10Z TRACE Received state_system: }, +2024-12-17T05:30:10Z TRACE Received state_system: "timestamp" : "2024-12-17T05:30:10Z", +2024-12-17T05:30:10Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:30:10Z TRACE Received state_system: } +2024-12-17T05:30:10Z DEBUG Handling device message state_system MP:e7007536-0 +2024-12-17T05:30:10Z TRACE Ignoring partial state update +2024-12-17T05:30:10Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:30:10Z DEBUG Stage finished waiting for config update synchronized at 12s after 2s +2024-12-17T05:30:10Z TRACE Stage resume waiting for starting test wrapper at 12s +2024-12-17T05:30:10Z DEBUG Config sync took 2s +2024-12-17T05:30:10Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:30:10Z DEBUG New lastConfigMark at 2024-12-17T05:30:10Z +2024-12-17T05:30:10Z DEBUG Update config soft reset timestamp 2024-12-17T05:30:08Z +2024-12-17T05:30:10Z TRACE Outgoing local_update: { +2024-12-17T05:30:10Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:30:08Z", +2024-12-17T05:30:10Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:30:10Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:30:10Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:30:10Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:30:10Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:30:10Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:29:54Z" +2024-12-17T05:30:10Z TRACE Outgoing local_update: }, +2024-12-17T05:30:10Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:30:10Z TRACE Outgoing local_update: "sequence_name" : "writeback_success" +2024-12-17T05:30:10Z TRACE Outgoing local_update: } +2024-12-17T05:30:10Z TRACE Outgoing local_update: }, +2024-12-17T05:30:10Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:30:10Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:30:10Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:30:10Z TRACE Outgoing local_update: } +2024-12-17T05:30:10Z TRACE Outgoing local_update: }, +2024-12-17T05:30:10Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:30:10Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:30:10Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:30:10Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:30:10Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:30:10Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:30:10Z TRACE Outgoing local_update: } +2024-12-17T05:30:10Z TRACE Outgoing local_update: }, +2024-12-17T05:30:10Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:30:10Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:30:10Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:10Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:30:10Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:30:10Z TRACE Outgoing local_update: }, +2024-12-17T05:30:10Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:30:10Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:30:10Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:30:10Z TRACE Outgoing local_update: }, +2024-12-17T05:30:10Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:10Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:30:10Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:30:10Z TRACE Outgoing local_update: } +2024-12-17T05:30:10Z TRACE Outgoing local_update: } +2024-12-17T05:30:10Z TRACE Outgoing local_update: } +2024-12-17T05:30:10Z TRACE Outgoing local_update: } +2024-12-17T05:30:10Z TRACE Update config soft reset: Add `discovery` = { "families": { "vendor": { } } } +2024-12-17T05:30:10Z TRACE Update config soft reset: Add `pointset` = { "points": { "filter_differential_pressure_setpoint": { "set_value": `98`, "units": `Bars` }, "filter_alarm_pressure_status": { "ref": `BV11.present_value`, "units": `No-units` }, "filter_differential_pressure_sensor": { "ref": `AV12.present_value`, "units": `Degrees-Celsius` } } } +2024-12-17T05:30:10Z TRACE Update config soft reset: Add `localnet` = { "families": { "ether": { }, "ipv4": { }, "vendor": { }, "bacnet": { } } } +2024-12-17T05:30:10Z TRACE Update config soft reset: Add `timestamp` = `generated timestamp` +2024-12-17T05:30:10Z DEBUG Done with reset_config +2024-12-17T05:30:10Z TRACE Stage suspend waiting for starting test wrapper at 12s +2024-12-17T05:30:10Z INFO Stage start waiting for config update synchronized at 12s +2024-12-17T05:30:10Z TRACE received command AHU-1/state/discovery +2024-12-17T05:30:10Z TRACE Received state_discovery: { +2024-12-17T05:30:10Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:30:10Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:30:10Z", +2024-12-17T05:30:10Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:30:10Z TRACE Received state_discovery: } +2024-12-17T05:30:10Z DEBUG Handling device message state_discovery MP:e7007536-1 +2024-12-17T05:30:10Z TRACE Ignoring partial state update +2024-12-17T05:30:10Z DEBUG Stage finished waiting for config update synchronized at 12s after 0s +2024-12-17T05:30:10Z TRACE Stage resume waiting for starting test wrapper at 12s +2024-12-17T05:30:10Z DEBUG Config sync took 2s +2024-12-17T05:30:10Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:30:10Z DEBUG Disallowing device state change (everything) +2024-12-17T05:30:10Z DEBUG Delay from lastConfigMark 2024-12-17T05:30:10.765214121Z is 1987ms +2024-12-17T05:30:10Z DEBUG Rate-limiting config by 1987ms +2024-12-17T05:30:12Z TRACE Updated check config_update: true +2024-12-17T05:30:12Z DEBUG Update config_update, adding configTransaction RC:229544.00000008 +2024-12-17T05:30:12Z TRACE Outgoing local_update: { +2024-12-17T05:30:12Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:30:08Z", +2024-12-17T05:30:12Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:30:12Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:30:12Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:30:12Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:30:12Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:30:12Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:29:54Z" +2024-12-17T05:30:12Z TRACE Outgoing local_update: }, +2024-12-17T05:30:12Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:30:12Z TRACE Outgoing local_update: "sequence_name" : "writeback_success" +2024-12-17T05:30:12Z TRACE Outgoing local_update: } +2024-12-17T05:30:12Z TRACE Outgoing local_update: }, +2024-12-17T05:30:12Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:30:12Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:30:12Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:30:12Z TRACE Outgoing local_update: } +2024-12-17T05:30:12Z TRACE Outgoing local_update: }, +2024-12-17T05:30:12Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:30:12Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:30:12Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:30:12Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:30:12Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:30:12Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:30:12Z TRACE Outgoing local_update: } +2024-12-17T05:30:12Z TRACE Outgoing local_update: }, +2024-12-17T05:30:12Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:30:12Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:30:12Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:12Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:30:12Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:30:12Z TRACE Outgoing local_update: }, +2024-12-17T05:30:12Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:30:12Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:30:12Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:30:12Z TRACE Outgoing local_update: }, +2024-12-17T05:30:12Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:12Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:30:12Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:30:12Z TRACE Outgoing local_update: } +2024-12-17T05:30:12Z TRACE Outgoing local_update: } +2024-12-17T05:30:12Z TRACE Outgoing local_update: } +2024-12-17T05:30:12Z TRACE Outgoing local_update: } +2024-12-17T05:30:12Z DEBUG Saving pre-config state timestamp 2024-12-17T05:30:10Z +2024-12-17T05:30:12Z DEBUG Update lastConfigUpdate 2024-12-17T05:30:12Z, because initial setup +2024-12-17T05:30:12Z TRACE Stage suspend waiting for starting test wrapper at 14s +2024-12-17T05:30:12Z INFO Stage start waiting for config update synchronized at 14s +2024-12-17T05:30:12Z TRACE received command AHU-1/state/localnet +2024-12-17T05:30:12Z TRACE Received state_localnet: { +2024-12-17T05:30:12Z TRACE Received state_localnet: "families" : { +2024-12-17T05:30:12Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:30:12Z TRACE Received state_localnet: "addr" : "60:45:bd:d7:fb:50" +2024-12-17T05:30:12Z TRACE Received state_localnet: }, +2024-12-17T05:30:12Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:30:12Z TRACE Received state_localnet: "addr" : "10.1.0.111" +2024-12-17T05:30:12Z TRACE Received state_localnet: }, +2024-12-17T05:30:12Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:30:12Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fed7:fb50" +2024-12-17T05:30:12Z TRACE Received state_localnet: }, +2024-12-17T05:30:12Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:30:12Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:30:12Z TRACE Received state_localnet: } +2024-12-17T05:30:12Z TRACE Received state_localnet: }, +2024-12-17T05:30:12Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:30:10Z", +2024-12-17T05:30:12Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:30:12Z TRACE Received state_localnet: } +2024-12-17T05:30:12Z DEBUG Handling device message state_localnet MP:e7007536-2 +2024-12-17T05:30:12Z TRACE Ignoring partial state update +2024-12-17T05:30:12Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:30:12Z TRACE received command AHU-1/state/pointset +2024-12-17T05:30:12Z TRACE Received state_pointset: { +2024-12-17T05:30:12Z TRACE Received state_pointset: "points" : { +2024-12-17T05:30:12Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:30:12Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:30:12Z TRACE Received state_pointset: }, +2024-12-17T05:30:12Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:12Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:30:12Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:30:12Z TRACE Received state_pointset: }, +2024-12-17T05:30:12Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:12Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:30:12Z TRACE Received state_pointset: } +2024-12-17T05:30:12Z TRACE Received state_pointset: }, +2024-12-17T05:30:12Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:30:10Z", +2024-12-17T05:30:12Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:30:12Z TRACE Received state_pointset: } +2024-12-17T05:30:12Z DEBUG Handling device message state_pointset MP:e7007536-3 +2024-12-17T05:30:12Z TRACE Ignoring partial state update +2024-12-17T05:30:12Z TRACE received command AHU-1/config/update +2024-12-17T05:30:12Z DEBUG Received config_update +2024-12-17T05:30:12Z DEBUG Handling update message config_update RC:229544.00000008 +2024-12-17T05:30:12Z DEBUG Removed configTransaction RC:229544.00000008 +2024-12-17T05:30:12Z DEBUG Set last_start changed false, last_start 2024-12-17T05:29:54Z +2024-12-17T05:30:12Z DEBUG Updated config 2024-12-17T05:30:12Z RC:229544.00000008 +2024-12-17T05:30:12Z INFO Updated config #004: Changed 0 fields. +2024-12-17T05:30:12Z DEBUG Expected last_config now 2024-12-17T05:30:12Z +2024-12-17T05:30:12Z DEBUG Detail config update synchronized is now: device state not updated since config issued, last_config not synced in state +2024-12-17T05:30:12Z TRACE received command AHU-1/state/update +2024-12-17T05:30:12Z DEBUG Received state_update +2024-12-17T05:30:12Z DEBUG Handling update message state_update MP:b059cf94 +2024-12-17T05:30:12Z DEBUG Updated state after 0s 2024-12-17T05:30:12Z MP:b059cf94 +2024-12-17T05:30:12Z INFO Updated state #003: Changed 4 fields: +2024-12-17T05:30:12Z INFO Updated state #003: Set `system.status.level` = `100` +2024-12-17T05:30:12Z INFO Updated state #003: Set `system.status.category` = `system.config.parse` +2024-12-17T05:30:12Z INFO Updated state #003: Set `system.status.timestamp` = `2024-12-17T05:30:12Z` +2024-12-17T05:30:12Z INFO Updated state #003: Set `timestamp` = `2024-12-17T05:30:12Z` +2024-12-17T05:30:12Z DEBUG Updated state has last_config 2024-12-17T05:30:08Z (expecting 2024-12-17T05:30:12Z) +2024-12-17T05:30:12Z TRACE received command AHU-1/state/system +2024-12-17T05:30:12Z TRACE Received state_system: { +2024-12-17T05:30:12Z TRACE Received state_system: "hardware" : { +2024-12-17T05:30:12Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:30:12Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:30:12Z TRACE Received state_system: }, +2024-12-17T05:30:12Z TRACE Received state_system: "last_config" : "2024-12-17T05:30:08Z", +2024-12-17T05:30:12Z TRACE Received state_system: "operation" : { +2024-12-17T05:30:12Z TRACE Received state_system: "operational" : true, +2024-12-17T05:30:12Z TRACE Received state_system: "last_start" : "2024-12-17T05:29:54Z", +2024-12-17T05:30:12Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:30:12Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:30:12Z TRACE Received state_system: }, +2024-12-17T05:30:12Z TRACE Received state_system: "serial_no" : "sequencer-11806", +2024-12-17T05:30:12Z TRACE Received state_system: "software" : { +2024-12-17T05:30:12Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:30:12Z TRACE Received state_system: }, +2024-12-17T05:30:12Z TRACE Received state_system: "status" : { +2024-12-17T05:30:12Z TRACE Received state_system: "message" : "success", +2024-12-17T05:30:12Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:30:12Z TRACE Received state_system: "timestamp" : "2024-12-17T05:30:12Z", +2024-12-17T05:30:12Z TRACE Received state_system: "level" : 100 +2024-12-17T05:30:12Z TRACE Received state_system: }, +2024-12-17T05:30:12Z TRACE Received state_system: "timestamp" : "2024-12-17T05:30:12Z", +2024-12-17T05:30:12Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:30:12Z TRACE Received state_system: } +2024-12-17T05:30:12Z DEBUG Handling device message state_system MP:b059cf94-0 +2024-12-17T05:30:12Z TRACE Ignoring partial state update +2024-12-17T05:30:12Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:30:12Z TRACE received command AHU-1/state/discovery +2024-12-17T05:30:12Z TRACE Received state_discovery: { +2024-12-17T05:30:12Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:30:12Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:30:12Z", +2024-12-17T05:30:12Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:30:12Z TRACE Received state_discovery: } +2024-12-17T05:30:12Z DEBUG Handling device message state_discovery MP:b059cf94-1 +2024-12-17T05:30:12Z TRACE Ignoring partial state update +2024-12-17T05:30:12Z TRACE received command AHU-1/state/localnet +2024-12-17T05:30:12Z TRACE Received state_localnet: { +2024-12-17T05:30:12Z TRACE Received state_localnet: "families" : { +2024-12-17T05:30:12Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:30:12Z TRACE Received state_localnet: "addr" : "60:45:bd:d7:fb:50" +2024-12-17T05:30:12Z TRACE Received state_localnet: }, +2024-12-17T05:30:12Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:30:12Z TRACE Received state_localnet: "addr" : "10.1.0.111" +2024-12-17T05:30:12Z TRACE Received state_localnet: }, +2024-12-17T05:30:12Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:30:12Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fed7:fb50" +2024-12-17T05:30:12Z TRACE Received state_localnet: }, +2024-12-17T05:30:12Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:30:12Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:30:12Z TRACE Received state_localnet: } +2024-12-17T05:30:12Z TRACE Received state_localnet: }, +2024-12-17T05:30:12Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:30:12Z", +2024-12-17T05:30:12Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:30:12Z TRACE Received state_localnet: } +2024-12-17T05:30:12Z DEBUG Handling device message state_localnet MP:b059cf94-2 +2024-12-17T05:30:12Z TRACE Ignoring partial state update +2024-12-17T05:30:12Z TRACE received command AHU-1/state/pointset +2024-12-17T05:30:12Z TRACE Received state_pointset: { +2024-12-17T05:30:12Z TRACE Received state_pointset: "points" : { +2024-12-17T05:30:12Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:30:12Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:30:12Z TRACE Received state_pointset: }, +2024-12-17T05:30:12Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:12Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:30:12Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:30:12Z TRACE Received state_pointset: }, +2024-12-17T05:30:12Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:12Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:30:12Z TRACE Received state_pointset: } +2024-12-17T05:30:12Z TRACE Received state_pointset: }, +2024-12-17T05:30:12Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:30:12Z", +2024-12-17T05:30:12Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:30:12Z TRACE Received state_pointset: } +2024-12-17T05:30:12Z DEBUG Handling device message state_pointset MP:b059cf94-3 +2024-12-17T05:30:12Z TRACE Ignoring partial state update +2024-12-17T05:30:14Z TRACE received command AHU-1/state/update +2024-12-17T05:30:14Z DEBUG Received state_update +2024-12-17T05:30:14Z DEBUG Handling update message state_update MP:48b012f3 +2024-12-17T05:30:14Z DEBUG Updated state after 0s 2024-12-17T05:30:14Z MP:48b012f3 +2024-12-17T05:30:14Z INFO Updated state #004: Changed 4 fields: +2024-12-17T05:30:14Z INFO Updated state #004: Set `system.last_config` = `2024-12-17T05:30:12Z` +2024-12-17T05:30:14Z INFO Updated state #004: Set `system.status.level` = `300` +2024-12-17T05:30:14Z INFO Updated state #004: Set `system.status.category` = `system.config.apply` +2024-12-17T05:30:14Z INFO Updated state #004: Set `timestamp` = `2024-12-17T05:30:14Z` +2024-12-17T05:30:14Z DEBUG Updated state has last_config 2024-12-17T05:30:12Z (expecting 2024-12-17T05:30:12Z) +2024-12-17T05:30:14Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:30:14Z DEBUG Stage finished waiting for config update synchronized at 16s after 2s +2024-12-17T05:30:14Z TRACE Stage resume waiting for starting test wrapper at 16s +2024-12-17T05:30:14Z DEBUG Config sync took 2s +2024-12-17T05:30:14Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:30:14Z DEBUG New lastConfigMark at 2024-12-17T05:30:14Z +2024-12-17T05:30:14Z DEBUG Update config initial setup timestamp 2024-12-17T05:30:12Z +2024-12-17T05:30:14Z TRACE Outgoing local_update: { +2024-12-17T05:30:14Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:30:12Z", +2024-12-17T05:30:14Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:30:14Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:30:14Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:30:14Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:30:14Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:30:14Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:29:54Z" +2024-12-17T05:30:14Z TRACE Outgoing local_update: }, +2024-12-17T05:30:14Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:30:14Z TRACE Outgoing local_update: "sequence_name" : "writeback_success" +2024-12-17T05:30:14Z TRACE Outgoing local_update: } +2024-12-17T05:30:14Z TRACE Outgoing local_update: }, +2024-12-17T05:30:14Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:30:14Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:30:14Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:30:14Z TRACE Outgoing local_update: } +2024-12-17T05:30:14Z TRACE Outgoing local_update: }, +2024-12-17T05:30:14Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:30:14Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:30:14Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:30:14Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:30:14Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:30:14Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:30:14Z TRACE Outgoing local_update: } +2024-12-17T05:30:14Z TRACE Outgoing local_update: }, +2024-12-17T05:30:14Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:30:14Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:30:14Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:14Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:30:14Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:30:14Z TRACE Outgoing local_update: }, +2024-12-17T05:30:14Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:30:14Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:30:14Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:30:14Z TRACE Outgoing local_update: }, +2024-12-17T05:30:14Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:14Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:30:14Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:30:14Z TRACE Outgoing local_update: } +2024-12-17T05:30:14Z TRACE Outgoing local_update: } +2024-12-17T05:30:14Z TRACE Outgoing local_update: } +2024-12-17T05:30:14Z TRACE Outgoing local_update: } +2024-12-17T05:30:14Z DEBUG Stale state cutoff threshold is 2024-12-17T05:29:57Z +2024-12-17T05:30:14Z DEBUG Waiting for device stateTransaction RC:229544.00000009 (was null) +2024-12-17T05:30:14Z TRACE Stage suspend waiting for starting test wrapper at 16s +2024-12-17T05:30:14Z INFO Stage start waiting for state query at 16s +2024-12-17T05:30:14Z TRACE received command AHU-1/state/system +2024-12-17T05:30:14Z TRACE Received state_system: { +2024-12-17T05:30:14Z TRACE Received state_system: "hardware" : { +2024-12-17T05:30:14Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:30:14Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:30:14Z TRACE Received state_system: }, +2024-12-17T05:30:14Z TRACE Received state_system: "last_config" : "2024-12-17T05:30:12Z", +2024-12-17T05:30:14Z TRACE Received state_system: "operation" : { +2024-12-17T05:30:14Z TRACE Received state_system: "operational" : true, +2024-12-17T05:30:14Z TRACE Received state_system: "last_start" : "2024-12-17T05:29:54Z", +2024-12-17T05:30:14Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:30:14Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:30:14Z TRACE Received state_system: }, +2024-12-17T05:30:14Z TRACE Received state_system: "serial_no" : "sequencer-11806", +2024-12-17T05:30:14Z TRACE Received state_system: "software" : { +2024-12-17T05:30:14Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:30:14Z TRACE Received state_system: }, +2024-12-17T05:30:14Z TRACE Received state_system: "status" : { +2024-12-17T05:30:14Z TRACE Received state_system: "message" : "success", +2024-12-17T05:30:14Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:30:14Z TRACE Received state_system: "timestamp" : "2024-12-17T05:30:12Z", +2024-12-17T05:30:14Z TRACE Received state_system: "level" : 300 +2024-12-17T05:30:14Z TRACE Received state_system: }, +2024-12-17T05:30:14Z TRACE Received state_system: "timestamp" : "2024-12-17T05:30:14Z", +2024-12-17T05:30:14Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:30:14Z TRACE Received state_system: } +2024-12-17T05:30:14Z DEBUG Handling device message state_system MP:48b012f3-0 +2024-12-17T05:30:14Z TRACE Ignoring partial state update +2024-12-17T05:30:14Z TRACE received command AHU-1/state/update +2024-12-17T05:30:14Z DEBUG Received state_update +2024-12-17T05:30:14Z INFO Received device configAcked +2024-12-17T05:30:14Z DEBUG Handling update message state_update RC:229544.00000009 +2024-12-17T05:30:14Z DEBUG Removed stateTransaction RC:229544.00000009 +2024-12-17T05:30:14Z DEBUG Updated state after 0s 2024-12-17T05:30:14Z RC:229544.00000009 +2024-12-17T05:30:14Z INFO Updated state #005: Changed 0 fields. +2024-12-17T05:30:14Z DEBUG Updated state has last_config 2024-12-17T05:30:12Z (expecting 2024-12-17T05:30:12Z) +2024-12-17T05:30:14Z DEBUG Stage finished waiting for state query at 16s after 0s +2024-12-17T05:30:14Z TRACE Stage resume waiting for starting test wrapper at 16s +2024-12-17T05:30:14Z TRACE Stage suspend waiting for starting test wrapper at 16s +2024-12-17T05:30:14Z INFO Stage start waiting for initial device state at 16s +2024-12-17T05:30:14Z DEBUG Delay from lastConfigMark 2024-12-17T05:30:14.838229800Z is 1934ms +2024-12-17T05:30:14Z DEBUG Rate-limiting config by 1934ms +2024-12-17T05:30:16Z TRACE Updated check config_update: true +2024-12-17T05:30:16Z DEBUG Update config_update, adding configTransaction RC:229544.0000000a +2024-12-17T05:30:16Z TRACE Outgoing local_update: { +2024-12-17T05:30:16Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:30:12Z", +2024-12-17T05:30:16Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:30:16Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:30:16Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:30:16Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:30:16Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:30:16Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:29:54Z" +2024-12-17T05:30:16Z TRACE Outgoing local_update: }, +2024-12-17T05:30:16Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:30:16Z TRACE Outgoing local_update: "sequence_name" : "writeback_success" +2024-12-17T05:30:16Z TRACE Outgoing local_update: } +2024-12-17T05:30:16Z TRACE Outgoing local_update: }, +2024-12-17T05:30:16Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:30:16Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:30:16Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:30:16Z TRACE Outgoing local_update: } +2024-12-17T05:30:16Z TRACE Outgoing local_update: }, +2024-12-17T05:30:16Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:30:16Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:30:16Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:30:16Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:30:16Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:30:16Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:30:16Z TRACE Outgoing local_update: } +2024-12-17T05:30:16Z TRACE Outgoing local_update: }, +2024-12-17T05:30:16Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:30:16Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:30:16Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:16Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:30:16Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:30:16Z TRACE Outgoing local_update: }, +2024-12-17T05:30:16Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:30:16Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:30:16Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:30:16Z TRACE Outgoing local_update: }, +2024-12-17T05:30:16Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:16Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:30:16Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:30:16Z TRACE Outgoing local_update: } +2024-12-17T05:30:16Z TRACE Outgoing local_update: } +2024-12-17T05:30:16Z TRACE Outgoing local_update: } +2024-12-17T05:30:16Z TRACE Outgoing local_update: } +2024-12-17T05:30:16Z DEBUG Saving pre-config state timestamp 2024-12-17T05:30:14Z +2024-12-17T05:30:16Z DEBUG Update lastConfigUpdate 2024-12-17T05:30:16Z, because before initial device state +2024-12-17T05:30:16Z TRACE Stage suspend waiting for initial device state at 18s +2024-12-17T05:30:16Z INFO Stage start waiting for config update synchronized at 18s +2024-12-17T05:30:16Z TRACE received command AHU-1/state/discovery +2024-12-17T05:30:16Z TRACE Received state_discovery: { +2024-12-17T05:30:16Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:30:16Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:30:14Z", +2024-12-17T05:30:16Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:30:16Z TRACE Received state_discovery: } +2024-12-17T05:30:16Z DEBUG Handling device message state_discovery MP:48b012f3-1 +2024-12-17T05:30:16Z TRACE Ignoring partial state update +2024-12-17T05:30:16Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:30:16Z TRACE received command AHU-1/reply/update +2024-12-17T05:30:16Z TRACE received command AHU-1/state/localnet +2024-12-17T05:30:16Z TRACE Received state_localnet: { +2024-12-17T05:30:16Z TRACE Received state_localnet: "families" : { +2024-12-17T05:30:16Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:30:16Z TRACE Received state_localnet: "addr" : "60:45:bd:d7:fb:50" +2024-12-17T05:30:16Z TRACE Received state_localnet: }, +2024-12-17T05:30:16Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:30:16Z TRACE Received state_localnet: "addr" : "10.1.0.111" +2024-12-17T05:30:16Z TRACE Received state_localnet: }, +2024-12-17T05:30:16Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:30:16Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fed7:fb50" +2024-12-17T05:30:16Z TRACE Received state_localnet: }, +2024-12-17T05:30:16Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:30:16Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:30:16Z TRACE Received state_localnet: } +2024-12-17T05:30:16Z TRACE Received state_localnet: }, +2024-12-17T05:30:16Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:30:14Z", +2024-12-17T05:30:16Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:30:16Z TRACE Received state_localnet: } +2024-12-17T05:30:16Z DEBUG Handling device message state_localnet MP:48b012f3-2 +2024-12-17T05:30:16Z TRACE Ignoring partial state update +2024-12-17T05:30:16Z TRACE received command AHU-1/state/pointset +2024-12-17T05:30:16Z TRACE Received state_pointset: { +2024-12-17T05:30:16Z TRACE Received state_pointset: "points" : { +2024-12-17T05:30:16Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:30:16Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:30:16Z TRACE Received state_pointset: }, +2024-12-17T05:30:16Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:16Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:30:16Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:30:16Z TRACE Received state_pointset: }, +2024-12-17T05:30:16Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:16Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:30:16Z TRACE Received state_pointset: } +2024-12-17T05:30:16Z TRACE Received state_pointset: }, +2024-12-17T05:30:16Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:30:14Z", +2024-12-17T05:30:16Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:30:16Z TRACE Received state_pointset: } +2024-12-17T05:30:16Z DEBUG Handling device message state_pointset MP:48b012f3-3 +2024-12-17T05:30:16Z TRACE Ignoring partial state update +2024-12-17T05:30:16Z TRACE received command AHU-1/events/pointset +2024-12-17T05:30:16Z TRACE Received events_pointset: { +2024-12-17T05:30:16Z TRACE Received events_pointset: "points" : { +2024-12-17T05:30:16Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:30:16Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:30:16Z TRACE Received events_pointset: }, +2024-12-17T05:30:16Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:16Z TRACE Received events_pointset: "present_value" : 98 +2024-12-17T05:30:16Z TRACE Received events_pointset: }, +2024-12-17T05:30:16Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:16Z TRACE Received events_pointset: "present_value" : 11 +2024-12-17T05:30:16Z TRACE Received events_pointset: } +2024-12-17T05:30:16Z TRACE Received events_pointset: }, +2024-12-17T05:30:16Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:30:15Z", +2024-12-17T05:30:16Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:30:16Z TRACE Received events_pointset: } +2024-12-17T05:30:16Z DEBUG Handling device message events_pointset MP:cbb7ce7c +2024-12-17T05:30:16Z TRACE received command AHU-1/events/system +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:08Z NOTICE system.config.apply: success +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:08Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:08Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:08Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:08Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:08Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:08Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:08Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:08Z DEBUG system.config.receive: success +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:08Z DEBUG system.config.parse: success +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:08Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:08Z DEBUG device.log: State update defer 1934ms +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:08Z DEBUG device.log: Config update AHU-1 (writeback_success) +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:08Z DEBUG device.log: State update defer 1934ms +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:08Z INFO device.log: 2024-12-17T05:30:08Z received config 2024-12-17T05:30:08Z +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:08Z NOTICE system.config.apply: success +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:08Z DEBUG device.log: State update defer 1931ms +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:08Z DEBUG device.log: State update defer 1930ms +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:10Z DEBUG device.log: State update defer 0ms +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:10Z INFO device.log: Update state 2024-12-17T05:30:10Z last_config 2024-12-17T05:30:08Z +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:10Z DEBUG device.log: State update AHU-1 (writeback_success) +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:12Z DEBUG system.config.receive: success +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:12Z DEBUG device.log: State update defer -103ms +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:12Z INFO device.log: Update state 2024-12-17T05:30:12Z last_config 2024-12-17T05:30:08Z +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:12Z DEBUG system.config.parse: success +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:12Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:12Z DEBUG device.log: State update AHU-1 (writeback_success) +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:12Z DEBUG device.log: Config update AHU-1 (writeback_success) +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:12Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:12Z INFO device.log: 2024-12-17T05:30:12Z received config 2024-12-17T05:30:12Z +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:12Z NOTICE system.config.apply: success +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:12Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:12Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:12Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:12Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:12Z DEBUG device.log: State update defer 1996ms +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:14Z DEBUG device.log: State update defer 0ms +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:14Z INFO device.log: Update state 2024-12-17T05:30:14Z last_config 2024-12-17T05:30:12Z +2024-12-17T05:30:16Z DEBUG Received events_system 2024-12-17T05:30:14Z DEBUG device.log: State update AHU-1 (writeback_success) +2024-12-17T05:30:16Z DEBUG Handling device message events_system MP:1758ef02 +2024-12-17T05:30:16Z TRACE received command null/config/udmi +2024-12-17T05:30:16Z TRACE received command AHU-1/state/update +2024-12-17T05:30:16Z DEBUG Received state_update +2024-12-17T05:30:16Z DEBUG Handling update message state_update MP:adbfc9e9 +2024-12-17T05:30:16Z DEBUG Updated state after 0s 2024-12-17T05:30:16Z MP:adbfc9e9 +2024-12-17T05:30:16Z INFO Updated state #006: Changed 4 fields: +2024-12-17T05:30:16Z INFO Updated state #006: Set `system.status.level` = `100` +2024-12-17T05:30:16Z INFO Updated state #006: Set `system.status.category` = `system.config.parse` +2024-12-17T05:30:16Z INFO Updated state #006: Set `system.status.timestamp` = `2024-12-17T05:30:16Z` +2024-12-17T05:30:16Z INFO Updated state #006: Set `timestamp` = `2024-12-17T05:30:16Z` +2024-12-17T05:30:16Z DEBUG Updated state has last_config 2024-12-17T05:30:12Z (expecting 2024-12-17T05:30:12Z) +2024-12-17T05:30:16Z TRACE received command AHU-1/config/update +2024-12-17T05:30:16Z DEBUG Received config_update +2024-12-17T05:30:16Z DEBUG Handling update message config_update RC:229544.0000000a +2024-12-17T05:30:16Z DEBUG Removed configTransaction RC:229544.0000000a +2024-12-17T05:30:16Z DEBUG Set last_start changed false, last_start 2024-12-17T05:29:54Z +2024-12-17T05:30:16Z DEBUG Updated config 2024-12-17T05:30:16Z RC:229544.0000000a +2024-12-17T05:30:16Z INFO Updated config #005: Changed 0 fields. +2024-12-17T05:30:16Z DEBUG Expected last_config now 2024-12-17T05:30:16Z +2024-12-17T05:30:16Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:30:16Z TRACE received command AHU-1/state/system +2024-12-17T05:30:16Z TRACE Received state_system: { +2024-12-17T05:30:16Z TRACE Received state_system: "hardware" : { +2024-12-17T05:30:16Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:30:16Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:30:16Z TRACE Received state_system: }, +2024-12-17T05:30:16Z TRACE Received state_system: "last_config" : "2024-12-17T05:30:12Z", +2024-12-17T05:30:16Z TRACE Received state_system: "operation" : { +2024-12-17T05:30:16Z TRACE Received state_system: "operational" : true, +2024-12-17T05:30:16Z TRACE Received state_system: "last_start" : "2024-12-17T05:29:54Z", +2024-12-17T05:30:16Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:30:16Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:30:16Z TRACE Received state_system: }, +2024-12-17T05:30:16Z TRACE Received state_system: "serial_no" : "sequencer-11806", +2024-12-17T05:30:16Z TRACE Received state_system: "software" : { +2024-12-17T05:30:16Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:30:16Z TRACE Received state_system: }, +2024-12-17T05:30:16Z TRACE Received state_system: "status" : { +2024-12-17T05:30:16Z TRACE Received state_system: "message" : "success", +2024-12-17T05:30:16Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:30:16Z TRACE Received state_system: "timestamp" : "2024-12-17T05:30:16Z", +2024-12-17T05:30:16Z TRACE Received state_system: "level" : 100 +2024-12-17T05:30:16Z TRACE Received state_system: }, +2024-12-17T05:30:16Z TRACE Received state_system: "timestamp" : "2024-12-17T05:30:16Z", +2024-12-17T05:30:16Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:30:16Z TRACE Received state_system: } +2024-12-17T05:30:16Z DEBUG Handling device message state_system MP:adbfc9e9-0 +2024-12-17T05:30:16Z TRACE Ignoring partial state update +2024-12-17T05:30:16Z TRACE received command AHU-1/state/discovery +2024-12-17T05:30:16Z TRACE Received state_discovery: { +2024-12-17T05:30:16Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:30:16Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:30:16Z", +2024-12-17T05:30:16Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:30:16Z TRACE Received state_discovery: } +2024-12-17T05:30:16Z DEBUG Handling device message state_discovery MP:adbfc9e9-1 +2024-12-17T05:30:16Z TRACE Ignoring partial state update +2024-12-17T05:30:16Z TRACE received command AHU-1/state/localnet +2024-12-17T05:30:16Z TRACE Received state_localnet: { +2024-12-17T05:30:16Z TRACE Received state_localnet: "families" : { +2024-12-17T05:30:16Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:30:16Z TRACE Received state_localnet: "addr" : "60:45:bd:d7:fb:50" +2024-12-17T05:30:16Z TRACE Received state_localnet: }, +2024-12-17T05:30:16Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:30:16Z TRACE Received state_localnet: "addr" : "10.1.0.111" +2024-12-17T05:30:16Z TRACE Received state_localnet: }, +2024-12-17T05:30:16Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:30:16Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fed7:fb50" +2024-12-17T05:30:16Z TRACE Received state_localnet: }, +2024-12-17T05:30:16Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:30:16Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:30:16Z TRACE Received state_localnet: } +2024-12-17T05:30:16Z TRACE Received state_localnet: }, +2024-12-17T05:30:16Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:30:16Z", +2024-12-17T05:30:16Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:30:16Z TRACE Received state_localnet: } +2024-12-17T05:30:16Z DEBUG Handling device message state_localnet MP:adbfc9e9-2 +2024-12-17T05:30:16Z TRACE Ignoring partial state update +2024-12-17T05:30:16Z TRACE received command AHU-1/state/pointset +2024-12-17T05:30:16Z TRACE Received state_pointset: { +2024-12-17T05:30:16Z TRACE Received state_pointset: "points" : { +2024-12-17T05:30:16Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:30:16Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:30:16Z TRACE Received state_pointset: }, +2024-12-17T05:30:16Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:16Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:30:16Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:30:16Z TRACE Received state_pointset: }, +2024-12-17T05:30:16Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:16Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:30:16Z TRACE Received state_pointset: } +2024-12-17T05:30:16Z TRACE Received state_pointset: }, +2024-12-17T05:30:16Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:30:16Z", +2024-12-17T05:30:16Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:30:16Z TRACE Received state_pointset: } +2024-12-17T05:30:16Z DEBUG Handling device message state_pointset MP:adbfc9e9-3 +2024-12-17T05:30:16Z TRACE Ignoring partial state update +2024-12-17T05:30:18Z TRACE received command AHU-1/state/update +2024-12-17T05:30:18Z DEBUG Received state_update +2024-12-17T05:30:18Z DEBUG Handling update message state_update MP:cf0a918e +2024-12-17T05:30:18Z DEBUG Updated state after 0s 2024-12-17T05:30:18Z MP:cf0a918e +2024-12-17T05:30:18Z INFO Updated state #007: Changed 4 fields: +2024-12-17T05:30:18Z INFO Updated state #007: Set `system.last_config` = `2024-12-17T05:30:16Z` +2024-12-17T05:30:18Z INFO Updated state #007: Set `system.status.level` = `300` +2024-12-17T05:30:18Z INFO Updated state #007: Set `system.status.category` = `system.config.apply` +2024-12-17T05:30:18Z INFO Updated state #007: Set `timestamp` = `2024-12-17T05:30:18Z` +2024-12-17T05:30:18Z DEBUG Updated state has last_config 2024-12-17T05:30:16Z (expecting 2024-12-17T05:30:16Z) +2024-12-17T05:30:18Z TRACE received command AHU-1/state/system +2024-12-17T05:30:18Z TRACE Received state_system: { +2024-12-17T05:30:18Z TRACE Received state_system: "hardware" : { +2024-12-17T05:30:18Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:30:18Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:30:18Z TRACE Received state_system: }, +2024-12-17T05:30:18Z TRACE Received state_system: "last_config" : "2024-12-17T05:30:16Z", +2024-12-17T05:30:18Z TRACE Received state_system: "operation" : { +2024-12-17T05:30:18Z TRACE Received state_system: "operational" : true, +2024-12-17T05:30:18Z TRACE Received state_system: "last_start" : "2024-12-17T05:29:54Z", +2024-12-17T05:30:18Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:30:18Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:30:18Z TRACE Received state_system: }, +2024-12-17T05:30:18Z TRACE Received state_system: "serial_no" : "sequencer-11806", +2024-12-17T05:30:18Z TRACE Received state_system: "software" : { +2024-12-17T05:30:18Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:30:18Z TRACE Received state_system: }, +2024-12-17T05:30:18Z TRACE Received state_system: "status" : { +2024-12-17T05:30:18Z TRACE Received state_system: "message" : "success", +2024-12-17T05:30:18Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:30:18Z TRACE Received state_system: "timestamp" : "2024-12-17T05:30:16Z", +2024-12-17T05:30:18Z TRACE Received state_system: "level" : 300 +2024-12-17T05:30:18Z TRACE Received state_system: }, +2024-12-17T05:30:18Z TRACE Received state_system: "timestamp" : "2024-12-17T05:30:18Z", +2024-12-17T05:30:18Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:30:18Z TRACE Received state_system: } +2024-12-17T05:30:18Z DEBUG Handling device message state_system MP:cf0a918e-0 +2024-12-17T05:30:18Z TRACE Ignoring partial state update +2024-12-17T05:30:18Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:30:18Z DEBUG Stage finished waiting for config update synchronized at 20s after 2s +2024-12-17T05:30:18Z TRACE Stage resume waiting for initial device state at 20s +2024-12-17T05:30:18Z DEBUG Config sync took 2s +2024-12-17T05:30:18Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:30:18Z DEBUG New lastConfigMark at 2024-12-17T05:30:18Z +2024-12-17T05:30:18Z DEBUG Update config before initial device state timestamp 2024-12-17T05:30:16Z +2024-12-17T05:30:18Z TRACE Outgoing local_update: { +2024-12-17T05:30:18Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:30:16Z", +2024-12-17T05:30:18Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:30:18Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:30:18Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:30:18Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:30:18Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:30:18Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:29:54Z" +2024-12-17T05:30:18Z TRACE Outgoing local_update: }, +2024-12-17T05:30:18Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:30:18Z TRACE Outgoing local_update: "sequence_name" : "writeback_success" +2024-12-17T05:30:18Z TRACE Outgoing local_update: } +2024-12-17T05:30:18Z TRACE Outgoing local_update: }, +2024-12-17T05:30:18Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:30:18Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:30:18Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:30:18Z TRACE Outgoing local_update: } +2024-12-17T05:30:18Z TRACE Outgoing local_update: }, +2024-12-17T05:30:18Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:30:18Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:30:18Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:30:18Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:30:18Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:30:18Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:30:18Z TRACE Outgoing local_update: } +2024-12-17T05:30:18Z TRACE Outgoing local_update: }, +2024-12-17T05:30:18Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:30:18Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:30:18Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:18Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:30:18Z TRACE Outgoing local_update: "set_value" : 98 +2024-12-17T05:30:18Z TRACE Outgoing local_update: }, +2024-12-17T05:30:18Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:30:18Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:30:18Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:30:18Z TRACE Outgoing local_update: }, +2024-12-17T05:30:18Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:18Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:30:18Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:30:18Z TRACE Outgoing local_update: } +2024-12-17T05:30:18Z TRACE Outgoing local_update: } +2024-12-17T05:30:18Z TRACE Outgoing local_update: } +2024-12-17T05:30:18Z TRACE Outgoing local_update: } +2024-12-17T05:30:18Z DEBUG Stage finished waiting for initial device state at 20s after 4s +2024-12-17T05:30:18Z TRACE Stage resume waiting for starting test wrapper at 20s +2024-12-17T05:30:18Z DEBUG Device state system status level is now 300 +2024-12-17T05:30:18Z TRACE Stage suspend waiting for starting test wrapper at 20s +2024-12-17T05:30:18Z INFO Stage start waiting for config update synchronized at 20s +2024-12-17T05:30:18Z TRACE received command AHU-1/state/discovery +2024-12-17T05:30:18Z TRACE Received state_discovery: { +2024-12-17T05:30:18Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:30:18Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:30:18Z", +2024-12-17T05:30:18Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:30:18Z TRACE Received state_discovery: } +2024-12-17T05:30:18Z DEBUG Handling device message state_discovery MP:cf0a918e-1 +2024-12-17T05:30:18Z TRACE Ignoring partial state update +2024-12-17T05:30:18Z DEBUG Stage finished waiting for config update synchronized at 20s after 0s +2024-12-17T05:30:18Z TRACE Stage resume waiting for starting test wrapper at 20s +2024-12-17T05:30:18Z DEBUG Config sync took 2s +2024-12-17T05:30:18Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:30:18Z TRACE Stage suspend waiting for starting test wrapper at 20s +2024-12-17T05:30:18Z INFO Stage start waiting for executing test at 20s +2024-12-17T05:30:18Z DEBUG stage begin waiting for executing test at 20s +2024-12-17T05:30:18Z DEBUG Allowing device state change pointset.points. +2024-12-17T05:30:18Z TRACE Stage suspend waiting for executing test at 20s +2024-12-17T05:30:18Z INFO Stage start waiting for target point to have value_state default (null) at 20s +2024-12-17T05:30:18Z DEBUG Delay from lastConfigMark 2024-12-17T05:30:18.942415911Z is 1990ms +2024-12-17T05:30:18Z DEBUG Rate-limiting config by 1990ms +2024-12-17T05:30:20Z DEBUG System config extra field null +2024-12-17T05:30:20Z TRACE Updated check config_system: true +2024-12-17T05:30:20Z DEBUG Update config_system, adding configTransaction RC:229544.0000000b +2024-12-17T05:30:20Z TRACE Outgoing local_system: { +2024-12-17T05:30:20Z TRACE Outgoing local_system: "min_loglevel" : 100, +2024-12-17T05:30:20Z TRACE Outgoing local_system: "metrics_rate_sec" : 10, +2024-12-17T05:30:20Z TRACE Outgoing local_system: "operation" : { +2024-12-17T05:30:20Z TRACE Outgoing local_system: "last_start" : "2024-12-17T05:29:54Z" +2024-12-17T05:30:20Z TRACE Outgoing local_system: }, +2024-12-17T05:30:20Z TRACE Outgoing local_system: "testing" : { +2024-12-17T05:30:20Z TRACE Outgoing local_system: "sequence_name" : "writeback_success" +2024-12-17T05:30:20Z TRACE Outgoing local_system: } +2024-12-17T05:30:20Z TRACE Outgoing local_system: } +2024-12-17T05:30:20Z TRACE Updated check config_pointset: true +2024-12-17T05:30:20Z DEBUG Update config_pointset, adding configTransaction RC:229544.0000000c +2024-12-17T05:30:20Z TRACE Outgoing local_pointset: { +2024-12-17T05:30:20Z TRACE Outgoing local_pointset: "points" : { +2024-12-17T05:30:20Z TRACE Outgoing local_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:20Z TRACE Outgoing local_pointset: "units" : "Bars" +2024-12-17T05:30:20Z TRACE Outgoing local_pointset: }, +2024-12-17T05:30:20Z TRACE Outgoing local_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:30:20Z TRACE Outgoing local_pointset: "ref" : "BV11.present_value", +2024-12-17T05:30:20Z TRACE Outgoing local_pointset: "units" : "No-units" +2024-12-17T05:30:20Z TRACE Outgoing local_pointset: }, +2024-12-17T05:30:20Z TRACE Outgoing local_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:20Z TRACE Outgoing local_pointset: "ref" : "AV12.present_value", +2024-12-17T05:30:20Z TRACE Outgoing local_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:30:20Z TRACE Outgoing local_pointset: } +2024-12-17T05:30:20Z TRACE Outgoing local_pointset: } +2024-12-17T05:30:20Z TRACE Outgoing local_pointset: } +2024-12-17T05:30:20Z TRACE Updated check config_gateway: false +2024-12-17T05:30:20Z TRACE Updated check config_localnet: true +2024-12-17T05:30:20Z DEBUG Update config_localnet, adding configTransaction RC:229544.0000000d +2024-12-17T05:30:20Z TRACE Outgoing local_localnet: { +2024-12-17T05:30:20Z TRACE Outgoing local_localnet: "families" : { +2024-12-17T05:30:20Z TRACE Outgoing local_localnet: "ether" : { }, +2024-12-17T05:30:20Z TRACE Outgoing local_localnet: "ipv4" : { }, +2024-12-17T05:30:20Z TRACE Outgoing local_localnet: "vendor" : { }, +2024-12-17T05:30:20Z TRACE Outgoing local_localnet: "bacnet" : { } +2024-12-17T05:30:20Z TRACE Outgoing local_localnet: } +2024-12-17T05:30:20Z TRACE Outgoing local_localnet: } +2024-12-17T05:30:20Z TRACE Updated check config_blobset: false +2024-12-17T05:30:20Z TRACE Updated check config_discovery: true +2024-12-17T05:30:20Z DEBUG Update config_discovery, adding configTransaction RC:229544.0000000e +2024-12-17T05:30:20Z TRACE Outgoing local_discovery: { +2024-12-17T05:30:20Z TRACE Outgoing local_discovery: "families" : { +2024-12-17T05:30:20Z TRACE Outgoing local_discovery: "vendor" : { } +2024-12-17T05:30:20Z TRACE Outgoing local_discovery: } +2024-12-17T05:30:20Z TRACE Outgoing local_discovery: } +2024-12-17T05:30:20Z DEBUG Saving pre-config state timestamp 2024-12-17T05:30:18Z +2024-12-17T05:30:20Z DEBUG Update lastConfigUpdate 2024-12-17T05:30:20Z, because before target point to have value_state default (null) +2024-12-17T05:30:20Z TRACE Stage suspend waiting for target point to have value_state default (null) at 22s +2024-12-17T05:30:20Z INFO Stage start waiting for config update synchronized at 22s +2024-12-17T05:30:20Z TRACE received command AHU-1/state/localnet +2024-12-17T05:30:20Z TRACE Received state_localnet: { +2024-12-17T05:30:20Z TRACE Received state_localnet: "families" : { +2024-12-17T05:30:20Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:30:20Z TRACE Received state_localnet: "addr" : "60:45:bd:d7:fb:50" +2024-12-17T05:30:20Z TRACE Received state_localnet: }, +2024-12-17T05:30:20Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:30:20Z TRACE Received state_localnet: "addr" : "10.1.0.111" +2024-12-17T05:30:20Z TRACE Received state_localnet: }, +2024-12-17T05:30:20Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:30:20Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fed7:fb50" +2024-12-17T05:30:20Z TRACE Received state_localnet: }, +2024-12-17T05:30:20Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:30:20Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:30:20Z TRACE Received state_localnet: } +2024-12-17T05:30:20Z TRACE Received state_localnet: }, +2024-12-17T05:30:20Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:30:18Z", +2024-12-17T05:30:20Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:30:20Z TRACE Received state_localnet: } +2024-12-17T05:30:20Z DEBUG Handling device message state_localnet MP:cf0a918e-2 +2024-12-17T05:30:20Z TRACE Ignoring partial state update +2024-12-17T05:30:20Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:30:20Z TRACE received command AHU-1/state/pointset +2024-12-17T05:30:20Z TRACE Received state_pointset: { +2024-12-17T05:30:20Z TRACE Received state_pointset: "points" : { +2024-12-17T05:30:20Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:30:20Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:30:20Z TRACE Received state_pointset: }, +2024-12-17T05:30:20Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:20Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:30:20Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:30:20Z TRACE Received state_pointset: }, +2024-12-17T05:30:20Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:20Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:30:20Z TRACE Received state_pointset: } +2024-12-17T05:30:20Z TRACE Received state_pointset: }, +2024-12-17T05:30:20Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:30:18Z", +2024-12-17T05:30:20Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:30:20Z TRACE Received state_pointset: } +2024-12-17T05:30:20Z DEBUG Handling device message state_pointset MP:cf0a918e-3 +2024-12-17T05:30:20Z TRACE Ignoring partial state update +2024-12-17T05:30:21Z TRACE received command AHU-1/config/update +2024-12-17T05:30:21Z DEBUG Received config_update +2024-12-17T05:30:21Z DEBUG Handling update message config_update RC:229544.0000000b +2024-12-17T05:30:21Z DEBUG Removed configTransaction RC:229544.0000000b +2024-12-17T05:30:21Z DEBUG Set last_start changed false, last_start 2024-12-17T05:29:54Z +2024-12-17T05:30:21Z DEBUG Updated config 2024-12-17T05:30:20Z RC:229544.0000000b +2024-12-17T05:30:21Z INFO Updated config #006: Changed 1 fields: +2024-12-17T05:30:21Z INFO Updated config #006: Remove `pointset.points.filter_differential_pressure_setpoint.set_value` +2024-12-17T05:30:21Z DEBUG Expected last_config now 2024-12-17T05:30:20Z +2024-12-17T05:30:21Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared, last_config not synced in state +2024-12-17T05:30:21Z TRACE received command AHU-1/state/update +2024-12-17T05:30:21Z DEBUG Received state_update +2024-12-17T05:30:21Z DEBUG Handling update message state_update MP:15128158 +2024-12-17T05:30:21Z DEBUG Updated state after 0s 2024-12-17T05:30:21Z MP:15128158 +2024-12-17T05:30:21Z INFO Updated state #008: Changed 4 fields: +2024-12-17T05:30:21Z INFO Updated state #008: Set `system.status.level` = `100` +2024-12-17T05:30:21Z INFO Updated state #008: Set `system.status.category` = `system.config.parse` +2024-12-17T05:30:21Z INFO Updated state #008: Set `system.status.timestamp` = `2024-12-17T05:30:21Z` +2024-12-17T05:30:21Z INFO Updated state #008: Set `timestamp` = `2024-12-17T05:30:21Z` +2024-12-17T05:30:21Z DEBUG Updated state has last_config 2024-12-17T05:30:16Z (expecting 2024-12-17T05:30:20Z) +2024-12-17T05:30:21Z TRACE received command AHU-1/state/system +2024-12-17T05:30:21Z TRACE Received state_system: { +2024-12-17T05:30:21Z TRACE Received state_system: "hardware" : { +2024-12-17T05:30:21Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:30:21Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:30:21Z TRACE Received state_system: }, +2024-12-17T05:30:21Z TRACE Received state_system: "last_config" : "2024-12-17T05:30:16Z", +2024-12-17T05:30:21Z TRACE Received state_system: "operation" : { +2024-12-17T05:30:21Z TRACE Received state_system: "operational" : true, +2024-12-17T05:30:21Z TRACE Received state_system: "last_start" : "2024-12-17T05:29:54Z", +2024-12-17T05:30:21Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:30:21Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:30:21Z TRACE Received state_system: }, +2024-12-17T05:30:21Z TRACE Received state_system: "serial_no" : "sequencer-11806", +2024-12-17T05:30:21Z TRACE Received state_system: "software" : { +2024-12-17T05:30:21Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:30:21Z TRACE Received state_system: }, +2024-12-17T05:30:21Z TRACE Received state_system: "status" : { +2024-12-17T05:30:21Z TRACE Received state_system: "message" : "success", +2024-12-17T05:30:21Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:30:21Z TRACE Received state_system: "timestamp" : "2024-12-17T05:30:21Z", +2024-12-17T05:30:21Z TRACE Received state_system: "level" : 100 +2024-12-17T05:30:21Z TRACE Received state_system: }, +2024-12-17T05:30:21Z TRACE Received state_system: "timestamp" : "2024-12-17T05:30:21Z", +2024-12-17T05:30:21Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:30:21Z TRACE Received state_system: } +2024-12-17T05:30:21Z DEBUG Handling device message state_system MP:15128158-0 +2024-12-17T05:30:21Z TRACE Ignoring partial state update +2024-12-17T05:30:21Z DEBUG Detail config update synchronized is now: config transactions not cleared, last_config not synced in state +2024-12-17T05:30:21Z TRACE received command AHU-1/state/discovery +2024-12-17T05:30:21Z TRACE Received state_discovery: { +2024-12-17T05:30:21Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:30:21Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:30:21Z", +2024-12-17T05:30:21Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:30:21Z TRACE Received state_discovery: } +2024-12-17T05:30:21Z DEBUG Handling device message state_discovery MP:15128158-1 +2024-12-17T05:30:21Z TRACE Ignoring partial state update +2024-12-17T05:30:21Z TRACE received command AHU-1/state/localnet +2024-12-17T05:30:21Z TRACE Received state_localnet: { +2024-12-17T05:30:21Z TRACE Received state_localnet: "families" : { +2024-12-17T05:30:21Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:30:21Z TRACE Received state_localnet: "addr" : "60:45:bd:d7:fb:50" +2024-12-17T05:30:21Z TRACE Received state_localnet: }, +2024-12-17T05:30:21Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:30:21Z TRACE Received state_localnet: "addr" : "10.1.0.111" +2024-12-17T05:30:21Z TRACE Received state_localnet: }, +2024-12-17T05:30:21Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:30:21Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fed7:fb50" +2024-12-17T05:30:21Z TRACE Received state_localnet: }, +2024-12-17T05:30:21Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:30:21Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:30:21Z TRACE Received state_localnet: } +2024-12-17T05:30:21Z TRACE Received state_localnet: }, +2024-12-17T05:30:21Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:30:21Z", +2024-12-17T05:30:21Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:30:21Z TRACE Received state_localnet: } +2024-12-17T05:30:21Z DEBUG Handling device message state_localnet MP:15128158-2 +2024-12-17T05:30:21Z TRACE Ignoring partial state update +2024-12-17T05:30:21Z TRACE received command AHU-1/state/pointset +2024-12-17T05:30:21Z TRACE Received state_pointset: { +2024-12-17T05:30:21Z TRACE Received state_pointset: "points" : { +2024-12-17T05:30:21Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:30:21Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:30:21Z TRACE Received state_pointset: }, +2024-12-17T05:30:21Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:21Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:30:21Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:30:21Z TRACE Received state_pointset: }, +2024-12-17T05:30:21Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:21Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:30:21Z TRACE Received state_pointset: } +2024-12-17T05:30:21Z TRACE Received state_pointset: }, +2024-12-17T05:30:21Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:30:21Z", +2024-12-17T05:30:21Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:30:21Z TRACE Received state_pointset: } +2024-12-17T05:30:21Z DEBUG Handling device message state_pointset MP:15128158-3 +2024-12-17T05:30:21Z TRACE Ignoring partial state update +2024-12-17T05:30:22Z TRACE received command AHU-1/config/update +2024-12-17T05:30:22Z DEBUG Received config_update +2024-12-17T05:30:22Z DEBUG Handling update message config_update RC:229544.0000000c +2024-12-17T05:30:22Z DEBUG Removed configTransaction RC:229544.0000000c +2024-12-17T05:30:22Z DEBUG Set last_start changed false, last_start 2024-12-17T05:29:54Z +2024-12-17T05:30:22Z DEBUG Updated config 2024-12-17T05:30:22Z RC:229544.0000000c +2024-12-17T05:30:22Z INFO Updated config #007: Changed 0 fields. +2024-12-17T05:30:22Z DEBUG Expected last_config now 2024-12-17T05:30:22Z +2024-12-17T05:30:23Z TRACE received command AHU-1/state/update +2024-12-17T05:30:23Z DEBUG Received state_update +2024-12-17T05:30:23Z DEBUG Handling update message state_update MP:8723d8cc +2024-12-17T05:30:23Z DEBUG Updated state after 0s 2024-12-17T05:30:23Z MP:8723d8cc +2024-12-17T05:30:23Z INFO Updated state #009: Changed 6 fields: +2024-12-17T05:30:23Z INFO Updated state #009: Set `system.last_config` = `2024-12-17T05:30:22Z` +2024-12-17T05:30:23Z INFO Updated state #009: Set `system.status.level` = `300` +2024-12-17T05:30:23Z INFO Updated state #009: Set `system.status.category` = `system.config.apply` +2024-12-17T05:30:23Z INFO Updated state #009: Set `system.status.timestamp` = `2024-12-17T05:30:22Z` +2024-12-17T05:30:23Z INFO Updated state #009: Remove `pointset.points.filter_differential_pressure_setpoint.value_state` +2024-12-17T05:30:23Z INFO Updated state #009: Set `timestamp` = `2024-12-17T05:30:23Z` +2024-12-17T05:30:23Z DEBUG Updated state has last_config 2024-12-17T05:30:22Z (expecting 2024-12-17T05:30:22Z) +2024-12-17T05:30:23Z TRACE received command AHU-1/state/system +2024-12-17T05:30:23Z TRACE Received state_system: { +2024-12-17T05:30:23Z TRACE Received state_system: "hardware" : { +2024-12-17T05:30:23Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:30:23Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:30:23Z TRACE Received state_system: }, +2024-12-17T05:30:23Z TRACE Received state_system: "last_config" : "2024-12-17T05:30:22Z", +2024-12-17T05:30:23Z TRACE Received state_system: "operation" : { +2024-12-17T05:30:23Z TRACE Received state_system: "operational" : true, +2024-12-17T05:30:23Z TRACE Received state_system: "last_start" : "2024-12-17T05:29:54Z", +2024-12-17T05:30:23Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:30:23Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:30:23Z TRACE Received state_system: }, +2024-12-17T05:30:23Z TRACE Received state_system: "serial_no" : "sequencer-11806", +2024-12-17T05:30:23Z TRACE Received state_system: "software" : { +2024-12-17T05:30:23Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:30:23Z TRACE Received state_system: }, +2024-12-17T05:30:23Z TRACE Received state_system: "status" : { +2024-12-17T05:30:23Z TRACE Received state_system: "message" : "success", +2024-12-17T05:30:23Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:30:23Z TRACE Received state_system: "timestamp" : "2024-12-17T05:30:22Z", +2024-12-17T05:30:23Z TRACE Received state_system: "level" : 300 +2024-12-17T05:30:23Z TRACE Received state_system: }, +2024-12-17T05:30:23Z TRACE Received state_system: "timestamp" : "2024-12-17T05:30:23Z", +2024-12-17T05:30:23Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:30:23Z TRACE Received state_system: } +2024-12-17T05:30:23Z DEBUG Handling device message state_system MP:8723d8cc-0 +2024-12-17T05:30:23Z TRACE Ignoring partial state update +2024-12-17T05:30:23Z DEBUG Detail config update synchronized is now: config transactions not cleared +2024-12-17T05:30:23Z TRACE received command AHU-1/state/discovery +2024-12-17T05:30:23Z TRACE Received state_discovery: { +2024-12-17T05:30:23Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:30:23Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:30:23Z", +2024-12-17T05:30:23Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:30:23Z TRACE Received state_discovery: } +2024-12-17T05:30:23Z DEBUG Handling device message state_discovery MP:8723d8cc-1 +2024-12-17T05:30:23Z TRACE Ignoring partial state update +2024-12-17T05:30:23Z TRACE received command AHU-1/state/localnet +2024-12-17T05:30:23Z TRACE Received state_localnet: { +2024-12-17T05:30:23Z TRACE Received state_localnet: "families" : { +2024-12-17T05:30:23Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:30:23Z TRACE Received state_localnet: "addr" : "60:45:bd:d7:fb:50" +2024-12-17T05:30:23Z TRACE Received state_localnet: }, +2024-12-17T05:30:23Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:30:23Z TRACE Received state_localnet: "addr" : "10.1.0.111" +2024-12-17T05:30:23Z TRACE Received state_localnet: }, +2024-12-17T05:30:23Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:30:23Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fed7:fb50" +2024-12-17T05:30:23Z TRACE Received state_localnet: }, +2024-12-17T05:30:23Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:30:23Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:30:23Z TRACE Received state_localnet: } +2024-12-17T05:30:23Z TRACE Received state_localnet: }, +2024-12-17T05:30:23Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:30:23Z", +2024-12-17T05:30:23Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:30:23Z TRACE Received state_localnet: } +2024-12-17T05:30:23Z DEBUG Handling device message state_localnet MP:8723d8cc-2 +2024-12-17T05:30:23Z TRACE Ignoring partial state update +2024-12-17T05:30:23Z TRACE received command AHU-1/state/pointset +2024-12-17T05:30:23Z TRACE Received state_pointset: { +2024-12-17T05:30:23Z TRACE Received state_pointset: "points" : { +2024-12-17T05:30:23Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:30:23Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:30:23Z TRACE Received state_pointset: }, +2024-12-17T05:30:23Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:23Z TRACE Received state_pointset: "units" : "Bars" +2024-12-17T05:30:23Z TRACE Received state_pointset: }, +2024-12-17T05:30:23Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:23Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:30:23Z TRACE Received state_pointset: } +2024-12-17T05:30:23Z TRACE Received state_pointset: }, +2024-12-17T05:30:23Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:30:23Z", +2024-12-17T05:30:23Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:30:23Z TRACE Received state_pointset: } +2024-12-17T05:30:23Z DEBUG Handling device message state_pointset MP:8723d8cc-3 +2024-12-17T05:30:23Z TRACE Ignoring partial state update +2024-12-17T05:30:23Z TRACE received command AHU-1/config/update +2024-12-17T05:30:23Z DEBUG Received config_update +2024-12-17T05:30:23Z DEBUG Handling update message config_update RC:229544.0000000e +2024-12-17T05:30:23Z DEBUG Removed configTransaction RC:229544.0000000e +2024-12-17T05:30:23Z DEBUG Set last_start changed false, last_start 2024-12-17T05:29:54Z +2024-12-17T05:30:23Z DEBUG Updated config 2024-12-17T05:30:23Z RC:229544.0000000e +2024-12-17T05:30:23Z INFO Updated config #008: Changed 0 fields. +2024-12-17T05:30:23Z DEBUG Expected last_config now 2024-12-17T05:30:23Z +2024-12-17T05:30:23Z DEBUG Detail config update synchronized is now: config transactions not cleared, last_config not synced in state +2024-12-17T05:30:24Z TRACE received command AHU-1/config/update +2024-12-17T05:30:24Z DEBUG Received config_update +2024-12-17T05:30:24Z DEBUG Handling update message config_update RC:229544.0000000d +2024-12-17T05:30:24Z DEBUG Removed configTransaction RC:229544.0000000d +2024-12-17T05:30:24Z DEBUG Set last_start changed false, last_start 2024-12-17T05:29:54Z +2024-12-17T05:30:24Z DEBUG Updated config 2024-12-17T05:30:24Z RC:229544.0000000d +2024-12-17T05:30:24Z INFO Updated config #009: Changed 0 fields. +2024-12-17T05:30:24Z DEBUG Expected last_config now 2024-12-17T05:30:24Z +2024-12-17T05:30:25Z TRACE received command AHU-1/state/update +2024-12-17T05:30:25Z DEBUG Received state_update +2024-12-17T05:30:25Z DEBUG Handling update message state_update MP:5d751a51 +2024-12-17T05:30:25Z DEBUG Updated state after 0s 2024-12-17T05:30:25Z MP:5d751a51 +2024-12-17T05:30:25Z INFO Updated state #010: Changed 3 fields: +2024-12-17T05:30:25Z INFO Updated state #010: Set `system.last_config` = `2024-12-17T05:30:24Z` +2024-12-17T05:30:25Z INFO Updated state #010: Set `system.status.timestamp` = `2024-12-17T05:30:24Z` +2024-12-17T05:30:25Z INFO Updated state #010: Set `timestamp` = `2024-12-17T05:30:25Z` +2024-12-17T05:30:25Z DEBUG Updated state has last_config 2024-12-17T05:30:24Z (expecting 2024-12-17T05:30:24Z) +2024-12-17T05:30:25Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:30:25Z DEBUG Stage finished waiting for config update synchronized at 26s after 4s +2024-12-17T05:30:25Z TRACE Stage resume waiting for target point to have value_state default (null) at 26s +2024-12-17T05:30:25Z DEBUG Config sync took 5s +2024-12-17T05:30:25Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:30:25Z DEBUG New lastConfigMark at 2024-12-17T05:30:25Z +2024-12-17T05:30:25Z DEBUG Update config before target point to have value_state default (null) timestamp 2024-12-17T05:30:24Z +2024-12-17T05:30:25Z TRACE Outgoing local_update: { +2024-12-17T05:30:25Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:30:24Z", +2024-12-17T05:30:25Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:30:25Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:30:25Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:30:25Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:30:25Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:30:25Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:29:54Z" +2024-12-17T05:30:25Z TRACE Outgoing local_update: }, +2024-12-17T05:30:25Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:30:25Z TRACE Outgoing local_update: "sequence_name" : "writeback_success" +2024-12-17T05:30:25Z TRACE Outgoing local_update: } +2024-12-17T05:30:25Z TRACE Outgoing local_update: }, +2024-12-17T05:30:25Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:30:25Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:30:25Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:30:25Z TRACE Outgoing local_update: } +2024-12-17T05:30:25Z TRACE Outgoing local_update: }, +2024-12-17T05:30:25Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:30:25Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:30:25Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:30:25Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:30:25Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:30:25Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:30:25Z TRACE Outgoing local_update: } +2024-12-17T05:30:25Z TRACE Outgoing local_update: }, +2024-12-17T05:30:25Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:30:25Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:30:25Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:25Z TRACE Outgoing local_update: "units" : "Bars" +2024-12-17T05:30:25Z TRACE Outgoing local_update: }, +2024-12-17T05:30:25Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:30:25Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:30:25Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:30:25Z TRACE Outgoing local_update: }, +2024-12-17T05:30:25Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:25Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:30:25Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:30:25Z TRACE Outgoing local_update: } +2024-12-17T05:30:25Z TRACE Outgoing local_update: } +2024-12-17T05:30:25Z TRACE Outgoing local_update: } +2024-12-17T05:30:25Z TRACE Outgoing local_update: } +2024-12-17T05:30:25Z DEBUG Recorded sequence: 1. Update config before target point to have value_state default (null) +2024-12-17T05:30:25Z INFO Device config Remove `pointset.points.filter_differential_pressure_setpoint.set_value` +2024-12-17T05:30:25Z TRACE Update config before target point to have value_state default (null): Remove `pointset.points.filter_differential_pressure_setpoint.set_value` +2024-12-17T05:30:25Z DEBUG Value state null == null (true) +2024-12-17T05:30:25Z DEBUG Recorded sequence: 1. Wait until target point to have value_state default (null) +2024-12-17T05:30:25Z DEBUG Stage finished waiting for target point to have value_state default (null) at 26s after 6s +2024-12-17T05:30:25Z TRACE Stage resume waiting for executing test at 26s +2024-12-17T05:30:25Z TRACE Stage suspend waiting for executing test at 26s +2024-12-17T05:30:25Z INFO Stage start waiting for target point to have value_state applied at 26s +2024-12-17T05:30:25Z DEBUG Delay from lastConfigMark 2024-12-17T05:30:25.023472633Z is 1997ms +2024-12-17T05:30:25Z DEBUG Rate-limiting config by 1997ms +2024-12-17T05:30:27Z DEBUG System config extra field null +2024-12-17T05:30:27Z TRACE Updated check config_system: false +2024-12-17T05:30:27Z TRACE Updated check config_pointset: true +2024-12-17T05:30:27Z DEBUG Update config_pointset, adding configTransaction RC:229544.0000000f +2024-12-17T05:30:27Z TRACE Outgoing local_pointset: { +2024-12-17T05:30:27Z TRACE Outgoing local_pointset: "points" : { +2024-12-17T05:30:27Z TRACE Outgoing local_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:27Z TRACE Outgoing local_pointset: "units" : "Bars", +2024-12-17T05:30:27Z TRACE Outgoing local_pointset: "set_value" : 60 +2024-12-17T05:30:27Z TRACE Outgoing local_pointset: }, +2024-12-17T05:30:27Z TRACE Outgoing local_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:30:27Z TRACE Outgoing local_pointset: "ref" : "BV11.present_value", +2024-12-17T05:30:27Z TRACE Outgoing local_pointset: "units" : "No-units" +2024-12-17T05:30:27Z TRACE Outgoing local_pointset: }, +2024-12-17T05:30:27Z TRACE Outgoing local_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:27Z TRACE Outgoing local_pointset: "ref" : "AV12.present_value", +2024-12-17T05:30:27Z TRACE Outgoing local_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:30:27Z TRACE Outgoing local_pointset: } +2024-12-17T05:30:27Z TRACE Outgoing local_pointset: } +2024-12-17T05:30:27Z TRACE Outgoing local_pointset: } +2024-12-17T05:30:27Z TRACE Updated check config_gateway: false +2024-12-17T05:30:27Z TRACE Updated check config_localnet: false +2024-12-17T05:30:27Z TRACE Updated check config_blobset: false +2024-12-17T05:30:27Z TRACE Updated check config_discovery: false +2024-12-17T05:30:27Z DEBUG Saving pre-config state timestamp 2024-12-17T05:30:25Z +2024-12-17T05:30:27Z DEBUG Update lastConfigUpdate 2024-12-17T05:30:27Z, because before target point to have value_state applied +2024-12-17T05:30:27Z TRACE Stage suspend waiting for target point to have value_state applied at 28s +2024-12-17T05:30:27Z INFO Stage start waiting for config update synchronized at 28s +2024-12-17T05:30:27Z TRACE received command AHU-1/state/system +2024-12-17T05:30:27Z TRACE Received state_system: { +2024-12-17T05:30:27Z TRACE Received state_system: "hardware" : { +2024-12-17T05:30:27Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:30:27Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:30:27Z TRACE Received state_system: }, +2024-12-17T05:30:27Z TRACE Received state_system: "last_config" : "2024-12-17T05:30:24Z", +2024-12-17T05:30:27Z TRACE Received state_system: "operation" : { +2024-12-17T05:30:27Z TRACE Received state_system: "operational" : true, +2024-12-17T05:30:27Z TRACE Received state_system: "last_start" : "2024-12-17T05:29:54Z", +2024-12-17T05:30:27Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:30:27Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:30:27Z TRACE Received state_system: }, +2024-12-17T05:30:27Z TRACE Received state_system: "serial_no" : "sequencer-11806", +2024-12-17T05:30:27Z TRACE Received state_system: "software" : { +2024-12-17T05:30:27Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:30:27Z TRACE Received state_system: }, +2024-12-17T05:30:27Z TRACE Received state_system: "status" : { +2024-12-17T05:30:27Z TRACE Received state_system: "message" : "success", +2024-12-17T05:30:27Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:30:27Z TRACE Received state_system: "timestamp" : "2024-12-17T05:30:24Z", +2024-12-17T05:30:27Z TRACE Received state_system: "level" : 300 +2024-12-17T05:30:27Z TRACE Received state_system: }, +2024-12-17T05:30:27Z TRACE Received state_system: "timestamp" : "2024-12-17T05:30:25Z", +2024-12-17T05:30:27Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:30:27Z TRACE Received state_system: } +2024-12-17T05:30:27Z DEBUG Handling device message state_system MP:5d751a51-0 +2024-12-17T05:30:27Z TRACE Ignoring partial state update +2024-12-17T05:30:27Z DEBUG Detail config update synchronized is now: device state not updated since config issued, config transactions not cleared +2024-12-17T05:30:27Z TRACE received command AHU-1/state/discovery +2024-12-17T05:30:27Z TRACE Received state_discovery: { +2024-12-17T05:30:27Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:30:27Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:30:25Z", +2024-12-17T05:30:27Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:30:27Z TRACE Received state_discovery: } +2024-12-17T05:30:27Z DEBUG Handling device message state_discovery MP:5d751a51-1 +2024-12-17T05:30:27Z TRACE Ignoring partial state update +2024-12-17T05:30:27Z TRACE received command AHU-1/state/localnet +2024-12-17T05:30:27Z TRACE Received state_localnet: { +2024-12-17T05:30:27Z TRACE Received state_localnet: "families" : { +2024-12-17T05:30:27Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:30:27Z TRACE Received state_localnet: "addr" : "60:45:bd:d7:fb:50" +2024-12-17T05:30:27Z TRACE Received state_localnet: }, +2024-12-17T05:30:27Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:30:27Z TRACE Received state_localnet: "addr" : "10.1.0.111" +2024-12-17T05:30:27Z TRACE Received state_localnet: }, +2024-12-17T05:30:27Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:30:27Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fed7:fb50" +2024-12-17T05:30:27Z TRACE Received state_localnet: }, +2024-12-17T05:30:27Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:30:27Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:30:27Z TRACE Received state_localnet: } +2024-12-17T05:30:27Z TRACE Received state_localnet: }, +2024-12-17T05:30:27Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:30:25Z", +2024-12-17T05:30:27Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:30:27Z TRACE Received state_localnet: } +2024-12-17T05:30:27Z DEBUG Handling device message state_localnet MP:5d751a51-2 +2024-12-17T05:30:27Z TRACE Ignoring partial state update +2024-12-17T05:30:27Z TRACE received command AHU-1/state/pointset +2024-12-17T05:30:27Z TRACE Received state_pointset: { +2024-12-17T05:30:27Z TRACE Received state_pointset: "points" : { +2024-12-17T05:30:27Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:30:27Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:30:27Z TRACE Received state_pointset: }, +2024-12-17T05:30:27Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:27Z TRACE Received state_pointset: "units" : "Bars" +2024-12-17T05:30:27Z TRACE Received state_pointset: }, +2024-12-17T05:30:27Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:27Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:30:27Z TRACE Received state_pointset: } +2024-12-17T05:30:27Z TRACE Received state_pointset: }, +2024-12-17T05:30:27Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:30:25Z", +2024-12-17T05:30:27Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:30:27Z TRACE Received state_pointset: } +2024-12-17T05:30:27Z DEBUG Handling device message state_pointset MP:5d751a51-3 +2024-12-17T05:30:27Z TRACE Ignoring partial state update +2024-12-17T05:30:27Z TRACE received command AHU-1/events/pointset +2024-12-17T05:30:27Z TRACE Received events_pointset: { +2024-12-17T05:30:27Z TRACE Received events_pointset: "points" : { +2024-12-17T05:30:27Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:30:27Z TRACE Received events_pointset: "present_value" : true +2024-12-17T05:30:27Z TRACE Received events_pointset: }, +2024-12-17T05:30:27Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:27Z TRACE Received events_pointset: "present_value" : 147 +2024-12-17T05:30:27Z TRACE Received events_pointset: }, +2024-12-17T05:30:27Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:27Z TRACE Received events_pointset: "present_value" : 9 +2024-12-17T05:30:27Z TRACE Received events_pointset: } +2024-12-17T05:30:27Z TRACE Received events_pointset: }, +2024-12-17T05:30:27Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:30:25Z", +2024-12-17T05:30:27Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:30:27Z TRACE Received events_pointset: } +2024-12-17T05:30:27Z DEBUG Handling device message events_pointset MP:fd7d569d +2024-12-17T05:30:27Z TRACE received command AHU-1/events/system +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:16Z DEBUG system.config.receive: success +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:16Z DEBUG device.log: State update defer -61ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:16Z INFO device.log: Update state 2024-12-17T05:30:16Z last_config 2024-12-17T05:30:12Z +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:16Z DEBUG device.log: State update AHU-1 (writeback_success) +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:16Z DEBUG system.config.parse: success +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:16Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:16Z DEBUG device.log: Config update AHU-1 (writeback_success) +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:16Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:16Z INFO device.log: 2024-12-17T05:30:16Z received config 2024-12-17T05:30:16Z +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:16Z NOTICE system.config.apply: success +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:16Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:16Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:16Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:16Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:16Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:16Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:18Z DEBUG device.log: State update defer 0ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:18Z INFO device.log: Update state 2024-12-17T05:30:18Z last_config 2024-12-17T05:30:16Z +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:18Z DEBUG device.log: State update AHU-1 (writeback_success) +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:20Z DEBUG system.config.receive: success +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:21Z DEBUG device.log: State update defer -110ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:21Z DEBUG system.config.parse: success +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:21Z INFO device.log: Update state 2024-12-17T05:30:21Z last_config 2024-12-17T05:30:16Z +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:21Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:21Z DEBUG device.log: State update AHU-1 (writeback_success) +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:21Z DEBUG device.log: Config update AHU-1 (writeback_success) +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:21Z DEBUG device.log: State update defer 2000ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:21Z INFO device.log: 2024-12-17T05:30:21Z received config 2024-12-17T05:30:20Z +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:21Z NOTICE system.config.apply: success +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:21Z DEBUG device.log: State update defer 1999ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:21Z DEBUG device.log: State update defer 1998ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:21Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:21Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:21Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:21Z DEBUG device.log: State update defer 1997ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:21Z DEBUG device.log: State update defer 1995ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:22Z DEBUG system.config.receive: success +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:22Z DEBUG device.log: State update defer 818ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:22Z DEBUG system.config.parse: success +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:22Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:22Z DEBUG device.log: State update defer 818ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:22Z DEBUG device.log: Config update AHU-1 (writeback_success) +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:22Z INFO device.log: 2024-12-17T05:30:22Z received config 2024-12-17T05:30:22Z +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:22Z NOTICE system.config.apply: success +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:22Z DEBUG device.log: State update defer 816ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:22Z DEBUG device.log: State update defer 816ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:22Z DEBUG device.log: State update defer 816ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:22Z DEBUG device.log: State update defer 815ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:23Z DEBUG device.log: State update defer 0ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:23Z INFO device.log: Update state 2024-12-17T05:30:23Z last_config 2024-12-17T05:30:22Z +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:23Z DEBUG device.log: State update AHU-1 (writeback_success) +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:23Z DEBUG system.config.receive: success +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:23Z DEBUG device.log: State update defer 1616ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:23Z DEBUG system.config.parse: success +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:23Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:23Z DEBUG device.log: Config update AHU-1 (writeback_success) +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:23Z INFO device.log: 2024-12-17T05:30:23Z received config 2024-12-17T05:30:23Z +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:23Z NOTICE system.config.apply: success +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:23Z DEBUG device.log: State update defer 1614ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:23Z DEBUG device.log: State update defer 1614ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:23Z DEBUG device.log: State update defer 1613ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:23Z DEBUG device.log: State update defer 1613ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:24Z DEBUG system.config.receive: success +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:24Z DEBUG device.log: State update defer 511ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:24Z DEBUG system.config.parse: success +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:24Z INFO device.log: Device AHU-1 config handler +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:24Z DEBUG device.log: Config update AHU-1 (writeback_success) +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:24Z INFO device.log: 2024-12-17T05:30:24Z received config 2024-12-17T05:30:24Z +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:24Z NOTICE system.config.apply: success +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:24Z DEBUG device.log: State update defer 509ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:24Z DEBUG device.log: State update defer 509ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:24Z DEBUG device.log: State update defer 509ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:24Z DEBUG device.log: State update defer 509ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:24Z DEBUG device.log: State update defer 508ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:24Z DEBUG device.log: State update defer 508ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:25Z DEBUG device.log: State update defer 0ms +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:25Z INFO device.log: Update state 2024-12-17T05:30:25Z last_config 2024-12-17T05:30:24Z +2024-12-17T05:30:27Z DEBUG Received events_system 2024-12-17T05:30:25Z DEBUG device.log: State update AHU-1 (writeback_success) +2024-12-17T05:30:27Z DEBUG Handling device message events_system MP:7a8cd430 +2024-12-17T05:30:27Z TRACE received command AHU-1/config/update +2024-12-17T05:30:27Z DEBUG Received config_update +2024-12-17T05:30:27Z DEBUG Handling update message config_update RC:229544.0000000f +2024-12-17T05:30:27Z DEBUG Removed configTransaction RC:229544.0000000f +2024-12-17T05:30:27Z DEBUG Set last_start changed false, last_start 2024-12-17T05:29:54Z +2024-12-17T05:30:27Z DEBUG Updated config 2024-12-17T05:30:27Z RC:229544.0000000f +2024-12-17T05:30:27Z INFO Updated config #010: Changed 1 fields: +2024-12-17T05:30:27Z INFO Updated config #010: Add `pointset.points.filter_differential_pressure_setpoint.set_value` = `60` +2024-12-17T05:30:27Z DEBUG Expected last_config now 2024-12-17T05:30:27Z +2024-12-17T05:30:27Z DEBUG Detail config update synchronized is now: device state not updated since config issued, last_config not synced in state +2024-12-17T05:30:27Z TRACE received command AHU-1/state/update +2024-12-17T05:30:27Z DEBUG Received state_update +2024-12-17T05:30:27Z DEBUG Handling update message state_update MP:21ab9903 +2024-12-17T05:30:27Z DEBUG Updated state after 0s 2024-12-17T05:30:27Z MP:21ab9903 +2024-12-17T05:30:27Z INFO Updated state #011: Changed 4 fields: +2024-12-17T05:30:27Z INFO Updated state #011: Set `system.status.level` = `100` +2024-12-17T05:30:27Z INFO Updated state #011: Set `system.status.category` = `system.config.parse` +2024-12-17T05:30:27Z INFO Updated state #011: Set `system.status.timestamp` = `2024-12-17T05:30:27Z` +2024-12-17T05:30:27Z INFO Updated state #011: Set `timestamp` = `2024-12-17T05:30:27Z` +2024-12-17T05:30:27Z DEBUG Updated state has last_config 2024-12-17T05:30:24Z (expecting 2024-12-17T05:30:27Z) +2024-12-17T05:30:27Z TRACE received command AHU-1/state/system +2024-12-17T05:30:27Z TRACE Received state_system: { +2024-12-17T05:30:27Z TRACE Received state_system: "hardware" : { +2024-12-17T05:30:27Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:30:27Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:30:27Z TRACE Received state_system: }, +2024-12-17T05:30:27Z TRACE Received state_system: "last_config" : "2024-12-17T05:30:24Z", +2024-12-17T05:30:27Z TRACE Received state_system: "operation" : { +2024-12-17T05:30:27Z TRACE Received state_system: "operational" : true, +2024-12-17T05:30:27Z TRACE Received state_system: "last_start" : "2024-12-17T05:29:54Z", +2024-12-17T05:30:27Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:30:27Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:30:27Z TRACE Received state_system: }, +2024-12-17T05:30:27Z TRACE Received state_system: "serial_no" : "sequencer-11806", +2024-12-17T05:30:27Z TRACE Received state_system: "software" : { +2024-12-17T05:30:27Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:30:27Z TRACE Received state_system: }, +2024-12-17T05:30:27Z TRACE Received state_system: "status" : { +2024-12-17T05:30:27Z TRACE Received state_system: "message" : "success", +2024-12-17T05:30:27Z TRACE Received state_system: "category" : "system.config.parse", +2024-12-17T05:30:27Z TRACE Received state_system: "timestamp" : "2024-12-17T05:30:27Z", +2024-12-17T05:30:27Z TRACE Received state_system: "level" : 100 +2024-12-17T05:30:27Z TRACE Received state_system: }, +2024-12-17T05:30:27Z TRACE Received state_system: "timestamp" : "2024-12-17T05:30:27Z", +2024-12-17T05:30:27Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:30:27Z TRACE Received state_system: } +2024-12-17T05:30:27Z DEBUG Handling device message state_system MP:21ab9903-0 +2024-12-17T05:30:27Z TRACE Ignoring partial state update +2024-12-17T05:30:27Z DEBUG Detail config update synchronized is now: last_config not synced in state +2024-12-17T05:30:27Z TRACE received command AHU-1/state/discovery +2024-12-17T05:30:27Z TRACE Received state_discovery: { +2024-12-17T05:30:27Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:30:27Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:30:27Z", +2024-12-17T05:30:27Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:30:27Z TRACE Received state_discovery: } +2024-12-17T05:30:27Z DEBUG Handling device message state_discovery MP:21ab9903-1 +2024-12-17T05:30:27Z TRACE Ignoring partial state update +2024-12-17T05:30:27Z TRACE received command AHU-1/state/localnet +2024-12-17T05:30:27Z TRACE Received state_localnet: { +2024-12-17T05:30:27Z TRACE Received state_localnet: "families" : { +2024-12-17T05:30:27Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:30:27Z TRACE Received state_localnet: "addr" : "60:45:bd:d7:fb:50" +2024-12-17T05:30:27Z TRACE Received state_localnet: }, +2024-12-17T05:30:27Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:30:27Z TRACE Received state_localnet: "addr" : "10.1.0.111" +2024-12-17T05:30:27Z TRACE Received state_localnet: }, +2024-12-17T05:30:27Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:30:27Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fed7:fb50" +2024-12-17T05:30:27Z TRACE Received state_localnet: }, +2024-12-17T05:30:27Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:30:27Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:30:27Z TRACE Received state_localnet: } +2024-12-17T05:30:27Z TRACE Received state_localnet: }, +2024-12-17T05:30:27Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:30:27Z", +2024-12-17T05:30:27Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:30:27Z TRACE Received state_localnet: } +2024-12-17T05:30:27Z DEBUG Handling device message state_localnet MP:21ab9903-2 +2024-12-17T05:30:27Z TRACE Ignoring partial state update +2024-12-17T05:30:27Z TRACE received command AHU-1/state/pointset +2024-12-17T05:30:27Z TRACE Received state_pointset: { +2024-12-17T05:30:27Z TRACE Received state_pointset: "points" : { +2024-12-17T05:30:27Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:30:27Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:30:27Z TRACE Received state_pointset: }, +2024-12-17T05:30:27Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:27Z TRACE Received state_pointset: "units" : "Bars" +2024-12-17T05:30:27Z TRACE Received state_pointset: }, +2024-12-17T05:30:27Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:27Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:30:27Z TRACE Received state_pointset: } +2024-12-17T05:30:27Z TRACE Received state_pointset: }, +2024-12-17T05:30:27Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:30:27Z", +2024-12-17T05:30:27Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:30:27Z TRACE Received state_pointset: } +2024-12-17T05:30:27Z DEBUG Handling device message state_pointset MP:21ab9903-3 +2024-12-17T05:30:27Z TRACE Ignoring partial state update +2024-12-17T05:30:29Z TRACE received command AHU-1/state/update +2024-12-17T05:30:29Z DEBUG Received state_update +2024-12-17T05:30:29Z DEBUG Handling update message state_update MP:e3fb2f0d +2024-12-17T05:30:29Z DEBUG Updated state after 0s 2024-12-17T05:30:29Z MP:e3fb2f0d +2024-12-17T05:30:29Z INFO Updated state #012: Changed 5 fields: +2024-12-17T05:30:29Z INFO Updated state #012: Set `system.last_config` = `2024-12-17T05:30:27Z` +2024-12-17T05:30:29Z INFO Updated state #012: Set `system.status.level` = `300` +2024-12-17T05:30:29Z INFO Updated state #012: Set `system.status.category` = `system.config.apply` +2024-12-17T05:30:29Z INFO Updated state #012: Add `pointset.points.filter_differential_pressure_setpoint.value_state` = `applied` +2024-12-17T05:30:29Z INFO Updated state #012: Set `timestamp` = `2024-12-17T05:30:29Z` +2024-12-17T05:30:29Z DEBUG Updated state has last_config 2024-12-17T05:30:27Z (expecting 2024-12-17T05:30:27Z) +2024-12-17T05:30:29Z DEBUG Detail config update synchronized is now: null +2024-12-17T05:30:29Z DEBUG Stage finished waiting for config update synchronized at 30s after 2s +2024-12-17T05:30:29Z TRACE Stage resume waiting for target point to have value_state applied at 30s +2024-12-17T05:30:29Z DEBUG Config sync took 2s +2024-12-17T05:30:29Z DEBUG Finished wait for config sync pending: null +2024-12-17T05:30:29Z DEBUG New lastConfigMark at 2024-12-17T05:30:29Z +2024-12-17T05:30:29Z DEBUG Update config before target point to have value_state applied timestamp 2024-12-17T05:30:27Z +2024-12-17T05:30:29Z TRACE Outgoing local_update: { +2024-12-17T05:30:29Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:30:27Z", +2024-12-17T05:30:29Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:30:29Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:30:29Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:30:29Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:30:29Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:30:29Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:29:54Z" +2024-12-17T05:30:29Z TRACE Outgoing local_update: }, +2024-12-17T05:30:29Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:30:29Z TRACE Outgoing local_update: "sequence_name" : "writeback_success" +2024-12-17T05:30:29Z TRACE Outgoing local_update: } +2024-12-17T05:30:29Z TRACE Outgoing local_update: }, +2024-12-17T05:30:29Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:30:29Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:30:29Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:30:29Z TRACE Outgoing local_update: } +2024-12-17T05:30:29Z TRACE Outgoing local_update: }, +2024-12-17T05:30:29Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:30:29Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:30:29Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:30:29Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:30:29Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:30:29Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:30:29Z TRACE Outgoing local_update: } +2024-12-17T05:30:29Z TRACE Outgoing local_update: }, +2024-12-17T05:30:29Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:30:29Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:30:29Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:29Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:30:29Z TRACE Outgoing local_update: "set_value" : 60 +2024-12-17T05:30:29Z TRACE Outgoing local_update: }, +2024-12-17T05:30:29Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:30:29Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:30:29Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:30:29Z TRACE Outgoing local_update: }, +2024-12-17T05:30:29Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:29Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:30:29Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:30:29Z TRACE Outgoing local_update: } +2024-12-17T05:30:29Z TRACE Outgoing local_update: } +2024-12-17T05:30:29Z TRACE Outgoing local_update: } +2024-12-17T05:30:29Z TRACE Outgoing local_update: } +2024-12-17T05:30:29Z DEBUG Recorded sequence: 1. Update config before target point to have value_state applied +2024-12-17T05:30:29Z INFO Device config Add `pointset.points.filter_differential_pressure_setpoint.set_value` = `60` +2024-12-17T05:30:29Z TRACE Update config before target point to have value_state applied: Add `pointset.points.filter_differential_pressure_setpoint.set_value` = `60` +2024-12-17T05:30:29Z DEBUG Value state applied == applied (true) +2024-12-17T05:30:29Z DEBUG Recorded sequence: 1. Wait until target point to have value_state applied +2024-12-17T05:30:29Z DEBUG Stage finished waiting for target point to have value_state applied at 30s after 4s +2024-12-17T05:30:29Z TRACE Stage resume waiting for executing test at 30s +2024-12-17T05:30:29Z TRACE Stage suspend waiting for executing test at 30s +2024-12-17T05:30:29Z INFO Stage start waiting for target point to have target expected value at 30s +2024-12-17T05:30:29Z DEBUG Delay from lastConfigMark 2024-12-17T05:30:29.092313253Z is 1997ms +2024-12-17T05:30:29Z DEBUG Rate-limiting config by 1997ms +2024-12-17T05:30:31Z DEBUG System config extra field null +2024-12-17T05:30:31Z TRACE Updated check config_system: false +2024-12-17T05:30:31Z TRACE Updated check config_pointset: false +2024-12-17T05:30:31Z TRACE Updated check config_gateway: false +2024-12-17T05:30:31Z TRACE Updated check config_localnet: false +2024-12-17T05:30:31Z TRACE Updated check config_blobset: false +2024-12-17T05:30:31Z TRACE Updated check config_discovery: false +2024-12-17T05:30:31Z DEBUG New lastConfigMark at 2024-12-17T05:30:31Z +2024-12-17T05:30:31Z DEBUG Update config before target point to have target expected value timestamp 2024-12-17T05:30:27Z +2024-12-17T05:30:31Z TRACE Outgoing local_update: { +2024-12-17T05:30:31Z TRACE Outgoing local_update: "timestamp" : "2024-12-17T05:30:27Z", +2024-12-17T05:30:31Z TRACE Outgoing local_update: "version" : "@@@cloud udmi version###git-46fef59", +2024-12-17T05:30:31Z TRACE Outgoing local_update: "system" : { +2024-12-17T05:30:31Z TRACE Outgoing local_update: "min_loglevel" : 100, +2024-12-17T05:30:31Z TRACE Outgoing local_update: "metrics_rate_sec" : 10, +2024-12-17T05:30:31Z TRACE Outgoing local_update: "operation" : { +2024-12-17T05:30:31Z TRACE Outgoing local_update: "last_start" : "2024-12-17T05:29:54Z" +2024-12-17T05:30:31Z TRACE Outgoing local_update: }, +2024-12-17T05:30:31Z TRACE Outgoing local_update: "testing" : { +2024-12-17T05:30:31Z TRACE Outgoing local_update: "sequence_name" : "writeback_success" +2024-12-17T05:30:31Z TRACE Outgoing local_update: } +2024-12-17T05:30:31Z TRACE Outgoing local_update: }, +2024-12-17T05:30:31Z TRACE Outgoing local_update: "discovery" : { +2024-12-17T05:30:31Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:30:31Z TRACE Outgoing local_update: "vendor" : { } +2024-12-17T05:30:31Z TRACE Outgoing local_update: } +2024-12-17T05:30:31Z TRACE Outgoing local_update: }, +2024-12-17T05:30:31Z TRACE Outgoing local_update: "localnet" : { +2024-12-17T05:30:31Z TRACE Outgoing local_update: "families" : { +2024-12-17T05:30:31Z TRACE Outgoing local_update: "ether" : { }, +2024-12-17T05:30:31Z TRACE Outgoing local_update: "ipv4" : { }, +2024-12-17T05:30:31Z TRACE Outgoing local_update: "vendor" : { }, +2024-12-17T05:30:31Z TRACE Outgoing local_update: "bacnet" : { } +2024-12-17T05:30:31Z TRACE Outgoing local_update: } +2024-12-17T05:30:31Z TRACE Outgoing local_update: }, +2024-12-17T05:30:31Z TRACE Outgoing local_update: "pointset" : { +2024-12-17T05:30:31Z TRACE Outgoing local_update: "points" : { +2024-12-17T05:30:31Z TRACE Outgoing local_update: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:31Z TRACE Outgoing local_update: "units" : "Bars", +2024-12-17T05:30:31Z TRACE Outgoing local_update: "set_value" : 60 +2024-12-17T05:30:31Z TRACE Outgoing local_update: }, +2024-12-17T05:30:31Z TRACE Outgoing local_update: "filter_alarm_pressure_status" : { +2024-12-17T05:30:31Z TRACE Outgoing local_update: "ref" : "BV11.present_value", +2024-12-17T05:30:31Z TRACE Outgoing local_update: "units" : "No-units" +2024-12-17T05:30:31Z TRACE Outgoing local_update: }, +2024-12-17T05:30:31Z TRACE Outgoing local_update: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:31Z TRACE Outgoing local_update: "ref" : "AV12.present_value", +2024-12-17T05:30:31Z TRACE Outgoing local_update: "units" : "Degrees-Celsius" +2024-12-17T05:30:31Z TRACE Outgoing local_update: } +2024-12-17T05:30:31Z TRACE Outgoing local_update: } +2024-12-17T05:30:31Z TRACE Outgoing local_update: } +2024-12-17T05:30:31Z TRACE Outgoing local_update: } +2024-12-17T05:30:31Z DEBUG Detail target point to have target expected value is now: Point filter_differential_pressure_setpoint has present value 147, not target 60 +2024-12-17T05:30:31Z TRACE received command AHU-1/state/system +2024-12-17T05:30:31Z TRACE Received state_system: { +2024-12-17T05:30:31Z TRACE Received state_system: "hardware" : { +2024-12-17T05:30:31Z TRACE Received state_system: "make" : "BOS", +2024-12-17T05:30:31Z TRACE Received state_system: "model" : "pubber" +2024-12-17T05:30:31Z TRACE Received state_system: }, +2024-12-17T05:30:31Z TRACE Received state_system: "last_config" : "2024-12-17T05:30:27Z", +2024-12-17T05:30:31Z TRACE Received state_system: "operation" : { +2024-12-17T05:30:31Z TRACE Received state_system: "operational" : true, +2024-12-17T05:30:31Z TRACE Received state_system: "last_start" : "2024-12-17T05:29:54Z", +2024-12-17T05:30:31Z TRACE Received state_system: "restart_count" : 1, +2024-12-17T05:30:31Z TRACE Received state_system: "mode" : "initial" +2024-12-17T05:30:31Z TRACE Received state_system: }, +2024-12-17T05:30:31Z TRACE Received state_system: "serial_no" : "sequencer-11806", +2024-12-17T05:30:31Z TRACE Received state_system: "software" : { +2024-12-17T05:30:31Z TRACE Received state_system: "firmware" : "v1" +2024-12-17T05:30:31Z TRACE Received state_system: }, +2024-12-17T05:30:31Z TRACE Received state_system: "status" : { +2024-12-17T05:30:31Z TRACE Received state_system: "message" : "success", +2024-12-17T05:30:31Z TRACE Received state_system: "category" : "system.config.apply", +2024-12-17T05:30:31Z TRACE Received state_system: "timestamp" : "2024-12-17T05:30:27Z", +2024-12-17T05:30:31Z TRACE Received state_system: "level" : 300 +2024-12-17T05:30:31Z TRACE Received state_system: }, +2024-12-17T05:30:31Z TRACE Received state_system: "timestamp" : "2024-12-17T05:30:29Z", +2024-12-17T05:30:31Z TRACE Received state_system: "version" : "1.5.2" +2024-12-17T05:30:31Z TRACE Received state_system: } +2024-12-17T05:30:31Z DEBUG Handling device message state_system MP:e3fb2f0d-0 +2024-12-17T05:30:31Z TRACE Ignoring partial state update +2024-12-17T05:30:31Z TRACE received command AHU-1/state/discovery +2024-12-17T05:30:31Z TRACE Received state_discovery: { +2024-12-17T05:30:31Z TRACE Received state_discovery: "families" : { }, +2024-12-17T05:30:31Z TRACE Received state_discovery: "timestamp" : "2024-12-17T05:30:29Z", +2024-12-17T05:30:31Z TRACE Received state_discovery: "version" : "1.5.2" +2024-12-17T05:30:31Z TRACE Received state_discovery: } +2024-12-17T05:30:31Z DEBUG Handling device message state_discovery MP:e3fb2f0d-1 +2024-12-17T05:30:31Z TRACE Ignoring partial state update +2024-12-17T05:30:31Z TRACE received command AHU-1/state/localnet +2024-12-17T05:30:31Z TRACE Received state_localnet: { +2024-12-17T05:30:31Z TRACE Received state_localnet: "families" : { +2024-12-17T05:30:31Z TRACE Received state_localnet: "ether" : { +2024-12-17T05:30:31Z TRACE Received state_localnet: "addr" : "60:45:bd:d7:fb:50" +2024-12-17T05:30:31Z TRACE Received state_localnet: }, +2024-12-17T05:30:31Z TRACE Received state_localnet: "ipv4" : { +2024-12-17T05:30:31Z TRACE Received state_localnet: "addr" : "10.1.0.111" +2024-12-17T05:30:31Z TRACE Received state_localnet: }, +2024-12-17T05:30:31Z TRACE Received state_localnet: "ipv6" : { +2024-12-17T05:30:31Z TRACE Received state_localnet: "addr" : "fe80::6245:bdff:fed7:fb50" +2024-12-17T05:30:31Z TRACE Received state_localnet: }, +2024-12-17T05:30:31Z TRACE Received state_localnet: "vendor" : { +2024-12-17T05:30:31Z TRACE Received state_localnet: "addr" : "28179023" +2024-12-17T05:30:31Z TRACE Received state_localnet: } +2024-12-17T05:30:31Z TRACE Received state_localnet: }, +2024-12-17T05:30:31Z TRACE Received state_localnet: "timestamp" : "2024-12-17T05:30:29Z", +2024-12-17T05:30:31Z TRACE Received state_localnet: "version" : "1.5.2" +2024-12-17T05:30:31Z TRACE Received state_localnet: } +2024-12-17T05:30:31Z DEBUG Handling device message state_localnet MP:e3fb2f0d-2 +2024-12-17T05:30:31Z TRACE Ignoring partial state update +2024-12-17T05:30:31Z TRACE received command AHU-1/state/pointset +2024-12-17T05:30:31Z TRACE Received state_pointset: { +2024-12-17T05:30:31Z TRACE Received state_pointset: "points" : { +2024-12-17T05:30:31Z TRACE Received state_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:30:31Z TRACE Received state_pointset: "units" : "No-units" +2024-12-17T05:30:31Z TRACE Received state_pointset: }, +2024-12-17T05:30:31Z TRACE Received state_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:31Z TRACE Received state_pointset: "units" : "Bars", +2024-12-17T05:30:31Z TRACE Received state_pointset: "value_state" : "applied" +2024-12-17T05:30:31Z TRACE Received state_pointset: }, +2024-12-17T05:30:31Z TRACE Received state_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:31Z TRACE Received state_pointset: "units" : "Degrees-Celsius" +2024-12-17T05:30:31Z TRACE Received state_pointset: } +2024-12-17T05:30:31Z TRACE Received state_pointset: }, +2024-12-17T05:30:31Z TRACE Received state_pointset: "timestamp" : "2024-12-17T05:30:29Z", +2024-12-17T05:30:31Z TRACE Received state_pointset: "version" : "1.5.2" +2024-12-17T05:30:31Z TRACE Received state_pointset: } +2024-12-17T05:30:31Z DEBUG Handling device message state_pointset MP:e3fb2f0d-3 +2024-12-17T05:30:31Z TRACE Ignoring partial state update +2024-12-17T05:30:35Z TRACE received command AHU-1/events/pointset +2024-12-17T05:30:35Z TRACE Received events_pointset: { +2024-12-17T05:30:35Z TRACE Received events_pointset: "points" : { +2024-12-17T05:30:35Z TRACE Received events_pointset: "filter_alarm_pressure_status" : { +2024-12-17T05:30:35Z TRACE Received events_pointset: "present_value" : false +2024-12-17T05:30:35Z TRACE Received events_pointset: }, +2024-12-17T05:30:35Z TRACE Received events_pointset: "filter_differential_pressure_setpoint" : { +2024-12-17T05:30:35Z TRACE Received events_pointset: "present_value" : 60 +2024-12-17T05:30:35Z TRACE Received events_pointset: }, +2024-12-17T05:30:35Z TRACE Received events_pointset: "filter_differential_pressure_sensor" : { +2024-12-17T05:30:35Z TRACE Received events_pointset: "present_value" : 9 +2024-12-17T05:30:35Z TRACE Received events_pointset: } +2024-12-17T05:30:35Z TRACE Received events_pointset: }, +2024-12-17T05:30:35Z TRACE Received events_pointset: "timestamp" : "2024-12-17T05:30:35Z", +2024-12-17T05:30:35Z TRACE Received events_pointset: "version" : "1.5.2" +2024-12-17T05:30:35Z TRACE Received events_pointset: } +2024-12-17T05:30:35Z DEBUG Handling device message events_pointset MP:70ec3bf4 +2024-12-17T05:30:35Z DEBUG Detail target point to have target expected value is now: null +2024-12-17T05:30:36Z DEBUG Recorded sequence: 1. Wait until target point to have target expected value +2024-12-17T05:30:36Z DEBUG Stage finished waiting for target point to have target expected value at 37s after 6s +2024-12-17T05:30:36Z TRACE Stage resume waiting for executing test at 37s +2024-12-17T05:30:36Z DEBUG stage done waiting for executing test at 37s +2024-12-17T05:30:36Z DEBUG Removing implicit system capability LAST_CONFIG +2024-12-17T05:30:36Z NOTICE RESULT pass writeback writeback_success ALPHA 10/10 Sequence complete +2024-12-17T05:30:36Z NOTICE Sequence complete +2024-12-17T05:30:36Z NOTICE ending test writeback_success after 37s ################################ diff --git a/validator/sequences/writeback_success/state_discovery.attr b/validator/sequences/writeback_success/state_discovery.attr index 3a82f42ab6..6916bc9874 100644 --- a/validator/sequences/writeback_success/state_discovery.attr +++ b/validator/sequences/writeback_success/state_discovery.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_4", + "deviceRegistryId" : "ZZ-TRI-FECTA_7", "projectId" : "localhost", - "transactionId" : "MP:9cedde86-1", - "publishTime" : "2024-11-06T17:34:03Z", + "transactionId" : "MP:e3fb2f0d-1", + "publishTime" : "2024-12-17T05:30:29Z", "subFolder" : "discovery", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/writeback_success/state_discovery.json b/validator/sequences/writeback_success/state_discovery.json index 77ae715946..b04f691513 100644 --- a/validator/sequences/writeback_success/state_discovery.json +++ b/validator/sequences/writeback_success/state_discovery.json @@ -1,4 +1,5 @@ { - "timestamp" : "2024-11-06T17:34:03Z", + "families" : { }, + "timestamp" : "2024-12-17T05:30:29Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/writeback_success/state_localnet.attr b/validator/sequences/writeback_success/state_localnet.attr index f71f0a77e7..a07695060e 100644 --- a/validator/sequences/writeback_success/state_localnet.attr +++ b/validator/sequences/writeback_success/state_localnet.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_4", + "deviceRegistryId" : "ZZ-TRI-FECTA_7", "projectId" : "localhost", - "transactionId" : "MP:cdb5ff9d-1", - "publishTime" : "2024-11-06T17:34:15Z", + "transactionId" : "MP:e3fb2f0d-2", + "publishTime" : "2024-12-17T05:30:29Z", "subFolder" : "localnet", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/writeback_success/state_localnet.json b/validator/sequences/writeback_success/state_localnet.json index 9424171063..20a46f1919 100644 --- a/validator/sequences/writeback_success/state_localnet.json +++ b/validator/sequences/writeback_success/state_localnet.json @@ -1,18 +1,18 @@ { "families" : { "ether" : { - "addr" : "7c:1e:52:14:69:d9" + "addr" : "60:45:bd:d7:fb:50" }, "ipv4" : { - "addr" : "10.1.0.144" + "addr" : "10.1.0.111" }, "ipv6" : { - "addr" : "fe80::7e1e:52ff:fe14:69d9" + "addr" : "fe80::6245:bdff:fed7:fb50" }, "vendor" : { "addr" : "28179023" } }, - "timestamp" : "2024-11-06T17:34:15Z", + "timestamp" : "2024-12-17T05:30:29Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/writeback_success/state_pointset.attr b/validator/sequences/writeback_success/state_pointset.attr index 0eab407b35..22d9458f3b 100644 --- a/validator/sequences/writeback_success/state_pointset.attr +++ b/validator/sequences/writeback_success/state_pointset.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_4", + "deviceRegistryId" : "ZZ-TRI-FECTA_7", "projectId" : "localhost", - "transactionId" : "MP:cdb5ff9d-2", - "publishTime" : "2024-11-06T17:34:15Z", + "transactionId" : "MP:e3fb2f0d-3", + "publishTime" : "2024-12-17T05:30:29Z", "subFolder" : "pointset", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/writeback_success/state_pointset.json b/validator/sequences/writeback_success/state_pointset.json index 82c32a2ef6..f662a16919 100644 --- a/validator/sequences/writeback_success/state_pointset.json +++ b/validator/sequences/writeback_success/state_pointset.json @@ -11,6 +11,6 @@ "units" : "Degrees-Celsius" } }, - "timestamp" : "2024-11-06T17:34:15Z", + "timestamp" : "2024-12-17T05:30:29Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/writeback_success/state_system.attr b/validator/sequences/writeback_success/state_system.attr index 752e55cfae..e686da38a8 100644 --- a/validator/sequences/writeback_success/state_system.attr +++ b/validator/sequences/writeback_success/state_system.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_4", + "deviceRegistryId" : "ZZ-TRI-FECTA_7", "projectId" : "localhost", - "transactionId" : "MP:cdb5ff9d-0", - "publishTime" : "2024-11-06T17:34:15Z", + "transactionId" : "MP:e3fb2f0d-0", + "publishTime" : "2024-12-17T05:30:29Z", "subFolder" : "system", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/writeback_success/state_system.json b/validator/sequences/writeback_success/state_system.json index c5e55587bb..fcdf3b09fc 100644 --- a/validator/sequences/writeback_success/state_system.json +++ b/validator/sequences/writeback_success/state_system.json @@ -3,23 +3,23 @@ "make" : "BOS", "model" : "pubber" }, - "last_config" : "2024-11-06T17:34:14Z", + "last_config" : "2024-12-17T05:30:27Z", "operation" : { "operational" : true, - "last_start" : "2024-11-06T17:33:27Z", + "last_start" : "2024-12-17T05:29:54Z", "restart_count" : 1, "mode" : "initial" }, - "serial_no" : "sequencer-10139", + "serial_no" : "sequencer-11806", "software" : { "firmware" : "v1" }, "status" : { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-11-06T17:34:14Z", + "timestamp" : "2024-12-17T05:30:27Z", "level" : 300 }, - "timestamp" : "2024-11-06T17:34:15Z", + "timestamp" : "2024-12-17T05:30:29Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/sequences/writeback_success/state_update.attr b/validator/sequences/writeback_success/state_update.attr index c902435eba..0c7a0fcbe9 100644 --- a/validator/sequences/writeback_success/state_update.attr +++ b/validator/sequences/writeback_success/state_update.attr @@ -1,10 +1,10 @@ { "deviceId" : "AHU-1", "deviceNumId" : "123456789101112", - "deviceRegistryId" : "ZZ-TRI-FECTA_4", + "deviceRegistryId" : "ZZ-TRI-FECTA_7", "projectId" : "localhost", - "transactionId" : "MP:cdb5ff9d", - "publishTime" : "2024-11-06T17:34:15Z", + "transactionId" : "MP:e3fb2f0d", + "publishTime" : "2024-12-17T05:30:29Z", "subFolder" : "update", "subType" : "state" } \ No newline at end of file diff --git a/validator/sequences/writeback_success/state_update.json b/validator/sequences/writeback_success/state_update.json index 61c03279ff..eccafaa24f 100644 --- a/validator/sequences/writeback_success/state_update.json +++ b/validator/sequences/writeback_success/state_update.json @@ -1,14 +1,17 @@ { + "discovery" : { + "families" : { } + }, "localnet" : { "families" : { "ether" : { - "addr" : "7c:1e:52:14:69:d9" + "addr" : "60:45:bd:d7:fb:50" }, "ipv4" : { - "addr" : "10.1.0.144" + "addr" : "10.1.0.111" }, "ipv6" : { - "addr" : "fe80::7e1e:52ff:fe14:69d9" + "addr" : "fe80::6245:bdff:fed7:fb50" }, "vendor" : { "addr" : "28179023" @@ -30,14 +33,14 @@ } }, "system" : { - "last_config" : "2024-11-06T17:34:14Z", + "last_config" : "2024-12-17T05:30:27Z", "operation" : { "operational" : true, - "last_start" : "2024-11-06T17:33:27Z", + "last_start" : "2024-12-17T05:29:54Z", "restart_count" : 1, "mode" : "initial" }, - "serial_no" : "sequencer-10139", + "serial_no" : "sequencer-11806", "hardware" : { "make" : "BOS", "model" : "pubber" @@ -48,10 +51,10 @@ "status" : { "message" : "success", "category" : "system.config.apply", - "timestamp" : "2024-11-06T17:34:14Z", + "timestamp" : "2024-12-17T05:30:27Z", "level" : 300 } }, - "timestamp" : "2024-11-06T17:34:15Z", + "timestamp" : "2024-12-17T05:30:29Z", "version" : "1.5.2" } \ No newline at end of file diff --git a/validator/src/main/java/com/google/daq/mqtt/sequencer/SequenceBase.java b/validator/src/main/java/com/google/daq/mqtt/sequencer/SequenceBase.java index 584cddff1a..6c6054a1c9 100644 --- a/validator/src/main/java/com/google/daq/mqtt/sequencer/SequenceBase.java +++ b/validator/src/main/java/com/google/daq/mqtt/sequencer/SequenceBase.java @@ -702,7 +702,7 @@ protected static String getAlternateEndpointHostname() { */ public void setExtraField(String extraField) { boolean extraFieldChanged = !Objects.equals(this.extraField, extraField); - debug("extraFieldChanged " + extraFieldChanged + " because extra_field " + extraField); + debug("Set extraFieldChanged " + extraFieldChanged + " because extra_field " + extraField); this.extraField = extraField; } @@ -713,7 +713,7 @@ public void setExtraField(String extraField) { */ public void setLastStart(Date use) { boolean changed = !stringify(deviceConfig.system.operation.last_start).equals(stringify(use)); - debug("last_start changed " + changed + ", last_start " + isoConvert(use)); + debug("Set last_start changed " + changed + ", last_start " + isoConvert(use)); deviceConfig.system.operation.last_start = use; } @@ -1121,7 +1121,7 @@ private void recordRawMessage(Map message, String messageBase) { boolean stateMessage = messageBase.startsWith(STATE_SUBTYPE); boolean syntheticMessage = (configMessage || stateMessage) && !updateMessage; - String prefix = localUpdate ? "local " : "received "; + String prefix = localUpdate ? "Outgoing " : "Received "; File messageFile = new File(testDir, format(MESSAGE_FILE_FORMAT, messageBase)); if (message.containsKey(EXCEPTION_KEY)) { @@ -1160,7 +1160,7 @@ private void logSystemEvents(String messageBase, Map message) { try { checkArgument(!messageBase.startsWith(LOCAL_PREFIX)); SystemEvents event = convertTo(SystemEvents.class, message); - String prefix = "received " + messageBase + " "; + String prefix = "Received " + messageBase + " "; if (event.logentries == null || event.logentries.isEmpty()) { debug(prefix + "(no logs)"); } else { @@ -1278,6 +1278,8 @@ private void updateConfig(String reason, boolean force) { private void updateConfig(String reason, boolean force, boolean waitForState) { assertConfigIsNotPending(); + ifNotTrueThen(shouldGateConfigUpdate, this::rateLimitConfig); + if (doPartialUpdates && !force) { updateConfig(reason, waitForState, SubFolder.SYSTEM, augmentConfig(deviceConfig.system)); updateConfig(reason, waitForState, SubFolder.POINTSET, deviceConfig.pointset); @@ -1297,6 +1299,10 @@ private void updateConfig(String reason, boolean force, boolean waitForState) { assertConfigIsNotPending(); + // Rate-limit from the point the config was _applied_, not when it was _sent_. + lastConfigMark = getNowInstant(); + debug(format("New lastConfigMark at %s", isoConvert(lastConfigMark))); + captureConfigChange(reason); } @@ -1307,14 +1313,14 @@ private boolean updateConfig(String reason, boolean waitForSync, SubFolder subBl String sentBlockConfig = String.valueOf( sentConfig.get(requireNonNull(subBlock, "subBlock not defined"))); boolean updated = !actualizedData.equals(sentBlockConfig); - trace(format("updated check %s_%s: %s", CONFIG_SUBTYPE, subBlock, updated)); + trace(format("Updated check %s_%s: %s", CONFIG_SUBTYPE, subBlock, updated)); if (updated) { String topic = subBlock + "/config"; ifTrueThen(shouldGateConfigUpdate, this::rateLimitConfig); final String transactionId = requireNonNull(reflector().publish(getDeviceId(), topic, actualizedData), "no transactionId returned for publish"); - debug(format("update %s_%s, adding configTransaction %s", + debug(format("Update %s_%s, adding configTransaction %s", CONFIG_SUBTYPE, subBlock, transactionId)); recordRawMessage(data, LOCAL_PREFIX + subBlock.value()); sentConfig.put(subBlock, actualizedData); @@ -1343,11 +1349,11 @@ private void waitForUpdateConfigSync(String reason, boolean waitForSync) { private void rateLimitConfig() { // Add a forced sleep to make sure configs aren't sent too quickly long delayMs = CONFIG_BARRIER.toMillis() - between(lastConfigMark, getNowInstant()).toMillis(); + debug(format("Delay from lastConfigMark %s is %sms", lastConfigMark, delayMs)); ifTrueThen(delayMs > 0, () -> { debug(format("Rate-limiting config by %dms", delayMs)); safeSleep(delayMs); }); - lastConfigMark = getNowInstant(); } protected void updateProxyConfig(String proxyId, Config proxyConfig) { @@ -1386,7 +1392,7 @@ private AugmentedSystemConfig augmentConfig(SystemConfig system) { try { AugmentedSystemConfig augmentedConfig = JsonUtil.OBJECT_MAPPER.readValue(stringify(system), AugmentedSystemConfig.class); - debug("system config extra field " + extraField); + debug("System config extra field " + extraField); augmentedConfig.extraField = extraField; return augmentedConfig; } catch (Exception e) { @@ -1512,7 +1518,7 @@ protected void waitUntil(String description, Duration maxWait, Supplier try { whileDoing(sanitizedDescription, () -> { ifNotTrueThen(waitingForConfigSync.get(), - () -> updateConfig("Before " + sanitizedDescription)); + () -> updateConfig("before " + sanitizedDescription)); waitEvaluateLoop(sanitizedDescription, maxWait, evaluator, detail); recordSequence("Wait until", description); }, detail::get); @@ -1576,18 +1582,22 @@ protected void checkWasNotLogged(String category, Level minLevel) { withRecordSequence(false, () -> { ifTrueThen(deviceSupportsState(), () -> waitUntil("last_config synchronized", this::lastConfigUpdated)); - processLogMessages(); }); final Instant endTime = lastConfigUpdate.plusSeconds(LOG_TIMEOUT_SEC); + if (endTime.isAfter(getNowInstant())) { + debug(format("Waiting until %s for logs to arrive...", isoConvert(endTime))); + } + messageEvaluateLoop(() -> endTime.isAfter(getNowInstant())); + processLogMessages(); List entries = matchingLogQueue( entry -> category.equals(entry.category) && entry.level >= minLevel.value()); checkThat( format("log level `%s` (or greater) category `%s` was not logged", minLevel, category), () -> { if (!entries.isEmpty()) { - warning(format("Filtered config between %s and %s", isoConvert(lastConfigUpdate), + warning(format("Filtered entries between %s and %s:", isoConvert(lastConfigUpdate), isoConvert(endTime))); - entries.forEach(entry -> error("undesirable " + entryMessage(entry))); + entries.forEach(entry -> error("Forbidden entry: " + entryMessage(entry))); } return entries.isEmpty(); }); @@ -1610,9 +1620,9 @@ private void processLogMessages() { List toRemove = logEntryQueue.stream() .filter(entry -> entry.timestamp.toInstant().isBefore(lastConfigUpdate)).toList(); if (!toRemove.isEmpty()) { - debug("ignoring log entries before lastConfigUpdate " + lastConfigUpdate); + debug("Flushing log entries before lastConfigUpdate " + lastConfigUpdate); } - toRemove.forEach(entry -> debug(" x " + entryMessage(entry))); + toRemove.forEach(entry -> debug("Flushing entry: " + entryMessage(entry))); logEntryQueue.removeAll(toRemove); } @@ -2141,16 +2151,16 @@ private String configIsPending(boolean debugOut) { if (debugOut) { if (!failures.isEmpty()) { - notice(format("previous state %s updated at %s", isoConvert(configStateStart), - isoConvert(current))); - notice(format("last_start synchronized %s: state/%s =? config/%s", lastStartSynced, + notice(format("Saw previous state updated %s: %s %s", stateUpdated, + isoConvert(configStateStart), isoConvert(current))); + notice(format("Saw last_start synchronized %s: state/%s =? config/%s", lastStartSynced, isoConvert(stateLastStart), isoConvert(configLastStart))); - notice(format("configTransactions flushed %s: %s", transactionsClean, + notice(format("Saw configTransactions flushed %s: %s", transactionsClean, configTransactionsListString())); - notice(format("last_config synchronized %s: state/%s =? config/%s", lastConfigSynced, + notice(format("Saw last_config synchronized %s: state/%s =? config/%s", lastConfigSynced, isoConvert(stateLastConfig), isoConvert(lastConfig))); } else if (stateLastConfig == null) { - debug("last_config synchronized check disabled due to missing state.system.last_config"); + debug("Saw last_config synchronized check disabled: missing state.system.last_config"); } } return ifNotTrueGet(failures.isEmpty(), () -> CSV_JOINER.join(failures)); @@ -2242,8 +2252,6 @@ protected int countReceivedEvents(Class clazz) { protected List popReceivedEvents(Class clazz) { SubFolder subFolder = CLASS_SUBFOLDER_MAP.get(clazz); - // TODO blocking sleep causing proxy device tests to fail - safeSleep(EVENT_WAIT_DELAY_MS); List> events = getReceivedEvents().remove(subFolder); if (events == null) { return ImmutableList.of(); diff --git a/validator/src/main/java/com/google/daq/mqtt/sequencer/sequences/ConfigSequences.java b/validator/src/main/java/com/google/daq/mqtt/sequencer/sequences/ConfigSequences.java index 584bd7b7f8..ada51e97ff 100644 --- a/validator/src/main/java/com/google/daq/mqtt/sequencer/sequences/ConfigSequences.java +++ b/validator/src/main/java/com/google/daq/mqtt/sequencer/sequences/ConfigSequences.java @@ -7,7 +7,6 @@ import static com.google.udmi.util.CleanDateFormat.dateEquals; import static com.google.udmi.util.GeneralUtils.ifTrueGet; import static com.google.udmi.util.JsonUtil.isoConvert; -import static com.google.udmi.util.JsonUtil.safeSleep; import static java.lang.String.format; import static udmi.schema.Bucket.SYSTEM; import static udmi.schema.Category.SYSTEM_CONFIG_APPLY; @@ -43,10 +42,9 @@ public class ConfigSequences extends SequenceBase { // Delay to wait to let a device apply and log a new config. private static final long CONFIG_THRESHOLD_SEC = 20; - // Delay after receiving a parse error to ensure an apply entry has not been received. - private static final long LOG_APPLY_DELAY_MS = 1000; - // How frequently to send out confg queries for device config acked check. + // How frequently to send out config queries for device config acked check. private static final Duration CONFIG_QUERY_INTERVAL = Duration.ofSeconds(30); + private static final String THAT_PLACE_IN_ARUBA = "Flabberguilstadt"; @Test(timeout = TWO_MINUTES_MS) @Feature(stage = STABLE, bucket = SYSTEM) @@ -86,9 +84,8 @@ public void system_min_loglevel() { final Instant startTime = Instant.now(); deviceConfig.system.min_loglevel = Level.INFO.value(); untilLogged(SYSTEM_CONFIG_APPLY, SYSTEM_CONFIG_APPLY_LEVEL); - checkWasNotLogged(SYSTEM_CONFIG_APPLY, Level.WARNING); - Instant expectedFinish = startTime.plusSeconds(CONFIG_THRESHOLD_SEC); Instant logFinished = Instant.now(); + Instant expectedFinish = startTime.plusSeconds(CONFIG_THRESHOLD_SEC); checkThat(format("device config resolved within %ss", CONFIG_THRESHOLD_SEC), ifTrueGet(logFinished.isAfter(expectedFinish), format("apply log took until %s, expected before %s", isoConvert(logFinished), @@ -96,8 +93,7 @@ public void system_min_loglevel() { deviceConfig.system.min_loglevel = Level.WARNING.value(); updateConfig("warning loglevel"); - // Nothing to actively wait for, so wait for some amount of time instead. - safeSleep(CONFIG_THRESHOLD_SEC * 2000); + checkWasNotLogged(SYSTEM_CONFIG_APPLY, SYSTEM_CONFIG_APPLY_LEVEL); deviceConfig.system.min_loglevel = savedLevel; @@ -167,9 +163,6 @@ public void broken_config() { SYSTEM_CONFIG_PARSE.equals(stateStatus.category)); }); - info("following stable_config " + isoConvert(stableConfig)); - info("following last_config " + isoConvert(deviceState.system.last_config)); - // The last_config should not be updated to not reflect the broken config. checkThat("device state `last_config` has not been updated", dateEquals(stableConfig, deviceState.system.last_config)); @@ -177,7 +170,6 @@ public void broken_config() { forCapability(Logging.class, () -> { waitForLog(SYSTEM_CONFIG_RECEIVE, SYSTEM_CONFIG_RECEIVE_LEVEL); waitForLog(SYSTEM_CONFIG_PARSE, Level.ERROR); - safeSleep(LOG_APPLY_DELAY_MS); checkWasNotLogged(SYSTEM_CONFIG_APPLY, SYSTEM_CONFIG_APPLY_LEVEL); }); @@ -210,9 +202,10 @@ public void extra_config() { untilTrue("system operational", () -> deviceState.system.operation.operational); checkThatHasNoInterestingStatus(); final Date prevConfig = deviceState.system.last_config; - setExtraField("Flabberguilstadt"); + setExtraField(THAT_PLACE_IN_ARUBA); untilLogged(SYSTEM_CONFIG_RECEIVE, SYSTEM_CONFIG_RECEIVE_LEVEL); - untilTrue("last_config updated", () -> !deviceState.system.last_config.equals(prevConfig)); + waitUntil("last_config updated", () -> deviceState.system.last_config.equals(prevConfig) + ? format("last_config still matches previous %s", isoConvert(prevConfig)) : null); untilTrue("system operational", () -> deviceState.system.operation.operational); checkThatHasNoInterestingStatus(); untilLogged(SYSTEM_CONFIG_PARSE, SYSTEM_CONFIG_PARSE_LEVEL);