From a56f550636ecaf337b8aa234c086240b136e64f1 Mon Sep 17 00:00:00 2001 From: Wesley Ray Date: Wed, 1 Jul 2026 22:18:15 -0400 Subject: [PATCH] awning: current-sensing auto-retract + true CLOSED state; drop useless OPEN jog Motion is hold-to-run (one authed opcode runs the motor ~1s). Reproduce the OEM movement session -- auth once, then stream the opcode @110ms + a page-44 keepalive @510ms -- to sustain continuous retract, and watch node-75 page-3 motor current at 20Hz to stop at the fully-closed stall (~4200 vs ~<1550 running), then mark the cover CLOSED. Backstops: 70s timeout, motion-lost detector, hold-to-run stop-on-silence. Proven live at the camper 2026-07-01. - esphome: awning_auto_retract script + 100ms streamer interval + case-0x75 stall gate + "Awning Motor Current" sensor. Cover CLOSE=auto-retract, STOP=abort. Removed open_action (1s jog is useless, no safe timed auto-open). - bridge: optimistic:true keeps the home HA cover assumed-state so retract is always pressable (was greyed when closed); payload_open:null drops OPEN on the home (primary) dashboard. Also synced the 6h->15min discovery-cadence drift. - captures + README: full-retract stall profile and the live auto-retract test. Co-Authored-By: Claude Opus 4.8 --- canbus/README.md | 32 +- ...ing-autoretract-test-2026-07-01_155900.log | 7189 +++++++++++++++++ .../awning-fullretract-2026-07-01_154014.log | 2805 +++++++ canbus/esphome/onecontrol-canbus.yaml | 155 +- canbus/ha/mqtt_bridge_onecontrol.yaml | 10 +- 5 files changed, 10171 insertions(+), 20 deletions(-) create mode 100644 canbus/captures/awning-autoretract-test-2026-07-01_155900.log create mode 100644 canbus/captures/awning-fullretract-2026-07-01_154014.log diff --git a/canbus/README.md b/canbus/README.md index ef1a60a..3c1287f 100644 --- a/canbus/README.md +++ b/canbus/README.md @@ -169,15 +169,37 @@ python3 idscan_cmd.py F8 on # node_hex on|off ; needs can0 up Movement nodes (awning `75`, slides, jacks) use the **same** authentication — the app-driven awning commands in `captures/app-commands-*.log` show the identical -page-42/43 exchange. Not yet operated this way; exercise a motor only while -watching it. +page-42/43 exchange. + +**Awning motion is HOLD-TO-RUN, and auto-retract is live (2026-07-01).** A single +authenticated opcode runs the motor only ~1s (it's a "keep the button held" +signal, not a latch). The OEM app sustains motion by **streaming after one auth**: +opcode `03F202` every ~110ms **plus** a page-44 keepalive `03F044` +payload `00 04` every ~510ms — **no per-command re-auth during the run** (a cold +opcode with no session is still ignored; the auth just opens the motion session). +Our ESPHome node reproduces this with its own controller identity (opcode +`0006 75 02`, keepalive `0004 75 44`) — proven to sustain ~6.5s of continuous +retract on 2026-07-01. + +The awning has no position feedback, but the **motor current** rides page-3 b2-3 +(BE, raw counts): ~<1550 running incl. inrush, tapering to ~350–500 near closed, +then a sharp ramp to a **~4200 plateau at the fully-closed hard stop** (captures +`awning-fullretract-2026-07-01_*.log`). The node's **auto-retract** (cover CLOSE) +streams the retract, watches current at 20Hz, and cuts at `cur>2500` for 3 frames +(~150ms) — firing ~0.3s into the stall ramp, before the motor sits hard-stalled — +then marks the cover CLOSED (the one direction with a real end-stop). Backstops: +70s timeout, motion-lost detector, and stop-streaming-stops-the-motor (hold-to-run +fail-safe). OPEN stays a single ~1s jog (no safe end-stop for extend). See +`esphome/onecontrol-canbus.yaml` (`awning_auto_retract` script + streamer +`interval` + the case `0x75` stall gate). **Bottom line: read is fully open** (all sensors + states from broadcasts, no authentication) **and command is implemented and proven** (`ids_can_auth.py` + `idscan_cmd.py`). The CAN path can both sense and operate the system, so the -Bluetooth integration is no longer needed for control. Next step: fold the -challenge-response into the ESPHome node's `switch`/`light`/`cover` actions (the -opcode just needs the page-42/43 exchange in front of it). +Bluetooth integration is no longer needed for control. The challenge-response is +folded into the ESPHome node's `switch`/`light`/`cover` actions (opcode preceded +by the page-42/43 exchange), and the awning cover does authenticated streaming +auto-retract — see the awning section above. Other app-session traffic (not control): `701` = controller heartbeat during a Bluetooth session; src `01` → node pages `30/31` = paged descriptor/table reads diff --git a/canbus/captures/awning-autoretract-test-2026-07-01_155900.log b/canbus/captures/awning-autoretract-test-2026-07-01_155900.log new file mode 100644 index 0000000..3c24719 --- /dev/null +++ b/canbus/captures/awning-autoretract-test-2026-07-01_155900.log @@ -0,0 +1,7189 @@ +INFO ESPHome 2026.5.3 +INFO Loaded validated config cache for onecontrol-canbus.yaml, skipping validation. +INFO Starting log output from 192.168.69.18 using esphome API +INFO Successfully resolved onecontrol-canbus @ 192.168.69.18 in 0.000s +INFO Successfully connected to onecontrol-canbus @ 192.168.69.18 in 0.040s +INFO Successful handshake with onecontrol-canbus @ 192.168.69.18 in 0.085s +[15:59:01.346][I][app:151]: ESPHome version 2026.5.3 compiled on 2026-07-01 15:57:24 -0400 +[15:59:01.347][I][app:158]: ESP32 Chip: ESP32 rev3.1, 2 core(s) +[15:59:01.347][W][app:171]: Chip rev >= 3.0 detected. Set minimum_chip_revision: "3.1" under esp32 > framework > advanced to reduce binary size +[15:59:01.347][W][app:198]: Bootloader supports SRAM1 as IRAM (+40KB). Set sram1_as_iram: true under esp32 > framework > advanced +[15:59:01.365][C][logger:219]: Logger: +[15:59:01.365][C][logger:219]: Max Level: DEBUG +[15:59:01.365][C][logger:219]: Initial Level: DEBUG +[15:59:01.365][C][logger:226]: Log Baud Rate: 115200 +[15:59:01.365][C][logger:226]: Hardware UART: UART0 +[15:59:01.366][C][logger:235]: Task Log Buffer Size: 768 bytes +[15:59:01.366][C][logger:241]: Level for 'canbus': INFO +[15:59:01.396][C][template.sensor:017]: Template Sensor 'Battery Voltage' +[15:59:01.396][C][template.sensor:017]: State Class: 'measurement' +[15:59:01.396][C][template.sensor:017]: Unit of Measurement: 'V' +[15:59:01.396][C][template.sensor:017]: Accuracy Decimals: 2 +[15:59:01.455][C][template.sensor:232]: Device Class: 'voltage' +[15:59:01.456][C][template.sensor:451]: Update Interval: 60.0s +[15:59:01.456][C][template.sensor:017]: Template Sensor 'Fresh Water Tank' +[15:59:01.456][C][template.sensor:017]: State Class: '' +[15:59:01.456][C][template.sensor:017]: Unit of Measurement: '%' +[15:59:01.456][C][template.sensor:017]: Accuracy Decimals: 0 +[15:59:01.456][C][template.sensor:451]: Update Interval: 60.0s +[15:59:01.465][C][template.sensor:017]: Template Sensor 'Black Tank' +[15:59:01.465][C][template.sensor:017]: State Class: '' +[15:59:01.465][C][template.sensor:017]: Unit of Measurement: '%' +[15:59:01.465][C][template.sensor:017]: Accuracy Decimals: 0 +[15:59:01.465][C][template.sensor:451]: Update Interval: 60.0s +[15:59:01.466][C][template.sensor:017]: Template Sensor 'Grey Tank 1' +[15:59:01.466][C][template.sensor:017]: State Class: '' +[15:59:01.466][C][template.sensor:017]: Unit of Measurement: '%' +[15:59:01.466][C][template.sensor:017]: Accuracy Decimals: 0 +[15:59:01.466][C][template.sensor:451]: Update Interval: 60.0s +[15:59:01.505][C][template.sensor:017]: Template Sensor 'Grey Tank 2' +[15:59:01.505][C][template.sensor:017]: State Class: '' +[15:59:01.505][C][template.sensor:017]: Unit of Measurement: '%' +[15:59:01.505][C][template.sensor:017]: Accuracy Decimals: 0 +[15:59:01.535][C][template.sensor:451]: Update Interval: 60.0s +[15:59:01.535][C][template.sensor:017]: Template Sensor 'Awning Motor Current' +[15:59:01.535][C][template.sensor:017]: State Class: 'measurement' +[15:59:01.535][C][template.sensor:017]: Unit of Measurement: 'raw' +[15:59:01.535][C][template.sensor:017]: Accuracy Decimals: 0 +[15:59:01.536][C][template.sensor:451]: Update Interval: 60.0s +[15:59:01.543][C][template.binary_sensor:016]: Template Binary Sensor 'Water Heater DSI Fault' +[15:59:01.544][C][template.binary_sensor:232]: Device Class: 'problem' +[15:59:01.549][C][template.binary_sensor:016]: Template Binary Sensor 'Water Heater Heating' +[15:59:01.551][C][template.binary_sensor:232]: Device Class: 'running' +[15:59:01.568][C][template.binary_sensor:016]: Template Binary Sensor 'Furnace Running' +[15:59:01.574][C][template.binary_sensor:232]: Device Class: 'running' +[15:59:01.588][C][template.binary_sensor:016]: Template Binary Sensor 'Furnace DSI Fault' +[15:59:01.592][C][template.binary_sensor:232]: Device Class: 'problem' +[15:59:01.611][C][template.binary_sensor:016]: Template Binary Sensor 'OneControl System Fault' +[15:59:01.615][C][template.binary_sensor:232]: Device Class: 'problem' +[15:59:01.633][C][template.cover:063]: Template Cover 'Awning' +[15:59:01.634][C][template.cover:063]: Assumed State: YES +[15:59:01.645][C][template.cover:232]: Device Class: 'awning' +[15:59:01.667][C][template.switch:088]: Template Switch 'Exterior Lights' +[15:59:01.667][C][template.switch:088]: Restore Mode: disabled +[15:59:01.670][C][template.switch:055]: Optimistic: NO +[15:59:01.676][C][template.switch:088]: Template Switch 'Interior Lights' +[15:59:01.676][C][template.switch:088]: Restore Mode: disabled +[15:59:01.680][C][template.switch:055]: Optimistic: NO +[15:59:01.693][C][template.switch:088]: Template Switch 'Water Heater' +[15:59:01.693][C][template.switch:088]: Restore Mode: disabled +[15:59:01.697][C][template.switch:055]: Optimistic: NO +[15:59:01.811][S][sensor]: 'Black Tank' >> 33 % +[15:59:01.897][C][captive_portal:133]: Captive Portal: +[15:59:01.914][C][wifi:1526]: WiFi: +[15:59:01.914][C][wifi:1526]: Local MAC: D4:E9:F4:ED:B7:B0 +[15:59:01.914][C][wifi:1526]: Connected: YES +[15:59:01.919][C][wifi:1237]: IP Address: 192.168.69.18 +[15:59:01.927][C][wifi:1248]: SSID: 'OmnissiahsReach' +[15:59:01.927][C][wifi:1248]: BSSID: 64:D1:54:6D:51:92 +[15:59:01.927][C][wifi:1248]: Hostname: 'onecontrol-canbus' +[15:59:01.927][C][wifi:1248]: Signal strength: -57 dB ▂▄▆█ +[15:59:01.927][C][wifi:1248]: Channel: 1 +[15:59:01.927][C][wifi:1248]: Subnet: 255.255.255.0 +[15:59:01.927][C][wifi:1248]: Gateway: 192.168.69.1 +[15:59:01.927][C][wifi:1248]: DNS1: 192.168.69.1 +[15:59:01.927][C][wifi:1248]: DNS2: 0.0.0.0 +[15:59:01.952][C][esphome.ota:097]: Over-The-Air updates: +[15:59:01.952][C][esphome.ota:097]: Address: onecontrol-canbus.local:3232 +[15:59:01.952][C][esphome.ota:097]: Version: 2 +[15:59:01.975][C][safe_mode:058]: Safe Mode: +[15:59:01.975][C][safe_mode:058]: Successful after: 60s +[15:59:01.975][C][safe_mode:058]: Invoke after: 10 attempts +[15:59:01.975][C][safe_mode:058]: Duration: 300s +[15:59:01.980][C][safe_mode:079]: Bootloader rollback: supported +[15:59:01.988][C][web_server.ota:256]: Web Server OTA +[15:59:02.000][C][api:238]: Server: +[15:59:02.000][C][api:238]: Address: onecontrol-canbus.local:6053 +[15:59:02.000][C][api:238]: Listen backlog: 4 +[15:59:02.000][C][api:238]: Max connections: 5 +[15:59:02.004][C][api:245]: Noise encryption: YES +[15:59:02.014][C][mdns:230]: mDNS: +[15:59:02.014][C][mdns:230]: Hostname: onecontrol-canbus +[15:59:02.100][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:02.314][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:02.315][S][sensor]: 'Grey Tank 1' >> 33 % +[15:59:02.520][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:02.520][S][cover]: 'Awning' >> +[15:59:02.520][S][cover]: State: OPEN +[15:59:02.520][S][cover]: Current Operation: IDLE +[15:59:02.827][S][sensor]: 'Black Tank' >> 33 % +[15:59:03.089][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:03.244][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:03.244][S][sensor]: 'Grey Tank 1' >> 33 % +[15:59:03.543][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:03.543][S][cover]: 'Awning' >> +[15:59:03.543][S][cover]: State: OPEN +[15:59:03.543][S][cover]: Current Operation: IDLE +[15:59:03.819][S][sensor]: 'Black Tank' >> 33 % +[15:59:04.119][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:04.233][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:04.353][S][sensor]: 'Grey Tank 1' >> 33 % +[15:59:04.514][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:04.515][S][cover]: 'Awning' >> +[15:59:04.515][S][cover]: State: OPEN +[15:59:04.515][S][cover]: Current Operation: IDLE +[15:59:04.825][S][sensor]: 'Black Tank' >> 33 % +[15:59:05.144][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:05.251][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:05.504][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:05.504][S][cover]: 'Awning' >> +[15:59:05.504][S][cover]: State: OPEN +[15:59:05.504][S][cover]: Current Operation: IDLE +[15:59:05.815][S][sensor]: 'Black Tank' >> 33 % +[15:59:06.163][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:06.253][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:06.615][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:06.615][S][cover]: 'Awning' >> +[15:59:06.615][S][cover]: State: OPEN +[15:59:06.615][S][cover]: Current Operation: IDLE +[15:59:06.848][S][sensor]: 'Black Tank' >> 33 % +[15:59:07.127][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:07.242][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:07.242][S][sensor]: 'Grey Tank 1' >> 33 % +[15:59:07.521][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:07.521][S][cover]: 'Awning' >> +[15:59:07.521][S][cover]: State: OPEN +[15:59:07.521][S][cover]: Current Operation: IDLE +[15:59:07.844][S][sensor]: 'Black Tank' >> 33 % +[15:59:08.151][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:08.249][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:08.506][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:08.506][S][cover]: 'Awning' >> +[15:59:08.506][S][cover]: State: OPEN +[15:59:08.506][S][cover]: Current Operation: IDLE +[15:59:08.837][S][sensor]: 'Black Tank' >> 33 % +[15:59:09.175][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:09.247][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:09.512][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:09.512][S][cover]: 'Awning' >> +[15:59:09.512][S][cover]: State: OPEN +[15:59:09.512][S][cover]: Current Operation: IDLE +[15:59:09.893][S][sensor]: 'Black Tank' >> 33 % +[15:59:10.103][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:10.253][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:10.409][S][sensor]: 'Grey Tank 1' >> 33 % +[15:59:10.507][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:10.507][S][cover]: 'Awning' >> +[15:59:10.507][S][cover]: State: OPEN +[15:59:10.507][S][cover]: Current Operation: IDLE +[15:59:10.822][S][sensor]: 'Black Tank' >> 33 % +[15:59:11.098][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:11.253][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:11.530][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:11.530][S][cover]: 'Awning' >> +[15:59:11.530][S][cover]: State: OPEN +[15:59:11.530][S][cover]: Current Operation: IDLE +[15:59:11.837][S][sensor]: 'Black Tank' >> 33 % +[15:59:12.092][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:12.311][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:12.366][S][sensor]: 'Grey Tank 1' >> 33 % +[15:59:12.570][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:12.571][S][cover]: 'Awning' >> +[15:59:12.571][S][cover]: State: OPEN +[15:59:12.571][S][cover]: Current Operation: IDLE +[15:59:12.864][S][sensor]: 'Black Tank' >> 33 % +[15:59:13.135][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:13.255][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:13.255][S][sensor]: 'Grey Tank 1' >> 33 % +[15:59:13.578][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:13.579][S][cover]: 'Awning' >> +[15:59:13.579][S][cover]: State: OPEN +[15:59:13.579][S][cover]: Current Operation: IDLE +[15:59:13.885][S][sensor]: 'Black Tank' >> 33 % +[15:59:14.192][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:14.245][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:14.602][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:14.602][S][cover]: 'Awning' >> +[15:59:14.602][S][cover]: State: OPEN +[15:59:14.602][S][cover]: Current Operation: IDLE +[15:59:14.909][S][sensor]: 'Black Tank' >> 33 % +[15:59:15.091][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:15.319][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:15.512][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:15.512][S][cover]: 'Awning' >> +[15:59:15.512][S][cover]: State: OPEN +[15:59:15.512][S][cover]: Current Operation: IDLE +[15:59:15.933][S][sensor]: 'Black Tank' >> 33 % +[15:59:16.087][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:16.343][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:16.520][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:16.520][S][cover]: 'Awning' >> +[15:59:16.520][S][cover]: State: OPEN +[15:59:16.520][S][cover]: Current Operation: IDLE +[15:59:16.855][S][sensor]: 'Black Tank' >> 33 % +[15:59:17.131][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:17.264][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:17.264][S][sensor]: 'Grey Tank 1' >> 33 % +[15:59:17.517][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:17.517][S][cover]: 'Awning' >> +[15:59:17.517][S][cover]: State: OPEN +[15:59:17.517][S][cover]: Current Operation: IDLE +[15:59:17.879][S][sensor]: 'Black Tank' >> 33 % +[15:59:18.111][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:18.288][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:18.527][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:18.528][S][cover]: 'Awning' >> +[15:59:18.528][S][cover]: State: OPEN +[15:59:18.528][S][cover]: Current Operation: IDLE +[15:59:18.908][S][sensor]: 'Black Tank' >> 33 % +[15:59:19.117][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:19.312][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:19.312][S][sensor]: 'Grey Tank 1' >> 33 % +[15:59:19.530][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:19.530][S][cover]: 'Awning' >> +[15:59:19.530][S][cover]: State: OPEN +[15:59:19.530][S][cover]: Current Operation: IDLE +[15:59:19.927][S][sensor]: 'Black Tank' >> 33 % +[15:59:20.108][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:20.262][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:20.524][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:20.525][S][cover]: 'Awning' >> +[15:59:20.525][S][cover]: State: OPEN +[15:59:20.525][S][cover]: Current Operation: IDLE +[15:59:20.838][S][sensor]: 'Black Tank' >> 33 % +[15:59:21.145][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:21.237][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:21.533][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:21.534][S][cover]: 'Awning' >> +[15:59:21.534][S][cover]: State: OPEN +[15:59:21.534][S][cover]: Current Operation: IDLE +[15:59:21.872][S][sensor]: 'Black Tank' >> 33 % +[15:59:22.179][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:22.266][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:22.267][S][sensor]: 'Grey Tank 1' >> 33 % +[15:59:22.589][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:22.589][S][cover]: 'Awning' >> +[15:59:22.589][S][cover]: State: OPEN +[15:59:22.589][S][cover]: Current Operation: IDLE +[15:59:22.899][S][sensor]: 'Black Tank' >> 33 % +[15:59:23.122][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:23.266][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:23.612][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:23.613][S][cover]: 'Awning' >> +[15:59:23.613][S][cover]: State: OPEN +[15:59:23.613][S][cover]: Current Operation: IDLE +[15:59:23.840][S][sensor]: 'Black Tank' >> 33 % +[15:59:24.117][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:24.320][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:24.534][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:24.534][S][cover]: 'Awning' >> +[15:59:24.534][S][cover]: State: OPEN +[15:59:24.534][S][cover]: Current Operation: IDLE +[15:59:24.841][S][sensor]: 'Black Tank' >> 33 % +[15:59:25.123][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:25.348][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:25.348][S][sensor]: 'Grey Tank 1' >> 33 % +[15:59:25.528][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:25.529][S][cover]: 'Awning' >> +[15:59:25.529][S][cover]: State: OPEN +[15:59:25.529][S][cover]: Current Operation: IDLE +[15:59:25.853][S][sensor]: 'Black Tank' >> 33 % +[15:59:26.119][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:26.266][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:26.583][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:26.583][S][cover]: 'Awning' >> +[15:59:26.583][S][cover]: State: OPEN +[15:59:26.583][S][cover]: Current Operation: IDLE +[15:59:26.843][S][sensor]: 'Black Tank' >> 33 % +[15:59:27.197][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:27.258][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:27.377][S][sensor]: 'Grey Tank 1' >> 33 % +[15:59:27.606][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:27.606][S][cover]: 'Awning' >> +[15:59:27.606][S][cover]: State: OPEN +[15:59:27.606][S][cover]: Current Operation: IDLE +[15:59:27.840][S][sensor]: 'Black Tank' >> 33 % +[15:59:28.220][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:28.274][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:28.274][S][sensor]: 'Grey Tank 1' >> 33 % +[15:59:28.521][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:28.521][S][cover]: 'Awning' >> +[15:59:28.521][S][cover]: State: OPEN +[15:59:28.521][S][cover]: Current Operation: IDLE +[15:59:28.891][S][sensor]: 'Black Tank' >> 33 % +[15:59:29.142][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:29.347][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:29.535][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:29.536][S][cover]: 'Awning' >> +[15:59:29.536][S][cover]: State: OPEN +[15:59:29.536][S][cover]: Current Operation: IDLE +[15:59:29.850][S][sensor]: 'Black Tank' >> 33 % +[15:59:30.165][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:30.260][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:30.540][S][sensor]: 'Grey Tank 1' >> 33 % +[15:59:30.550][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:30.550][S][cover]: 'Awning' >> +[15:59:30.550][S][cover]: State: OPEN +[15:59:30.550][S][cover]: Current Operation: IDLE +[15:59:30.875][S][sensor]: 'Black Tank' >> 33 % +[15:59:31.190][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:31.260][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:31.394][S][sensor]: 'Grey Tank 1' >> 33 % +[15:59:31.552][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:31.553][S][cover]: 'Awning' >> +[15:59:31.553][S][cover]: State: OPEN +[15:59:31.553][S][cover]: Current Operation: IDLE +[15:59:31.842][S][sensor]: 'Black Tank' >> 33 % +[15:59:32.121][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:32.316][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:32.579][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:32.580][S][cover]: 'Awning' >> +[15:59:32.580][S][cover]: State: OPEN +[15:59:32.580][S][cover]: Current Operation: IDLE +[15:59:32.863][S][sensor]: 'Black Tank' >> 33 % +[15:59:33.132][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:33.341][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:33.555][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:33.556][S][cover]: 'Awning' >> +[15:59:33.556][S][cover]: State: OPEN +[15:59:33.556][S][cover]: Current Operation: IDLE +[15:59:33.920][S][sensor]: 'Black Tank' >> 33 % +[15:59:34.129][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:34.266][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:34.485][S][sensor]: 'Grey Tank 1' >> 33 % +[15:59:34.538][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:34.538][S][cover]: 'Awning' >> +[15:59:34.538][S][cover]: State: OPEN +[15:59:34.538][S][cover]: Current Operation: IDLE +[15:59:34.876][S][sensor]: 'Black Tank' >> 33 % +[15:59:35.129][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:35.388][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:35.388][S][sensor]: 'Grey Tank 1' >> 33 % +[15:59:35.544][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:35.545][S][cover]: 'Awning' >> +[15:59:35.545][S][cover]: State: OPEN +[15:59:35.545][S][cover]: Current Operation: IDLE +[15:59:35.900][S][sensor]: 'Black Tank' >> 33 % +[15:59:36.137][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:36.280][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:36.616][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:36.616][S][cover]: 'Awning' >> +[15:59:36.616][S][cover]: State: OPEN +[15:59:36.616][S][cover]: Current Operation: IDLE +[15:59:36.924][S][sensor]: 'Black Tank' >> 33 % +[15:59:37.138][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:37.333][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:37.387][S][sensor]: 'Grey Tank 1' >> 33 % +[15:59:37.540][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:37.541][S][cover]: 'Awning' >> +[15:59:37.541][S][cover]: State: OPEN +[15:59:37.541][S][cover]: Current Operation: IDLE +[15:59:37.948][S][sensor]: 'Black Tank' >> 33 % +[15:59:38.131][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:38.282][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:38.283][S][sensor]: 'Grey Tank 1' >> 33 % +[15:59:38.562][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:38.562][S][cover]: 'Awning' >> +[15:59:38.562][S][cover]: State: OPEN +[15:59:38.562][S][cover]: Current Operation: IDLE +[15:59:38.858][S][sensor]: 'Black Tank' >> 33 % +[15:59:39.122][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:39.256][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:39.555][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:39.555][S][cover]: 'Awning' >> +[15:59:39.555][S][cover]: State: OPEN +[15:59:39.555][S][cover]: Current Operation: IDLE +[15:59:39.893][S][sensor]: 'Black Tank' >> 33 % +[15:59:40.135][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:40.274][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:40.537][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:40.537][S][cover]: 'Awning' >> +[15:59:40.537][S][cover]: State: OPEN +[15:59:40.537][S][cover]: Current Operation: IDLE +[15:59:40.849][S][sensor]: 'Black Tank' >> 33 % +[15:59:41.126][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:41.280][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:41.543][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:41.544][S][cover]: 'Awning' >> +[15:59:41.544][S][cover]: State: OPEN +[15:59:41.544][S][cover]: Current Operation: IDLE +[15:59:41.954][S][sensor]: 'Black Tank' >> 33 % +[15:59:42.163][I][safe_mode:142]: Boot seems successful; resetting boot loop counter +[15:59:42.163][W][component:522]: safe_mode took a long time for an operation (69 ms), max is 30 ms +[15:59:42.164][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:42.271][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:42.547][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:42.547][S][cover]: 'Awning' >> +[15:59:42.547][S][cover]: State: OPEN +[15:59:42.547][S][cover]: Current Operation: IDLE +[15:59:42.547][S][sensor]: 'Battery Voltage' >> 13.27 V +[15:59:42.856][S][sensor]: 'Black Tank' >> 33 % +[15:59:43.169][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:43.281][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:43.539][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:43.540][S][cover]: 'Awning' >> +[15:59:43.540][S][cover]: State: OPEN +[15:59:43.540][S][cover]: Current Operation: IDLE +[15:59:43.886][S][sensor]: 'Black Tank' >> 33 % +[15:59:44.128][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:44.268][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:44.559][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:44.560][S][cover]: 'Awning' >> +[15:59:44.560][S][cover]: State: OPEN +[15:59:44.560][S][cover]: Current Operation: IDLE +[15:59:44.777][D][preferences:148]: Writing 2 items: 1 cached, 1 written, 0 failed +[15:59:44.862][S][sensor]: 'Black Tank' >> 33 % +[15:59:45.218][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:45.265][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:45.561][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:45.561][S][cover]: 'Awning' >> +[15:59:45.561][S][cover]: State: OPEN +[15:59:45.561][S][cover]: Current Operation: IDLE +[15:59:45.934][S][sensor]: 'Black Tank' >> 33 % +[15:59:46.241][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:46.271][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:46.414][S][sensor]: 'Grey Tank 1' >> 33 % +[15:59:46.632][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:46.633][S][cover]: 'Awning' >> +[15:59:46.633][S][cover]: State: OPEN +[15:59:46.633][S][cover]: Current Operation: IDLE +[15:59:46.960][S][sensor]: 'Black Tank' >> 33 % +[15:59:47.167][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:47.372][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:47.576][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:47.576][S][cover]: 'Awning' >> +[15:59:47.576][S][cover]: State: OPEN +[15:59:47.576][S][cover]: Current Operation: IDLE +[15:59:47.885][S][sensor]: 'Black Tank' >> 33 % +[15:59:48.132][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:48.268][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:48.559][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:48.559][S][cover]: 'Awning' >> +[15:59:48.559][S][cover]: State: OPEN +[15:59:48.559][S][cover]: Current Operation: IDLE +[15:59:48.903][S][sensor]: 'Black Tank' >> 33 % +[15:59:49.143][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:49.313][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:49.551][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:49.551][S][cover]: 'Awning' >> +[15:59:49.551][S][cover]: State: OPEN +[15:59:49.551][S][cover]: Current Operation: IDLE +[15:59:49.927][S][sensor]: 'Black Tank' >> 33 % +[15:59:50.141][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:50.337][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:50.547][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:50.548][S][cover]: 'Awning' >> +[15:59:50.548][S][cover]: State: OPEN +[15:59:50.548][S][cover]: Current Operation: IDLE +[15:59:50.951][S][sensor]: 'Black Tank' >> 33 % +[15:59:51.150][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:51.361][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:51.551][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:51.552][S][cover]: 'Awning' >> +[15:59:51.552][S][cover]: State: OPEN +[15:59:51.552][S][cover]: Current Operation: IDLE +[15:59:51.863][S][sensor]: 'Black Tank' >> 33 % +[15:59:52.149][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:52.385][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:52.558][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:52.559][S][cover]: 'Awning' >> +[15:59:52.559][S][cover]: State: OPEN +[15:59:52.559][S][cover]: Current Operation: IDLE +[15:59:52.868][S][sensor]: 'Black Tank' >> 33 % +[15:59:53.151][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:53.306][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:53.528][S][sensor]: 'Grey Tank 1' >> 33 % +[15:59:53.576][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:53.577][S][cover]: 'Awning' >> +[15:59:53.577][S][cover]: State: OPEN +[15:59:53.577][S][cover]: Current Operation: IDLE +[15:59:53.865][S][sensor]: 'Black Tank' >> 33 % +[15:59:54.208][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:54.282][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:54.432][S][sensor]: 'Grey Tank 1' >> 33 % +[15:59:54.592][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:54.593][S][cover]: 'Awning' >> +[15:59:54.593][S][cover]: State: OPEN +[15:59:54.593][S][cover]: Current Operation: IDLE +[15:59:54.860][S][sensor]: 'Black Tank' >> 33 % +[15:59:55.234][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:55.280][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:55.575][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:55.576][S][cover]: 'Awning' >> +[15:59:55.576][S][cover]: State: OPEN +[15:59:55.576][S][cover]: Current Operation: IDLE +[15:59:55.874][S][sensor]: 'Black Tank' >> 33 % +[15:59:56.151][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:56.272][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:56.583][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:56.583][S][cover]: 'Awning' >> +[15:59:56.583][S][cover]: State: OPEN +[15:59:56.583][S][cover]: Current Operation: IDLE +[15:59:56.890][S][sensor]: 'Black Tank' >> 33 % +[15:59:57.144][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:57.283][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:57.414][S][sensor]: 'Grey Tank 1' >> 33 % +[15:59:57.607][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:57.607][S][cover]: 'Awning' >> +[15:59:57.607][S][cover]: State: OPEN +[15:59:57.607][S][cover]: Current Operation: IDLE +[15:59:57.919][S][sensor]: 'Black Tank' >> 33 % +[15:59:58.221][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:58.277][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:58.630][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:58.631][S][cover]: 'Awning' >> +[15:59:58.631][S][cover]: State: OPEN +[15:59:58.631][S][cover]: Current Operation: IDLE +[15:59:58.938][S][sensor]: 'Black Tank' >> 33 % +[15:59:59.245][S][sensor]: 'Grey Tank 2' >> 33 % +[15:59:59.294][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:59:59.655][S][sensor]: 'Awning Motor Current' >> 0 raw +[15:59:59.655][S][cover]: 'Awning' >> +[15:59:59.655][S][cover]: State: OPEN +[15:59:59.655][S][cover]: Current Operation: IDLE +[15:59:59.883][S][sensor]: 'Black Tank' >> 33 % +[16:00:00.269][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:00.279][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:00.576][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:00.576][S][cover]: 'Awning' >> +[16:00:00.576][S][cover]: State: OPEN +[16:00:00.576][S][cover]: Current Operation: IDLE +[16:00:00.867][S][sensor]: 'Black Tank' >> 33 % +[16:00:01.190][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:01.285][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:01.576][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:01.576][S][cover]: 'Awning' >> +[16:00:01.576][S][cover]: State: OPEN +[16:00:01.576][S][cover]: Current Operation: IDLE +[16:00:01.883][S][sensor]: 'Black Tank' >> 33 % +[16:00:02.146][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:02.284][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:02.571][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:02.572][S][cover]: 'Awning' >> +[16:00:02.572][S][cover]: State: OPEN +[16:00:02.572][S][cover]: Current Operation: IDLE +[16:00:02.881][S][sensor]: 'Black Tank' >> 33 % +[16:00:03.162][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:03.443][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:03.560][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:03.560][S][cover]: 'Awning' >> +[16:00:03.560][S][cover]: State: OPEN +[16:00:03.560][S][cover]: Current Operation: IDLE +[16:00:03.888][S][sensor]: 'Black Tank' >> 33 % +[16:00:04.153][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:04.364][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:04.581][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:04.582][S][cover]: 'Awning' >> +[16:00:04.582][S][cover]: State: OPEN +[16:00:04.582][S][cover]: Current Operation: IDLE +[16:00:04.941][S][sensor]: 'Black Tank' >> 33 % +[16:00:05.160][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:05.388][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:05.591][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:05.591][S][cover]: 'Awning' >> +[16:00:05.591][S][cover]: State: OPEN +[16:00:05.591][S][cover]: Current Operation: IDLE +[16:00:05.900][S][sensor]: 'Black Tank' >> 33 % +[16:00:06.176][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:06.293][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:06.617][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:06.617][S][cover]: 'Awning' >> +[16:00:06.617][S][cover]: State: OPEN +[16:00:06.617][S][cover]: Current Operation: IDLE +[16:00:06.924][S][sensor]: 'Black Tank' >> 33 % +[16:00:07.207][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:07.304][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:07.529][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:07.570][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:07.571][S][cover]: 'Awning' >> +[16:00:07.571][S][cover]: State: OPEN +[16:00:07.571][S][cover]: Current Operation: IDLE +[16:00:07.878][S][sensor]: 'Black Tank' >> 33 % +[16:00:08.158][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:08.304][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:08.665][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:08.665][S][cover]: 'Awning' >> +[16:00:08.665][S][cover]: State: OPEN +[16:00:08.665][S][cover]: Current Operation: IDLE +[16:00:08.881][S][sensor]: 'Black Tank' >> 33 % +[16:00:09.153][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:09.336][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:09.586][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:09.586][S][cover]: 'Awning' >> +[16:00:09.586][S][cover]: State: OPEN +[16:00:09.586][S][cover]: Current Operation: IDLE +[16:00:09.885][S][sensor]: 'Black Tank' >> 33 % +[16:00:10.169][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:10.400][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:10.597][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:10.598][S][cover]: 'Awning' >> +[16:00:10.598][S][cover]: State: OPEN +[16:00:10.598][S][cover]: Current Operation: IDLE +[16:00:10.876][S][sensor]: 'Black Tank' >> 33 % +[16:00:11.156][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:11.293][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:11.582][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:11.582][S][cover]: 'Awning' >> +[16:00:11.582][S][cover]: State: OPEN +[16:00:11.582][S][cover]: Current Operation: IDLE +[16:00:11.936][S][sensor]: 'Black Tank' >> 33 % +[16:00:12.227][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:12.302][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:12.453][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:12.569][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:12.569][S][cover]: 'Awning' >> +[16:00:12.569][S][cover]: State: OPEN +[16:00:12.569][S][cover]: Current Operation: IDLE +[16:00:12.965][S][sensor]: 'Black Tank' >> 33 % +[16:00:13.163][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:13.302][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:13.577][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:13.577][S][cover]: 'Awning' >> +[16:00:13.577][S][cover]: State: OPEN +[16:00:13.577][S][cover]: Current Operation: IDLE +[16:00:13.890][S][sensor]: 'Black Tank' >> 33 % +[16:00:14.173][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:14.292][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:14.573][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:14.573][S][cover]: 'Awning' >> +[16:00:14.573][S][cover]: State: OPEN +[16:00:14.573][S][cover]: Current Operation: IDLE +[16:00:14.916][S][sensor]: 'Black Tank' >> 33 % +[16:00:15.153][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:15.361][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:15.442][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:15.588][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:15.589][S][cover]: 'Awning' >> +[16:00:15.589][S][cover]: State: OPEN +[16:00:15.589][S][cover]: Current Operation: IDLE +[16:00:15.934][S][sensor]: 'Black Tank' >> 33 % +[16:00:16.219][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:16.304][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:16.613][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:16.614][S][cover]: 'Awning' >> +[16:00:16.614][S][cover]: State: OPEN +[16:00:16.614][S][cover]: Current Operation: IDLE +[16:00:16.958][S][sensor]: 'Black Tank' >> 33 % +[16:00:17.222][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:17.324][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:17.578][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:17.578][S][cover]: 'Awning' >> +[16:00:17.578][S][cover]: State: OPEN +[16:00:17.578][S][cover]: Current Operation: IDLE +[16:00:17.982][S][sensor]: 'Black Tank' >> 33 % +[16:00:18.272][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:18.302][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:18.464][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:18.656][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:18.657][S][cover]: 'Awning' >> +[16:00:18.657][S][cover]: State: OPEN +[16:00:18.657][S][cover]: Current Operation: IDLE +[16:00:18.904][S][sensor]: 'Black Tank' >> 33 % +[16:00:19.215][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:19.300][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:19.591][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:19.591][S][cover]: 'Awning' >> +[16:00:19.591][S][cover]: State: OPEN +[16:00:19.591][S][cover]: Current Operation: IDLE +[16:00:19.928][S][sensor]: 'Black Tank' >> 33 % +[16:00:20.235][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:20.306][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:20.442][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:20.575][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:20.575][S][cover]: 'Awning' >> +[16:00:20.575][S][cover]: State: OPEN +[16:00:20.575][S][cover]: Current Operation: IDLE +[16:00:20.951][S][sensor]: 'Black Tank' >> 33 % +[16:00:21.259][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:21.306][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:21.435][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:21.589][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:21.589][S][cover]: 'Awning' >> +[16:00:21.589][S][cover]: State: OPEN +[16:00:21.589][S][cover]: Current Operation: IDLE +[16:00:21.975][S][sensor]: 'Black Tank' >> 33 % +[16:00:22.282][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:22.304][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:22.432][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:22.582][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:22.582][S][cover]: 'Awning' >> +[16:00:22.582][S][cover]: State: OPEN +[16:00:22.582][S][cover]: Current Operation: IDLE +[16:00:22.898][S][sensor]: 'Black Tank' >> 33 % +[16:00:23.204][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:23.414][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:23.447][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:23.592][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:23.592][S][cover]: 'Awning' >> +[16:00:23.592][S][cover]: State: OPEN +[16:00:23.592][S][cover]: Current Operation: IDLE +[16:00:23.894][S][sensor]: 'Black Tank' >> 33 % +[16:00:24.228][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:24.319][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:24.480][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:24.587][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:24.587][S][cover]: 'Awning' >> +[16:00:24.587][S][cover]: State: OPEN +[16:00:24.587][S][cover]: Current Operation: IDLE +[16:00:24.891][S][sensor]: 'Black Tank' >> 33 % +[16:00:25.354][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:25.354][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:25.440][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:25.594][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:25.594][S][cover]: 'Awning' >> +[16:00:25.594][S][cover]: State: OPEN +[16:00:25.594][S][cover]: Current Operation: IDLE +[16:00:25.913][S][sensor]: 'Black Tank' >> 33 % +[16:00:26.182][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:26.378][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:26.448][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:26.592][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:26.592][S][cover]: 'Awning' >> +[16:00:26.592][S][cover]: State: OPEN +[16:00:26.592][S][cover]: Current Operation: IDLE +[16:00:26.928][S][sensor]: 'Black Tank' >> 33 % +[16:00:27.300][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:27.339][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:27.535][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:27.584][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:27.584][S][cover]: 'Awning' >> +[16:00:27.584][S][cover]: State: OPEN +[16:00:27.584][S][cover]: Current Operation: IDLE +[16:00:27.897][S][sensor]: 'Black Tank' >> 33 % +[16:00:28.221][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:28.315][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:28.533][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:28.582][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:28.582][S][cover]: 'Awning' >> +[16:00:28.582][S][cover]: State: OPEN +[16:00:28.582][S][cover]: Current Operation: IDLE +[16:00:28.907][S][sensor]: 'Black Tank' >> 33 % +[16:00:29.250][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:29.310][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:29.557][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:29.601][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:29.602][S][cover]: 'Awning' >> +[16:00:29.602][S][cover]: State: OPEN +[16:00:29.602][S][cover]: Current Operation: IDLE +[16:00:29.908][S][sensor]: 'Black Tank' >> 33 % +[16:00:30.176][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:30.319][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:30.479][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:30.620][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:30.621][S][cover]: 'Awning' >> +[16:00:30.621][S][cover]: State: OPEN +[16:00:30.621][S][cover]: Current Operation: IDLE +[16:00:30.901][S][sensor]: 'Black Tank' >> 33 % +[16:00:31.190][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:31.395][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:31.457][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:31.599][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:31.600][S][cover]: 'Awning' >> +[16:00:31.600][S][cover]: State: OPEN +[16:00:31.600][S][cover]: Current Operation: IDLE +[16:00:32.041][S][sensor]: 'Black Tank' >> 33 % +[16:00:32.214][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:32.419][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:32.452][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:32.623][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:32.624][S][cover]: 'Awning' >> +[16:00:32.624][S][cover]: State: OPEN +[16:00:32.624][S][cover]: Current Operation: IDLE +[16:00:32.936][S][sensor]: 'Black Tank' >> 33 % +[16:00:33.237][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:33.316][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:33.545][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:33.601][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:33.602][S][cover]: 'Awning' >> +[16:00:33.602][S][cover]: State: OPEN +[16:00:33.602][S][cover]: Current Operation: IDLE +[16:00:33.954][S][sensor]: 'Black Tank' >> 33 % +[16:00:34.191][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:34.364][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:34.449][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:34.671][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:34.672][S][cover]: 'Awning' >> +[16:00:34.672][S][cover]: State: OPEN +[16:00:34.672][S][cover]: Current Operation: IDLE +[16:00:34.906][S][sensor]: 'Black Tank' >> 33 % +[16:00:35.189][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:35.388][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:35.388][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:35.627][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:35.627][S][cover]: 'Awning' >> +[16:00:35.627][S][cover]: State: OPEN +[16:00:35.627][S][cover]: Current Operation: IDLE +[16:00:35.918][S][sensor]: 'Black Tank' >> 33 % +[16:00:36.183][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:36.412][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:36.460][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:36.606][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:36.606][S][cover]: 'Awning' >> +[16:00:36.606][S][cover]: State: OPEN +[16:00:36.606][S][cover]: Current Operation: IDLE +[16:00:36.916][S][sensor]: 'Black Tank' >> 33 % +[16:00:37.201][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:37.333][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:37.529][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:37.605][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:37.605][S][cover]: 'Awning' >> +[16:00:37.605][S][cover]: State: OPEN +[16:00:37.605][S][cover]: Current Operation: IDLE +[16:00:37.915][S][sensor]: 'Black Tank' >> 33 % +[16:00:38.200][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:38.316][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:38.459][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:38.616][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:38.617][S][cover]: 'Awning' >> +[16:00:38.617][S][cover]: State: OPEN +[16:00:38.617][S][cover]: Current Operation: IDLE +[16:00:38.920][S][sensor]: 'Black Tank' >> 33 % +[16:00:39.192][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:39.381][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:39.461][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:39.595][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:39.595][S][cover]: 'Awning' >> +[16:00:39.595][S][cover]: State: OPEN +[16:00:39.595][S][cover]: Current Operation: IDLE +[16:00:39.968][S][sensor]: 'Black Tank' >> 33 % +[16:00:40.196][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:40.326][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:40.507][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:40.592][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:40.592][S][cover]: 'Awning' >> +[16:00:40.592][S][cover]: State: OPEN +[16:00:40.592][S][cover]: Current Operation: IDLE +[16:00:40.918][S][sensor]: 'Black Tank' >> 33 % +[16:00:41.191][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:41.326][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:41.486][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:41.601][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:41.601][S][cover]: 'Awning' >> +[16:00:41.601][S][cover]: State: OPEN +[16:00:41.601][S][cover]: Current Operation: IDLE +[16:00:41.941][S][sensor]: 'Black Tank' >> 33 % +[16:00:42.173][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:42.327][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:42.557][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:42.608][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:42.608][S][cover]: 'Awning' >> +[16:00:42.608][S][cover]: State: OPEN +[16:00:42.608][S][cover]: Current Operation: IDLE +[16:00:43.080][S][sensor]: 'Black Tank' >> 33 % +[16:00:43.296][S][sensor]: 'Battery Voltage' >> 13.28 V +[16:00:43.296][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:43.360][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:43.464][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:43.610][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:43.610][S][cover]: 'Awning' >> +[16:00:43.610][S][cover]: State: OPEN +[16:00:43.610][S][cover]: Current Operation: IDLE +[16:00:43.920][S][sensor]: 'Black Tank' >> 33 % +[16:00:44.203][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:44.326][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:44.463][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:44.612][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:44.613][S][cover]: 'Awning' >> +[16:00:44.613][S][cover]: State: OPEN +[16:00:44.613][S][cover]: Current Operation: IDLE +[16:00:44.920][S][sensor]: 'Black Tank' >> 33 % +[16:00:45.185][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:45.409][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:45.455][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:45.609][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:45.610][S][cover]: 'Awning' >> +[16:00:45.610][S][cover]: State: OPEN +[16:00:45.610][S][cover]: Current Operation: IDLE +[16:00:45.917][S][sensor]: 'Black Tank' >> 33 % +[16:00:46.186][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:46.432][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:46.433][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:46.603][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:46.603][S][cover]: 'Awning' >> +[16:00:46.603][S][cover]: State: OPEN +[16:00:46.603][S][cover]: Current Operation: IDLE +[16:00:46.928][S][sensor]: 'Black Tank' >> 33 % +[16:00:47.225][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:47.335][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:47.466][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:47.602][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:47.602][S][cover]: 'Awning' >> +[16:00:47.602][S][cover]: State: OPEN +[16:00:47.602][S][cover]: Current Operation: IDLE +[16:00:47.969][S][sensor]: 'Black Tank' >> 33 % +[16:00:48.288][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:48.339][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:48.480][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:48.606][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:48.606][S][cover]: 'Awning' >> +[16:00:48.606][S][cover]: State: OPEN +[16:00:48.606][S][cover]: Current Operation: IDLE +[16:00:49.006][S][sensor]: 'Black Tank' >> 33 % +[16:00:49.290][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:49.331][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:49.464][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:49.613][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:49.613][S][cover]: 'Awning' >> +[16:00:49.613][S][cover]: State: OPEN +[16:00:49.613][S][cover]: Current Operation: IDLE +[16:00:50.030][S][sensor]: 'Black Tank' >> 33 % +[16:00:50.190][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:50.468][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:50.629][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:50.629][S][cover]: 'Awning' >> +[16:00:50.629][S][cover]: State: OPEN +[16:00:50.629][S][cover]: Current Operation: IDLE +[16:00:50.951][S][sensor]: 'Black Tank' >> 33 % +[16:00:51.185][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:51.472][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:51.632][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:51.633][S][cover]: 'Awning' >> +[16:00:51.633][S][cover]: State: OPEN +[16:00:51.633][S][cover]: Current Operation: IDLE +[16:00:51.968][S][sensor]: 'Black Tank' >> 33 % +[16:00:52.192][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:52.487][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:52.595][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:52.595][S][cover]: 'Awning' >> +[16:00:52.595][S][cover]: State: OPEN +[16:00:52.595][S][cover]: Current Operation: IDLE +[16:00:52.998][S][sensor]: 'Black Tank' >> 33 % +[16:00:53.193][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:53.408][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:53.408][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:53.610][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:53.610][S][cover]: 'Awning' >> +[16:00:53.610][S][cover]: State: OPEN +[16:00:53.610][S][cover]: Current Operation: IDLE +[16:00:53.919][S][sensor]: 'Black Tank' >> 33 % +[16:00:54.201][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:54.466][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:54.621][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:54.621][S][cover]: 'Awning' >> +[16:00:54.621][S][cover]: State: OPEN +[16:00:54.621][S][cover]: Current Operation: IDLE +[16:00:54.929][S][sensor]: 'Black Tank' >> 33 % +[16:00:55.251][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:55.346][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:55.346][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:55.649][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:55.650][S][cover]: 'Awning' >> +[16:00:55.650][S][cover]: State: OPEN +[16:00:55.650][S][cover]: Current Operation: IDLE +[16:00:55.935][S][sensor]: 'Black Tank' >> 33 % +[16:00:56.224][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:56.346][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:56.483][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:56.611][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:56.611][S][cover]: 'Awning' >> +[16:00:56.611][S][cover]: State: OPEN +[16:00:56.611][S][cover]: Current Operation: IDLE +[16:00:56.942][S][sensor]: 'Black Tank' >> 33 % +[16:00:57.303][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:57.475][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:57.618][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:57.618][S][cover]: 'Awning' >> +[16:00:57.618][S][cover]: State: OPEN +[16:00:57.618][S][cover]: Current Operation: IDLE +[16:00:57.932][S][sensor]: 'Black Tank' >> 33 % +[16:00:58.196][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:58.350][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:00:58.351][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:58.630][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:58.630][S][cover]: 'Awning' >> +[16:00:58.630][S][cover]: State: OPEN +[16:00:58.630][S][cover]: Current Operation: IDLE +[16:00:58.924][S][sensor]: 'Black Tank' >> 33 % +[16:00:59.244][S][sensor]: 'Grey Tank 2' >> 33 % +[16:00:59.498][S][sensor]: 'Grey Tank 1' >> 33 % +[16:00:59.623][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:00:59.623][S][cover]: 'Awning' >> +[16:00:59.623][S][cover]: State: OPEN +[16:00:59.623][S][cover]: Current Operation: IDLE +[16:00:59.960][S][sensor]: 'Black Tank' >> 33 % +[16:01:00.268][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:00.338][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:01:00.576][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:00.623][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:00.624][S][cover]: 'Awning' >> +[16:01:00.624][S][cover]: State: OPEN +[16:01:00.624][S][cover]: Current Operation: IDLE +[16:01:00.984][S][sensor]: 'Black Tank' >> 33 % +[16:01:01.195][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:01.497][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:01.701][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:01.701][S][cover]: 'Awning' >> +[16:01:01.701][S][cover]: State: OPEN +[16:01:01.701][S][cover]: Current Operation: IDLE +[16:01:01.939][S][sensor]: 'Black Tank' >> 33 % +[16:01:02.219][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:02.468][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:02.726][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:02.726][S][cover]: 'Awning' >> +[16:01:02.726][S][cover]: State: OPEN +[16:01:02.726][S][cover]: Current Operation: IDLE +[16:01:02.929][S][sensor]: 'Black Tank' >> 33 % +[16:01:03.195][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:03.544][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:03.631][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:03.631][S][cover]: 'Awning' >> +[16:01:03.631][S][cover]: State: OPEN +[16:01:03.631][S][cover]: Current Operation: IDLE +[16:01:03.938][S][sensor]: 'Black Tank' >> 33 % +[16:01:04.220][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:04.671][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:04.671][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:04.671][S][cover]: 'Awning' >> +[16:01:04.671][S][cover]: State: OPEN +[16:01:04.671][S][cover]: Current Operation: IDLE +[16:01:04.932][S][sensor]: 'Black Tank' >> 33 % +[16:01:05.195][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:05.387][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:01:05.485][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:05.662][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:05.662][S][cover]: 'Awning' >> +[16:01:05.662][S][cover]: State: OPEN +[16:01:05.662][S][cover]: Current Operation: IDLE +[16:01:05.946][S][sensor]: 'Black Tank' >> 33 % +[16:01:06.228][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:06.472][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:06.626][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:06.626][S][cover]: 'Awning' >> +[16:01:06.626][S][cover]: State: OPEN +[16:01:06.626][S][cover]: Current Operation: IDLE +[16:01:06.933][S][sensor]: 'Black Tank' >> 33 % +[16:01:07.199][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:07.352][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:01:07.528][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:07.633][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:07.633][S][cover]: 'Awning' >> +[16:01:07.633][S][cover]: State: OPEN +[16:01:07.633][S][cover]: Current Operation: IDLE +[16:01:07.973][S][sensor]: 'Black Tank' >> 33 % +[16:01:08.223][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:08.566][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:08.622][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:08.623][S][cover]: 'Awning' >> +[16:01:08.623][S][cover]: State: OPEN +[16:01:08.623][S][cover]: Current Operation: IDLE +[16:01:08.971][S][sensor]: 'Black Tank' >> 33 % +[16:01:09.202][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:09.585][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:09.636][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:09.637][S][cover]: 'Awning' >> +[16:01:09.637][S][cover]: State: OPEN +[16:01:09.637][S][cover]: Current Operation: IDLE +[16:01:09.995][S][sensor]: 'Black Tank' >> 33 % +[16:01:10.209][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:10.367][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:01:10.367][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:10.671][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:10.672][S][cover]: 'Awning' >> +[16:01:10.672][S][cover]: State: OPEN +[16:01:10.672][S][cover]: Current Operation: IDLE +[16:01:11.019][S][sensor]: 'Black Tank' >> 33 % +[16:01:11.199][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:11.499][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:11.637][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:11.638][S][cover]: 'Awning' >> +[16:01:11.638][S][cover]: State: OPEN +[16:01:11.638][S][cover]: Current Operation: IDLE +[16:01:12.043][S][sensor]: 'Black Tank' >> 33 % +[16:01:12.215][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:12.481][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:12.657][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:12.657][S][cover]: 'Awning' >> +[16:01:12.657][S][cover]: State: OPEN +[16:01:12.657][S][cover]: Current Operation: IDLE +[16:01:12.948][S][sensor]: 'Black Tank' >> 33 % +[16:01:13.266][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:13.361][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:01:13.498][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:13.680][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:13.681][S][cover]: 'Awning' >> +[16:01:13.681][S][cover]: State: OPEN +[16:01:13.681][S][cover]: Current Operation: IDLE +[16:01:13.988][S][sensor]: 'Black Tank' >> 33 % +[16:01:14.295][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:14.369][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:01:14.502][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:14.704][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:14.705][S][cover]: 'Awning' >> +[16:01:14.705][S][cover]: State: OPEN +[16:01:14.705][S][cover]: Current Operation: IDLE +[16:01:15.011][S][sensor]: 'Black Tank' >> 33 % +[16:01:15.319][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:15.369][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:01:15.499][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:15.633][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:15.633][S][cover]: 'Awning' >> +[16:01:15.633][S][cover]: State: OPEN +[16:01:15.633][S][cover]: Current Operation: IDLE +[16:01:16.035][S][sensor]: 'Black Tank' >> 33 % +[16:01:16.343][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:16.367][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:01:16.496][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:16.627][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:16.628][S][cover]: 'Awning' >> +[16:01:16.628][S][cover]: State: OPEN +[16:01:16.628][S][cover]: Current Operation: IDLE +[16:01:17.059][S][sensor]: 'Black Tank' >> 33 % +[16:01:17.264][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:17.492][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:17.643][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:17.643][S][cover]: 'Awning' >> +[16:01:17.643][S][cover]: State: OPEN +[16:01:17.643][S][cover]: Current Operation: IDLE +[16:01:17.981][S][sensor]: 'Black Tank' >> 33 % +[16:01:18.288][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:18.483][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:18.645][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:18.645][S][cover]: 'Awning' >> +[16:01:18.645][S][cover]: State: OPEN +[16:01:18.645][S][cover]: Current Operation: IDLE +[16:01:19.005][S][sensor]: 'Black Tank' >> 33 % +[16:01:19.312][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:19.494][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:19.646][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:19.646][S][cover]: 'Awning' >> +[16:01:19.646][S][cover]: State: OPEN +[16:01:19.646][S][cover]: Current Operation: IDLE +[16:01:20.029][S][sensor]: 'Black Tank' >> 33 % +[16:01:20.233][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:20.499][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:20.638][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:20.638][S][cover]: 'Awning' >> +[16:01:20.638][S][cover]: State: OPEN +[16:01:20.638][S][cover]: Current Operation: IDLE +[16:01:21.052][S][sensor]: 'Black Tank' >> 33 % +[16:01:21.257][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:21.461][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:01:21.462][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:21.648][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:21.649][S][cover]: 'Awning' >> +[16:01:21.649][S][cover]: State: OPEN +[16:01:21.649][S][cover]: Current Operation: IDLE +[16:01:21.974][S][sensor]: 'Black Tank' >> 33 % +[16:01:22.281][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:22.559][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:22.624][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:22.624][S][cover]: 'Awning' >> +[16:01:22.624][S][cover]: State: OPEN +[16:01:22.624][S][cover]: Current Operation: IDLE +[16:01:22.998][S][sensor]: 'Black Tank' >> 33 % +[16:01:23.305][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:23.374][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:01:23.612][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:23.636][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:23.636][S][cover]: 'Awning' >> +[16:01:23.636][S][cover]: State: OPEN +[16:01:23.636][S][cover]: Current Operation: IDLE +[16:01:24.022][S][sensor]: 'Black Tank' >> 33 % +[16:01:24.329][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:24.534][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:24.642][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:24.643][S][cover]: 'Awning' >> +[16:01:24.643][S][cover]: State: OPEN +[16:01:24.643][S][cover]: Current Operation: IDLE +[16:01:25.048][S][sensor]: 'Black Tank' >> 33 % +[16:01:25.252][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:25.460][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:01:25.460][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:25.693][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:25.693][S][cover]: 'Awning' >> +[16:01:25.693][S][cover]: State: OPEN +[16:01:25.693][S][cover]: Current Operation: IDLE +[16:01:26.074][S][sensor]: 'Black Tank' >> 33 % +[16:01:26.222][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:26.509][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:26.650][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:26.650][S][cover]: 'Awning' >> +[16:01:26.650][S][cover]: State: OPEN +[16:01:26.650][S][cover]: Current Operation: IDLE +[16:01:26.966][S][sensor]: 'Black Tank' >> 33 % +[16:01:27.400][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:27.500][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:27.708][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:27.708][S][cover]: 'Awning' >> +[16:01:27.708][S][cover]: State: OPEN +[16:01:27.708][S][cover]: Current Operation: IDLE +[16:01:27.963][S][sensor]: 'Black Tank' >> 33 % +[16:01:28.321][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:28.527][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:28.731][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:28.732][S][cover]: 'Awning' >> +[16:01:28.732][S][cover]: State: OPEN +[16:01:28.732][S][cover]: Current Operation: IDLE +[16:01:28.966][S][sensor]: 'Black Tank' >> 33 % +[16:01:29.244][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:29.551][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:29.760][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:29.761][S][cover]: 'Awning' >> +[16:01:29.761][S][cover]: State: OPEN +[16:01:29.761][S][cover]: Current Operation: IDLE +[16:01:29.961][S][sensor]: 'Black Tank' >> 33 % +[16:01:30.370][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:30.539][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:30.646][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:30.647][S][cover]: 'Awning' >> +[16:01:30.647][S][cover]: State: OPEN +[16:01:30.647][S][cover]: Current Operation: IDLE +[16:01:30.960][S][sensor]: 'Black Tank' >> 33 % +[16:01:31.291][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:31.598][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:31.653][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:31.653][S][cover]: 'Awning' >> +[16:01:31.653][S][cover]: State: OPEN +[16:01:31.653][S][cover]: Current Operation: IDLE +[16:01:31.975][S][sensor]: 'Black Tank' >> 33 % +[16:01:32.315][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:32.395][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:01:32.396][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:32.724][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:32.725][S][cover]: 'Awning' >> +[16:01:32.725][S][cover]: State: OPEN +[16:01:32.725][S][cover]: Current Operation: IDLE +[16:01:32.960][S][sensor]: 'Black Tank' >> 33 % +[16:01:33.225][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:33.441][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:01:33.510][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:33.657][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:33.657][S][cover]: 'Awning' >> +[16:01:33.657][S][cover]: State: OPEN +[16:01:33.657][S][cover]: Current Operation: IDLE +[16:01:33.990][S][sensor]: 'Black Tank' >> 33 % +[16:01:34.237][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:34.671][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:34.672][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:34.672][S][cover]: 'Awning' >> +[16:01:34.672][S][cover]: State: OPEN +[16:01:34.672][S][cover]: Current Operation: IDLE +[16:01:35.020][S][sensor]: 'Black Tank' >> 33 % +[16:01:35.231][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:35.591][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:35.656][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:35.657][S][cover]: 'Awning' >> +[16:01:35.657][S][cover]: State: OPEN +[16:01:35.657][S][cover]: Current Operation: IDLE +[16:01:35.972][S][sensor]: 'Black Tank' >> 33 % +[16:01:36.223][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:36.618][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:36.667][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:36.667][S][cover]: 'Awning' >> +[16:01:36.667][S][cover]: State: OPEN +[16:01:36.667][S][cover]: Current Operation: IDLE +[16:01:37.024][S][sensor]: 'Black Tank' >> 33 % +[16:01:37.230][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:37.401][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:01:37.401][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:37.650][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:37.651][S][cover]: 'Awning' >> +[16:01:37.651][S][cover]: State: OPEN +[16:01:37.651][S][cover]: Current Operation: IDLE +[16:01:38.049][S][sensor]: 'Black Tank' >> 33 % +[16:01:38.241][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:38.560][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:38.661][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:38.661][S][cover]: 'Awning' >> +[16:01:38.661][S][cover]: State: OPEN +[16:01:38.661][S][cover]: Current Operation: IDLE +[16:01:39.072][S][sensor]: 'Black Tank' >> 33 % +[16:01:39.240][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:39.390][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:01:39.530][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:39.686][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:39.687][S][cover]: 'Awning' >> +[16:01:39.687][S][cover]: State: OPEN +[16:01:39.687][S][cover]: Current Operation: IDLE +[16:01:39.994][S][sensor]: 'Black Tank' >> 33 % +[16:01:40.229][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:40.398][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:01:40.398][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:40.711][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:40.711][S][cover]: 'Awning' >> +[16:01:40.711][S][cover]: State: OPEN +[16:01:40.711][S][cover]: Current Operation: IDLE +[16:01:41.018][S][sensor]: 'Black Tank' >> 33 % +[16:01:41.246][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:41.505][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:41.659][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:41.659][S][cover]: 'Awning' >> +[16:01:41.659][S][cover]: State: OPEN +[16:01:41.659][S][cover]: Current Operation: IDLE +[16:01:42.041][S][sensor]: 'Black Tank' >> 33 % +[16:01:42.283][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:42.519][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:42.653][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:42.653][S][cover]: 'Awning' >> +[16:01:42.653][S][cover]: State: OPEN +[16:01:42.653][S][cover]: Current Operation: IDLE +[16:01:43.066][S][sensor]: 'Black Tank' >> 33 % +[16:01:43.270][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:43.401][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:01:43.401][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:43.665][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:43.665][S][cover]: 'Awning' >> +[16:01:43.665][S][cover]: State: OPEN +[16:01:43.665][S][cover]: Current Operation: IDLE +[16:01:43.666][S][sensor]: 'Battery Voltage' >> 13.28 V +[16:01:44.089][S][sensor]: 'Black Tank' >> 33 % +[16:01:44.294][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:44.407][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:01:44.407][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:44.670][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:44.671][S][cover]: 'Awning' >> +[16:01:44.671][S][cover]: State: OPEN +[16:01:44.671][S][cover]: Current Operation: IDLE +[16:01:45.011][S][sensor]: 'Black Tank' >> 33 % +[16:01:45.318][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:45.519][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:45.674][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:45.674][S][cover]: 'Awning' >> +[16:01:45.674][S][cover]: State: OPEN +[16:01:45.674][S][cover]: Current Operation: IDLE +[16:01:45.981][S][sensor]: 'Black Tank' >> 33 % +[16:01:46.342][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:46.513][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:46.663][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:46.664][S][cover]: 'Awning' >> +[16:01:46.664][S][cover]: State: OPEN +[16:01:46.664][S][cover]: Current Operation: IDLE +[16:01:47.058][S][sensor]: 'Black Tank' >> 33 % +[16:01:47.263][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:47.533][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:47.670][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:47.670][S][cover]: 'Awning' >> +[16:01:47.670][S][cover]: State: OPEN +[16:01:47.670][S][cover]: Current Operation: IDLE +[16:01:48.083][S][sensor]: 'Black Tank' >> 33 % +[16:01:48.286][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:48.498][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:48.665][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:48.665][S][cover]: 'Awning' >> +[16:01:48.665][S][cover]: State: OPEN +[16:01:48.665][S][cover]: Current Operation: IDLE +[16:01:49.004][S][sensor]: 'Black Tank' >> 33 % +[16:01:49.311][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:49.408][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:01:49.408][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:49.678][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:49.678][S][cover]: 'Awning' >> +[16:01:49.678][S][cover]: State: OPEN +[16:01:49.678][S][cover]: Current Operation: IDLE +[16:01:50.027][S][sensor]: 'Black Tank' >> 33 % +[16:01:50.335][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:50.539][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:50.665][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:50.665][S][cover]: 'Awning' >> +[16:01:50.665][S][cover]: State: OPEN +[16:01:50.665][S][cover]: Current Operation: IDLE +[16:01:50.977][S][sensor]: 'Black Tank' >> 33 % +[16:01:51.461][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:51.461][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:01:51.461][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:51.660][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:51.661][S][cover]: 'Awning' >> +[16:01:51.661][S][cover]: State: OPEN +[16:01:51.661][S][cover]: Current Operation: IDLE +[16:01:51.995][S][sensor]: 'Black Tank' >> 33 % +[16:01:52.280][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:52.587][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:52.668][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:52.668][S][cover]: 'Awning' >> +[16:01:52.668][S][cover]: State: OPEN +[16:01:52.668][S][cover]: Current Operation: IDLE +[16:01:52.979][S][sensor]: 'Black Tank' >> 33 % +[16:01:53.304][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:53.611][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:53.682][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:53.682][S][cover]: 'Awning' >> +[16:01:53.682][S][cover]: State: OPEN +[16:01:53.682][S][cover]: Current Operation: IDLE +[16:01:53.988][S][sensor]: 'Black Tank' >> 33 % +[16:01:54.328][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:54.635][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:54.666][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:54.667][S][cover]: 'Awning' >> +[16:01:54.667][S][cover]: State: OPEN +[16:01:54.667][S][cover]: Current Operation: IDLE +[16:01:54.991][S][sensor]: 'Black Tank' >> 33 % +[16:01:55.351][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:55.557][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:55.704][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:55.704][S][cover]: 'Awning' >> +[16:01:55.704][S][cover]: State: OPEN +[16:01:55.704][S][cover]: Current Operation: IDLE +[16:01:55.994][S][sensor]: 'Black Tank' >> 33 % +[16:01:56.273][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:56.532][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:56.680][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:56.680][S][cover]: 'Awning' >> +[16:01:56.680][S][cover]: State: OPEN +[16:01:56.680][S][cover]: Current Operation: IDLE +[16:01:56.994][S][sensor]: 'Black Tank' >> 33 % +[16:01:57.297][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:57.501][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:01:57.502][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:57.707][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:57.707][S][cover]: 'Awning' >> +[16:01:57.707][S][cover]: State: OPEN +[16:01:57.707][S][cover]: Current Operation: IDLE +[16:01:57.989][S][sensor]: 'Black Tank' >> 33 % +[16:01:58.274][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:58.522][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:58.730][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:58.730][S][cover]: 'Awning' >> +[16:01:58.730][S][cover]: State: OPEN +[16:01:58.730][S][cover]: Current Operation: IDLE +[16:01:58.989][S][sensor]: 'Black Tank' >> 33 % +[16:01:59.249][S][sensor]: 'Grey Tank 2' >> 33 % +[16:01:59.447][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:01:59.447][S][sensor]: 'Grey Tank 1' >> 33 % +[16:01:59.759][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:01:59.759][S][cover]: 'Awning' >> +[16:01:59.759][S][cover]: State: OPEN +[16:01:59.759][S][cover]: Current Operation: IDLE +[16:01:59.993][S][sensor]: 'Black Tank' >> 33 % +[16:02:00.269][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:00.573][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:00.671][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:00.671][S][cover]: 'Awning' >> +[16:02:00.671][S][cover]: State: OPEN +[16:02:00.671][S][cover]: Current Operation: IDLE +[16:02:00.981][S][sensor]: 'Black Tank' >> 33 % +[16:02:01.252][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:01.495][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:01.495][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:01.699][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:01.699][S][cover]: 'Awning' >> +[16:02:01.699][S][cover]: State: OPEN +[16:02:01.699][S][cover]: Current Operation: IDLE +[16:02:01.994][S][sensor]: 'Black Tank' >> 33 % +[16:02:02.264][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:02.626][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:02.676][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:02.676][S][cover]: 'Awning' >> +[16:02:02.676][S][cover]: State: OPEN +[16:02:02.676][S][cover]: Current Operation: IDLE +[16:02:02.994][S][sensor]: 'Black Tank' >> 33 % +[16:02:03.264][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:03.421][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:03.421][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:03.747][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:03.748][S][cover]: 'Awning' >> +[16:02:03.748][S][cover]: State: OPEN +[16:02:03.748][S][cover]: Current Operation: IDLE +[16:02:04.001][S][sensor]: 'Black Tank' >> 33 % +[16:02:04.280][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:04.567][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:04.772][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:04.773][S][cover]: 'Awning' >> +[16:02:04.773][S][cover]: State: OPEN +[16:02:04.773][S][cover]: Current Operation: IDLE +[16:02:04.988][S][sensor]: 'Black Tank' >> 33 % +[16:02:05.254][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:05.421][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:05.422][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:05.694][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:05.695][S][cover]: 'Awning' >> +[16:02:05.695][S][cover]: State: OPEN +[16:02:05.695][S][cover]: Current Operation: IDLE +[16:02:05.999][S][sensor]: 'Black Tank' >> 33 % +[16:02:06.279][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:06.621][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:06.686][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:06.686][S][cover]: 'Awning' >> +[16:02:06.686][S][cover]: State: OPEN +[16:02:06.686][S][cover]: Current Operation: IDLE +[16:02:07.026][S][sensor]: 'Black Tank' >> 33 % +[16:02:07.282][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:07.446][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:07.446][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:07.742][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:07.743][S][cover]: 'Awning' >> +[16:02:07.743][S][cover]: State: OPEN +[16:02:07.743][S][cover]: Current Operation: IDLE +[16:02:07.998][S][sensor]: 'Black Tank' >> 33 % +[16:02:08.265][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:08.417][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:08.573][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:08.686][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:08.686][S][cover]: 'Awning' >> +[16:02:08.686][S][cover]: State: OPEN +[16:02:08.686][S][cover]: Current Operation: IDLE +[16:02:09.176][S][sensor]: 'Black Tank' >> 33 % +[16:02:09.263][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:09.433][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:09.433][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:09.681][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:09.681][S][cover]: 'Awning' >> +[16:02:09.681][S][cover]: State: OPEN +[16:02:09.681][S][cover]: Current Operation: IDLE +[16:02:10.098][S][sensor]: 'Black Tank' >> 33 % +[16:02:10.303][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:10.425][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:10.426][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:10.694][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:10.694][S][cover]: 'Awning' >> +[16:02:10.694][S][cover]: State: OPEN +[16:02:10.694][S][cover]: Current Operation: IDLE +[16:02:11.020][S][sensor]: 'Black Tank' >> 33 % +[16:02:11.327][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:11.420][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:11.565][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:11.690][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:11.690][S][cover]: 'Awning' >> +[16:02:11.690][S][cover]: State: OPEN +[16:02:11.690][S][cover]: Current Operation: IDLE +[16:02:12.045][S][sensor]: 'Black Tank' >> 33 % +[16:02:12.352][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:12.437][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:12.438][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:12.761][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:12.761][S][cover]: 'Awning' >> +[16:02:12.761][S][cover]: State: OPEN +[16:02:12.761][S][cover]: Current Operation: IDLE +[16:02:13.069][S][sensor]: 'Black Tank' >> 33 % +[16:02:13.375][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:13.446][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:13.447][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:13.700][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:13.700][S][cover]: 'Awning' >> +[16:02:13.700][S][cover]: State: OPEN +[16:02:13.700][S][cover]: Current Operation: IDLE +[16:02:14.012][S][sensor]: 'Black Tank' >> 33 % +[16:02:14.298][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:14.502][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:14.503][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:14.691][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:14.692][S][cover]: 'Awning' >> +[16:02:14.692][S][cover]: State: OPEN +[16:02:14.692][S][cover]: Current Operation: IDLE +[16:02:15.013][S][sensor]: 'Black Tank' >> 33 % +[16:02:15.322][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:15.527][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:15.527][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:15.732][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:15.732][S][cover]: 'Awning' >> +[16:02:15.732][S][cover]: State: OPEN +[16:02:15.732][S][cover]: Current Operation: IDLE +[16:02:16.008][S][sensor]: 'Black Tank' >> 33 % +[16:02:16.346][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:16.442][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:16.442][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:16.756][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:16.756][S][cover]: 'Awning' >> +[16:02:16.756][S][cover]: State: OPEN +[16:02:16.756][S][cover]: Current Operation: IDLE +[16:02:17.039][S][sensor]: 'Black Tank' >> 33 % +[16:02:17.371][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:17.440][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:17.441][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:17.702][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:17.702][S][cover]: 'Awning' >> +[16:02:17.702][S][cover]: State: OPEN +[16:02:17.702][S][cover]: Current Operation: IDLE +[16:02:18.067][S][sensor]: 'Black Tank' >> 33 % +[16:02:18.292][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:18.497][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:18.497][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:18.805][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:18.805][S][cover]: 'Awning' >> +[16:02:18.805][S][cover]: State: OPEN +[16:02:18.805][S][cover]: Current Operation: IDLE +[16:02:19.023][S][sensor]: 'Black Tank' >> 33 % +[16:02:19.333][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:19.521][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:19.571][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:19.726][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:19.726][S][cover]: 'Awning' >> +[16:02:19.726][S][cover]: State: OPEN +[16:02:19.726][S][cover]: Current Operation: IDLE +[16:02:20.010][S][sensor]: 'Black Tank' >> 33 % +[16:02:20.341][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:20.567][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:20.567][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:20.755][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:20.756][S][cover]: 'Awning' >> +[16:02:20.756][S][cover]: State: OPEN +[16:02:20.756][S][cover]: Current Operation: IDLE +[16:02:21.026][S][sensor]: 'Black Tank' >> 33 % +[16:02:21.365][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:21.436][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:21.436][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:21.775][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:21.775][S][cover]: 'Awning' >> +[16:02:21.775][S][cover]: State: OPEN +[16:02:21.775][S][cover]: Current Operation: IDLE +[16:02:22.081][S][sensor]: 'Black Tank' >> 33 % +[16:02:22.285][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:22.492][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:22.492][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:22.799][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:22.799][S][cover]: 'Awning' >> +[16:02:22.799][S][cover]: State: OPEN +[16:02:22.799][S][cover]: Current Operation: IDLE +[16:02:23.106][S][sensor]: 'Black Tank' >> 33 % +[16:02:23.294][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:23.516][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:23.516][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:23.721][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:23.721][S][cover]: 'Awning' >> +[16:02:23.721][S][cover]: State: OPEN +[16:02:23.721][S][cover]: Current Operation: IDLE +[16:02:24.028][S][sensor]: 'Black Tank' >> 33 % +[16:02:24.283][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:24.540][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:24.540][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:24.748][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:24.748][S][cover]: 'Awning' >> +[16:02:24.748][S][cover]: State: OPEN +[16:02:24.748][S][cover]: Current Operation: IDLE +[16:02:25.052][S][sensor]: 'Black Tank' >> 33 % +[16:02:25.293][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:25.461][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:25.462][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:25.769][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:25.770][S][cover]: 'Awning' >> +[16:02:25.770][S][cover]: State: OPEN +[16:02:25.770][S][cover]: Current Operation: IDLE +[16:02:26.076][S][sensor]: 'Black Tank' >> 33 % +[16:02:26.336][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:26.448][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:26.448][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:26.714][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:26.715][S][cover]: 'Awning' >> +[16:02:26.715][S][cover]: State: OPEN +[16:02:26.715][S][cover]: Current Operation: IDLE +[16:02:27.100][S][sensor]: 'Black Tank' >> 33 % +[16:02:27.360][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:27.455][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:27.456][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:27.818][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:27.818][S][cover]: 'Awning' >> +[16:02:27.818][S][cover]: State: OPEN +[16:02:27.818][S][cover]: Current Operation: IDLE +[16:02:28.125][S][sensor]: 'Black Tank' >> 33 % +[16:02:28.296][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:28.455][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:28.455][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:28.723][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:28.724][S][cover]: 'Awning' >> +[16:02:28.724][S][cover]: State: OPEN +[16:02:28.724][S][cover]: Current Operation: IDLE +[16:02:29.046][S][sensor]: 'Black Tank' >> 33 % +[16:02:29.354][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:29.450][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:29.450][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:29.767][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:29.767][S][cover]: 'Awning' >> +[16:02:29.767][S][cover]: State: OPEN +[16:02:29.767][S][cover]: Current Operation: IDLE +[16:02:30.080][S][sensor]: 'Black Tank' >> 33 % +[16:02:30.286][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:30.480][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:30.481][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:30.788][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:30.788][S][cover]: 'Awning' >> +[16:02:30.788][S][cover]: State: OPEN +[16:02:30.788][S][cover]: Current Operation: IDLE +[16:02:31.095][S][sensor]: 'Black Tank' >> 33 % +[16:02:31.300][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:31.504][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:31.504][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:31.834][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:31.834][S][cover]: 'Awning' >> +[16:02:31.834][S][cover]: State: OPEN +[16:02:31.834][S][cover]: Current Operation: IDLE +[16:02:32.119][S][sensor]: 'Black Tank' >> 33 % +[16:02:32.324][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:32.529][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:32.529][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:32.738][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:32.738][S][cover]: 'Awning' >> +[16:02:32.738][S][cover]: State: OPEN +[16:02:32.738][S][cover]: Current Operation: IDLE +[16:02:33.041][S][sensor]: 'Black Tank' >> 33 % +[16:02:33.348][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:33.553][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:33.553][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:33.725][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:33.726][S][cover]: 'Awning' >> +[16:02:33.726][S][cover]: State: OPEN +[16:02:33.726][S][cover]: Current Operation: IDLE +[16:02:34.065][S][sensor]: 'Black Tank' >> 33 % +[16:02:34.372][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:34.456][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:34.456][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:34.716][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:34.717][S][cover]: 'Awning' >> +[16:02:34.717][S][cover]: State: OPEN +[16:02:34.717][S][cover]: Current Operation: IDLE +[16:02:35.089][S][sensor]: 'Black Tank' >> 33 % +[16:02:35.397][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:35.466][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:35.467][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:35.728][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:35.728][S][cover]: 'Awning' >> +[16:02:35.728][S][cover]: State: OPEN +[16:02:35.728][S][cover]: Current Operation: IDLE +[16:02:36.039][S][sensor]: 'Black Tank' >> 33 % +[16:02:36.308][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:36.523][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:36.523][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:36.722][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:36.722][S][cover]: 'Awning' >> +[16:02:36.722][S][cover]: State: OPEN +[16:02:36.722][S][cover]: Current Operation: IDLE +[16:02:37.137][S][sensor]: 'Black Tank' >> 33 % +[16:02:37.343][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:37.530][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:37.530][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:37.740][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:37.740][S][cover]: 'Awning' >> +[16:02:37.740][S][cover]: State: OPEN +[16:02:37.740][S][cover]: Current Operation: IDLE +[16:02:38.162][S][sensor]: 'Black Tank' >> 33 % +[16:02:38.313][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:38.462][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:38.462][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:38.743][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:38.743][S][cover]: 'Awning' >> +[16:02:38.743][S][cover]: State: OPEN +[16:02:38.743][S][cover]: Current Operation: IDLE +[16:02:39.047][S][sensor]: 'Black Tank' >> 33 % +[16:02:39.470][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:39.470][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:39.470][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:39.801][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:39.801][S][cover]: 'Awning' >> +[16:02:39.801][S][cover]: State: OPEN +[16:02:39.801][S][cover]: Current Operation: IDLE +[16:02:40.041][S][sensor]: 'Black Tank' >> 33 % +[16:02:40.415][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:40.465][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:40.619][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:40.825][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:40.825][S][cover]: 'Awning' >> +[16:02:40.825][S][cover]: State: OPEN +[16:02:40.825][S][cover]: Current Operation: IDLE +[16:02:41.089][S][sensor]: 'Black Tank' >> 33 % +[16:02:41.337][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:41.507][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:41.507][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:41.733][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:41.733][S][cover]: 'Awning' >> +[16:02:41.733][S][cover]: State: OPEN +[16:02:41.733][S][cover]: Current Operation: IDLE +[16:02:42.039][S][sensor]: 'Black Tank' >> 33 % +[16:02:42.308][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:42.566][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:42.567][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:42.773][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:42.773][S][cover]: 'Awning' >> +[16:02:42.773][S][cover]: State: OPEN +[16:02:42.773][S][cover]: Current Operation: IDLE +[16:02:43.048][S][sensor]: 'Black Tank' >> 33 % +[16:02:43.384][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:43.474][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:43.474][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:43.795][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:43.795][S][cover]: 'Awning' >> +[16:02:43.795][S][cover]: State: OPEN +[16:02:43.795][S][cover]: Current Operation: IDLE +[16:02:44.048][S][sensor]: 'Black Tank' >> 33 % +[16:02:44.312][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:44.512][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:44.512][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:44.819][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:44.819][S][cover]: 'Awning' >> +[16:02:44.819][S][cover]: State: OPEN +[16:02:44.819][S][cover]: Current Operation: IDLE +[16:02:45.053][S][sensor]: 'Black Tank' >> 33 % +[16:02:45.223][S][sensor]: 'Battery Voltage' >> 13.27 V +[16:02:45.324][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:45.482][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:45.482][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:45.843][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:45.844][S][cover]: 'Awning' >> +[16:02:45.844][S][cover]: State: OPEN +[16:02:45.844][S][cover]: Current Operation: IDLE +[16:02:46.049][S][sensor]: 'Black Tank' >> 33 % +[16:02:46.321][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:46.560][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:46.560][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:46.728][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:46.728][S][cover]: 'Awning' >> +[16:02:46.728][S][cover]: State: OPEN +[16:02:46.728][S][cover]: Current Operation: IDLE +[16:02:47.054][S][sensor]: 'Black Tank' >> 33 % +[16:02:47.326][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:47.584][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:47.735][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:47.735][S][cover]: 'Awning' >> +[16:02:47.735][S][cover]: State: OPEN +[16:02:47.735][S][cover]: Current Operation: IDLE +[16:02:48.045][S][sensor]: 'Black Tank' >> 33 % +[16:02:48.313][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:48.506][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:48.600][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:48.732][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:48.733][S][cover]: 'Awning' >> +[16:02:48.733][S][cover]: State: OPEN +[16:02:48.733][S][cover]: Current Operation: IDLE +[16:02:49.065][S][sensor]: 'Black Tank' >> 33 % +[16:02:49.316][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:49.477][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:49.743][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:49.744][S][cover]: 'Awning' >> +[16:02:49.744][S][cover]: State: OPEN +[16:02:49.744][S][cover]: Current Operation: IDLE +[16:02:50.055][S][sensor]: 'Black Tank' >> 33 % +[16:02:50.319][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:50.486][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:50.486][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:50.784][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:50.785][S][cover]: 'Awning' >> +[16:02:50.785][S][cover]: State: OPEN +[16:02:50.785][S][cover]: Current Operation: IDLE +[16:02:51.169][S][sensor]: 'Black Tank' >> 33 % +[16:02:51.373][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:51.499][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:51.783][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:51.784][S][cover]: 'Awning' >> +[16:02:51.784][S][cover]: State: OPEN +[16:02:51.784][S][cover]: Current Operation: IDLE +[16:02:52.091][S][sensor]: 'Black Tank' >> 33 % +[16:02:52.326][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:52.500][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:52.609][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:52.812][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:52.813][S][cover]: 'Awning' >> +[16:02:52.813][S][cover]: State: OPEN +[16:02:52.813][S][cover]: Current Operation: IDLE +[16:02:53.062][S][sensor]: 'Black Tank' >> 33 % +[16:02:53.319][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:53.524][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:53.524][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:53.832][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:53.832][S][cover]: 'Awning' >> +[16:02:53.832][S][cover]: State: OPEN +[16:02:53.832][S][cover]: Current Operation: IDLE +[16:02:54.139][S][sensor]: 'Black Tank' >> 33 % +[16:02:54.332][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:54.548][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:54.744][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:54.744][S][cover]: 'Awning' >> +[16:02:54.744][S][cover]: State: OPEN +[16:02:54.744][S][cover]: Current Operation: IDLE +[16:02:55.052][S][sensor]: 'Black Tank' >> 33 % +[16:02:55.367][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:55.490][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:55.490][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:55.749][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:55.749][S][cover]: 'Awning' >> +[16:02:55.749][S][cover]: State: OPEN +[16:02:55.749][S][cover]: Current Operation: IDLE +[16:02:56.060][S][sensor]: 'Black Tank' >> 33 % +[16:02:56.392][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:56.480][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:56.672][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:56.749][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:56.750][S][cover]: 'Awning' >> +[16:02:56.750][S][cover]: State: OPEN +[16:02:56.750][S][cover]: Current Operation: IDLE +[16:02:57.055][S][sensor]: 'Black Tank' >> 33 % +[16:02:57.416][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:57.494][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:57.494][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:57.755][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:57.755][S][cover]: 'Awning' >> +[16:02:57.755][S][cover]: State: OPEN +[16:02:57.755][S][cover]: Current Operation: IDLE +[16:02:58.091][S][sensor]: 'Black Tank' >> 33 % +[16:02:58.440][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:58.490][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:58.490][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:58.745][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:58.745][S][cover]: 'Awning' >> +[16:02:58.745][S][cover]: State: OPEN +[16:02:58.745][S][cover]: Current Operation: IDLE +[16:02:59.078][S][sensor]: 'Black Tank' >> 33 % +[16:02:59.326][S][sensor]: 'Grey Tank 2' >> 33 % +[16:02:59.510][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:02:59.511][S][sensor]: 'Grey Tank 1' >> 33 % +[16:02:59.756][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:02:59.756][S][cover]: 'Awning' >> +[16:02:59.756][S][cover]: State: OPEN +[16:02:59.756][S][cover]: Current Operation: IDLE +[16:03:00.065][S][sensor]: 'Black Tank' >> 33 % +[16:03:00.386][S][sensor]: 'Grey Tank 2' >> 33 % +[16:03:00.535][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:00.619][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:00.792][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:00.793][S][cover]: 'Awning' >> +[16:03:00.793][S][cover]: State: OPEN +[16:03:00.793][S][cover]: Current Operation: IDLE +[16:03:01.103][S][sensor]: 'Black Tank' >> 33 % +[16:03:01.333][S][sensor]: 'Grey Tank 2' >> 33 % +[16:03:01.512][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:01.513][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:01.820][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:01.820][S][cover]: 'Awning' >> +[16:03:01.820][S][cover]: State: OPEN +[16:03:01.820][S][cover]: Current Operation: IDLE +[16:03:02.127][S][sensor]: 'Black Tank' >> 33 % +[16:03:02.344][S][sensor]: 'Grey Tank 2' >> 33 % +[16:03:02.537][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:02.609][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:02.849][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:02.849][S][cover]: 'Awning' >> +[16:03:02.849][S][cover]: State: OPEN +[16:03:02.849][S][cover]: Current Operation: IDLE +[16:03:03.176][S][sensor]: 'Black Tank' >> 33 % +[16:03:03.566][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:03.629][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:03.752][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:03.753][S][cover]: 'Awning' >> +[16:03:03.753][S][cover]: State: OPEN +[16:03:03.753][S][cover]: Current Operation: IDLE +[16:03:04.079][S][sensor]: 'Black Tank' >> 33 % +[16:03:04.590][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:04.613][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:04.795][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:04.795][S][cover]: 'Awning' >> +[16:03:04.795][S][cover]: State: OPEN +[16:03:04.795][S][cover]: Current Operation: IDLE +[16:03:05.097][S][sensor]: 'Black Tank' >> 33 % +[16:03:05.352][S][sensor]: 'Grey Tank 2' >> 33 % +[16:03:05.507][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:05.507][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:05.762][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:05.762][S][cover]: 'Awning' >> +[16:03:05.762][S][cover]: State: OPEN +[16:03:05.762][S][cover]: Current Operation: IDLE +[16:03:06.067][S][sensor]: 'Black Tank' >> 33 % +[16:03:06.500][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:06.500][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:06.761][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:06.761][S][cover]: 'Awning' >> +[16:03:06.761][S][cover]: State: OPEN +[16:03:06.761][S][cover]: Current Operation: IDLE +[16:03:07.075][S][sensor]: 'Black Tank' >> 33 % +[16:03:07.501][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:07.501][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:07.762][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:07.763][S][cover]: 'Awning' >> +[16:03:07.763][S][cover]: State: OPEN +[16:03:07.763][S][cover]: Current Operation: IDLE +[16:03:08.079][S][sensor]: 'Black Tank' >> 33 % +[16:03:08.374][S][sensor]: 'Grey Tank 2' >> 33 % +[16:03:08.510][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:08.510][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:08.756][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:08.756][S][cover]: 'Awning' >> +[16:03:08.756][S][cover]: State: OPEN +[16:03:08.756][S][cover]: Current Operation: IDLE +[16:03:09.091][S][sensor]: 'Black Tank' >> 33 % +[16:03:09.498][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:09.499][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:09.794][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:09.795][S][cover]: 'Awning' >> +[16:03:09.795][S][cover]: State: OPEN +[16:03:09.795][S][cover]: Current Operation: IDLE +[16:03:10.115][S][sensor]: 'Black Tank' >> 33 % +[16:03:10.525][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:10.525][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:10.825][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:10.825][S][cover]: 'Awning' >> +[16:03:10.825][S][cover]: State: OPEN +[16:03:10.825][S][cover]: Current Operation: IDLE +[16:03:11.139][S][sensor]: 'Black Tank' >> 33 % +[16:03:11.507][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:11.507][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:11.768][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:11.768][S][cover]: 'Awning' >> +[16:03:11.768][S][cover]: State: OPEN +[16:03:11.768][S][cover]: Current Operation: IDLE +[16:03:12.163][S][sensor]: 'Black Tank' >> 33 % +[16:03:12.573][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:12.573][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:12.773][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:12.773][S][cover]: 'Awning' >> +[16:03:12.773][S][cover]: State: OPEN +[16:03:12.773][S][cover]: Current Operation: IDLE +[16:03:13.187][S][sensor]: 'Black Tank' >> 33 % +[16:03:13.607][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:13.607][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:13.768][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:13.768][S][cover]: 'Awning' >> +[16:03:13.768][S][cover]: State: OPEN +[16:03:13.768][S][cover]: Current Operation: IDLE +[16:03:14.109][S][sensor]: 'Black Tank' >> 33 % +[16:03:14.416][S][sensor]: 'Grey Tank 2' >> 33 % +[16:03:14.505][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:14.505][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:14.775][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:14.775][S][cover]: 'Awning' >> +[16:03:14.775][S][cover]: State: OPEN +[16:03:14.775][S][cover]: Current Operation: IDLE +[16:03:15.079][S][sensor]: 'Black Tank' >> 33 % +[16:03:15.543][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:15.543][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:15.808][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:15.809][S][cover]: 'Awning' >> +[16:03:15.809][S][cover]: State: OPEN +[16:03:15.809][S][cover]: Current Operation: IDLE +[16:03:16.084][S][sensor]: 'Black Tank' >> 33 % +[16:03:16.567][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:16.568][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:16.841][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:16.842][S][cover]: 'Awning' >> +[16:03:16.842][S][cover]: State: OPEN +[16:03:16.842][S][cover]: Current Operation: IDLE +[16:03:17.084][S][sensor]: 'Black Tank' >> 33 % +[16:03:17.354][S][sensor]: 'Grey Tank 2' >> 33 % +[16:03:17.591][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:17.639][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:17.796][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:17.796][S][cover]: 'Awning' >> +[16:03:17.796][S][cover]: State: OPEN +[16:03:17.796][S][cover]: Current Operation: IDLE +[16:03:18.103][S][sensor]: 'Black Tank' >> 33 % +[16:03:18.615][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:18.616][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:18.820][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:18.821][S][cover]: 'Awning' >> +[16:03:18.821][S][cover]: State: OPEN +[16:03:18.821][S][cover]: Current Operation: IDLE +[16:03:19.127][S][sensor]: 'Black Tank' >> 33 % +[16:03:19.393][S][sensor]: 'Grey Tank 2' >> 33 % +[16:03:19.505][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:19.742][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:19.772][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:19.773][S][cover]: 'Awning' >> +[16:03:19.773][S][cover]: State: OPEN +[16:03:19.773][S][cover]: Current Operation: IDLE +[16:03:20.083][S][sensor]: 'Black Tank' >> 33 % +[16:03:20.519][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:20.519][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:20.869][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:20.869][S][cover]: 'Awning' >> +[16:03:20.869][S][cover]: State: OPEN +[16:03:20.869][S][cover]: Current Operation: IDLE +[16:03:21.094][S][sensor]: 'Black Tank' >> 33 % +[16:03:21.533][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:21.533][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:21.892][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:21.893][S][cover]: 'Awning' >> +[16:03:21.893][S][cover]: State: OPEN +[16:03:21.893][S][cover]: Current Operation: IDLE +[16:03:22.093][S][sensor]: 'Black Tank' >> 33 % +[16:03:22.529][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:22.529][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:22.819][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:22.820][S][cover]: 'Awning' >> +[16:03:22.820][S][cover]: State: OPEN +[16:03:22.820][S][cover]: Current Operation: IDLE +[16:03:23.105][S][sensor]: 'Black Tank' >> 33 % +[16:03:23.428][S][sensor]: 'Grey Tank 2' >> 33 % +[16:03:23.516][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:23.517][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:23.838][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:23.839][S][cover]: 'Awning' >> +[16:03:23.839][S][cover]: State: OPEN +[16:03:23.839][S][cover]: Current Operation: IDLE +[16:03:24.143][S][sensor]: 'Black Tank' >> 33 % +[16:03:24.537][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:24.537][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:24.884][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:24.884][S][cover]: 'Awning' >> +[16:03:24.884][S][cover]: State: OPEN +[16:03:24.884][S][cover]: Current Operation: IDLE +[16:03:25.169][S][sensor]: 'Black Tank' >> 33 % +[16:03:25.579][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:25.580][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:25.803][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:25.804][S][cover]: 'Awning' >> +[16:03:25.804][S][cover]: State: OPEN +[16:03:25.804][S][cover]: Current Operation: IDLE +[16:03:26.197][S][sensor]: 'Black Tank' >> 33 % +[16:03:26.368][S][sensor]: 'Grey Tank 2' >> 33 % +[16:03:26.603][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:26.604][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:26.809][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:26.810][S][cover]: 'Awning' >> +[16:03:26.810][S][cover]: State: OPEN +[16:03:26.810][S][cover]: Current Operation: IDLE +[16:03:27.115][S][sensor]: 'Black Tank' >> 33 % +[16:03:27.627][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:27.628][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:27.832][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:27.832][S][cover]: 'Awning' >> +[16:03:27.832][S][cover]: State: OPEN +[16:03:27.832][S][cover]: Current Operation: IDLE +[16:03:28.097][S][sensor]: 'Black Tank' >> 33 % +[16:03:28.529][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:28.530][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:28.861][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:28.862][S][cover]: 'Awning' >> +[16:03:28.862][S][cover]: State: OPEN +[16:03:28.862][S][cover]: Current Operation: IDLE +[16:03:29.163][S][sensor]: 'Black Tank' >> 33 % +[16:03:29.540][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:29.541][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:29.880][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:29.881][S][cover]: 'Awning' >> +[16:03:29.881][S][cover]: State: OPEN +[16:03:29.881][S][cover]: Current Operation: IDLE +[16:03:30.109][S][sensor]: 'Black Tank' >> 33 % +[16:03:30.360][S][sensor]: 'Grey Tank 2' >> 33 % +[16:03:30.525][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:30.526][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:30.786][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:30.786][S][cover]: 'Awning' >> +[16:03:30.786][S][cover]: State: OPEN +[16:03:30.786][S][cover]: Current Operation: IDLE +[16:03:31.097][S][sensor]: 'Black Tank' >> 33 % +[16:03:31.532][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:31.532][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:31.826][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:31.827][S][cover]: 'Awning' >> +[16:03:31.827][S][cover]: State: OPEN +[16:03:31.827][S][cover]: Current Operation: IDLE +[16:03:32.109][S][sensor]: 'Black Tank' >> 33 % +[16:03:32.412][S][sensor]: 'Grey Tank 2' >> 33 % +[16:03:32.524][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:32.524][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:32.850][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:32.851][S][cover]: 'Awning' >> +[16:03:32.851][S][cover]: State: OPEN +[16:03:32.851][S][cover]: Current Operation: IDLE +[16:03:33.123][S][sensor]: 'Black Tank' >> 33 % +[16:03:33.533][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:33.533][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:33.875][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:33.875][S][cover]: 'Awning' >> +[16:03:33.875][S][cover]: State: OPEN +[16:03:33.875][S][cover]: Current Operation: IDLE +[16:03:34.111][S][sensor]: 'Black Tank' >> 33 % +[16:03:34.379][S][sensor]: 'Grey Tank 2' >> 33 % +[16:03:34.560][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:34.561][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:34.898][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:34.899][S][cover]: 'Awning' >> +[16:03:34.899][S][cover]: State: OPEN +[16:03:34.899][S][cover]: Current Operation: IDLE +[16:03:35.136][S][sensor]: 'Black Tank' >> 33 % +[16:03:35.585][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:35.585][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:35.820][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:35.821][S][cover]: 'Awning' >> +[16:03:35.821][S][cover]: State: OPEN +[16:03:35.821][S][cover]: Current Operation: IDLE +[16:03:36.109][S][sensor]: 'Black Tank' >> 33 % +[16:03:36.434][S][sensor]: 'Grey Tank 2' >> 33 % +[16:03:36.613][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:36.614][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:36.849][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:36.850][S][cover]: 'Awning' >> +[16:03:36.850][S][cover]: State: OPEN +[16:03:36.850][S][cover]: Current Operation: IDLE +[16:03:37.169][S][sensor]: 'Black Tank' >> 33 % +[16:03:37.545][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:37.545][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:37.868][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:37.869][S][cover]: 'Awning' >> +[16:03:37.869][S][cover]: State: OPEN +[16:03:37.869][S][cover]: Current Operation: IDLE +[16:03:38.175][S][sensor]: 'Black Tank' >> 33 % +[16:03:38.482][S][sensor]: 'Grey Tank 2' >> 33 % +[16:03:38.532][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:38.532][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:38.800][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:38.800][S][cover]: 'Awning' >> +[16:03:38.800][S][cover]: State: OPEN +[16:03:38.800][S][cover]: Current Operation: IDLE +[16:03:39.200][S][sensor]: 'Black Tank' >> 33 % +[16:03:39.557][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:39.557][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:39.799][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:39.800][S][cover]: 'Awning' >> +[16:03:39.800][S][cover]: State: OPEN +[16:03:39.800][S][cover]: Current Operation: IDLE +[16:03:40.121][S][sensor]: 'Black Tank' >> 33 % +[16:03:40.633][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:40.633][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:40.809][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:40.809][S][cover]: 'Awning' >> +[16:03:40.809][S][cover]: State: OPEN +[16:03:40.809][S][cover]: Current Operation: IDLE +[16:03:41.145][S][sensor]: 'Black Tank' >> 33 % +[16:03:41.644][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:41.644][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:41.808][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:41.808][S][cover]: 'Awning' >> +[16:03:41.808][S][cover]: State: OPEN +[16:03:41.808][S][cover]: Current Operation: IDLE +[16:03:42.171][S][sensor]: 'Black Tank' >> 33 % +[16:03:42.387][S][sensor]: 'Grey Tank 2' >> 33 % +[16:03:42.545][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:42.546][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:42.816][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:42.817][S][cover]: 'Awning' >> +[16:03:42.817][S][cover]: State: OPEN +[16:03:42.817][S][cover]: Current Operation: IDLE +[16:03:43.194][S][sensor]: 'Black Tank' >> 33 % +[16:03:43.549][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:43.550][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:43.860][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:43.861][S][cover]: 'Awning' >> +[16:03:43.861][S][cover]: State: OPEN +[16:03:43.861][S][cover]: Current Operation: IDLE +[16:03:44.218][S][sensor]: 'Black Tank' >> 33 % +[16:03:44.546][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:44.546][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:44.804][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:44.804][S][cover]: 'Awning' >> +[16:03:44.804][S][cover]: State: OPEN +[16:03:44.804][S][cover]: Current Operation: IDLE +[16:03:45.139][S][sensor]: 'Black Tank' >> 33 % +[16:03:45.139][S][sensor]: 'Battery Voltage' >> 13.28 V +[16:03:45.555][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:45.556][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:45.856][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:45.856][S][cover]: 'Awning' >> +[16:03:45.856][S][cover]: State: OPEN +[16:03:45.856][S][cover]: Current Operation: IDLE +[16:03:46.163][S][sensor]: 'Black Tank' >> 33 % +[16:03:46.491][S][sensor]: 'Grey Tank 2' >> 33 % +[16:03:46.544][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:46.544][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:46.880][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:46.880][S][cover]: 'Awning' >> +[16:03:46.880][S][cover]: State: OPEN +[16:03:46.880][S][cover]: Current Operation: IDLE +[16:03:47.187][S][sensor]: 'Black Tank' >> 33 % +[16:03:47.597][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:47.597][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:48.006][D][wifi:2439]: Roam scan (-56 dBm, attempt 1/3) +[16:03:48.007][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:48.007][S][cover]: 'Awning' >> +[16:03:48.007][S][cover]: State: OPEN +[16:03:48.007][S][cover]: Current Operation: IDLE +[16:03:48.313][S][sensor]: 'Black Tank' >> 33 % +[16:03:48.642][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:48.760][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:48.928][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:48.928][S][cover]: 'Awning' >> +[16:03:48.928][S][cover]: State: OPEN +[16:03:48.928][S][cover]: Current Operation: IDLE +[16:03:49.440][S][sensor]: 'Black Tank' >> 33 % +[16:03:49.693][S][sensor]: 'Grey Tank 2' >> 33 % +[16:03:49.694][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:49.694][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:49.832][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:49.833][S][cover]: 'Awning' >> +[16:03:49.833][S][cover]: State: OPEN +[16:03:49.833][S][cover]: Current Operation: IDLE +[16:03:50.362][S][sensor]: 'Black Tank' >> 33 % +[16:03:50.752][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:50.753][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:51.136][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:51.137][S][cover]: 'Awning' >> +[16:03:51.137][S][cover]: State: OPEN +[16:03:51.137][S][cover]: Current Operation: IDLE +[16:03:51.590][S][sensor]: 'Black Tank' >> 33 % +[16:03:51.591][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:51.674][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:51.807][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:51.807][S][cover]: 'Awning' >> +[16:03:51.807][S][cover]: State: OPEN +[16:03:51.807][S][cover]: Current Operation: IDLE +[16:03:52.161][S][sensor]: 'Black Tank' >> 33 % +[16:03:52.615][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:52.615][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:52.823][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:52.824][S][cover]: 'Awning' >> +[16:03:52.824][S][cover]: State: OPEN +[16:03:52.824][S][cover]: Current Operation: IDLE +[16:03:53.184][S][sensor]: 'Black Tank' >> 33 % +[16:03:53.438][S][sensor]: 'Grey Tank 2' >> 33 % +[16:03:53.638][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:53.639][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:53.843][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:53.844][S][cover]: 'Awning' >> +[16:03:53.844][S][cover]: State: OPEN +[16:03:53.844][S][cover]: Current Operation: IDLE +[16:03:54.151][S][sensor]: 'Black Tank' >> 33 % +[16:03:54.560][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:54.765][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:54.815][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:54.816][S][cover]: 'Awning' >> +[16:03:54.816][S][cover]: State: OPEN +[16:03:54.816][S][cover]: Current Operation: IDLE +[16:03:55.132][S][sensor]: 'Black Tank' >> 33 % +[16:03:55.482][S][sensor]: 'Grey Tank 2' >> 33 % +[16:03:55.565][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:55.565][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:55.812][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:55.812][S][cover]: 'Awning' >> +[16:03:55.812][S][cover]: State: OPEN +[16:03:55.812][S][cover]: Current Operation: IDLE +[16:03:56.145][S][sensor]: 'Black Tank' >> 33 % +[16:03:56.558][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:56.558][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:56.920][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:56.920][S][cover]: 'Awning' >> +[16:03:56.920][S][cover]: State: OPEN +[16:03:56.920][S][cover]: Current Operation: IDLE +[16:03:57.146][S][sensor]: 'Black Tank' >> 33 % +[16:03:57.636][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:57.637][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:57.826][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:57.826][S][cover]: 'Awning' >> +[16:03:57.826][S][cover]: State: OPEN +[16:03:57.826][S][cover]: Current Operation: IDLE +[16:03:58.135][S][sensor]: 'Black Tank' >> 33 % +[16:03:58.662][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:58.662][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:58.866][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:58.867][S][cover]: 'Awning' >> +[16:03:58.867][S][cover]: State: OPEN +[16:03:58.867][S][cover]: Current Operation: IDLE +[16:03:59.138][S][sensor]: 'Black Tank' >> 33 % +[16:03:59.425][S][sensor]: 'Grey Tank 2' >> 33 % +[16:03:59.560][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:03:59.561][S][sensor]: 'Grey Tank 1' >> 33 % +[16:03:59.886][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:03:59.886][S][cover]: 'Awning' >> +[16:03:59.886][S][cover]: State: OPEN +[16:03:59.886][S][cover]: Current Operation: IDLE +[16:04:00.141][S][sensor]: 'Black Tank' >> 33 % +[16:04:00.603][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:00.603][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:00.910][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:00.910][S][cover]: 'Awning' >> +[16:04:00.910][S][cover]: State: OPEN +[16:04:00.910][S][cover]: Current Operation: IDLE +[16:04:01.146][S][sensor]: 'Black Tank' >> 33 % +[16:04:01.422][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:01.626][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:01.626][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:01.831][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:01.832][S][cover]: 'Awning' >> +[16:04:01.832][S][cover]: State: OPEN +[16:04:01.832][S][cover]: Current Operation: IDLE +[16:04:02.166][S][sensor]: 'Black Tank' >> 33 % +[16:04:02.412][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:02.657][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:02.657][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:02.860][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:02.860][S][cover]: 'Awning' >> +[16:04:02.860][S][cover]: State: OPEN +[16:04:02.860][S][cover]: Current Operation: IDLE +[16:04:03.162][S][sensor]: 'Black Tank' >> 33 % +[16:04:03.777][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:03.777][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:03.827][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:03.827][S][cover]: 'Awning' >> +[16:04:03.827][S][cover]: State: OPEN +[16:04:03.827][S][cover]: Current Operation: IDLE +[16:04:04.186][S][sensor]: 'Black Tank' >> 33 % +[16:04:04.567][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:04.567][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:04.907][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:04.908][S][cover]: 'Awning' >> +[16:04:04.908][S][cover]: State: OPEN +[16:04:04.908][S][cover]: Current Operation: IDLE +[16:04:05.210][S][sensor]: 'Black Tank' >> 33 % +[16:04:05.581][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:05.581][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:05.927][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:05.928][S][cover]: 'Awning' >> +[16:04:05.928][S][cover]: State: OPEN +[16:04:05.928][S][cover]: Current Operation: IDLE +[16:04:06.234][S][sensor]: 'Black Tank' >> 33 % +[16:04:06.563][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:06.564][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:06.849][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:06.849][S][cover]: 'Awning' >> +[16:04:06.849][S][cover]: State: OPEN +[16:04:06.849][S][cover]: Current Operation: IDLE +[16:04:07.156][S][sensor]: 'Black Tank' >> 33 % +[16:04:07.573][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:07.573][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:07.873][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:07.874][S][cover]: 'Awning' >> +[16:04:07.874][S][cover]: State: OPEN +[16:04:07.874][S][cover]: Current Operation: IDLE +[16:04:08.180][S][sensor]: 'Black Tank' >> 33 % +[16:04:08.433][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:08.570][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:08.700][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:08.830][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:08.831][S][cover]: 'Awning' >> +[16:04:08.831][S][cover]: State: OPEN +[16:04:08.831][S][cover]: Current Operation: IDLE +[16:04:09.204][S][sensor]: 'Black Tank' >> 33 % +[16:04:09.580][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:09.580][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:09.921][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:09.922][S][cover]: 'Awning' >> +[16:04:09.922][S][cover]: State: OPEN +[16:04:09.922][S][cover]: Current Operation: IDLE +[16:04:10.261][S][sensor]: 'Black Tank' >> 33 % +[16:04:10.433][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:10.578][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:10.578][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:10.836][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:10.837][S][cover]: 'Awning' >> +[16:04:10.837][S][cover]: State: OPEN +[16:04:10.837][S][cover]: Current Operation: IDLE +[16:04:11.256][S][sensor]: 'Black Tank' >> 33 % +[16:04:11.457][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:11.586][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:11.586][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:11.835][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:11.835][S][cover]: 'Awning' >> +[16:04:11.835][S][cover]: State: OPEN +[16:04:11.835][S][cover]: Current Operation: IDLE +[16:04:12.177][S][sensor]: 'Black Tank' >> 33 % +[16:04:12.577][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:12.577][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:12.843][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:12.843][S][cover]: 'Awning' >> +[16:04:12.843][S][cover]: State: OPEN +[16:04:12.843][S][cover]: Current Operation: IDLE +[16:04:13.167][S][sensor]: 'Black Tank' >> 33 % +[16:04:13.505][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:13.575][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:13.575][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:13.837][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:13.837][S][cover]: 'Awning' >> +[16:04:13.837][S][cover]: State: OPEN +[16:04:13.837][S][cover]: Current Operation: IDLE +[16:04:14.222][S][sensor]: 'Black Tank' >> 33 % +[16:04:14.632][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:14.632][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:14.841][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:14.841][S][cover]: 'Awning' >> +[16:04:14.841][S][cover]: State: OPEN +[16:04:14.841][S][cover]: Current Operation: IDLE +[16:04:15.348][S][sensor]: 'Black Tank' >> 33 % +[16:04:15.437][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:15.571][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:15.705][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:15.842][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:15.842][S][cover]: 'Awning' >> +[16:04:15.842][S][cover]: State: OPEN +[16:04:15.842][S][cover]: Current Operation: IDLE +[16:04:16.167][S][sensor]: 'Black Tank' >> 33 % +[16:04:16.480][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:16.568][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:16.753][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:16.842][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:16.842][S][cover]: 'Awning' >> +[16:04:16.842][S][cover]: State: OPEN +[16:04:16.842][S][cover]: Current Operation: IDLE +[16:04:17.192][S][sensor]: 'Black Tank' >> 33 % +[16:04:17.499][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:17.568][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:17.785][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:17.838][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:17.838][S][cover]: 'Awning' >> +[16:04:17.838][S][cover]: State: OPEN +[16:04:17.838][S][cover]: Current Operation: IDLE +[16:04:18.215][S][sensor]: 'Black Tank' >> 33 % +[16:04:18.522][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:18.591][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:18.592][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:18.849][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:18.850][S][cover]: 'Awning' >> +[16:04:18.850][S][cover]: State: OPEN +[16:04:18.850][S][cover]: Current Operation: IDLE +[16:04:19.155][S][sensor]: 'Black Tank' >> 33 % +[16:04:19.547][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:19.595][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:19.596][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:19.854][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:19.855][S][cover]: 'Awning' >> +[16:04:19.855][S][cover]: State: OPEN +[16:04:19.855][S][cover]: Current Operation: IDLE +[16:04:20.162][S][sensor]: 'Black Tank' >> 33 % +[16:04:20.469][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:20.673][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:20.674][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:20.883][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:20.884][S][cover]: 'Awning' >> +[16:04:20.884][S][cover]: State: OPEN +[16:04:20.884][S][cover]: Current Operation: IDLE +[16:04:21.159][S][sensor]: 'Black Tank' >> 33 % +[16:04:21.493][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:21.581][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:21.800][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:21.848][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:21.849][S][cover]: 'Awning' >> +[16:04:21.849][S][cover]: State: OPEN +[16:04:21.849][S][cover]: Current Operation: IDLE +[16:04:22.157][S][sensor]: 'Black Tank' >> 33 % +[16:04:22.517][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:22.594][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:22.594][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:22.931][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:22.932][S][cover]: 'Awning' >> +[16:04:22.932][S][cover]: State: OPEN +[16:04:22.932][S][cover]: Current Operation: IDLE +[16:04:23.200][S][sensor]: 'Black Tank' >> 33 % +[16:04:23.541][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:23.590][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:23.590][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:23.950][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:23.950][S][cover]: 'Awning' >> +[16:04:23.950][S][cover]: State: OPEN +[16:04:23.950][S][cover]: Current Operation: IDLE +[16:04:24.161][S][sensor]: 'Black Tank' >> 33 % +[16:04:24.443][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:24.667][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:24.667][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:24.839][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:24.840][S][cover]: 'Awning' >> +[16:04:24.840][S][cover]: State: OPEN +[16:04:24.840][S][cover]: Current Operation: IDLE +[16:04:25.165][S][sensor]: 'Black Tank' >> 33 % +[16:04:25.486][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:25.585][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:25.585][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:25.857][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:25.857][S][cover]: 'Awning' >> +[16:04:25.857][S][cover]: State: OPEN +[16:04:25.857][S][cover]: Current Operation: IDLE +[16:04:26.171][S][sensor]: 'Black Tank' >> 33 % +[16:04:26.443][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:26.613][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:26.613][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:26.925][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:26.926][S][cover]: 'Awning' >> +[16:04:26.926][S][cover]: State: OPEN +[16:04:26.926][S][cover]: Current Operation: IDLE +[16:04:27.175][S][sensor]: 'Black Tank' >> 33 % +[16:04:27.435][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:27.641][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:27.642][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:27.949][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:27.949][S][cover]: 'Awning' >> +[16:04:27.949][S][cover]: State: OPEN +[16:04:27.949][S][cover]: Current Operation: IDLE +[16:04:28.160][S][sensor]: 'Black Tank' >> 33 % +[16:04:28.451][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:28.661][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:28.661][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:28.968][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:28.968][S][cover]: 'Awning' >> +[16:04:28.968][S][cover]: State: OPEN +[16:04:28.968][S][cover]: Current Operation: IDLE +[16:04:29.217][S][sensor]: 'Black Tank' >> 33 % +[16:04:29.474][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:29.690][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:29.690][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:29.889][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:29.889][S][cover]: 'Awning' >> +[16:04:29.889][S][cover]: State: OPEN +[16:04:29.889][S][cover]: Current Operation: IDLE +[16:04:30.197][S][sensor]: 'Black Tank' >> 33 % +[16:04:30.451][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:30.709][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:30.709][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:30.917][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:30.918][S][cover]: 'Awning' >> +[16:04:30.918][S][cover]: State: OPEN +[16:04:30.918][S][cover]: Current Operation: IDLE +[16:04:31.221][S][sensor]: 'Black Tank' >> 33 % +[16:04:31.443][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:31.592][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:31.592][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:31.938][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:31.938][S][cover]: 'Awning' >> +[16:04:31.938][S][cover]: State: OPEN +[16:04:31.938][S][cover]: Current Operation: IDLE +[16:04:32.245][S][sensor]: 'Black Tank' >> 33 % +[16:04:32.451][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:32.600][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:32.601][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:32.968][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:32.968][S][cover]: 'Awning' >> +[16:04:32.968][S][cover]: State: OPEN +[16:04:32.968][S][cover]: Current Operation: IDLE +[16:04:33.268][S][sensor]: 'Black Tank' >> 33 % +[16:04:33.446][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:33.599][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:33.600][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:33.883][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:33.883][S][cover]: 'Awning' >> +[16:04:33.883][S][cover]: State: OPEN +[16:04:33.883][S][cover]: Current Operation: IDLE +[16:04:34.191][S][sensor]: 'Black Tank' >> 33 % +[16:04:34.445][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:34.656][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:34.657][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:34.912][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:34.913][S][cover]: 'Awning' >> +[16:04:34.913][S][cover]: State: OPEN +[16:04:34.913][S][cover]: Current Operation: IDLE +[16:04:35.181][S][sensor]: 'Black Tank' >> 33 % +[16:04:35.450][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:35.603][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:35.603][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:35.931][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:35.932][S][cover]: 'Awning' >> +[16:04:35.932][S][cover]: State: OPEN +[16:04:35.932][S][cover]: Current Operation: IDLE +[16:04:36.170][S][sensor]: 'Black Tank' >> 33 % +[16:04:36.457][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:36.618][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:36.618][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:36.960][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:36.961][S][cover]: 'Awning' >> +[16:04:36.961][S][cover]: State: OPEN +[16:04:36.961][S][cover]: Current Operation: IDLE +[16:04:37.262][S][sensor]: 'Black Tank' >> 33 % +[16:04:37.449][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:37.602][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:37.603][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:37.867][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:37.867][S][cover]: 'Awning' >> +[16:04:37.867][S][cover]: State: OPEN +[16:04:37.867][S][cover]: Current Operation: IDLE +[16:04:38.286][S][sensor]: 'Black Tank' >> 33 % +[16:04:38.490][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:38.616][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:38.616][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:38.871][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:38.871][S][cover]: 'Awning' >> +[16:04:38.871][S][cover]: State: OPEN +[16:04:38.871][S][cover]: Current Operation: IDLE +[16:04:39.188][S][sensor]: 'Black Tank' >> 33 % +[16:04:39.462][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:39.605][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:39.605][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:39.893][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:39.893][S][cover]: 'Awning' >> +[16:04:39.893][S][cover]: State: OPEN +[16:04:39.893][S][cover]: Current Operation: IDLE +[16:04:40.178][S][sensor]: 'Black Tank' >> 33 % +[16:04:40.466][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:40.598][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:40.731][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:40.871][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:40.872][S][cover]: 'Awning' >> +[16:04:40.872][S][cover]: State: OPEN +[16:04:40.872][S][cover]: Current Operation: IDLE +[16:04:41.179][S][sensor]: 'Black Tank' >> 33 % +[16:04:41.462][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:41.624][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:41.624][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:41.865][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:41.865][S][cover]: 'Awning' >> +[16:04:41.865][S][cover]: State: OPEN +[16:04:41.865][S][cover]: Current Operation: IDLE +[16:04:42.191][S][sensor]: 'Black Tank' >> 33 % +[16:04:42.446][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:42.614][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:42.614][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:42.894][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:42.895][S][cover]: 'Awning' >> +[16:04:42.895][S][cover]: State: OPEN +[16:04:42.895][S][cover]: Current Operation: IDLE +[16:04:43.186][S][sensor]: 'Black Tank' >> 33 % +[16:04:43.508][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:43.608][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:43.608][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:43.918][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:43.919][S][cover]: 'Awning' >> +[16:04:43.919][S][cover]: State: OPEN +[16:04:43.919][S][cover]: Current Operation: IDLE +[16:04:44.225][S][sensor]: 'Black Tank' >> 33 % +[16:04:44.533][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:44.605][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:44.738][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:44.928][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:44.929][S][cover]: 'Awning' >> +[16:04:44.929][S][cover]: State: OPEN +[16:04:44.929][S][cover]: Current Operation: IDLE +[16:04:45.250][S][sensor]: 'Black Tank' >> 33 % +[16:04:45.250][S][sensor]: 'Battery Voltage' >> 13.28 V +[16:04:45.557][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:45.605][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:45.746][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:45.871][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:45.872][S][cover]: 'Awning' >> +[16:04:45.872][S][cover]: State: OPEN +[16:04:45.872][S][cover]: Current Operation: IDLE +[16:04:46.274][S][sensor]: 'Black Tank' >> 33 % +[16:04:46.483][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:46.683][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:46.743][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:46.881][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:46.881][S][cover]: 'Awning' >> +[16:04:46.881][S][cover]: State: OPEN +[16:04:46.881][S][cover]: Current Operation: IDLE +[16:04:47.183][S][sensor]: 'Black Tank' >> 33 % +[16:04:47.502][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:47.707][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:47.707][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:47.884][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:47.884][S][cover]: 'Awning' >> +[16:04:47.884][S][cover]: State: OPEN +[16:04:47.884][S][cover]: Current Operation: IDLE +[16:04:48.198][S][sensor]: 'Black Tank' >> 33 % +[16:04:48.469][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:48.628][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:48.628][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:48.941][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:48.941][S][cover]: 'Awning' >> +[16:04:48.941][S][cover]: State: OPEN +[16:04:48.941][S][cover]: Current Operation: IDLE +[16:04:49.190][S][sensor]: 'Black Tank' >> 33 % +[16:04:49.551][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:49.624][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:49.624][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:49.960][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:49.960][S][cover]: 'Awning' >> +[16:04:49.960][S][cover]: State: OPEN +[16:04:49.960][S][cover]: Current Operation: IDLE +[16:04:50.201][S][sensor]: 'Black Tank' >> 33 % +[16:04:50.574][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:50.624][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:50.624][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:50.989][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:50.989][S][cover]: 'Awning' >> +[16:04:50.989][S][cover]: State: OPEN +[16:04:50.989][S][cover]: Current Operation: IDLE +[16:04:51.197][S][sensor]: 'Black Tank' >> 33 % +[16:04:51.496][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:51.701][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:51.701][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:51.883][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:51.883][S][cover]: 'Awning' >> +[16:04:51.883][S][cover]: State: OPEN +[16:04:51.883][S][cover]: Current Operation: IDLE +[16:04:52.193][S][sensor]: 'Black Tank' >> 33 % +[16:04:52.535][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:52.631][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:52.632][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:52.930][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:52.930][S][cover]: 'Awning' >> +[16:04:52.930][S][cover]: State: OPEN +[16:04:52.930][S][cover]: Current Operation: IDLE +[16:04:53.203][S][sensor]: 'Black Tank' >> 33 % +[16:04:53.472][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:53.648][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:53.649][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:53.959][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:53.959][S][cover]: 'Awning' >> +[16:04:53.959][S][cover]: State: OPEN +[16:04:53.959][S][cover]: Current Operation: IDLE +[16:04:54.236][S][sensor]: 'Black Tank' >> 33 % +[16:04:54.471][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:54.671][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:54.739][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:54.983][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:54.983][S][cover]: 'Awning' >> +[16:04:54.983][S][cover]: State: OPEN +[16:04:54.983][S][cover]: Current Operation: IDLE +[16:04:55.204][S][sensor]: 'Black Tank' >> 33 % +[16:04:55.489][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:55.694][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:55.694][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:55.893][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:55.893][S][cover]: 'Awning' >> +[16:04:55.893][S][cover]: State: OPEN +[16:04:55.893][S][cover]: Current Operation: IDLE +[16:04:56.290][S][sensor]: 'Black Tank' >> 33 % +[16:04:56.544][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:56.625][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:56.625][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:56.894][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:56.894][S][cover]: 'Awning' >> +[16:04:56.894][S][cover]: State: OPEN +[16:04:56.894][S][cover]: Current Operation: IDLE +[16:04:57.230][S][sensor]: 'Black Tank' >> 33 % +[16:04:57.537][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:57.631][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:57.631][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:57.947][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:57.947][S][cover]: 'Awning' >> +[16:04:57.947][S][cover]: State: OPEN +[16:04:57.947][S][cover]: Current Operation: IDLE +[16:04:58.220][S][sensor]: 'Black Tank' >> 33 % +[16:04:58.561][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:58.630][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:58.630][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:58.976][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:58.977][S][cover]: 'Awning' >> +[16:04:58.977][S][cover]: State: OPEN +[16:04:58.977][S][cover]: Current Operation: IDLE +[16:04:59.278][S][sensor]: 'Black Tank' >> 33 % +[16:04:59.585][S][sensor]: 'Grey Tank 2' >> 33 % +[16:04:59.621][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:04:59.621][S][sensor]: 'Grey Tank 1' >> 33 % +[16:04:59.887][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:04:59.887][S][cover]: 'Awning' >> +[16:04:59.887][S][cover]: State: OPEN +[16:04:59.887][S][cover]: Current Operation: IDLE +[16:05:00.212][S][sensor]: 'Black Tank' >> 33 % +[16:05:00.464][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:00.655][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:00.655][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:00.917][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:00.917][S][cover]: 'Awning' >> +[16:05:00.917][S][cover]: State: OPEN +[16:05:00.917][S][cover]: Current Operation: IDLE +[16:05:01.224][S][sensor]: 'Black Tank' >> 33 % +[16:05:01.487][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:01.633][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:01.744][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:01.892][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:01.892][S][cover]: 'Awning' >> +[16:05:01.892][S][cover]: State: OPEN +[16:05:01.892][S][cover]: Current Operation: IDLE +[16:05:02.248][S][sensor]: 'Black Tank' >> 33 % +[16:05:02.472][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:02.657][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:02.757][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:02.969][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:02.970][S][cover]: 'Awning' >> +[16:05:02.970][S][cover]: State: OPEN +[16:05:02.970][S][cover]: Current Operation: IDLE +[16:05:03.272][S][sensor]: 'Black Tank' >> 33 % +[16:05:03.488][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:03.681][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:03.682][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:03.988][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:03.988][S][cover]: 'Awning' >> +[16:05:03.988][S][cover]: State: OPEN +[16:05:03.988][S][cover]: Current Operation: IDLE +[16:05:04.296][S][sensor]: 'Black Tank' >> 33 % +[16:05:04.494][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:04.630][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:04.630][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:04.894][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:04.894][S][cover]: 'Awning' >> +[16:05:04.894][S][cover]: State: OPEN +[16:05:04.894][S][cover]: Current Operation: IDLE +[16:05:05.217][S][sensor]: 'Black Tank' >> 33 % +[16:05:05.525][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:05.640][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:05.641][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:05.900][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:05.901][S][cover]: 'Awning' >> +[16:05:05.901][S][cover]: State: OPEN +[16:05:05.901][S][cover]: Current Operation: IDLE +[16:05:06.241][S][sensor]: 'Black Tank' >> 33 % +[16:05:06.549][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:06.631][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:06.631][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:06.905][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:06.905][S][cover]: 'Awning' >> +[16:05:06.905][S][cover]: State: OPEN +[16:05:06.905][S][cover]: Current Operation: IDLE +[16:05:07.265][S][sensor]: 'Black Tank' >> 33 % +[16:05:07.529][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:07.640][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:07.640][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:07.902][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:07.902][S][cover]: 'Awning' >> +[16:05:07.902][S][cover]: State: OPEN +[16:05:07.902][S][cover]: Current Operation: IDLE +[16:05:08.289][S][sensor]: 'Black Tank' >> 33 % +[16:05:08.597][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:08.632][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:08.632][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:08.922][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:08.922][S][cover]: 'Awning' >> +[16:05:08.922][S][cover]: State: OPEN +[16:05:08.922][S][cover]: Current Operation: IDLE +[16:05:09.314][S][sensor]: 'Black Tank' >> 33 % +[16:05:09.518][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:09.716][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:09.717][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:09.928][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:09.928][S][cover]: 'Awning' >> +[16:05:09.928][S][cover]: State: OPEN +[16:05:09.928][S][cover]: Current Operation: IDLE +[16:05:10.235][S][sensor]: 'Black Tank' >> 33 % +[16:05:10.542][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:10.634][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:10.634][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:10.922][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:10.922][S][cover]: 'Awning' >> +[16:05:10.922][S][cover]: State: OPEN +[16:05:10.922][S][cover]: Current Operation: IDLE +[16:05:11.259][S][sensor]: 'Black Tank' >> 33 % +[16:05:11.566][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:11.648][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:11.648][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:11.905][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:11.906][S][cover]: 'Awning' >> +[16:05:11.906][S][cover]: State: OPEN +[16:05:11.906][S][cover]: Current Operation: IDLE +[16:05:12.215][S][sensor]: 'Black Tank' >> 33 % +[16:05:12.590][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:12.640][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:12.794][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:12.901][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:12.902][S][cover]: 'Awning' >> +[16:05:12.902][S][cover]: State: OPEN +[16:05:12.902][S][cover]: Current Operation: IDLE +[16:05:13.214][S][sensor]: 'Black Tank' >> 33 % +[16:05:13.511][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:13.716][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:13.717][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:13.915][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:13.916][S][cover]: 'Awning' >> +[16:05:13.916][S][cover]: State: OPEN +[16:05:13.916][S][cover]: Current Operation: IDLE +[16:05:14.219][S][sensor]: 'Black Tank' >> 33 % +[16:05:14.535][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:14.740][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:14.741][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:14.945][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:14.946][S][cover]: 'Awning' >> +[16:05:14.946][S][cover]: State: OPEN +[16:05:14.946][S][cover]: Current Operation: IDLE +[16:05:15.252][S][sensor]: 'Black Tank' >> 33 % +[16:05:15.559][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:15.647][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:15.647][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:15.969][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:15.969][S][cover]: 'Awning' >> +[16:05:15.969][S][cover]: State: OPEN +[16:05:15.969][S][cover]: Current Operation: IDLE +[16:05:16.276][S][sensor]: 'Black Tank' >> 33 % +[16:05:16.583][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:16.653][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:16.654][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:16.995][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:16.995][S][cover]: 'Awning' >> +[16:05:16.995][S][cover]: State: OPEN +[16:05:16.995][S][cover]: Current Operation: IDLE +[16:05:17.300][S][sensor]: 'Black Tank' >> 33 % +[16:05:17.505][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:17.710][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:17.710][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:17.915][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:17.915][S][cover]: 'Awning' >> +[16:05:17.915][S][cover]: State: OPEN +[16:05:17.915][S][cover]: Current Operation: IDLE +[16:05:18.228][S][sensor]: 'Black Tank' >> 33 % +[16:05:18.496][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:18.734][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:18.734][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:18.908][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:18.909][S][cover]: 'Awning' >> +[16:05:18.909][S][cover]: State: OPEN +[16:05:18.909][S][cover]: Current Operation: IDLE +[16:05:19.219][S][sensor]: 'Black Tank' >> 33 % +[16:05:19.485][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:19.758][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:19.758][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:19.963][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:19.963][S][cover]: 'Awning' >> +[16:05:19.963][S][cover]: State: OPEN +[16:05:19.963][S][cover]: Current Operation: IDLE +[16:05:20.256][S][sensor]: 'Black Tank' >> 33 % +[16:05:20.496][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:20.679][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:20.680][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:20.992][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:20.992][S][cover]: 'Awning' >> +[16:05:20.992][S][cover]: State: OPEN +[16:05:20.992][S][cover]: Current Operation: IDLE +[16:05:21.294][S][sensor]: 'Black Tank' >> 33 % +[16:05:21.534][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:21.708][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:21.709][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:22.013][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:22.013][S][cover]: 'Awning' >> +[16:05:22.013][S][cover]: State: OPEN +[16:05:22.013][S][cover]: Current Operation: IDLE +[16:05:22.323][S][sensor]: 'Black Tank' >> 33 % +[16:05:22.489][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:22.648][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:22.648][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:22.937][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:22.938][S][cover]: 'Awning' >> +[16:05:22.938][S][cover]: State: OPEN +[16:05:22.938][S][cover]: Current Operation: IDLE +[16:05:23.240][S][sensor]: 'Black Tank' >> 33 % +[16:05:23.503][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:23.665][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:23.666][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:23.956][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:23.957][S][cover]: 'Awning' >> +[16:05:23.957][S][cover]: State: OPEN +[16:05:23.957][S][cover]: Current Operation: IDLE +[16:05:24.264][S][sensor]: 'Black Tank' >> 33 % +[16:05:24.544][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:24.651][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:24.651][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:24.980][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:24.980][S][cover]: 'Awning' >> +[16:05:24.980][S][cover]: State: OPEN +[16:05:24.980][S][cover]: Current Operation: IDLE +[16:05:25.287][S][sensor]: 'Black Tank' >> 33 % +[16:05:25.595][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:25.662][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:25.662][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:25.912][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:25.912][S][cover]: 'Awning' >> +[16:05:25.912][S][cover]: State: OPEN +[16:05:25.912][S][cover]: Current Operation: IDLE +[16:05:26.311][S][sensor]: 'Black Tank' >> 33 % +[16:05:26.560][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:26.654][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:26.654][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:27.033][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:27.033][S][cover]: 'Awning' >> +[16:05:27.033][S][cover]: State: OPEN +[16:05:27.033][S][cover]: Current Operation: IDLE +[16:05:27.335][S][sensor]: 'Black Tank' >> 33 % +[16:05:27.520][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:27.667][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:27.667][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:27.950][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:27.950][S][cover]: 'Awning' >> +[16:05:27.950][S][cover]: State: OPEN +[16:05:27.950][S][cover]: Current Operation: IDLE +[16:05:28.238][S][sensor]: 'Black Tank' >> 33 % +[16:05:28.564][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:28.656][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:28.656][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:28.974][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:28.974][S][cover]: 'Awning' >> +[16:05:28.974][S][cover]: State: OPEN +[16:05:28.974][S][cover]: Current Operation: IDLE +[16:05:29.280][S][sensor]: 'Black Tank' >> 33 % +[16:05:29.588][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:29.648][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:29.787][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:29.997][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:29.997][S][cover]: 'Awning' >> +[16:05:29.997][S][cover]: State: OPEN +[16:05:29.997][S][cover]: Current Operation: IDLE +[16:05:30.305][S][sensor]: 'Black Tank' >> 33 % +[16:05:30.630][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:30.679][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:30.679][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:31.056][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:31.057][S][cover]: 'Awning' >> +[16:05:31.057][S][cover]: State: OPEN +[16:05:31.057][S][cover]: Current Operation: IDLE +[16:05:31.240][S][sensor]: 'Black Tank' >> 33 % +[16:05:31.646][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:31.658][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:31.659][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:31.943][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:31.943][S][cover]: 'Awning' >> +[16:05:31.943][S][cover]: State: OPEN +[16:05:31.943][S][cover]: Current Operation: IDLE +[16:05:32.232][S][sensor]: 'Black Tank' >> 33 % +[16:05:32.558][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:32.762][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:32.762][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:32.914][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:32.915][S][cover]: 'Awning' >> +[16:05:32.915][S][cover]: State: OPEN +[16:05:32.915][S][cover]: Current Operation: IDLE +[16:05:33.241][S][sensor]: 'Black Tank' >> 33 % +[16:05:33.555][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:33.689][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:33.689][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:33.923][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:33.923][S][cover]: 'Awning' >> +[16:05:33.923][S][cover]: State: OPEN +[16:05:33.923][S][cover]: Current Operation: IDLE +[16:05:34.266][S][sensor]: 'Black Tank' >> 33 % +[16:05:34.605][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:34.678][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:34.678][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:34.916][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:34.916][S][cover]: 'Awning' >> +[16:05:34.916][S][cover]: State: OPEN +[16:05:34.916][S][cover]: Current Operation: IDLE +[16:05:35.245][S][sensor]: 'Black Tank' >> 33 % +[16:05:35.527][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:35.737][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:35.737][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:35.927][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:35.927][S][cover]: 'Awning' >> +[16:05:35.927][S][cover]: State: OPEN +[16:05:35.927][S][cover]: Current Operation: IDLE +[16:05:36.242][S][sensor]: 'Black Tank' >> 33 % +[16:05:36.535][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:36.674][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:36.805][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:36.926][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:36.926][S][cover]: 'Awning' >> +[16:05:36.926][S][cover]: State: OPEN +[16:05:36.926][S][cover]: Current Operation: IDLE +[16:05:37.238][S][sensor]: 'Black Tank' >> 33 % +[16:05:37.529][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:37.675][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:37.675][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:37.969][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:37.970][S][cover]: 'Awning' >> +[16:05:37.970][S][cover]: State: OPEN +[16:05:37.970][S][cover]: Current Operation: IDLE +[16:05:38.252][S][sensor]: 'Black Tank' >> 33 % +[16:05:38.599][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:38.671][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:38.671][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:38.935][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:38.935][S][cover]: 'Awning' >> +[16:05:38.935][S][cover]: State: OPEN +[16:05:38.935][S][cover]: Current Operation: IDLE +[16:05:39.316][S][sensor]: 'Black Tank' >> 33 % +[16:05:39.554][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:39.668][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:39.668][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:40.013][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:40.014][S][cover]: 'Awning' >> +[16:05:40.014][S][cover]: State: OPEN +[16:05:40.014][S][cover]: Current Operation: IDLE +[16:05:40.340][S][sensor]: 'Black Tank' >> 33 % +[16:05:40.509][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:40.749][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:40.750][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:40.954][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:40.954][S][cover]: 'Awning' >> +[16:05:40.954][S][cover]: State: OPEN +[16:05:40.954][S][cover]: Current Operation: IDLE +[16:05:41.364][S][sensor]: 'Black Tank' >> 33 % +[16:05:41.518][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:41.773][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:41.773][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:41.944][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:41.944][S][cover]: 'Awning' >> +[16:05:41.944][S][cover]: State: OPEN +[16:05:41.944][S][cover]: Current Operation: IDLE +[16:05:42.285][S][sensor]: 'Black Tank' >> 33 % +[16:05:42.515][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:42.718][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:42.718][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:43.007][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:43.007][S][cover]: 'Awning' >> +[16:05:43.007][S][cover]: State: OPEN +[16:05:43.007][S][cover]: Current Operation: IDLE +[16:05:43.255][S][sensor]: 'Black Tank' >> 33 % +[16:05:43.525][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:43.718][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:43.719][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:43.969][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:43.969][S][cover]: 'Awning' >> +[16:05:43.969][S][cover]: State: OPEN +[16:05:43.969][S][cover]: Current Operation: IDLE +[16:05:44.298][S][sensor]: 'Black Tank' >> 33 % +[16:05:44.575][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:44.689][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:44.689][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:44.947][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:44.948][S][cover]: 'Awning' >> +[16:05:44.948][S][cover]: State: OPEN +[16:05:44.948][S][cover]: Current Operation: IDLE +[16:05:45.241][S][sensor]: 'Black Tank' >> 33 % +[16:05:45.562][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:45.699][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:45.700][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:45.949][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:45.949][S][cover]: 'Awning' >> +[16:05:45.949][S][cover]: State: OPEN +[16:05:45.949][S][cover]: Current Operation: IDLE +[16:05:46.193][S][sensor]: 'Battery Voltage' >> 13.27 V +[16:05:46.193][S][sensor]: 'Black Tank' >> 33 % +[16:05:46.586][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:46.678][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:46.678][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:46.995][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:46.996][S][cover]: 'Awning' >> +[16:05:46.996][S][cover]: State: OPEN +[16:05:46.996][S][cover]: Current Operation: IDLE +[16:05:47.296][S][sensor]: 'Black Tank' >> 33 % +[16:05:47.610][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:47.697][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:47.698][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:48.024][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:48.025][S][cover]: 'Awning' >> +[16:05:48.025][S][cover]: State: OPEN +[16:05:48.025][S][cover]: Current Operation: IDLE +[16:05:48.320][S][sensor]: 'Black Tank' >> 33 % +[16:05:48.633][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:48.685][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:48.806][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:49.044][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:49.044][S][cover]: 'Awning' >> +[16:05:49.044][S][cover]: State: OPEN +[16:05:49.044][S][cover]: Current Operation: IDLE +[16:05:49.351][S][sensor]: 'Black Tank' >> 33 % +[16:05:49.520][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:49.761][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:49.761][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:49.965][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:49.965][S][cover]: 'Awning' >> +[16:05:49.965][S][cover]: State: OPEN +[16:05:49.965][S][cover]: Current Operation: IDLE +[16:05:50.374][S][sensor]: 'Black Tank' >> 33 % +[16:05:50.526][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:50.784][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:50.784][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:50.988][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:50.989][S][cover]: 'Awning' >> +[16:05:50.989][S][cover]: State: OPEN +[16:05:50.989][S][cover]: Current Operation: IDLE +[16:05:51.243][S][sensor]: 'Black Tank' >> 33 % +[16:05:51.530][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:51.705][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:51.706][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:51.942][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:51.943][S][cover]: 'Awning' >> +[16:05:51.943][S][cover]: State: OPEN +[16:05:51.943][S][cover]: Current Operation: IDLE +[16:05:52.252][S][sensor]: 'Black Tank' >> 33 % +[16:05:52.532][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:52.729][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:52.730][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:52.954][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:52.954][S][cover]: 'Awning' >> +[16:05:52.954][S][cover]: State: OPEN +[16:05:52.954][S][cover]: Current Operation: IDLE +[16:05:53.344][S][sensor]: 'Black Tank' >> 33 % +[16:05:53.548][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:53.682][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:53.682][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:53.943][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:53.943][S][cover]: 'Awning' >> +[16:05:53.943][S][cover]: State: OPEN +[16:05:53.943][S][cover]: Current Operation: IDLE +[16:05:54.265][S][sensor]: 'Black Tank' >> 33 % +[16:05:54.551][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:54.692][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:54.693][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:54.950][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:54.951][S][cover]: 'Awning' >> +[16:05:54.951][S][cover]: State: OPEN +[16:05:54.951][S][cover]: Current Operation: IDLE +[16:05:55.289][S][sensor]: 'Black Tank' >> 33 % +[16:05:55.596][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:55.688][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:55.688][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:55.953][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:55.953][S][cover]: 'Awning' >> +[16:05:55.953][S][cover]: State: OPEN +[16:05:55.953][S][cover]: Current Operation: IDLE +[16:05:56.313][S][sensor]: 'Black Tank' >> 33 % +[16:05:56.620][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:56.692][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:56.693][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:56.978][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:56.979][S][cover]: 'Awning' >> +[16:05:56.979][S][cover]: State: OPEN +[16:05:56.979][S][cover]: Current Operation: IDLE +[16:05:57.252][S][sensor]: 'Black Tank' >> 33 % +[16:05:57.542][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:57.729][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:57.729][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:58.055][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:58.055][S][cover]: 'Awning' >> +[16:05:58.055][S][cover]: State: OPEN +[16:05:58.055][S][cover]: Current Operation: IDLE +[16:05:58.244][S][sensor]: 'Black Tank' >> 33 % +[16:05:58.566][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:58.698][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:58.698][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:58.976][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:58.976][S][cover]: 'Awning' >> +[16:05:58.976][S][cover]: State: OPEN +[16:05:58.976][S][cover]: Current Operation: IDLE +[16:05:59.254][S][sensor]: 'Black Tank' >> 33 % +[16:05:59.590][S][sensor]: 'Grey Tank 2' >> 33 % +[16:05:59.688][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:05:59.688][S][sensor]: 'Grey Tank 1' >> 33 % +[16:05:59.999][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:05:59.999][S][cover]: 'Awning' >> +[16:05:59.999][S][cover]: State: OPEN +[16:05:59.999][S][cover]: Current Operation: IDLE +[16:06:00.263][S][sensor]: 'Black Tank' >> 33 % +[16:06:00.546][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:00.716][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:00.716][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:01.024][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:01.024][S][cover]: 'Awning' >> +[16:06:01.024][S][cover]: State: OPEN +[16:06:01.024][S][cover]: Current Operation: IDLE +[16:06:01.258][S][sensor]: 'Black Tank' >> 33 % +[16:06:01.637][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:01.686][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:01.686][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:01.953][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:01.954][S][cover]: 'Awning' >> +[16:06:01.954][S][cover]: State: OPEN +[16:06:01.954][S][cover]: Current Operation: IDLE +[16:06:02.287][S][sensor]: 'Black Tank' >> 33 % +[16:06:02.560][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:02.764][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:02.764][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:02.946][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:02.946][S][cover]: 'Awning' >> +[16:06:02.946][S][cover]: State: OPEN +[16:06:02.946][S][cover]: Current Operation: IDLE +[16:06:03.276][S][sensor]: 'Black Tank' >> 33 % +[16:06:03.583][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:03.794][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:03.795][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:03.959][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:03.959][S][cover]: 'Awning' >> +[16:06:03.959][S][cover]: State: OPEN +[16:06:03.959][S][cover]: Current Operation: IDLE +[16:06:04.300][S][sensor]: 'Black Tank' >> 33 % +[16:06:04.608][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:04.701][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:04.701][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:04.970][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:04.971][S][cover]: 'Awning' >> +[16:06:04.971][S][cover]: State: OPEN +[16:06:04.971][S][cover]: Current Operation: IDLE +[16:06:05.271][S][sensor]: 'Black Tank' >> 33 % +[16:06:05.543][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:05.733][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:05.734][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:06.005][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:06.006][S][cover]: 'Awning' >> +[16:06:06.006][S][cover]: State: OPEN +[16:06:06.006][S][cover]: Current Operation: IDLE +[16:06:06.348][S][sensor]: 'Black Tank' >> 33 % +[16:06:06.538][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:06.758][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:06.758][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:06.963][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:06.963][S][cover]: 'Awning' >> +[16:06:06.963][S][cover]: State: OPEN +[16:06:06.963][S][cover]: Current Operation: IDLE +[16:06:07.372][S][sensor]: 'Black Tank' >> 33 % +[16:06:07.542][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:07.781][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:07.782][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:07.991][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:07.991][S][cover]: 'Awning' >> +[16:06:07.991][S][cover]: State: OPEN +[16:06:07.991][S][cover]: Current Operation: IDLE +[16:06:08.259][S][sensor]: 'Black Tank' >> 33 % +[16:06:08.547][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:08.706][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:08.706][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:09.010][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:09.010][S][cover]: 'Awning' >> +[16:06:09.010][S][cover]: State: OPEN +[16:06:09.010][S][cover]: Current Operation: IDLE +[16:06:09.265][S][sensor]: 'Black Tank' >> 33 % +[16:06:09.642][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:09.699][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:09.699][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:10.034][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:10.035][S][cover]: 'Awning' >> +[16:06:10.035][S][cover]: State: OPEN +[16:06:10.035][S][cover]: Current Operation: IDLE +[16:06:10.259][S][sensor]: 'Black Tank' >> 33 % +[16:06:10.649][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:10.707][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:10.707][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:11.063][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:11.064][S][cover]: 'Awning' >> +[16:06:11.064][S][cover]: State: OPEN +[16:06:11.064][S][cover]: Current Operation: IDLE +[16:06:11.321][S][sensor]: 'Black Tank' >> 33 % +[16:06:11.570][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:11.698][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:11.698][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:11.961][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:11.961][S][cover]: 'Awning' >> +[16:06:11.961][S][cover]: State: OPEN +[16:06:11.961][S][cover]: Current Operation: IDLE +[16:06:12.262][S][sensor]: 'Black Tank' >> 33 % +[16:06:12.544][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:12.799][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:12.800][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:12.971][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:12.971][S][cover]: 'Awning' >> +[16:06:12.971][S][cover]: State: OPEN +[16:06:12.971][S][cover]: Current Operation: IDLE +[16:06:13.278][S][sensor]: 'Black Tank' >> 33 % +[16:06:13.540][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:13.720][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:13.720][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:13.970][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:13.970][S][cover]: 'Awning' >> +[16:06:13.970][S][cover]: State: OPEN +[16:06:13.970][S][cover]: Current Operation: IDLE +[16:06:14.340][S][sensor]: 'Black Tank' >> 33 % +[16:06:14.547][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:14.744][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:14.829][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:14.970][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:14.970][S][cover]: 'Awning' >> +[16:06:14.970][S][cover]: State: OPEN +[16:06:14.970][S][cover]: Current Operation: IDLE +[16:06:15.359][S][sensor]: 'Black Tank' >> 33 % +[16:06:15.564][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:15.768][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:15.769][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:16.015][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:16.016][S][cover]: 'Awning' >> +[16:06:16.016][S][cover]: State: OPEN +[16:06:16.016][S][cover]: Current Operation: IDLE +[16:06:16.388][S][sensor]: 'Black Tank' >> 33 % +[16:06:16.587][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:16.707][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:16.707][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:16.997][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:16.998][S][cover]: 'Awning' >> +[16:06:16.998][S][cover]: State: OPEN +[16:06:16.998][S][cover]: Current Operation: IDLE +[16:06:17.304][S][sensor]: 'Black Tank' >> 33 % +[16:06:17.611][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:17.728][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:17.728][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:18.027][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:18.027][S][cover]: 'Awning' >> +[16:06:18.027][S][cover]: State: OPEN +[16:06:18.027][S][cover]: Current Operation: IDLE +[16:06:18.331][S][sensor]: 'Black Tank' >> 33 % +[16:06:18.635][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:18.717][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:18.717][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:19.045][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:19.045][S][cover]: 'Awning' >> +[16:06:19.045][S][cover]: State: OPEN +[16:06:19.045][S][cover]: Current Operation: IDLE +[16:06:19.278][S][sensor]: 'Black Tank' >> 33 % +[16:06:19.557][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:19.708][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:19.708][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:20.069][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:20.070][S][cover]: 'Awning' >> +[16:06:20.070][S][cover]: State: OPEN +[16:06:20.070][S][cover]: Current Operation: IDLE +[16:06:20.268][S][sensor]: 'Black Tank' >> 33 % +[16:06:20.581][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:20.758][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:20.759][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:20.990][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:20.991][S][cover]: 'Awning' >> +[16:06:20.991][S][cover]: State: OPEN +[16:06:20.991][S][cover]: Current Operation: IDLE +[16:06:21.281][S][sensor]: 'Black Tank' >> 33 % +[16:06:21.605][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:21.809][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:21.810][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:22.014][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:22.014][S][cover]: 'Awning' >> +[16:06:22.014][S][cover]: State: OPEN +[16:06:22.014][S][cover]: Current Operation: IDLE +[16:06:22.278][S][sensor]: 'Black Tank' >> 33 % +[16:06:22.629][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:22.706][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:22.855][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:22.986][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:22.986][S][cover]: 'Awning' >> +[16:06:22.986][S][cover]: State: OPEN +[16:06:22.986][S][cover]: Current Operation: IDLE +[16:06:23.296][S][sensor]: 'Black Tank' >> 33 % +[16:06:23.560][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:23.755][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:23.755][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:23.968][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:23.968][S][cover]: 'Awning' >> +[16:06:23.968][S][cover]: State: OPEN +[16:06:23.968][S][cover]: Current Operation: IDLE +[16:06:24.352][S][sensor]: 'Black Tank' >> 33 % +[16:06:24.574][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:24.779][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:24.779][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:24.981][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:24.981][S][cover]: 'Awning' >> +[16:06:24.981][S][cover]: State: OPEN +[16:06:24.981][S][cover]: Current Operation: IDLE +[16:06:25.291][S][sensor]: 'Black Tank' >> 33 % +[16:06:25.613][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:25.803][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:25.803][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:26.018][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:26.019][S][cover]: 'Awning' >> +[16:06:26.019][S][cover]: State: OPEN +[16:06:26.019][S][cover]: Current Operation: IDLE +[16:06:26.315][S][sensor]: 'Black Tank' >> 33 % +[16:06:26.555][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:26.827][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:26.827][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:27.031][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:27.032][S][cover]: 'Awning' >> +[16:06:27.032][S][cover]: State: OPEN +[16:06:27.032][S][cover]: Current Operation: IDLE +[16:06:27.339][S][sensor]: 'Black Tank' >> 33 % +[16:06:27.596][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:27.748][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:27.748][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:28.058][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:28.059][S][cover]: 'Awning' >> +[16:06:28.059][S][cover]: State: OPEN +[16:06:28.059][S][cover]: Current Operation: IDLE +[16:06:28.364][S][sensor]: 'Black Tank' >> 33 % +[16:06:28.556][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:28.772][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:28.772][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:29.080][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:29.080][S][cover]: 'Awning' >> +[16:06:29.080][S][cover]: State: OPEN +[16:06:29.080][S][cover]: Current Operation: IDLE +[16:06:29.285][S][sensor]: 'Black Tank' >> 33 % +[16:06:29.583][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:29.796][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:29.796][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:30.001][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:30.001][S][cover]: 'Awning' >> +[16:06:30.001][S][cover]: State: OPEN +[16:06:30.001][S][cover]: Current Operation: IDLE +[16:06:30.308][S][sensor]: 'Black Tank' >> 33 % +[16:06:30.567][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:30.820][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:30.821][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:31.025][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:31.025][S][cover]: 'Awning' >> +[16:06:31.025][S][cover]: State: OPEN +[16:06:31.025][S][cover]: Current Operation: IDLE +[16:06:31.332][S][sensor]: 'Black Tank' >> 33 % +[16:06:31.589][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:31.744][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:31.745][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:32.052][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:32.053][S][cover]: 'Awning' >> +[16:06:32.053][S][cover]: State: OPEN +[16:06:32.053][S][cover]: Current Operation: IDLE +[16:06:32.284][S][sensor]: 'Black Tank' >> 33 % +[16:06:32.617][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:32.730][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:32.730][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:33.073][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:33.074][S][cover]: 'Awning' >> +[16:06:33.074][S][cover]: State: OPEN +[16:06:33.074][S][cover]: Current Operation: IDLE +[16:06:33.297][S][sensor]: 'Black Tank' >> 33 % +[16:06:33.585][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:33.737][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:33.737][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:34.199][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:34.200][S][cover]: 'Awning' >> +[16:06:34.200][S][cover]: State: OPEN +[16:06:34.200][S][cover]: Current Operation: IDLE +[16:06:34.284][S][sensor]: 'Black Tank' >> 33 % +[16:06:34.609][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:34.720][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:34.916][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:34.986][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:34.986][S][cover]: 'Awning' >> +[16:06:34.986][S][cover]: State: OPEN +[16:06:34.986][S][cover]: Current Operation: IDLE +[16:06:35.301][S][sensor]: 'Black Tank' >> 33 % +[16:06:35.635][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:35.734][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:35.734][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:35.993][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:35.993][S][cover]: 'Awning' >> +[16:06:35.993][S][cover]: State: OPEN +[16:06:35.993][S][cover]: Current Operation: IDLE +[16:06:36.300][S][sensor]: 'Black Tank' >> 33 % +[16:06:36.587][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:36.725][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:36.725][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:37.066][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:37.067][S][cover]: 'Awning' >> +[16:06:37.067][S][cover]: State: OPEN +[16:06:37.067][S][cover]: Current Operation: IDLE +[16:06:37.355][S][sensor]: 'Black Tank' >> 33 % +[16:06:37.563][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:37.738][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:37.739][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:38.095][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:38.096][S][cover]: 'Awning' >> +[16:06:38.096][S][cover]: State: OPEN +[16:06:38.096][S][cover]: Current Operation: IDLE +[16:06:38.380][S][sensor]: 'Black Tank' >> 33 % +[16:06:38.704][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:38.730][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:38.730][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:39.012][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:39.012][S][cover]: 'Awning' >> +[16:06:39.012][S][cover]: State: OPEN +[16:06:39.012][S][cover]: Current Operation: IDLE +[16:06:39.319][S][sensor]: 'Black Tank' >> 33 % +[16:06:39.586][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:39.737][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:39.737][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:40.036][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:40.036][S][cover]: 'Awning' >> +[16:06:40.036][S][cover]: State: OPEN +[16:06:40.036][S][cover]: Current Operation: IDLE +[16:06:40.303][S][sensor]: 'Black Tank' >> 33 % +[16:06:40.650][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:40.729][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:40.730][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:41.059][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:41.059][S][cover]: 'Awning' >> +[16:06:41.059][S][cover]: State: OPEN +[16:06:41.059][S][cover]: Current Operation: IDLE +[16:06:41.367][S][sensor]: 'Black Tank' >> 33 % +[16:06:41.589][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:41.776][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:41.776][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:42.000][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:42.001][S][cover]: 'Awning' >> +[16:06:42.001][S][cover]: State: OPEN +[16:06:42.001][S][cover]: Current Operation: IDLE +[16:06:42.302][S][sensor]: 'Black Tank' >> 33 % +[16:06:42.580][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:42.801][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:42.801][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:43.005][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:43.006][S][cover]: 'Awning' >> +[16:06:43.006][S][cover]: State: OPEN +[16:06:43.006][S][cover]: Current Operation: IDLE +[16:06:43.313][S][sensor]: 'Black Tank' >> 33 % +[16:06:43.739][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:43.739][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:43.998][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:43.999][S][cover]: 'Awning' >> +[16:06:43.999][S][cover]: State: OPEN +[16:06:43.999][S][cover]: Current Operation: IDLE +[16:06:44.336][S][sensor]: 'Black Tank' >> 33 % +[16:06:44.848][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:44.849][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:45.003][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:45.003][S][cover]: 'Awning' >> +[16:06:45.003][S][cover]: State: OPEN +[16:06:45.003][S][cover]: Current Operation: IDLE +[16:06:45.360][S][sensor]: 'Black Tank' >> 33 % +[16:06:45.737][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:45.737][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:46.006][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:46.006][S][cover]: 'Awning' >> +[16:06:46.006][S][cover]: State: OPEN +[16:06:46.006][S][cover]: Current Operation: IDLE +[16:06:46.390][S][sensor]: 'Black Tank' >> 33 % +[16:06:46.653][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:46.654][S][sensor]: 'Battery Voltage' >> 13.26 V +[16:06:46.721][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:46.896][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:47.008][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:47.008][S][cover]: 'Awning' >> +[16:06:47.008][S][cover]: State: OPEN +[16:06:47.008][S][cover]: Current Operation: IDLE +[16:06:47.301][S][sensor]: 'Black Tank' >> 33 % +[16:06:47.613][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:47.733][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:47.870][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:48.022][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:48.022][S][cover]: 'Awning' >> +[16:06:48.022][S][cover]: State: OPEN +[16:06:48.022][S][cover]: Current Operation: IDLE +[16:06:48.300][S][sensor]: 'Black Tank' >> 33 % +[16:06:48.637][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:48.734][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:48.871][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:49.046][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:49.047][S][cover]: 'Awning' >> +[16:06:49.047][S][cover]: State: OPEN +[16:06:49.047][S][cover]: Current Operation: IDLE +[16:06:49.354][S][sensor]: 'Black Tank' >> 33 % +[16:06:49.661][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:49.747][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:49.748][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:49.998][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:49.998][S][cover]: 'Awning' >> +[16:06:49.998][S][cover]: State: OPEN +[16:06:49.998][S][cover]: Current Operation: IDLE +[16:06:50.377][S][sensor]: 'Black Tank' >> 33 % +[16:06:50.787][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:50.787][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:50.997][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:50.997][S][cover]: 'Awning' >> +[16:06:50.997][S][cover]: State: OPEN +[16:06:50.997][S][cover]: Current Operation: IDLE +[16:06:51.317][S][sensor]: 'Black Tank' >> 33 % +[16:06:51.811][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:51.811][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:52.004][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:52.004][S][cover]: 'Awning' >> +[16:06:52.004][S][cover]: State: OPEN +[16:06:52.004][S][cover]: Current Operation: IDLE +[16:06:52.303][S][sensor]: 'Black Tank' >> 33 % +[16:06:52.630][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:52.835][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:52.835][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:53.024][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:53.025][S][cover]: 'Awning' >> +[16:06:53.025][S][cover]: State: OPEN +[16:06:53.025][S][cover]: Current Operation: IDLE +[16:06:53.312][S][sensor]: 'Black Tank' >> 33 % +[16:06:53.654][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:53.753][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:53.753][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:54.063][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:54.064][S][cover]: 'Awning' >> +[16:06:54.064][S][cover]: State: OPEN +[16:06:54.064][S][cover]: Current Operation: IDLE +[16:06:54.318][S][sensor]: 'Black Tank' >> 33 % +[16:06:54.678][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:54.748][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:54.748][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:55.109][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:55.109][S][cover]: 'Awning' >> +[16:06:55.109][S][cover]: State: OPEN +[16:06:55.109][S][cover]: Current Operation: IDLE +[16:06:55.381][S][sensor]: 'Black Tank' >> 33 % +[16:06:55.702][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:55.754][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:55.754][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:56.111][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:56.112][S][cover]: 'Awning' >> +[16:06:56.112][S][cover]: State: OPEN +[16:06:56.112][S][cover]: Current Operation: IDLE +[16:06:56.416][S][sensor]: 'Black Tank' >> 33 % +[16:06:56.623][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:56.756][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:56.756][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:57.033][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:57.033][S][cover]: 'Awning' >> +[16:06:57.033][S][cover]: State: OPEN +[16:06:57.033][S][cover]: Current Operation: IDLE +[16:06:57.310][S][sensor]: 'Black Tank' >> 33 % +[16:06:57.647][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:57.852][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:57.852][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:58.062][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:58.062][S][cover]: 'Awning' >> +[16:06:58.062][S][cover]: State: OPEN +[16:06:58.062][S][cover]: Current Operation: IDLE +[16:06:58.321][S][sensor]: 'Black Tank' >> 33 % +[16:06:58.601][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:58.773][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:58.774][S][sensor]: 'Grey Tank 1' >> 33 % +[16:06:59.081][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:06:59.081][S][cover]: 'Awning' >> +[16:06:59.081][S][cover]: State: OPEN +[16:06:59.081][S][cover]: Current Operation: IDLE +[16:06:59.316][S][sensor]: 'Black Tank' >> 33 % +[16:06:59.607][S][sensor]: 'Grey Tank 2' >> 33 % +[16:06:59.797][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:06:59.798][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:00.105][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:00.105][S][cover]: 'Awning' >> +[16:07:00.105][S][cover]: State: OPEN +[16:07:00.105][S][cover]: Current Operation: IDLE +[16:07:00.333][S][sensor]: 'Black Tank' >> 33 % +[16:07:00.605][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:00.821][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:00.822][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:01.018][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:01.018][S][cover]: 'Awning' >> +[16:07:01.018][S][cover]: State: OPEN +[16:07:01.018][S][cover]: Current Operation: IDLE +[16:07:01.333][S][sensor]: 'Black Tank' >> 33 % +[16:07:01.608][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:01.756][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:01.756][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:02.050][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:02.050][S][cover]: 'Awning' >> +[16:07:02.050][S][cover]: State: OPEN +[16:07:02.050][S][cover]: Current Operation: IDLE +[16:07:02.357][S][sensor]: 'Black Tank' >> 33 % +[16:07:02.665][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:02.762][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:02.762][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:03.074][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:03.074][S][cover]: 'Awning' >> +[16:07:03.074][S][cover]: State: OPEN +[16:07:03.074][S][cover]: Current Operation: IDLE +[16:07:03.381][S][sensor]: 'Black Tank' >> 33 % +[16:07:03.604][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:03.776][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:03.777][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:04.098][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:04.098][S][cover]: 'Awning' >> +[16:07:04.098][S][cover]: State: OPEN +[16:07:04.098][S][cover]: Current Operation: IDLE +[16:07:04.405][S][sensor]: 'Black Tank' >> 33 % +[16:07:04.615][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:04.814][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:04.815][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:05.122][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:05.122][S][cover]: 'Awning' >> +[16:07:05.122][S][cover]: State: OPEN +[16:07:05.122][S][cover]: Current Operation: IDLE +[16:07:05.429][S][sensor]: 'Black Tank' >> 33 % +[16:07:05.609][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:05.838][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:05.839][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:06.043][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:06.044][S][cover]: 'Awning' >> +[16:07:06.044][S][cover]: State: OPEN +[16:07:06.044][S][cover]: Current Operation: IDLE +[16:07:06.368][S][sensor]: 'Black Tank' >> 33 % +[16:07:06.642][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:06.862][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:06.863][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:07.067][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:07.067][S][cover]: 'Awning' >> +[16:07:07.067][S][cover]: State: OPEN +[16:07:07.067][S][cover]: Current Operation: IDLE +[16:07:07.331][S][sensor]: 'Black Tank' >> 33 % +[16:07:07.612][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:07.759][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:07.759][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:08.023][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:08.023][S][cover]: 'Awning' >> +[16:07:08.023][S][cover]: State: OPEN +[16:07:08.023][S][cover]: Current Operation: IDLE +[16:07:08.325][S][sensor]: 'Black Tank' >> 33 % +[16:07:08.704][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:08.768][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:08.768][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:09.016][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:09.017][S][cover]: 'Awning' >> +[16:07:09.017][S][cover]: State: OPEN +[16:07:09.017][S][cover]: Current Operation: IDLE +[16:07:09.422][S][sensor]: 'Black Tank' >> 33 % +[16:07:09.619][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:09.763][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:09.763][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:10.048][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:10.049][S][cover]: 'Awning' >> +[16:07:10.049][S][cover]: State: OPEN +[16:07:10.049][S][cover]: Current Operation: IDLE +[16:07:10.344][S][sensor]: 'Black Tank' >> 33 % +[16:07:10.651][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:10.754][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:10.888][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:11.026][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:11.027][S][cover]: 'Awning' >> +[16:07:11.027][S][cover]: State: OPEN +[16:07:11.027][S][cover]: Current Operation: IDLE +[16:07:11.368][S][sensor]: 'Black Tank' >> 33 % +[16:07:11.675][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:11.767][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:11.768][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:12.033][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:12.033][S][cover]: 'Awning' >> +[16:07:12.033][S][cover]: State: OPEN +[16:07:12.033][S][cover]: Current Operation: IDLE +[16:07:12.704][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:12.771][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:12.772][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:13.073][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:13.073][S][cover]: 'Awning' >> +[16:07:13.073][S][cover]: State: OPEN +[16:07:13.073][S][cover]: Current Operation: IDLE +[16:07:13.723][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:13.767][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:13.768][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:14.030][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:14.031][S][cover]: 'Awning' >> +[16:07:14.031][S][cover]: State: OPEN +[16:07:14.031][S][cover]: Current Operation: IDLE +[16:07:14.644][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:14.849][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:14.849][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:15.054][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:15.055][S][cover]: 'Awning' >> +[16:07:15.055][S][cover]: State: OPEN +[16:07:15.055][S][cover]: Current Operation: IDLE +[16:07:15.336][S][sensor]: 'Black Tank' >> 33 % +[16:07:15.668][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:15.767][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:15.767][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:16.078][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:16.078][S][cover]: 'Awning' >> +[16:07:16.078][S][cover]: State: OPEN +[16:07:16.078][S][cover]: Current Operation: IDLE +[16:07:16.692][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:16.778][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:16.779][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:17.102][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:17.102][S][cover]: 'Awning' >> +[16:07:17.102][S][cover]: State: OPEN +[16:07:17.102][S][cover]: Current Operation: IDLE +[16:07:17.344][S][sensor]: 'Black Tank' >> 33 % +[16:07:17.621][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:17.818][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:17.819][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:18.126][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:18.126][S][cover]: 'Awning' >> +[16:07:18.126][S][cover]: State: OPEN +[16:07:18.126][S][cover]: Current Operation: IDLE +[16:07:18.434][S][sensor]: 'Black Tank' >> 33 % +[16:07:18.634][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:18.842][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:18.843][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:19.047][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:19.048][S][cover]: 'Awning' >> +[16:07:19.048][S][cover]: State: OPEN +[16:07:19.048][S][cover]: Current Operation: IDLE +[16:07:19.626][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:19.771][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:19.772][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:20.071][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:20.072][S][cover]: 'Awning' >> +[16:07:20.072][S][cover]: State: OPEN +[16:07:20.072][S][cover]: Current Operation: IDLE +[16:07:20.378][S][sensor]: 'Black Tank' >> 33 % +[16:07:20.633][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:20.768][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:20.992][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:21.037][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:21.037][S][cover]: 'Awning' >> +[16:07:21.037][S][cover]: State: OPEN +[16:07:21.037][S][cover]: Current Operation: IDLE +[16:07:21.635][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:21.777][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:21.778][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:22.124][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:22.124][S][cover]: 'Awning' >> +[16:07:22.124][S][cover]: State: OPEN +[16:07:22.124][S][cover]: Current Operation: IDLE +[16:07:22.616][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:22.786][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:22.786][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:23.143][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:23.143][S][cover]: 'Awning' >> +[16:07:23.143][S][cover]: State: OPEN +[16:07:23.143][S][cover]: Current Operation: IDLE +[16:07:23.450][S][sensor]: 'Black Tank' >> 33 % +[16:07:23.631][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:23.808][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:23.808][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:24.064][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:24.064][S][cover]: 'Awning' >> +[16:07:24.064][S][cover]: State: OPEN +[16:07:24.064][S][cover]: Current Operation: IDLE +[16:07:24.670][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:24.784][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:24.785][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:25.088][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:25.089][S][cover]: 'Awning' >> +[16:07:25.089][S][cover]: State: OPEN +[16:07:25.089][S][cover]: Current Operation: IDLE +[16:07:25.395][S][sensor]: 'Black Tank' >> 33 % +[16:07:25.703][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:25.776][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:25.776][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:26.112][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:26.113][S][cover]: 'Awning' >> +[16:07:26.113][S][cover]: State: OPEN +[16:07:26.113][S][cover]: Current Operation: IDLE +[16:07:26.732][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:26.784][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:26.785][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:27.047][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:27.048][S][cover]: 'Awning' >> +[16:07:27.048][S][cover]: State: OPEN +[16:07:27.048][S][cover]: Current Operation: IDLE +[16:07:27.448][S][sensor]: 'Black Tank' >> 33 % +[16:07:27.651][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:27.791][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:27.792][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:28.041][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:28.041][S][cover]: 'Awning' >> +[16:07:28.041][S][cover]: State: OPEN +[16:07:28.041][S][cover]: Current Operation: IDLE +[16:07:28.672][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:28.810][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:28.811][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:29.057][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:29.057][S][cover]: 'Awning' >> +[16:07:29.057][S][cover]: State: OPEN +[16:07:29.057][S][cover]: Current Operation: IDLE +[16:07:29.410][S][sensor]: 'Black Tank' >> 33 % +[16:07:29.712][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:29.778][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:29.779][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:30.081][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:30.081][S][cover]: 'Awning' >> +[16:07:30.081][S][cover]: State: OPEN +[16:07:30.081][S][cover]: Current Operation: IDLE +[16:07:30.720][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:30.788][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:30.789][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:31.105][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:31.105][S][cover]: 'Awning' >> +[16:07:31.105][S][cover]: State: OPEN +[16:07:31.105][S][cover]: Current Operation: IDLE +[16:07:31.744][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:31.793][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:31.794][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:32.051][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:32.051][S][cover]: 'Awning' >> +[16:07:32.051][S][cover]: State: OPEN +[16:07:32.051][S][cover]: Current Operation: IDLE +[16:07:32.460][S][sensor]: 'Black Tank' >> 33 % +[16:07:32.665][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:32.870][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:32.871][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:33.079][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:33.079][S][cover]: 'Awning' >> +[16:07:33.079][S][cover]: State: OPEN +[16:07:33.079][S][cover]: Current Operation: IDLE +[16:07:33.640][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:33.791][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:33.791][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:34.056][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:34.056][S][cover]: 'Awning' >> +[16:07:34.056][S][cover]: State: OPEN +[16:07:34.056][S][cover]: Current Operation: IDLE +[16:07:34.406][S][sensor]: 'Black Tank' >> 33 % +[16:07:34.713][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:34.783][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:34.783][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:35.051][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:35.051][S][cover]: 'Awning' >> +[16:07:35.051][S][cover]: State: OPEN +[16:07:35.051][S][cover]: Current Operation: IDLE +[16:07:35.737][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:35.790][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:35.791][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:36.049][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:36.050][S][cover]: 'Awning' >> +[16:07:36.050][S][cover]: State: OPEN +[16:07:36.050][S][cover]: Current Operation: IDLE +[16:07:36.659][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:36.864][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:36.864][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:37.052][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:37.052][S][cover]: 'Awning' >> +[16:07:37.052][S][cover]: State: OPEN +[16:07:37.052][S][cover]: Current Operation: IDLE +[16:07:37.354][S][sensor]: 'Black Tank' >> 33 % +[16:07:37.648][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:37.887][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:37.888][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:38.043][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:38.043][S][cover]: 'Awning' >> +[16:07:38.043][S][cover]: State: OPEN +[16:07:38.043][S][cover]: Current Operation: IDLE +[16:07:38.706][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:38.801][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:38.801][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:39.056][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:39.057][S][cover]: 'Awning' >> +[16:07:39.057][S][cover]: State: OPEN +[16:07:39.057][S][cover]: Current Operation: IDLE +[16:07:39.681][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:39.797][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:39.797][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:40.076][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:40.077][S][cover]: 'Awning' >> +[16:07:40.077][S][cover]: State: OPEN +[16:07:40.077][S][cover]: Current Operation: IDLE +[16:07:40.759][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:40.799][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:40.799][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:41.169][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:41.169][S][cover]: 'Awning' >> +[16:07:41.169][S][cover]: State: OPEN +[16:07:41.169][S][cover]: Current Operation: IDLE +[16:07:41.382][S][sensor]: 'Black Tank' >> 33 % +[16:07:41.681][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:41.793][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:41.793][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:42.054][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:42.054][S][cover]: 'Awning' >> +[16:07:42.054][S][cover]: State: OPEN +[16:07:42.054][S][cover]: Current Operation: IDLE +[16:07:42.700][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:42.798][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:42.798][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:43.109][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:43.110][S][cover]: 'Awning' >> +[16:07:43.110][S][cover]: State: OPEN +[16:07:43.110][S][cover]: Current Operation: IDLE +[16:07:43.416][S][sensor]: 'Black Tank' >> 33 % +[16:07:43.724][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:43.794][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:43.795][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:44.091][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:44.092][S][cover]: 'Awning' >> +[16:07:44.092][S][cover]: State: OPEN +[16:07:44.092][S][cover]: Current Operation: IDLE +[16:07:44.748][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:44.800][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:44.800][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:45.157][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:45.157][S][cover]: 'Awning' >> +[16:07:45.157][S][cover]: State: OPEN +[16:07:45.157][S][cover]: Current Operation: IDLE +[16:07:45.669][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:45.874][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:45.874][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:46.079][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:46.079][S][cover]: 'Awning' >> +[16:07:46.079][S][cover]: State: OPEN +[16:07:46.079][S][cover]: Current Operation: IDLE +[16:07:46.643][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:46.898][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:46.898][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:47.102][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:47.103][S][cover]: 'Awning' >> +[16:07:47.103][S][cover]: State: OPEN +[16:07:47.103][S][cover]: Current Operation: IDLE +[16:07:47.380][S][sensor]: 'Battery Voltage' >> 13.27 V +[16:07:47.380][S][sensor]: 'Black Tank' >> 33 % +[16:07:47.645][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:47.819][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:48.027][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:48.073][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:48.073][S][cover]: 'Awning' >> +[16:07:48.073][S][cover]: State: OPEN +[16:07:48.073][S][cover]: Current Operation: IDLE +[16:07:48.652][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:48.843][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:48.925][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:49.150][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:49.151][S][cover]: 'Awning' >> +[16:07:49.151][S][cover]: State: OPEN +[16:07:49.151][S][cover]: Current Operation: IDLE +[16:07:49.665][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:49.867][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:49.867][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:50.067][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:50.067][S][cover]: 'Awning' >> +[16:07:50.067][S][cover]: State: OPEN +[16:07:50.067][S][cover]: Current Operation: IDLE +[16:07:50.686][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:50.799][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:50.799][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:51.096][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:51.096][S][cover]: 'Awning' >> +[16:07:51.096][S][cover]: State: OPEN +[16:07:51.096][S][cover]: Current Operation: IDLE +[16:07:51.654][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:51.803][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:51.804][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:52.067][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:52.068][S][cover]: 'Awning' >> +[16:07:52.068][S][cover]: State: OPEN +[16:07:52.068][S][cover]: Current Operation: IDLE +[16:07:52.734][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:52.803][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:52.803][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:53.144][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:53.144][S][cover]: 'Awning' >> +[16:07:53.144][S][cover]: State: OPEN +[16:07:53.144][S][cover]: Current Operation: IDLE +[16:07:53.744][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:53.807][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:53.807][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:54.068][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:54.069][S][cover]: 'Awning' >> +[16:07:54.069][S][cover]: State: OPEN +[16:07:54.069][S][cover]: Current Operation: IDLE +[16:07:54.685][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:54.810][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:54.810][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:55.089][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:55.090][S][cover]: 'Awning' >> +[16:07:55.090][S][cover]: State: OPEN +[16:07:55.090][S][cover]: Current Operation: IDLE +[16:07:55.401][S][sensor]: 'Black Tank' >> 33 % +[16:07:55.704][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:55.806][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:55.807][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:56.072][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:56.072][S][cover]: 'Awning' >> +[16:07:56.072][S][cover]: State: OPEN +[16:07:56.072][S][cover]: Current Operation: IDLE +[16:07:56.728][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:56.809][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:56.809][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:57.068][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:57.069][S][cover]: 'Awning' >> +[16:07:57.069][S][cover]: State: OPEN +[16:07:57.069][S][cover]: Current Operation: IDLE +[16:07:57.751][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:57.818][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:57.818][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:58.090][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:58.090][S][cover]: 'Awning' >> +[16:07:58.090][S][cover]: State: OPEN +[16:07:58.090][S][cover]: Current Operation: IDLE +[16:07:58.775][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:58.825][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:58.825][S][sensor]: 'Grey Tank 1' >> 33 % +[16:07:59.078][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:07:59.078][S][cover]: 'Awning' >> +[16:07:59.078][S][cover]: State: OPEN +[16:07:59.078][S][cover]: Current Operation: IDLE +[16:07:59.702][S][sensor]: 'Grey Tank 2' >> 33 % +[16:07:59.901][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:07:59.902][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:00.096][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:00.097][S][cover]: 'Awning' >> +[16:08:00.097][S][cover]: State: OPEN +[16:08:00.097][S][cover]: Current Operation: IDLE +[16:08:00.414][S][sensor]: 'Black Tank' >> 33 % +[16:08:00.721][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:00.809][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:00.809][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:01.121][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:01.122][S][cover]: 'Awning' >> +[16:08:01.122][S][cover]: State: OPEN +[16:08:01.122][S][cover]: Current Operation: IDLE +[16:08:01.745][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:01.797][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:01.933][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:02.080][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:02.081][S][cover]: 'Awning' >> +[16:08:02.081][S][cover]: State: OPEN +[16:08:02.081][S][cover]: Current Operation: IDLE +[16:08:02.461][S][sensor]: 'Black Tank' >> 33 % +[16:08:02.769][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:02.813][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:02.814][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:03.074][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:03.074][S][cover]: 'Awning' >> +[16:08:03.074][S][cover]: State: OPEN +[16:08:03.074][S][cover]: Current Operation: IDLE +[16:08:03.690][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:03.895][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:03.895][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:04.093][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:04.094][S][cover]: 'Awning' >> +[16:08:04.094][S][cover]: State: OPEN +[16:08:04.094][S][cover]: Current Operation: IDLE +[16:08:04.714][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:04.919][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:04.919][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:05.088][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:05.089][S][cover]: 'Awning' >> +[16:08:05.089][S][cover]: State: OPEN +[16:08:05.089][S][cover]: Current Operation: IDLE +[16:08:05.738][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:05.820][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:05.820][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:06.081][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:06.081][S][cover]: 'Awning' >> +[16:08:06.081][S][cover]: State: OPEN +[16:08:06.081][S][cover]: Current Operation: IDLE +[16:08:06.762][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:06.824][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:06.824][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:07.083][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:07.084][S][cover]: 'Awning' >> +[16:08:07.084][S][cover]: State: OPEN +[16:08:07.084][S][cover]: Current Operation: IDLE +[16:08:07.786][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:07.832][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:07.832][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:08.095][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:08.095][S][cover]: 'Awning' >> +[16:08:08.095][S][cover]: State: OPEN +[16:08:08.095][S][cover]: Current Operation: IDLE +[16:08:08.686][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:08.835][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:08.835][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:09.117][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:09.117][S][cover]: 'Awning' >> +[16:08:09.117][S][cover]: State: OPEN +[16:08:09.117][S][cover]: Current Operation: IDLE +[16:08:09.405][S][sensor]: 'Black Tank' >> 33 % +[16:08:09.731][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:09.818][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:09.818][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:10.141][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:10.141][S][cover]: 'Awning' >> +[16:08:10.141][S][cover]: State: OPEN +[16:08:10.141][S][cover]: Current Operation: IDLE +[16:08:10.755][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:10.822][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:10.823][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:11.090][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:11.090][S][cover]: 'Awning' >> +[16:08:11.090][S][cover]: State: OPEN +[16:08:11.090][S][cover]: Current Operation: IDLE +[16:08:11.779][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:11.832][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:11.832][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:12.188][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:12.189][S][cover]: 'Awning' >> +[16:08:12.189][S][cover]: State: OPEN +[16:08:12.189][S][cover]: Current Operation: IDLE +[16:08:12.407][S][sensor]: 'Black Tank' >> 33 % +[16:08:12.706][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:12.905][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:12.905][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:13.111][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:13.111][S][cover]: 'Awning' >> +[16:08:13.111][S][cover]: State: OPEN +[16:08:13.111][S][cover]: Current Operation: IDLE +[16:08:13.724][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:13.929][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:13.930][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:14.134][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:14.134][S][cover]: 'Awning' >> +[16:08:14.134][S][cover]: State: OPEN +[16:08:14.134][S][cover]: Current Operation: IDLE +[16:08:14.406][S][sensor]: 'Black Tank' >> 33 % +[16:08:14.748][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:14.837][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:14.837][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:15.158][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:15.158][S][cover]: 'Awning' >> +[16:08:15.158][S][cover]: State: OPEN +[16:08:15.158][S][cover]: Current Operation: IDLE +[16:08:15.772][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:15.823][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:15.823][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:16.182][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:16.182][S][cover]: 'Awning' >> +[16:08:16.182][S][cover]: State: OPEN +[16:08:16.182][S][cover]: Current Operation: IDLE +[16:08:16.694][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:16.899][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:16.899][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:17.103][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:17.104][S][cover]: 'Awning' >> +[16:08:17.104][S][cover]: State: OPEN +[16:08:17.104][S][cover]: Current Operation: IDLE +[16:08:17.718][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:17.922][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:17.923][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:18.132][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:18.133][S][cover]: 'Awning' >> +[16:08:18.133][S][cover]: State: OPEN +[16:08:18.133][S][cover]: Current Operation: IDLE +[16:08:18.434][S][sensor]: 'Black Tank' >> 33 % +[16:08:18.741][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:18.825][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:19.049][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:19.098][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:19.098][S][cover]: 'Awning' >> +[16:08:19.098][S][cover]: State: OPEN +[16:08:19.098][S][cover]: Current Operation: IDLE +[16:08:19.697][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:19.868][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:19.868][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:20.179][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:20.179][S][cover]: 'Awning' >> +[16:08:20.179][S][cover]: State: OPEN +[16:08:20.179][S][cover]: Current Operation: IDLE +[16:08:20.668][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:20.892][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:20.892][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:21.199][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:21.199][S][cover]: 'Awning' >> +[16:08:21.199][S][cover]: State: OPEN +[16:08:21.199][S][cover]: Current Operation: IDLE +[16:08:21.686][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:21.916][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:21.916][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:22.120][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:22.121][S][cover]: 'Awning' >> +[16:08:22.121][S][cover]: State: OPEN +[16:08:22.121][S][cover]: Current Operation: IDLE +[16:08:22.428][S][sensor]: 'Black Tank' >> 33 % +[16:08:22.705][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:22.833][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:22.833][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:23.093][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:23.093][S][cover]: 'Awning' >> +[16:08:23.093][S][cover]: State: OPEN +[16:08:23.093][S][cover]: Current Operation: IDLE +[16:08:23.725][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:23.831][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:23.831][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:24.168][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:24.169][S][cover]: 'Awning' >> +[16:08:24.169][S][cover]: State: OPEN +[16:08:24.169][S][cover]: Current Operation: IDLE +[16:08:24.752][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:24.845][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:24.845][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:25.100][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:25.100][S][cover]: 'Awning' >> +[16:08:25.100][S][cover]: State: OPEN +[16:08:25.100][S][cover]: Current Operation: IDLE +[16:08:25.499][S][sensor]: 'Black Tank' >> 33 % +[16:08:25.773][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:25.851][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:25.851][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:26.114][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:26.114][S][cover]: 'Awning' >> +[16:08:26.114][S][cover]: State: OPEN +[16:08:26.114][S][cover]: Current Operation: IDLE +[16:08:26.730][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:26.858][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:26.858][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:27.138][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:27.138][S][cover]: 'Awning' >> +[16:08:27.138][S][cover]: State: OPEN +[16:08:27.138][S][cover]: Current Operation: IDLE +[16:08:27.445][S][sensor]: 'Black Tank' >> 33 % +[16:08:27.752][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:27.843][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:27.843][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:28.162][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:28.162][S][cover]: 'Awning' >> +[16:08:28.162][S][cover]: State: OPEN +[16:08:28.162][S][cover]: Current Operation: IDLE +[16:08:28.468][S][sensor]: 'Black Tank' >> 33 % +[16:08:28.776][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:28.843][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:28.968][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:29.119][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:29.119][S][cover]: 'Awning' >> +[16:08:29.119][S][cover]: State: OPEN +[16:08:29.119][S][cover]: Current Operation: IDLE +[16:08:29.492][S][sensor]: 'Black Tank' >> 33 % +[16:08:29.702][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:29.902][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:29.902][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:30.107][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:30.107][S][cover]: 'Awning' >> +[16:08:30.107][S][cover]: State: OPEN +[16:08:30.107][S][cover]: Current Operation: IDLE +[16:08:30.516][S][sensor]: 'Black Tank' >> 33 % +[16:08:30.721][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:30.926][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:30.927][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:31.131][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:31.131][S][cover]: 'Awning' >> +[16:08:31.131][S][cover]: State: OPEN +[16:08:31.131][S][cover]: Current Operation: IDLE +[16:08:31.419][S][sensor]: 'Black Tank' >> 33 % +[16:08:31.750][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:31.950][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:31.950][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:32.155][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:32.155][S][cover]: 'Awning' >> +[16:08:32.155][S][cover]: State: OPEN +[16:08:32.155][S][cover]: Current Operation: IDLE +[16:08:32.467][S][sensor]: 'Black Tank' >> 33 % +[16:08:32.769][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:32.840][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:32.841][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:33.104][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:33.104][S][cover]: 'Awning' >> +[16:08:33.104][S][cover]: State: OPEN +[16:08:33.104][S][cover]: Current Operation: IDLE +[16:08:33.486][S][sensor]: 'Black Tank' >> 33 % +[16:08:33.793][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:33.860][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:33.860][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:34.099][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:34.099][S][cover]: 'Awning' >> +[16:08:34.099][S][cover]: State: OPEN +[16:08:34.099][S][cover]: Current Operation: IDLE +[16:08:34.510][S][sensor]: 'Black Tank' >> 33 % +[16:08:34.715][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:34.919][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:34.919][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:35.107][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:35.108][S][cover]: 'Awning' >> +[16:08:35.108][S][cover]: State: OPEN +[16:08:35.108][S][cover]: Current Operation: IDLE +[16:08:35.534][S][sensor]: 'Black Tank' >> 33 % +[16:08:35.738][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:35.944][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:35.944][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:36.104][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:36.104][S][cover]: 'Awning' >> +[16:08:36.104][S][cover]: State: OPEN +[16:08:36.104][S][cover]: Current Operation: IDLE +[16:08:36.455][S][sensor]: 'Black Tank' >> 33 % +[16:08:36.710][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:36.870][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:36.870][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:37.114][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:37.114][S][cover]: 'Awning' >> +[16:08:37.114][S][cover]: State: OPEN +[16:08:37.114][S][cover]: Current Operation: IDLE +[16:08:37.428][S][sensor]: 'Black Tank' >> 33 % +[16:08:37.711][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:37.996][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:37.996][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:38.106][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:38.107][S][cover]: 'Awning' >> +[16:08:38.107][S][cover]: State: OPEN +[16:08:38.107][S][cover]: Current Operation: IDLE +[16:08:38.502][S][sensor]: 'Black Tank' >> 33 % +[16:08:38.742][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:38.854][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:38.854][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:39.113][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:39.114][S][cover]: 'Awning' >> +[16:08:39.114][S][cover]: State: OPEN +[16:08:39.114][S][cover]: Current Operation: IDLE +[16:08:39.527][S][sensor]: 'Black Tank' >> 33 % +[16:08:39.708][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:39.936][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:39.937][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:40.133][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:40.134][S][cover]: 'Awning' >> +[16:08:40.134][S][cover]: State: OPEN +[16:08:40.134][S][cover]: Current Operation: IDLE +[16:08:40.448][S][sensor]: 'Black Tank' >> 33 % +[16:08:40.756][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:40.862][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:40.862][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:41.122][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:41.122][S][cover]: 'Awning' >> +[16:08:41.122][S][cover]: State: OPEN +[16:08:41.122][S][cover]: Current Operation: IDLE +[16:08:41.439][S][sensor]: 'Black Tank' >> 33 % +[16:08:41.780][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:41.865][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:41.865][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:42.116][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:42.116][S][cover]: 'Awning' >> +[16:08:42.116][S][cover]: State: OPEN +[16:08:42.116][S][cover]: Current Operation: IDLE +[16:08:42.438][S][sensor]: 'Black Tank' >> 33 % +[16:08:42.711][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:42.906][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:42.906][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:43.111][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:43.112][S][cover]: 'Awning' >> +[16:08:43.112][S][cover]: State: OPEN +[16:08:43.112][S][cover]: Current Operation: IDLE +[16:08:43.520][S][sensor]: 'Black Tank' >> 33 % +[16:08:43.725][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:44.032][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:44.032][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:44.119][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:44.119][S][cover]: 'Awning' >> +[16:08:44.119][S][cover]: State: OPEN +[16:08:44.119][S][cover]: Current Operation: IDLE +[16:08:44.544][S][sensor]: 'Black Tank' >> 33 % +[16:08:44.749][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:44.954][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:44.954][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:45.123][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:45.123][S][cover]: 'Awning' >> +[16:08:45.123][S][cover]: State: OPEN +[16:08:45.123][S][cover]: Current Operation: IDLE +[16:08:45.465][S][sensor]: 'Black Tank' >> 33 % +[16:08:45.773][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:45.865][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:45.865][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:46.182][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:46.183][S][cover]: 'Awning' >> +[16:08:46.183][S][cover]: State: OPEN +[16:08:46.183][S][cover]: Current Operation: IDLE +[16:08:46.446][S][sensor]: 'Black Tank' >> 33 % +[16:08:46.797][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:46.864][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:46.864][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:47.206][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:47.207][S][cover]: 'Awning' >> +[16:08:47.207][S][cover]: State: OPEN +[16:08:47.207][S][cover]: Current Operation: IDLE +[16:08:47.442][S][sensor]: 'Black Tank' >> 33 % +[16:08:48.025][D][wifi:2439]: Roam scan (-57 dBm, attempt 2/3) +[16:08:48.026][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:48.026][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:48.026][S][sensor]: 'Battery Voltage' >> 13.27 V +[16:08:48.026][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:48.333][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:48.333][S][cover]: 'Awning' >> +[16:08:48.333][S][cover]: State: OPEN +[16:08:48.333][S][cover]: Current Operation: IDLE +[16:08:48.742][S][sensor]: 'Black Tank' >> 33 % +[16:08:48.766][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:49.152][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:49.152][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:49.152][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:49.153][S][cover]: 'Awning' >> +[16:08:49.153][S][cover]: State: OPEN +[16:08:49.153][S][cover]: Current Operation: IDLE +[16:08:49.448][S][sensor]: 'Black Tank' >> 33 % +[16:08:49.868][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:49.897][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:49.897][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:50.278][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:50.278][S][cover]: 'Awning' >> +[16:08:50.278][S][cover]: State: OPEN +[16:08:50.278][S][cover]: Current Operation: IDLE +[16:08:50.498][S][sensor]: 'Black Tank' >> 33 % +[16:08:51.000][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:51.000][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:51.000][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:51.308][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:51.308][S][cover]: 'Awning' >> +[16:08:51.308][S][cover]: State: OPEN +[16:08:51.308][S][cover]: Current Operation: IDLE +[16:08:51.675][S][sensor]: 'Black Tank' >> 33 % +[16:08:51.700][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:51.922][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:51.922][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:52.226][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:52.227][S][cover]: 'Awning' >> +[16:08:52.227][S][cover]: State: OPEN +[16:08:52.227][S][cover]: Current Operation: IDLE +[16:08:52.435][S][sensor]: 'Black Tank' >> 33 % +[16:08:52.716][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:52.940][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:52.940][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:53.145][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:53.145][S][cover]: 'Awning' >> +[16:08:53.145][S][cover]: State: OPEN +[16:08:53.145][S][cover]: Current Operation: IDLE +[16:08:53.554][S][sensor]: 'Black Tank' >> 33 % +[16:08:53.726][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:53.964][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:53.964][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:54.169][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:54.169][S][cover]: 'Awning' >> +[16:08:54.169][S][cover]: State: OPEN +[16:08:54.169][S][cover]: Current Operation: IDLE +[16:08:54.476][S][sensor]: 'Black Tank' >> 33 % +[16:08:54.733][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:54.874][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:54.874][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:55.193][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:55.193][S][cover]: 'Awning' >> +[16:08:55.193][S][cover]: State: OPEN +[16:08:55.193][S][cover]: Current Operation: IDLE +[16:08:55.500][S][sensor]: 'Black Tank' >> 33 % +[16:08:55.763][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:55.875][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:55.875][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:56.217][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:56.217][S][cover]: 'Awning' >> +[16:08:56.217][S][cover]: State: OPEN +[16:08:56.217][S][cover]: Current Operation: IDLE +[16:08:56.447][S][sensor]: 'Black Tank' >> 33 % +[16:08:56.800][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:56.885][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:56.885][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:57.138][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:57.139][S][cover]: 'Awning' >> +[16:08:57.139][S][cover]: State: OPEN +[16:08:57.139][S][cover]: Current Operation: IDLE +[16:08:57.548][S][sensor]: 'Black Tank' >> 33 % +[16:08:57.752][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:57.869][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:57.870][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:58.162][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:58.162][S][cover]: 'Awning' >> +[16:08:58.162][S][cover]: State: OPEN +[16:08:58.162][S][cover]: Current Operation: IDLE +[16:08:58.469][S][sensor]: 'Black Tank' >> 33 % +[16:08:58.776][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:58.889][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:58.889][S][sensor]: 'Grey Tank 1' >> 33 % +[16:08:59.186][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:08:59.186][S][cover]: 'Awning' >> +[16:08:59.186][S][cover]: State: OPEN +[16:08:59.186][S][cover]: Current Operation: IDLE +[16:08:59.493][S][sensor]: 'Black Tank' >> 33 % +[16:08:59.876][S][sensor]: 'Grey Tank 2' >> 33 % +[16:08:59.878][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:08:59.878][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:00.210][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:00.210][S][cover]: 'Awning' >> +[16:09:00.210][S][cover]: State: OPEN +[16:09:00.210][S][cover]: Current Operation: IDLE +[16:09:00.517][S][sensor]: 'Black Tank' >> 33 % +[16:09:00.824][S][sensor]: 'Grey Tank 2' >> 33 % +[16:09:00.890][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:01.002][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:01.234][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:01.234][S][cover]: 'Awning' >> +[16:09:01.234][S][cover]: State: OPEN +[16:09:01.234][S][cover]: Current Operation: IDLE +[16:09:01.452][S][sensor]: 'Black Tank' >> 33 % +[16:09:01.746][S][sensor]: 'Grey Tank 2' >> 33 % +[16:09:01.867][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:02.001][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:02.155][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:02.155][S][cover]: 'Awning' >> +[16:09:02.155][S][cover]: State: OPEN +[16:09:02.155][S][cover]: Current Operation: IDLE +[16:09:02.565][S][sensor]: 'Black Tank' >> 33 % +[16:09:02.770][S][sensor]: 'Grey Tank 2' >> 33 % +[16:09:02.963][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:02.963][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:03.129][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:03.129][S][cover]: 'Awning' >> +[16:09:03.129][S][cover]: State: OPEN +[16:09:03.129][S][cover]: Current Operation: IDLE +[16:09:03.486][S][sensor]: 'Black Tank' >> 33 % +[16:09:03.794][S][sensor]: 'Grey Tank 2' >> 33 % +[16:09:03.880][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:03.880][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:04.145][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:04.145][S][cover]: 'Awning' >> +[16:09:04.145][S][cover]: State: OPEN +[16:09:04.145][S][cover]: Current Operation: IDLE +[16:09:04.510][S][sensor]: 'Black Tank' >> 33 % +[16:09:04.823][S][sensor]: 'Grey Tank 2' >> 33 % +[16:09:04.884][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:04.885][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:05.130][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:05.130][S][cover]: 'Awning' >> +[16:09:05.130][S][cover]: State: OPEN +[16:09:05.130][S][cover]: Current Operation: IDLE +[16:09:05.462][S][sensor]: 'Black Tank' >> 33 % +[16:09:05.744][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:05.946][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:05.947][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:06.139][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:06.140][S][cover]: 'Awning' >> +[16:09:06.140][S][cover]: State: OPEN +[16:09:06.140][S][cover]: Current Operation: IDLE +[16:09:06.460][S][sensor]: 'Black Tank' >> 33 % +[16:09:06.763][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:06.967][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:06.968][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:07.135][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:07.136][S][cover]: 'Awning' >> +[16:09:07.136][S][cover]: State: OPEN +[16:09:07.136][S][cover]: Current Operation: IDLE +[16:09:07.455][S][sensor]: 'Black Tank' >> 33 % +[16:09:07.666][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:07.991][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:07.991][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:08.146][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:08.147][S][cover]: 'Awning' >> +[16:09:08.147][S][cover]: State: OPEN +[16:09:08.147][S][cover]: Current Operation: IDLE +[16:09:08.503][S][sensor]: 'Black Tank' >> 33 % +[16:09:08.708][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:08.889][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:08.889][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:09.178][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:09.179][S][cover]: 'Awning' >> +[16:09:09.179][S][cover]: State: OPEN +[16:09:09.179][S][cover]: Current Operation: IDLE +[16:09:09.528][S][sensor]: 'Black Tank' >> 33 % +[16:09:09.735][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:09.937][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:09.937][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:10.240][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:10.240][S][cover]: 'Awning' >> +[16:09:10.240][S][cover]: State: OPEN +[16:09:10.240][S][cover]: Current Operation: IDLE +[16:09:10.552][S][sensor]: 'Black Tank' >> 33 % +[16:09:10.756][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:10.891][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:10.891][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:11.165][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:11.165][S][cover]: 'Awning' >> +[16:09:11.165][S][cover]: State: OPEN +[16:09:11.165][S][cover]: Current Operation: IDLE +[16:09:11.453][S][sensor]: 'Black Tank' >> 33 % +[16:09:11.780][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:11.888][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:11.888][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:12.190][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:12.190][S][cover]: 'Awning' >> +[16:09:12.190][S][cover]: State: OPEN +[16:09:12.190][S][cover]: Current Operation: IDLE +[16:09:12.463][S][sensor]: 'Black Tank' >> 33 % +[16:09:12.804][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:12.892][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:12.892][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:13.214][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:13.214][S][cover]: 'Awning' >> +[16:09:13.214][S][cover]: State: OPEN +[16:09:13.214][S][cover]: Current Operation: IDLE +[16:09:13.462][S][sensor]: 'Black Tank' >> 33 % +[16:09:13.725][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:13.930][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:13.930][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:14.200][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:14.200][S][cover]: 'Awning' >> +[16:09:14.200][S][cover]: State: OPEN +[16:09:14.200][S][cover]: Current Operation: IDLE +[16:09:14.498][S][sensor]: 'Black Tank' >> 33 % +[16:09:14.750][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:14.976][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:14.976][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:15.125][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:15.125][S][cover]: 'Awning' >> +[16:09:15.125][S][cover]: State: OPEN +[16:09:15.125][S][cover]: Current Operation: IDLE +[16:09:15.552][S][sensor]: 'Black Tank' >> 33 % +[16:09:15.670][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:15.978][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:15.978][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:16.183][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:16.183][S][cover]: 'Awning' >> +[16:09:16.183][S][cover]: State: OPEN +[16:09:16.183][S][cover]: Current Operation: IDLE +[16:09:16.469][S][sensor]: 'Black Tank' >> 33 % +[16:09:16.797][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:17.007][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:17.007][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:17.206][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:17.207][S][cover]: 'Awning' >> +[16:09:17.207][S][cover]: State: OPEN +[16:09:17.207][S][cover]: Current Operation: IDLE +[16:09:17.514][S][sensor]: 'Black Tank' >> 33 % +[16:09:17.688][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:17.923][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:17.924][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:18.231][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:18.231][S][cover]: 'Awning' >> +[16:09:18.231][S][cover]: State: OPEN +[16:09:18.231][S][cover]: Current Operation: IDLE +[16:09:18.538][S][sensor]: 'Black Tank' >> 33 % +[16:09:18.712][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:18.952][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:18.953][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:19.257][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:19.257][S][cover]: 'Awning' >> +[16:09:19.257][S][cover]: State: OPEN +[16:09:19.257][S][cover]: Current Operation: IDLE +[16:09:19.565][S][sensor]: 'Black Tank' >> 33 % +[16:09:19.693][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:19.975][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:19.975][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:20.155][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:20.155][S][cover]: 'Awning' >> +[16:09:20.155][S][cover]: State: OPEN +[16:09:20.155][S][cover]: Current Operation: IDLE +[16:09:20.591][S][sensor]: 'Black Tank' >> 33 % +[16:09:20.702][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:21.001][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:21.023][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:21.199][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:21.200][S][cover]: 'Awning' >> +[16:09:21.200][S][cover]: State: OPEN +[16:09:21.200][S][cover]: Current Operation: IDLE +[16:09:21.474][S][sensor]: 'Black Tank' >> 33 % +[16:09:21.710][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:21.916][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:22.127][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:22.155][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:22.155][S][cover]: 'Awning' >> +[16:09:22.155][S][cover]: State: OPEN +[16:09:22.155][S][cover]: Current Operation: IDLE +[16:09:22.531][S][sensor]: 'Black Tank' >> 33 % +[16:09:22.723][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:22.941][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:23.022][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:23.248][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:23.248][S][cover]: 'Awning' >> +[16:09:23.248][S][cover]: State: OPEN +[16:09:23.248][S][cover]: Current Operation: IDLE +[16:09:23.554][S][sensor]: 'Black Tank' >> 33 % +[16:09:23.809][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:23.964][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:23.964][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:24.152][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:24.152][S][cover]: 'Awning' >> +[16:09:24.152][S][cover]: State: OPEN +[16:09:24.152][S][cover]: Current Operation: IDLE +[16:09:24.579][S][sensor]: 'Black Tank' >> 33 % +[16:09:24.784][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:24.903][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:24.903][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:25.193][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:25.194][S][cover]: 'Awning' >> +[16:09:25.194][S][cover]: State: OPEN +[16:09:25.194][S][cover]: Current Operation: IDLE +[16:09:25.500][S][sensor]: 'Black Tank' >> 33 % +[16:09:25.808][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:25.896][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:26.115][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:26.167][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:26.168][S][cover]: 'Awning' >> +[16:09:26.168][S][cover]: State: OPEN +[16:09:26.168][S][cover]: Current Operation: IDLE +[16:09:26.487][S][sensor]: 'Black Tank' >> 33 % +[16:09:26.884][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:26.909][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:26.909][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:27.241][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:27.241][S][cover]: 'Awning' >> +[16:09:27.241][S][cover]: State: OPEN +[16:09:27.241][S][cover]: Current Operation: IDLE +[16:09:27.548][S][sensor]: 'Black Tank' >> 33 % +[16:09:27.752][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:27.908][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:27.909][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:28.265][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:28.265][S][cover]: 'Awning' >> +[16:09:28.265][S][cover]: State: OPEN +[16:09:28.265][S][cover]: Current Operation: IDLE +[16:09:28.572][S][sensor]: 'Black Tank' >> 33 % +[16:09:28.777][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:28.932][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:28.933][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:29.197][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:29.198][S][cover]: 'Awning' >> +[16:09:29.198][S][cover]: State: OPEN +[16:09:29.198][S][cover]: Current Operation: IDLE +[16:09:29.493][S][sensor]: 'Black Tank' >> 33 % +[16:09:29.806][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:29.906][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:29.906][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:30.211][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:30.211][S][cover]: 'Awning' >> +[16:09:30.211][S][cover]: State: OPEN +[16:09:30.211][S][cover]: Current Operation: IDLE +[16:09:30.517][S][sensor]: 'Black Tank' >> 33 % +[16:09:30.722][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:30.927][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:30.927][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:31.234][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:31.234][S][cover]: 'Awning' >> +[16:09:31.234][S][cover]: State: OPEN +[16:09:31.234][S][cover]: Current Operation: IDLE +[16:09:31.491][S][sensor]: 'Black Tank' >> 33 % +[16:09:31.746][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:31.951][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:31.951][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:32.171][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:32.171][S][cover]: 'Awning' >> +[16:09:32.171][S][cover]: State: OPEN +[16:09:32.171][S][cover]: Current Operation: IDLE +[16:09:32.566][S][sensor]: 'Black Tank' >> 33 % +[16:09:32.775][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:32.974][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:32.975][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:33.168][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:33.168][S][cover]: 'Awning' >> +[16:09:33.168][S][cover]: State: OPEN +[16:09:33.168][S][cover]: Current Operation: IDLE +[16:09:33.555][S][sensor]: 'Black Tank' >> 33 % +[16:09:33.794][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:33.999][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:33.999][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:34.167][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:34.168][S][cover]: 'Awning' >> +[16:09:34.168][S][cover]: State: OPEN +[16:09:34.168][S][cover]: Current Operation: IDLE +[16:09:34.511][S][sensor]: 'Black Tank' >> 33 % +[16:09:34.818][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:34.911][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:34.911][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:35.178][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:35.178][S][cover]: 'Awning' >> +[16:09:35.178][S][cover]: State: OPEN +[16:09:35.178][S][cover]: Current Operation: IDLE +[16:09:35.534][S][sensor]: 'Black Tank' >> 33 % +[16:09:35.757][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:35.944][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:35.944][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:36.171][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:36.172][S][cover]: 'Awning' >> +[16:09:36.172][S][cover]: State: OPEN +[16:09:36.172][S][cover]: Current Operation: IDLE +[16:09:36.490][S][sensor]: 'Black Tank' >> 33 % +[16:09:36.764][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:36.968][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:36.968][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:37.167][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:37.167][S][cover]: 'Awning' >> +[16:09:37.167][S][cover]: State: OPEN +[16:09:37.167][S][cover]: Current Operation: IDLE +[16:09:37.530][S][sensor]: 'Black Tank' >> 33 % +[16:09:37.787][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:37.992][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:37.992][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:38.197][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:38.197][S][cover]: 'Awning' >> +[16:09:38.197][S][cover]: State: OPEN +[16:09:38.197][S][cover]: Current Operation: IDLE +[16:09:38.606][S][sensor]: 'Black Tank' >> 33 % +[16:09:38.742][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:38.913][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:38.914][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:39.220][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:39.221][S][cover]: 'Awning' >> +[16:09:39.221][S][cover]: State: OPEN +[16:09:39.221][S][cover]: Current Operation: IDLE +[16:09:39.528][S][sensor]: 'Black Tank' >> 33 % +[16:09:39.723][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:39.937][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:39.937][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:40.244][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:40.245][S][cover]: 'Awning' >> +[16:09:40.245][S][cover]: State: OPEN +[16:09:40.245][S][cover]: Current Operation: IDLE +[16:09:40.577][S][sensor]: 'Black Tank' >> 33 % +[16:09:40.756][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:40.961][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:40.962][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:41.268][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:41.268][S][cover]: 'Awning' >> +[16:09:41.268][S][cover]: State: OPEN +[16:09:41.268][S][cover]: Current Operation: IDLE +[16:09:41.488][S][sensor]: 'Black Tank' >> 33 % +[16:09:41.780][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:41.985][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:41.985][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:42.292][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:42.293][S][cover]: 'Awning' >> +[16:09:42.293][S][cover]: State: OPEN +[16:09:42.293][S][cover]: Current Operation: IDLE +[16:09:42.497][S][sensor]: 'Black Tank' >> 33 % +[16:09:42.804][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:43.009][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:43.042][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:43.213][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:43.214][S][cover]: 'Awning' >> +[16:09:43.214][S][cover]: State: OPEN +[16:09:43.214][S][cover]: Current Operation: IDLE +[16:09:43.494][S][sensor]: 'Black Tank' >> 33 % +[16:09:43.828][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:43.923][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:43.923][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:44.201][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:44.201][S][cover]: 'Awning' >> +[16:09:44.201][S][cover]: State: OPEN +[16:09:44.201][S][cover]: Current Operation: IDLE +[16:09:44.492][S][sensor]: 'Black Tank' >> 33 % +[16:09:44.720][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:44.955][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:44.955][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:45.261][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:45.262][S][cover]: 'Awning' >> +[16:09:45.262][S][cover]: State: OPEN +[16:09:45.262][S][cover]: Current Operation: IDLE +[16:09:45.522][S][sensor]: 'Black Tank' >> 33 % +[16:09:45.773][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:45.978][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:45.979][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:46.285][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:46.286][S][cover]: 'Awning' >> +[16:09:46.286][S][cover]: State: OPEN +[16:09:46.286][S][cover]: Current Operation: IDLE +[16:09:46.499][S][sensor]: 'Black Tank' >> 33 % +[16:09:46.799][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:47.007][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:47.008][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:47.207][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:47.207][S][cover]: 'Awning' >> +[16:09:47.207][S][cover]: State: OPEN +[16:09:47.207][S][cover]: Current Operation: IDLE +[16:09:47.515][S][sensor]: 'Black Tank' >> 33 % +[16:09:47.717][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:48.026][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:48.026][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:48.178][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:48.178][S][cover]: 'Awning' >> +[16:09:48.178][S][cover]: State: OPEN +[16:09:48.178][S][cover]: Current Operation: IDLE +[16:09:48.179][S][sensor]: 'Battery Voltage' >> 13.28 V +[16:09:48.538][S][sensor]: 'Black Tank' >> 33 % +[16:09:48.726][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:48.947][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:48.948][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:49.257][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:49.257][S][cover]: 'Awning' >> +[16:09:49.257][S][cover]: State: OPEN +[16:09:49.257][S][cover]: Current Operation: IDLE +[16:09:49.562][S][sensor]: 'Black Tank' >> 33 % +[16:09:49.744][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:49.971][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:49.972][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:50.279][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:50.279][S][cover]: 'Awning' >> +[16:09:50.279][S][cover]: State: OPEN +[16:09:50.279][S][cover]: Current Operation: IDLE +[16:09:50.586][S][sensor]: 'Black Tank' >> 33 % +[16:09:50.791][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:50.995][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:50.995][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:51.200][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:51.201][S][cover]: 'Awning' >> +[16:09:51.201][S][cover]: State: OPEN +[16:09:51.201][S][cover]: Current Operation: IDLE +[16:09:51.511][S][sensor]: 'Black Tank' >> 33 % +[16:09:51.815][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:51.924][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:51.924][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:52.225][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:52.225][S][cover]: 'Awning' >> +[16:09:52.225][S][cover]: State: OPEN +[16:09:52.225][S][cover]: Current Operation: IDLE +[16:09:52.531][S][sensor]: 'Black Tank' >> 33 % +[16:09:52.838][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:52.933][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:52.933][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:53.248][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:53.248][S][cover]: 'Awning' >> +[16:09:53.248][S][cover]: State: OPEN +[16:09:53.248][S][cover]: Current Operation: IDLE +[16:09:53.555][S][sensor]: 'Black Tank' >> 33 % +[16:09:53.760][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:53.932][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:53.932][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:54.272][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:54.273][S][cover]: 'Awning' >> +[16:09:54.273][S][cover]: State: OPEN +[16:09:54.273][S][cover]: Current Operation: IDLE +[16:09:54.579][S][sensor]: 'Black Tank' >> 33 % +[16:09:54.784][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:54.976][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:54.977][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:55.296][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:55.296][S][cover]: 'Awning' >> +[16:09:55.296][S][cover]: State: OPEN +[16:09:55.296][S][cover]: Current Operation: IDLE +[16:09:55.603][S][sensor]: 'Black Tank' >> 33 % +[16:09:55.808][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:55.938][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:55.939][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:56.217][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:56.218][S][cover]: 'Awning' >> +[16:09:56.218][S][cover]: State: OPEN +[16:09:56.218][S][cover]: Current Operation: IDLE +[16:09:56.499][S][sensor]: 'Black Tank' >> 33 % +[16:09:56.831][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:56.935][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:56.935][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:57.241][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:57.241][S][cover]: 'Awning' >> +[16:09:57.241][S][cover]: State: OPEN +[16:09:57.241][S][cover]: Current Operation: IDLE +[16:09:57.548][S][sensor]: 'Black Tank' >> 33 % +[16:09:57.856][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:57.938][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:57.939][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:58.265][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:58.265][S][cover]: 'Awning' >> +[16:09:58.265][S][cover]: State: OPEN +[16:09:58.265][S][cover]: Current Operation: IDLE +[16:09:58.572][S][sensor]: 'Black Tank' >> 33 % +[16:09:58.777][S][sensor]: 'Grey Tank 2' >> 66 % +[16:09:58.982][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:09:58.982][S][sensor]: 'Grey Tank 1' >> 33 % +[16:09:59.327][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:09:59.328][S][cover]: 'Awning' >> +[16:09:59.328][S][cover]: State: OPEN +[16:09:59.328][S][cover]: Current Operation: IDLE +[16:09:59.596][S][sensor]: 'Black Tank' >> 33 % +[16:09:59.801][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:00.006][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:00.006][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:00.189][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:00.189][S][cover]: 'Awning' >> +[16:10:00.189][S][cover]: State: OPEN +[16:10:00.189][S][cover]: Current Operation: IDLE +[16:10:00.624][S][sensor]: 'Black Tank' >> 33 % +[16:10:00.830][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:00.932][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:00.932][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:01.202][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:01.202][S][cover]: 'Awning' >> +[16:10:01.202][S][cover]: State: OPEN +[16:10:01.202][S][cover]: Current Operation: IDLE +[16:10:01.508][S][sensor]: 'Black Tank' >> 33 % +[16:10:01.849][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:01.941][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:01.941][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:02.200][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:02.200][S][cover]: 'Awning' >> +[16:10:02.200][S][cover]: State: OPEN +[16:10:02.200][S][cover]: Current Operation: IDLE +[16:10:02.566][S][sensor]: 'Black Tank' >> 33 % +[16:10:02.770][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:02.975][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:02.975][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:03.195][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:03.195][S][cover]: 'Awning' >> +[16:10:03.195][S][cover]: State: OPEN +[16:10:03.195][S][cover]: Current Operation: IDLE +[16:10:03.589][S][sensor]: 'Black Tank' >> 33 % +[16:10:03.794][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:03.999][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:03.999][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:04.201][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:04.201][S][cover]: 'Awning' >> +[16:10:04.201][S][cover]: State: OPEN +[16:10:04.201][S][cover]: Current Operation: IDLE +[16:10:04.614][S][sensor]: 'Black Tank' >> 33 % +[16:10:04.818][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:05.028][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:05.028][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:05.219][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:05.219][S][cover]: 'Awning' >> +[16:10:05.219][S][cover]: State: OPEN +[16:10:05.219][S][cover]: Current Operation: IDLE +[16:10:05.535][S][sensor]: 'Black Tank' >> 33 % +[16:10:05.842][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:05.936][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:05.937][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:06.199][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:06.199][S][cover]: 'Awning' >> +[16:10:06.199][S][cover]: State: OPEN +[16:10:06.199][S][cover]: Current Operation: IDLE +[16:10:06.522][S][sensor]: 'Black Tank' >> 33 % +[16:10:06.763][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:06.969][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:06.969][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:07.264][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:07.265][S][cover]: 'Awning' >> +[16:10:07.265][S][cover]: State: OPEN +[16:10:07.265][S][cover]: Current Operation: IDLE +[16:10:07.530][S][sensor]: 'Black Tank' >> 33 % +[16:10:07.787][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:07.992][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:07.992][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:08.290][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:08.291][S][cover]: 'Awning' >> +[16:10:08.291][S][cover]: State: OPEN +[16:10:08.291][S][cover]: Current Operation: IDLE +[16:10:08.606][S][sensor]: 'Black Tank' >> 33 % +[16:10:08.753][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:08.934][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:09.070][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:09.201][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:09.202][S][cover]: 'Awning' >> +[16:10:09.202][S][cover]: State: OPEN +[16:10:09.202][S][cover]: Current Operation: IDLE +[16:10:09.630][S][sensor]: 'Black Tank' >> 33 % +[16:10:09.836][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:10.040][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:10.040][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:10.245][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:10.245][S][cover]: 'Awning' >> +[16:10:10.245][S][cover]: State: OPEN +[16:10:10.245][S][cover]: Current Operation: IDLE +[16:10:10.616][S][sensor]: 'Black Tank' >> 33 % +[16:10:10.755][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:10.961][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:11.071][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:11.268][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:11.268][S][cover]: 'Awning' >> +[16:10:11.268][S][cover]: State: OPEN +[16:10:11.268][S][cover]: Current Operation: IDLE +[16:10:11.519][S][sensor]: 'Black Tank' >> 33 % +[16:10:11.780][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:11.985][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:11.986][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:12.292][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:12.293][S][cover]: 'Awning' >> +[16:10:12.293][S][cover]: State: OPEN +[16:10:12.293][S][cover]: Current Operation: IDLE +[16:10:12.553][S][sensor]: 'Black Tank' >> 33 % +[16:10:12.805][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:13.009][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:13.009][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:13.214][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:13.215][S][cover]: 'Awning' >> +[16:10:13.215][S][cover]: State: OPEN +[16:10:13.215][S][cover]: Current Operation: IDLE +[16:10:13.517][S][sensor]: 'Black Tank' >> 33 % +[16:10:13.828][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:14.033][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:14.033][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:14.238][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:14.239][S][cover]: 'Awning' >> +[16:10:14.239][S][cover]: State: OPEN +[16:10:14.239][S][cover]: Current Operation: IDLE +[16:10:14.533][S][sensor]: 'Black Tank' >> 33 % +[16:10:14.857][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:14.948][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:14.948][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:15.211][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:15.211][S][cover]: 'Awning' >> +[16:10:15.211][S][cover]: State: OPEN +[16:10:15.211][S][cover]: Current Operation: IDLE +[16:10:15.538][S][sensor]: 'Black Tank' >> 33 % +[16:10:15.779][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:15.981][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:15.981][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:16.203][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:16.204][S][cover]: 'Awning' >> +[16:10:16.204][S][cover]: State: OPEN +[16:10:16.204][S][cover]: Current Operation: IDLE +[16:10:16.521][S][sensor]: 'Black Tank' >> 33 % +[16:10:16.798][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:17.002][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:17.003][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:17.310][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:17.310][S][cover]: 'Awning' >> +[16:10:17.310][S][cover]: State: OPEN +[16:10:17.310][S][cover]: Current Operation: IDLE +[16:10:17.532][S][sensor]: 'Black Tank' >> 33 % +[16:10:17.822][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:18.026][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:18.026][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:18.231][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:18.231][S][cover]: 'Awning' >> +[16:10:18.231][S][cover]: State: OPEN +[16:10:18.231][S][cover]: Current Operation: IDLE +[16:10:18.546][S][sensor]: 'Black Tank' >> 33 % +[16:10:18.845][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:19.050][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:19.051][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:19.255][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:19.255][S][cover]: 'Awning' >> +[16:10:19.255][S][cover]: State: OPEN +[16:10:19.255][S][cover]: Current Operation: IDLE +[16:10:19.552][S][sensor]: 'Black Tank' >> 33 % +[16:10:19.870][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:19.956][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:19.957][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:20.279][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:20.279][S][cover]: 'Awning' >> +[16:10:20.279][S][cover]: State: OPEN +[16:10:20.279][S][cover]: Current Operation: IDLE +[16:10:20.577][S][sensor]: 'Black Tank' >> 33 % +[16:10:20.791][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:21.020][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:21.020][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:21.303][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:21.303][S][cover]: 'Awning' >> +[16:10:21.303][S][cover]: State: OPEN +[16:10:21.303][S][cover]: Current Operation: IDLE +[16:10:21.530][S][sensor]: 'Black Tank' >> 33 % +[16:10:21.815][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:22.040][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:22.040][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:22.327][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:22.327][S][cover]: 'Awning' >> +[16:10:22.327][S][cover]: State: OPEN +[16:10:22.327][S][cover]: Current Operation: IDLE +[16:10:22.634][S][sensor]: 'Black Tank' >> 33 % +[16:10:22.839][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:23.046][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:23.109][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:23.248][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:23.248][S][cover]: 'Awning' >> +[16:10:23.248][S][cover]: State: OPEN +[16:10:23.248][S][cover]: Current Operation: IDLE +[16:10:23.555][S][sensor]: 'Black Tank' >> 33 % +[16:10:23.763][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:23.965][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:23.965][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:24.272][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:24.273][S][cover]: 'Awning' >> +[16:10:24.273][S][cover]: State: OPEN +[16:10:24.273][S][cover]: Current Operation: IDLE +[16:10:24.579][S][sensor]: 'Black Tank' >> 33 % +[16:10:24.756][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:24.989][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:24.989][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:25.296][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:25.296][S][cover]: 'Awning' >> +[16:10:25.296][S][cover]: State: OPEN +[16:10:25.296][S][cover]: Current Operation: IDLE +[16:10:25.603][S][sensor]: 'Black Tank' >> 33 % +[16:10:25.771][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:26.013][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:26.013][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:26.320][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:26.320][S][cover]: 'Awning' >> +[16:10:26.320][S][cover]: State: OPEN +[16:10:26.320][S][cover]: Current Operation: IDLE +[16:10:26.534][S][sensor]: 'Black Tank' >> 33 % +[16:10:26.788][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:27.037][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:27.037][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:27.241][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:27.242][S][cover]: 'Awning' >> +[16:10:27.242][S][cover]: State: OPEN +[16:10:27.242][S][cover]: Current Operation: IDLE +[16:10:27.651][S][sensor]: 'Black Tank' >> 33 % +[16:10:27.808][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:28.061][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:28.061][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:28.265][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:28.266][S][cover]: 'Awning' >> +[16:10:28.266][S][cover]: State: OPEN +[16:10:28.266][S][cover]: Current Operation: IDLE +[16:10:28.572][S][sensor]: 'Black Tank' >> 33 % +[16:10:28.782][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:28.987][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:28.987][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:29.289][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:29.290][S][cover]: 'Awning' >> +[16:10:29.290][S][cover]: State: OPEN +[16:10:29.290][S][cover]: Current Operation: IDLE +[16:10:29.597][S][sensor]: 'Black Tank' >> 33 % +[16:10:29.770][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:29.971][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:29.972][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:30.223][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:30.223][S][cover]: 'Awning' >> +[16:10:30.223][S][cover]: State: OPEN +[16:10:30.223][S][cover]: Current Operation: IDLE +[16:10:30.621][S][sensor]: 'Black Tank' >> 33 % +[16:10:30.825][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:30.971][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:30.972][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:31.337][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:31.337][S][cover]: 'Awning' >> +[16:10:31.337][S][cover]: State: OPEN +[16:10:31.337][S][cover]: Current Operation: IDLE +[16:10:31.546][S][sensor]: 'Black Tank' >> 33 % +[16:10:31.849][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:31.963][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:31.963][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:32.259][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:32.259][S][cover]: 'Awning' >> +[16:10:32.259][S][cover]: State: OPEN +[16:10:32.259][S][cover]: Current Operation: IDLE +[16:10:32.581][S][sensor]: 'Black Tank' >> 33 % +[16:10:32.873][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:32.974][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:32.974][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:33.282][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:33.282][S][cover]: 'Awning' >> +[16:10:33.282][S][cover]: State: OPEN +[16:10:33.282][S][cover]: Current Operation: IDLE +[16:10:33.620][S][sensor]: 'Black Tank' >> 33 % +[16:10:33.794][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:33.966][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:33.966][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:34.306][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:34.307][S][cover]: 'Awning' >> +[16:10:34.307][S][cover]: State: OPEN +[16:10:34.307][S][cover]: Current Operation: IDLE +[16:10:34.614][S][sensor]: 'Black Tank' >> 33 % +[16:10:34.819][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:34.989][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:34.989][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:35.331][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:35.331][S][cover]: 'Awning' >> +[16:10:35.331][S][cover]: State: OPEN +[16:10:35.331][S][cover]: Current Operation: IDLE +[16:10:35.638][S][sensor]: 'Black Tank' >> 33 % +[16:10:35.830][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:35.973][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:35.974][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:36.252][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:36.252][S][cover]: 'Awning' >> +[16:10:36.252][S][cover]: State: OPEN +[16:10:36.252][S][cover]: Current Operation: IDLE +[16:10:36.550][S][sensor]: 'Black Tank' >> 33 % +[16:10:36.868][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:36.970][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:37.100][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:37.277][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:37.277][S][cover]: 'Awning' >> +[16:10:37.277][S][cover]: State: OPEN +[16:10:37.277][S][cover]: Current Operation: IDLE +[16:10:37.548][S][sensor]: 'Black Tank' >> 33 % +[16:10:37.892][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:37.982][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:37.982][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:38.302][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:38.302][S][cover]: 'Awning' >> +[16:10:38.302][S][cover]: State: OPEN +[16:10:38.302][S][cover]: Current Operation: IDLE +[16:10:38.608][S][sensor]: 'Black Tank' >> 33 % +[16:10:38.781][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:39.019][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:39.019][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:39.222][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:39.222][S][cover]: 'Awning' >> +[16:10:39.222][S][cover]: State: OPEN +[16:10:39.222][S][cover]: Current Operation: IDLE +[16:10:39.633][S][sensor]: 'Black Tank' >> 33 % +[16:10:39.788][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:40.043][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:40.043][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:40.214][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:40.215][S][cover]: 'Awning' >> +[16:10:40.215][S][cover]: State: OPEN +[16:10:40.215][S][cover]: Current Operation: IDLE +[16:10:40.658][S][sensor]: 'Black Tank' >> 33 % +[16:10:40.772][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:41.072][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:41.113][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:41.239][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:41.240][S][cover]: 'Awning' >> +[16:10:41.240][S][cover]: State: OPEN +[16:10:41.240][S][cover]: Current Operation: IDLE +[16:10:41.555][S][sensor]: 'Black Tank' >> 33 % +[16:10:41.788][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:42.093][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:42.094][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:42.224][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:42.225][S][cover]: 'Awning' >> +[16:10:42.225][S][cover]: State: OPEN +[16:10:42.225][S][cover]: Current Operation: IDLE +[16:10:42.602][S][sensor]: 'Black Tank' >> 33 % +[16:10:42.810][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:43.019][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:43.019][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:43.234][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:43.235][S][cover]: 'Awning' >> +[16:10:43.235][S][cover]: State: OPEN +[16:10:43.235][S][cover]: Current Operation: IDLE +[16:10:43.559][S][sensor]: 'Black Tank' >> 33 % +[16:10:43.833][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:43.985][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:44.107][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:44.231][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:44.232][S][cover]: 'Awning' >> +[16:10:44.232][S][cover]: State: OPEN +[16:10:44.232][S][cover]: Current Operation: IDLE +[16:10:44.581][S][sensor]: 'Black Tank' >> 33 % +[16:10:45.130][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:45.130][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:45.130][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:45.248][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:45.249][S][cover]: 'Awning' >> +[16:10:45.249][S][cover]: State: OPEN +[16:10:45.249][S][cover]: Current Operation: IDLE +[16:10:45.566][S][sensor]: 'Black Tank' >> 33 % +[16:10:45.782][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:46.049][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:46.049][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:46.294][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:46.294][S][cover]: 'Awning' >> +[16:10:46.294][S][cover]: State: OPEN +[16:10:46.294][S][cover]: Current Operation: IDLE +[16:10:46.564][S][sensor]: 'Black Tank' >> 33 % +[16:10:46.803][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:47.008][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:47.009][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:47.316][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:47.317][S][cover]: 'Awning' >> +[16:10:47.317][S][cover]: State: OPEN +[16:10:47.317][S][cover]: Current Operation: IDLE +[16:10:47.623][S][sensor]: 'Black Tank' >> 33 % +[16:10:47.804][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:48.033][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:48.115][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:48.341][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:48.341][S][cover]: 'Awning' >> +[16:10:48.341][S][cover]: State: OPEN +[16:10:48.341][S][cover]: Current Operation: IDLE +[16:10:48.647][S][sensor]: 'Black Tank' >> 33 % +[16:10:48.801][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:49.057][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:49.058][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:49.262][S][sensor]: 'Battery Voltage' >> 13.28 V +[16:10:49.262][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:49.263][S][cover]: 'Awning' >> +[16:10:49.263][S][cover]: State: OPEN +[16:10:49.263][S][cover]: Current Operation: IDLE +[16:10:49.672][S][sensor]: 'Black Tank' >> 33 % +[16:10:49.791][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:50.082][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:50.082][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:50.286][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:50.287][S][cover]: 'Awning' >> +[16:10:50.287][S][cover]: State: OPEN +[16:10:50.287][S][cover]: Current Operation: IDLE +[16:10:50.594][S][sensor]: 'Black Tank' >> 33 % +[16:10:50.872][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:51.003][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:51.003][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:51.311][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:51.311][S][cover]: 'Awning' >> +[16:10:51.311][S][cover]: State: OPEN +[16:10:51.311][S][cover]: Current Operation: IDLE +[16:10:51.585][S][sensor]: 'Black Tank' >> 33 % +[16:10:51.823][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:52.008][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:52.009][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:52.233][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:52.234][S][cover]: 'Awning' >> +[16:10:52.234][S][cover]: State: OPEN +[16:10:52.234][S][cover]: Current Operation: IDLE +[16:10:52.642][S][sensor]: 'Black Tank' >> 33 % +[16:10:52.797][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:53.053][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:53.053][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:53.257][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:53.257][S][cover]: 'Awning' >> +[16:10:53.257][S][cover]: State: OPEN +[16:10:53.257][S][cover]: Current Operation: IDLE +[16:10:53.666][S][sensor]: 'Black Tank' >> 33 % +[16:10:53.872][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:54.004][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:54.004][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:54.248][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:54.248][S][cover]: 'Awning' >> +[16:10:54.248][S][cover]: State: OPEN +[16:10:54.248][S][cover]: Current Operation: IDLE +[16:10:54.581][S][sensor]: 'Black Tank' >> 33 % +[16:10:54.896][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:54.992][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:54.992][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:55.306][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:55.306][S][cover]: 'Awning' >> +[16:10:55.306][S][cover]: State: OPEN +[16:10:55.306][S][cover]: Current Operation: IDLE +[16:10:55.617][S][sensor]: 'Black Tank' >> 33 % +[16:10:55.810][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:56.027][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:56.028][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:56.330][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:56.331][S][cover]: 'Awning' >> +[16:10:56.331][S][cover]: State: OPEN +[16:10:56.331][S][cover]: Current Operation: IDLE +[16:10:56.580][S][sensor]: 'Black Tank' >> 33 % +[16:10:56.842][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:56.994][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:56.995][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:57.245][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:57.246][S][cover]: 'Awning' >> +[16:10:57.246][S][cover]: State: OPEN +[16:10:57.246][S][cover]: Current Operation: IDLE +[16:10:57.662][S][sensor]: 'Black Tank' >> 33 % +[16:10:57.867][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:58.071][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:58.072][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:58.276][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:58.277][S][cover]: 'Awning' >> +[16:10:58.277][S][cover]: State: OPEN +[16:10:58.277][S][cover]: Current Operation: IDLE +[16:10:58.686][S][sensor]: 'Black Tank' >> 33 % +[16:10:58.891][S][sensor]: 'Grey Tank 2' >> 66 % +[16:10:59.198][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:10:59.198][S][sensor]: 'Grey Tank 1' >> 33 % +[16:10:59.249][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:10:59.249][S][cover]: 'Awning' >> +[16:10:59.249][S][cover]: State: OPEN +[16:10:59.249][S][cover]: Current Operation: IDLE +[16:10:59.608][S][sensor]: 'Black Tank' >> 33 % +[16:10:59.915][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:00.007][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:00.007][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:00.325][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:00.326][S][cover]: 'Awning' >> +[16:11:00.326][S][cover]: State: OPEN +[16:11:00.326][S][cover]: Current Operation: IDLE +[16:11:00.632][S][sensor]: 'Black Tank' >> 33 % +[16:11:00.804][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:01.042][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:01.042][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:01.349][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:01.350][S][cover]: 'Awning' >> +[16:11:01.350][S][cover]: State: OPEN +[16:11:01.350][S][cover]: Current Operation: IDLE +[16:11:01.582][S][sensor]: 'Black Tank' >> 33 % +[16:11:01.862][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:02.066][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:02.134][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:02.252][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:02.252][S][cover]: 'Awning' >> +[16:11:02.252][S][cover]: State: OPEN +[16:11:02.252][S][cover]: Current Operation: IDLE +[16:11:02.681][S][sensor]: 'Black Tank' >> 33 % +[16:11:02.886][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:03.016][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:03.016][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:03.261][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:03.262][S][cover]: 'Awning' >> +[16:11:03.262][S][cover]: State: OPEN +[16:11:03.262][S][cover]: Current Operation: IDLE +[16:11:03.602][S][sensor]: 'Black Tank' >> 33 % +[16:11:03.910][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:04.004][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:04.004][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:04.319][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:04.320][S][cover]: 'Awning' >> +[16:11:04.320][S][cover]: State: OPEN +[16:11:04.320][S][cover]: Current Operation: IDLE +[16:11:04.627][S][sensor]: 'Black Tank' >> 33 % +[16:11:04.832][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:05.037][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:05.037][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:05.344][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:05.344][S][cover]: 'Awning' >> +[16:11:05.344][S][cover]: State: OPEN +[16:11:05.344][S][cover]: Current Operation: IDLE +[16:11:05.651][S][sensor]: 'Black Tank' >> 33 % +[16:11:05.845][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:06.061][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:06.062][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:06.368][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:06.369][S][cover]: 'Awning' >> +[16:11:06.369][S][cover]: State: OPEN +[16:11:06.369][S][cover]: Current Operation: IDLE +[16:11:06.584][S][sensor]: 'Black Tank' >> 33 % +[16:11:06.830][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:07.015][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:07.015][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:07.290][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:07.290][S][cover]: 'Awning' >> +[16:11:07.290][S][cover]: State: OPEN +[16:11:07.290][S][cover]: Current Operation: IDLE +[16:11:07.591][S][sensor]: 'Black Tank' >> 33 % +[16:11:07.905][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:08.040][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:08.040][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:08.315][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:08.315][S][cover]: 'Awning' >> +[16:11:08.315][S][cover]: State: OPEN +[16:11:08.315][S][cover]: Current Operation: IDLE +[16:11:08.621][S][sensor]: 'Black Tank' >> 33 % +[16:11:08.814][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:09.031][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:09.032][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:09.339][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:09.339][S][cover]: 'Awning' >> +[16:11:09.339][S][cover]: State: OPEN +[16:11:09.339][S][cover]: Current Operation: IDLE +[16:11:09.651][S][sensor]: 'Black Tank' >> 33 % +[16:11:09.856][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:10.055][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:10.056][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:10.363][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:10.363][S][cover]: 'Awning' >> +[16:11:10.363][S][cover]: State: OPEN +[16:11:10.363][S][cover]: Current Operation: IDLE +[16:11:10.670][S][sensor]: 'Black Tank' >> 33 % +[16:11:10.818][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:11.021][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:11.022][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:11.285][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:11.285][S][cover]: 'Awning' >> +[16:11:11.285][S][cover]: State: OPEN +[16:11:11.285][S][cover]: Current Operation: IDLE +[16:11:11.597][S][sensor]: 'Black Tank' >> 33 % +[16:11:11.900][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:12.104][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:12.105][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:12.309][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:12.309][S][cover]: 'Awning' >> +[16:11:12.309][S][cover]: State: OPEN +[16:11:12.309][S][cover]: Current Operation: IDLE +[16:11:12.616][S][sensor]: 'Black Tank' >> 33 % +[16:11:12.836][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:13.026][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:13.231][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:13.275][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:13.275][S][cover]: 'Awning' >> +[16:11:13.275][S][cover]: State: OPEN +[16:11:13.275][S][cover]: Current Operation: IDLE +[16:11:13.640][S][sensor]: 'Black Tank' >> 33 % +[16:11:13.845][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:14.050][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:14.051][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:14.358][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:14.358][S][cover]: 'Awning' >> +[16:11:14.358][S][cover]: State: OPEN +[16:11:14.358][S][cover]: Current Operation: IDLE +[16:11:14.665][S][sensor]: 'Black Tank' >> 33 % +[16:11:14.870][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:15.074][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:15.075][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:15.382][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:15.382][S][cover]: 'Awning' >> +[16:11:15.382][S][cover]: State: OPEN +[16:11:15.382][S][cover]: Current Operation: IDLE +[16:11:15.689][S][sensor]: 'Black Tank' >> 33 % +[16:11:15.843][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:16.099][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:16.099][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:16.268][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:16.268][S][cover]: 'Awning' >> +[16:11:16.268][S][cover]: State: OPEN +[16:11:16.268][S][cover]: Current Operation: IDLE +[16:11:16.595][S][sensor]: 'Black Tank' >> 33 % +[16:11:16.825][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:17.126][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:17.127][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:17.328][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:17.328][S][cover]: 'Awning' >> +[16:11:17.328][S][cover]: State: OPEN +[16:11:17.328][S][cover]: Current Operation: IDLE +[16:11:17.635][S][sensor]: 'Black Tank' >> 33 % +[16:11:17.956][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:18.033][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:18.034][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:18.352][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:18.353][S][cover]: 'Awning' >> +[16:11:18.353][S][cover]: State: OPEN +[16:11:18.353][S][cover]: Current Operation: IDLE +[16:11:18.659][S][sensor]: 'Black Tank' >> 33 % +[16:11:18.864][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:19.069][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:19.157][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:19.376][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:19.377][S][cover]: 'Awning' >> +[16:11:19.377][S][cover]: State: OPEN +[16:11:19.377][S][cover]: Current Operation: IDLE +[16:11:19.684][S][sensor]: 'Black Tank' >> 33 % +[16:11:19.889][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:20.093][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:20.093][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:20.299][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:20.299][S][cover]: 'Awning' >> +[16:11:20.299][S][cover]: State: OPEN +[16:11:20.299][S][cover]: Current Operation: IDLE +[16:11:20.708][S][sensor]: 'Black Tank' >> 33 % +[16:11:20.913][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:21.118][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:21.118][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:21.323][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:21.323][S][cover]: 'Awning' >> +[16:11:21.323][S][cover]: State: OPEN +[16:11:21.323][S][cover]: Current Operation: IDLE +[16:11:21.609][S][sensor]: 'Black Tank' >> 33 % +[16:11:21.937][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:22.142][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:22.142][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:22.347][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:22.347][S][cover]: 'Awning' >> +[16:11:22.347][S][cover]: State: OPEN +[16:11:22.347][S][cover]: Current Operation: IDLE +[16:11:22.756][S][sensor]: 'Black Tank' >> 33 % +[16:11:22.835][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:23.064][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:23.064][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:23.371][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:23.372][S][cover]: 'Awning' >> +[16:11:23.372][S][cover]: State: OPEN +[16:11:23.372][S][cover]: Current Operation: IDLE +[16:11:23.680][S][sensor]: 'Black Tank' >> 33 % +[16:11:23.888][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:24.093][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:24.093][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:24.294][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:24.294][S][cover]: 'Awning' >> +[16:11:24.294][S][cover]: State: OPEN +[16:11:24.294][S][cover]: Current Operation: IDLE +[16:11:24.707][S][sensor]: 'Black Tank' >> 33 % +[16:11:24.912][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:25.117][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:25.117][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:25.287][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:25.287][S][cover]: 'Awning' >> +[16:11:25.287][S][cover]: State: OPEN +[16:11:25.287][S][cover]: Current Operation: IDLE +[16:11:25.729][S][sensor]: 'Black Tank' >> 33 % +[16:11:25.849][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:26.141][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:26.142][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:26.346][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:26.347][S][cover]: 'Awning' >> +[16:11:26.347][S][cover]: State: OPEN +[16:11:26.347][S][cover]: Current Operation: IDLE +[16:11:26.617][S][sensor]: 'Black Tank' >> 33 % +[16:11:26.859][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:27.063][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:27.064][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:27.368][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:27.368][S][cover]: 'Awning' >> +[16:11:27.368][S][cover]: State: OPEN +[16:11:27.368][S][cover]: Current Operation: IDLE +[16:11:27.673][S][sensor]: 'Black Tank' >> 33 % +[16:11:27.878][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:28.105][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:28.170][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:28.390][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:28.390][S][cover]: 'Awning' >> +[16:11:28.390][S][cover]: State: OPEN +[16:11:28.390][S][cover]: Current Operation: IDLE +[16:11:28.697][S][sensor]: 'Black Tank' >> 33 % +[16:11:28.902][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:29.117][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:29.117][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:29.311][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:29.312][S][cover]: 'Awning' >> +[16:11:29.312][S][cover]: State: OPEN +[16:11:29.312][S][cover]: Current Operation: IDLE +[16:11:29.616][S][sensor]: 'Black Tank' >> 33 % +[16:11:29.926][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:30.131][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:30.131][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:30.336][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:30.336][S][cover]: 'Awning' >> +[16:11:30.336][S][cover]: State: OPEN +[16:11:30.336][S][cover]: Current Operation: IDLE +[16:11:30.643][S][sensor]: 'Black Tank' >> 33 % +[16:11:30.853][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:31.155][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:31.156][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:31.360][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:31.360][S][cover]: 'Awning' >> +[16:11:31.360][S][cover]: State: OPEN +[16:11:31.360][S][cover]: Current Operation: IDLE +[16:11:31.616][S][sensor]: 'Black Tank' >> 33 % +[16:11:31.872][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:32.077][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:32.077][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:32.384][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:32.385][S][cover]: 'Awning' >> +[16:11:32.385][S][cover]: State: OPEN +[16:11:32.385][S][cover]: Current Operation: IDLE +[16:11:32.692][S][sensor]: 'Black Tank' >> 33 % +[16:11:32.897][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:33.101][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:33.101][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:33.306][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:33.306][S][cover]: 'Awning' >> +[16:11:33.306][S][cover]: State: OPEN +[16:11:33.306][S][cover]: Current Operation: IDLE +[16:11:33.626][S][sensor]: 'Black Tank' >> 33 % +[16:11:33.868][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:34.126][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:34.126][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:34.330][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:34.330][S][cover]: 'Awning' >> +[16:11:34.330][S][cover]: State: OPEN +[16:11:34.330][S][cover]: Current Operation: IDLE +[16:11:34.740][S][sensor]: 'Black Tank' >> 33 % +[16:11:34.945][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:35.150][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:35.150][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:35.355][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:35.355][S][cover]: 'Awning' >> +[16:11:35.355][S][cover]: State: OPEN +[16:11:35.355][S][cover]: Current Operation: IDLE +[16:11:35.662][S][sensor]: 'Black Tank' >> 33 % +[16:11:35.857][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:36.059][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:36.060][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:36.294][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:36.295][S][cover]: 'Awning' >> +[16:11:36.295][S][cover]: State: OPEN +[16:11:36.295][S][cover]: Current Operation: IDLE +[16:11:36.628][S][sensor]: 'Black Tank' >> 33 % +[16:11:36.891][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:37.096][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:37.096][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:37.403][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:37.403][S][cover]: 'Awning' >> +[16:11:37.403][S][cover]: State: OPEN +[16:11:37.403][S][cover]: Current Operation: IDLE +[16:11:37.631][S][sensor]: 'Black Tank' >> 33 % +[16:11:37.915][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:38.120][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:38.120][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:38.325][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:38.325][S][cover]: 'Awning' >> +[16:11:38.325][S][cover]: State: OPEN +[16:11:38.325][S][cover]: Current Operation: IDLE +[16:11:38.734][S][sensor]: 'Black Tank' >> 33 % +[16:11:38.859][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:39.059][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:39.059][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:39.299][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:39.299][S][cover]: 'Awning' >> +[16:11:39.299][S][cover]: State: OPEN +[16:11:39.299][S][cover]: Current Operation: IDLE +[16:11:39.656][S][sensor]: 'Black Tank' >> 33 % +[16:11:39.858][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:40.168][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:40.169][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:40.395][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:40.395][S][cover]: 'Awning' >> +[16:11:40.395][S][cover]: State: OPEN +[16:11:40.395][S][cover]: Current Operation: IDLE +[16:11:40.681][S][sensor]: 'Black Tank' >> 33 % +[16:11:40.867][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:41.090][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:41.090][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:41.397][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:41.397][S][cover]: 'Awning' >> +[16:11:41.397][S][cover]: State: OPEN +[16:11:41.397][S][cover]: Current Operation: IDLE +[16:11:41.635][S][sensor]: 'Black Tank' >> 33 % +[16:11:41.910][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:42.119][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:42.120][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:42.319][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:42.320][S][cover]: 'Awning' >> +[16:11:42.320][S][cover]: State: OPEN +[16:11:42.320][S][cover]: Current Operation: IDLE +[16:11:42.729][S][sensor]: 'Black Tank' >> 33 % +[16:11:42.860][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:43.143][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:43.144][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:43.343][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:43.344][S][cover]: 'Awning' >> +[16:11:43.344][S][cover]: State: OPEN +[16:11:43.344][S][cover]: Current Operation: IDLE +[16:11:43.655][S][sensor]: 'Black Tank' >> 33 % +[16:11:43.958][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:44.163][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:44.163][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:44.368][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:44.368][S][cover]: 'Awning' >> +[16:11:44.368][S][cover]: State: OPEN +[16:11:44.368][S][cover]: Current Operation: IDLE +[16:11:44.675][S][sensor]: 'Black Tank' >> 33 % +[16:11:44.880][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:45.085][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:45.085][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:45.392][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:45.392][S][cover]: 'Awning' >> +[16:11:45.392][S][cover]: State: OPEN +[16:11:45.392][S][cover]: Current Operation: IDLE +[16:11:45.699][S][sensor]: 'Black Tank' >> 33 % +[16:11:45.869][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:46.109][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:46.109][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:46.421][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:46.422][S][cover]: 'Awning' >> +[16:11:46.422][S][cover]: State: OPEN +[16:11:46.422][S][cover]: Current Operation: IDLE +[16:11:46.650][S][sensor]: 'Black Tank' >> 33 % +[16:11:46.929][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:47.133][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:47.133][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:47.338][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:47.338][S][cover]: 'Awning' >> +[16:11:47.338][S][cover]: State: OPEN +[16:11:47.338][S][cover]: Current Operation: IDLE +[16:11:47.646][S][sensor]: 'Black Tank' >> 33 % +[16:11:47.953][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:48.162][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:48.163][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:48.362][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:48.362][S][cover]: 'Awning' >> +[16:11:48.362][S][cover]: State: OPEN +[16:11:48.362][S][cover]: Current Operation: IDLE +[16:11:48.669][S][sensor]: 'Black Tank' >> 33 % +[16:11:48.976][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:49.071][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:49.071][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:49.329][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:49.329][S][cover]: 'Awning' >> +[16:11:49.329][S][cover]: State: OPEN +[16:11:49.329][S][cover]: Current Operation: IDLE +[16:11:49.693][S][sensor]: 'Black Tank' >> 33 % +[16:11:49.694][S][sensor]: 'Battery Voltage' >> 13.28 V +[16:11:49.899][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:50.126][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:50.195][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:50.411][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:50.411][S][cover]: 'Awning' >> +[16:11:50.411][S][cover]: State: OPEN +[16:11:50.411][S][cover]: Current Operation: IDLE +[16:11:50.718][S][sensor]: 'Black Tank' >> 33 % +[16:11:50.923][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:51.146][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:51.147][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:51.317][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:51.317][S][cover]: 'Awning' >> +[16:11:51.317][S][cover]: State: OPEN +[16:11:51.317][S][cover]: Current Operation: IDLE +[16:11:51.645][S][sensor]: 'Black Tank' >> 33 % +[16:11:51.952][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:52.156][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:52.156][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:52.358][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:52.359][S][cover]: 'Awning' >> +[16:11:52.359][S][cover]: State: OPEN +[16:11:52.359][S][cover]: Current Operation: IDLE +[16:11:52.768][S][sensor]: 'Black Tank' >> 33 % +[16:11:52.873][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:53.079][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:53.079][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:53.329][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:53.329][S][cover]: 'Awning' >> +[16:11:53.329][S][cover]: State: OPEN +[16:11:53.329][S][cover]: Current Operation: IDLE +[16:11:53.689][S][sensor]: 'Black Tank' >> 33 % +[16:11:53.995][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:54.068][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:54.303][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:54.327][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:54.327][S][cover]: 'Awning' >> +[16:11:54.327][S][cover]: State: OPEN +[16:11:54.327][S][cover]: Current Operation: IDLE +[16:11:54.712][S][sensor]: 'Black Tank' >> 33 % +[16:11:54.917][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:55.122][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:55.122][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:55.429][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:55.429][S][cover]: 'Awning' >> +[16:11:55.429][S][cover]: State: OPEN +[16:11:55.429][S][cover]: Current Operation: IDLE +[16:11:55.736][S][sensor]: 'Black Tank' >> 33 % +[16:11:55.883][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:56.146][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:56.146][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:56.351][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:56.351][S][cover]: 'Awning' >> +[16:11:56.351][S][cover]: State: OPEN +[16:11:56.351][S][cover]: Current Operation: IDLE +[16:11:56.648][S][sensor]: 'Black Tank' >> 33 % +[16:11:56.965][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:57.170][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:57.170][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:57.375][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:11:57.375][S][cover]: 'Awning' >> +[16:11:57.375][S][cover]: State: OPEN +[16:11:57.375][S][cover]: Current Operation: IDLE +[16:11:57.685][S][sensor]: 'Black Tank' >> 33 % +[16:11:57.989][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:58.196][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:58.196][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:58.706][S][sensor]: 'Black Tank' >> 33 % +[16:11:58.911][S][sensor]: 'Grey Tank 2' >> 66 % +[16:11:59.116][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:11:59.116][S][sensor]: 'Grey Tank 1' >> 33 % +[16:11:59.735][S][sensor]: 'Black Tank' >> 33 % +[16:11:59.935][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:00.140][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:00.140][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:00.657][S][sensor]: 'Black Tank' >> 33 % +[16:12:00.885][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:01.089][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:01.089][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:01.335][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:01.336][S][cover]: 'Awning' >> +[16:12:01.336][S][cover]: State: OPEN +[16:12:01.336][S][cover]: Current Operation: IDLE +[16:12:01.665][S][sensor]: 'Black Tank' >> 33 % +[16:12:01.983][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:02.188][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:02.188][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:02.393][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:02.395][S][cover]: 'Awning' >> +[16:12:02.395][S][cover]: State: OPEN +[16:12:02.395][S][cover]: Current Operation: IDLE +[16:12:02.700][S][sensor]: 'Black Tank' >> 33 % +[16:12:02.906][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:03.110][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:03.111][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:03.724][S][sensor]: 'Black Tank' >> 33 % +[16:12:03.929][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:04.083][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:04.215][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:04.662][S][sensor]: 'Black Tank' >> 33 % +[16:12:04.895][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:05.089][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:05.089][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:05.363][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:05.364][S][cover]: 'Awning' >> +[16:12:05.364][S][cover]: State: OPEN +[16:12:05.364][S][cover]: Current Operation: IDLE +[16:12:05.676][S][sensor]: 'Black Tank' >> 33 % +[16:12:05.921][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:06.188][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:06.188][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:06.388][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:06.388][S][cover]: 'Awning' >> +[16:12:06.388][S][cover]: State: OPEN +[16:12:06.388][S][cover]: Current Operation: IDLE +[16:12:06.668][S][sensor]: 'Black Tank' >> 33 % +[16:12:06.905][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:07.096][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:07.096][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:07.354][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:07.354][S][cover]: 'Awning' >> +[16:12:07.354][S][cover]: State: OPEN +[16:12:07.354][S][cover]: Current Operation: IDLE +[16:12:07.719][S][sensor]: 'Black Tank' >> 33 % +[16:12:07.924][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:08.093][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:08.222][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:08.743][S][sensor]: 'Black Tank' >> 33 % +[16:12:08.948][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:09.153][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:09.153][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:09.460][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:09.461][S][cover]: 'Awning' >> +[16:12:09.461][S][cover]: State: OPEN +[16:12:09.461][S][cover]: Current Operation: IDLE +[16:12:09.675][S][sensor]: 'Black Tank' >> 33 % +[16:12:09.897][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:10.092][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:10.092][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:10.672][S][sensor]: 'Black Tank' >> 33 % +[16:12:10.899][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:11.221][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:11.221][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:11.405][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:11.405][S][cover]: 'Awning' >> +[16:12:11.405][S][cover]: State: OPEN +[16:12:11.405][S][cover]: Current Operation: IDLE +[16:12:11.678][S][sensor]: 'Black Tank' >> 33 % +[16:12:12.020][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:12.230][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:12.230][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:12.686][S][sensor]: 'Black Tank' >> 33 % +[16:12:12.942][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:13.152][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:13.152][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:13.454][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:13.454][S][cover]: 'Awning' >> +[16:12:13.454][S][cover]: State: OPEN +[16:12:13.454][S][cover]: Current Operation: IDLE +[16:12:13.678][S][sensor]: 'Black Tank' >> 33 % +[16:12:13.913][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:14.171][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:14.171][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:14.681][S][sensor]: 'Black Tank' >> 33 % +[16:12:14.990][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:15.195][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:15.243][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:15.400][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:15.400][S][cover]: 'Awning' >> +[16:12:15.400][S][cover]: State: OPEN +[16:12:15.400][S][cover]: Current Operation: IDLE +[16:12:15.676][S][sensor]: 'Black Tank' >> 33 % +[16:12:15.913][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:16.219][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:16.220][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:16.429][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:16.430][S][cover]: 'Awning' >> +[16:12:16.430][S][cover]: State: OPEN +[16:12:16.430][S][cover]: Current Operation: IDLE +[16:12:16.695][S][sensor]: 'Black Tank' >> 33 % +[16:12:16.900][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:17.105][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:17.346][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:17.691][S][sensor]: 'Black Tank' >> 33 % +[16:12:17.960][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:18.170][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:18.171][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:18.693][S][sensor]: 'Black Tank' >> 33 % +[16:12:18.984][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:19.189][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:19.190][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:19.707][S][sensor]: 'Black Tank' >> 33 % +[16:12:20.009][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:20.107][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:20.108][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:20.362][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:20.362][S][cover]: 'Awning' >> +[16:12:20.362][S][cover]: State: OPEN +[16:12:20.362][S][cover]: Current Operation: IDLE +[16:12:20.726][S][sensor]: 'Black Tank' >> 33 % +[16:12:20.918][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:21.135][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:21.135][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:21.632][S][sensor]: 'Awning Motor Current' >> 6 raw +[16:12:21.633][S][cover]: 'Awning' >> +[16:12:21.633][S][cover]: State: OPEN +[16:12:21.633][S][cover]: Current Operation: IS_OPENING +[16:12:21.634][S][sensor]: 'Black Tank' >> 33 % +[16:12:21.848][S][sensor]: 'Awning Motor Current' >> 488 raw +[16:12:21.849][S][cover]: 'Awning' >> +[16:12:21.849][S][cover]: State: OPEN +[16:12:21.849][S][cover]: Current Operation: IS_OPENING +[16:12:21.849][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:22.057][S][sensor]: 'Awning Motor Current' >> 203 raw +[16:12:22.058][S][cover]: 'Awning' >> +[16:12:22.058][S][cover]: State: OPEN +[16:12:22.058][S][cover]: Current Operation: IS_OPENING +[16:12:22.058][S][sensor]: 'Battery Voltage' >> 13.20 V +[16:12:22.058][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:22.153][S][sensor]: 'Awning Motor Current' >> 159 raw +[16:12:22.153][S][cover]: 'Awning' >> +[16:12:22.153][S][cover]: State: OPEN +[16:12:22.153][S][cover]: Current Operation: IS_OPENING +[16:12:22.153][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:22.364][S][sensor]: 'Awning Motor Current' >> 173 raw +[16:12:22.365][S][cover]: 'Awning' >> +[16:12:22.365][S][cover]: State: OPEN +[16:12:22.365][S][cover]: Current Operation: IS_OPENING +[16:12:22.463][S][sensor]: 'Awning Motor Current' >> 158 raw +[16:12:22.463][S][cover]: 'Awning' >> +[16:12:22.463][S][cover]: State: OPEN +[16:12:22.463][S][cover]: Current Operation: IS_OPENING +[16:12:22.672][S][sensor]: 'Awning Motor Current' >> 168 raw +[16:12:22.672][S][cover]: 'Awning' >> +[16:12:22.672][S][cover]: State: OPEN +[16:12:22.672][S][cover]: Current Operation: IS_OPENING +[16:12:22.673][S][sensor]: 'Black Tank' >> 33 % +[16:12:22.766][S][sensor]: 'Awning Motor Current' >> 162 raw +[16:12:22.766][S][cover]: 'Awning' >> +[16:12:22.766][S][cover]: State: OPEN +[16:12:22.766][S][cover]: Current Operation: IS_OPENING +[16:12:22.905][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:22.906][S][sensor]: 'Awning Motor Current' >> 154 raw +[16:12:22.906][S][cover]: 'Awning' >> +[16:12:22.906][S][cover]: State: OPEN +[16:12:22.906][S][cover]: Current Operation: IS_OPENING +[16:12:23.184][S][sensor]: 'Awning Motor Current' >> 134 raw +[16:12:23.184][S][cover]: 'Awning' >> +[16:12:23.184][S][cover]: State: OPEN +[16:12:23.184][S][cover]: Current Operation: IS_OPENING +[16:12:23.185][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:23.228][S][sensor]: 'Awning Motor Current' >> 155 raw +[16:12:23.229][S][cover]: 'Awning' >> +[16:12:23.229][S][cover]: State: OPEN +[16:12:23.229][S][cover]: Current Operation: IS_OPENING +[16:12:23.229][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:23.491][S][sensor]: 'Awning Motor Current' >> 163 raw +[16:12:23.492][S][cover]: 'Awning' >> +[16:12:23.492][S][cover]: State: OPEN +[16:12:23.492][S][cover]: Current Operation: IS_OPENING +[16:12:23.601][S][sensor]: 'Awning Motor Current' >> 153 raw +[16:12:23.602][S][cover]: 'Awning' >> +[16:12:23.602][S][cover]: State: OPEN +[16:12:23.602][S][cover]: Current Operation: IS_OPENING +[16:12:23.602][S][sensor]: 'Black Tank' >> 33 % +[16:12:23.777][S][sensor]: 'Awning Motor Current' >> 164 raw +[16:12:23.778][S][cover]: 'Awning' >> +[16:12:23.778][S][cover]: State: OPEN +[16:12:23.778][S][cover]: Current Operation: IS_OPENING +[16:12:23.907][S][sensor]: 'Awning Motor Current' >> 144 raw +[16:12:23.907][S][cover]: 'Awning' >> +[16:12:23.907][S][cover]: State: OPEN +[16:12:23.907][S][cover]: Current Operation: IS_OPENING +[16:12:23.907][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:24.105][S][sensor]: 'Awning Motor Current' >> 109 raw +[16:12:24.105][S][cover]: 'Awning' >> +[16:12:24.105][S][cover]: State: OPEN +[16:12:24.105][S][cover]: Current Operation: IS_OPENING +[16:12:24.105][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:24.310][S][sensor]: 'Awning Motor Current' >> 171 raw +[16:12:24.311][S][cover]: 'Awning' >> +[16:12:24.311][S][cover]: State: OPEN +[16:12:24.311][S][cover]: Current Operation: IS_OPENING +[16:12:24.311][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:24.342][S][sensor]: 'Awning Motor Current' >> 102 raw +[16:12:24.343][S][cover]: 'Awning' >> +[16:12:24.343][S][cover]: State: OPEN +[16:12:24.343][S][cover]: Current Operation: IS_OPENING +[16:12:24.617][S][sensor]: 'Awning Motor Current' >> 129 raw +[16:12:24.618][S][cover]: 'Awning' >> +[16:12:24.618][S][cover]: State: OPEN +[16:12:24.618][S][cover]: Current Operation: IS_OPENING +[16:12:24.645][S][sensor]: 'Awning Motor Current' >> 142 raw +[16:12:24.646][S][cover]: 'Awning' >> +[16:12:24.646][S][cover]: State: OPEN +[16:12:24.646][S][cover]: Current Operation: IS_OPENING +[16:12:24.646][S][sensor]: 'Black Tank' >> 33 % +[16:12:24.813][S][sensor]: 'Awning Motor Current' >> 140 raw +[16:12:24.814][S][cover]: 'Awning' >> +[16:12:24.814][S][cover]: State: OPEN +[16:12:24.814][S][cover]: Current Operation: IS_OPENING +[16:12:24.814][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:24.952][S][sensor]: 'Awning Motor Current' >> 160 raw +[16:12:24.952][S][cover]: 'Awning' >> +[16:12:24.952][S][cover]: State: OPEN +[16:12:24.952][S][cover]: Current Operation: IS_OPENING +[16:12:25.129][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:25.129][S][sensor]: 'Awning Motor Current' >> 96 raw +[16:12:25.129][S][cover]: 'Awning' >> +[16:12:25.129][S][cover]: State: OPEN +[16:12:25.129][S][cover]: Current Operation: IS_OPENING +[16:12:25.334][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:25.335][S][sensor]: 'Awning Motor Current' >> 119 raw +[16:12:25.335][S][cover]: 'Awning' >> +[16:12:25.335][S][cover]: State: OPEN +[16:12:25.335][S][cover]: Current Operation: IS_OPENING +[16:12:25.539][S][sensor]: 'Awning Motor Current' >> 170 raw +[16:12:25.539][S][cover]: 'Awning' >> +[16:12:25.539][S][cover]: State: OPEN +[16:12:25.539][S][cover]: Current Operation: IS_OPENING +[16:12:25.610][S][sensor]: 'Awning Motor Current' >> 160 raw +[16:12:25.610][S][cover]: 'Awning' >> +[16:12:25.610][S][cover]: State: OPEN +[16:12:25.610][S][cover]: Current Operation: IS_OPENING +[16:12:25.611][S][sensor]: 'Black Tank' >> 33 % +[16:12:25.846][S][sensor]: 'Awning Motor Current' >> 60 raw +[16:12:25.847][S][cover]: 'Awning' >> +[16:12:25.847][S][cover]: State: OPEN +[16:12:25.847][S][cover]: Current Operation: IS_OPENING +[16:12:25.891][S][sensor]: 'Awning Motor Current' >> 86 raw +[16:12:25.891][S][cover]: 'Awning' >> +[16:12:25.891][S][cover]: State: OPEN +[16:12:25.891][S][cover]: Current Operation: IS_OPENING +[16:12:25.892][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:26.051][S][sensor]: 'Awning Motor Current' >> 149 raw +[16:12:26.051][S][cover]: 'Awning' >> +[16:12:26.051][S][cover]: State: OPEN +[16:12:26.051][S][cover]: Current Operation: IS_OPENING +[16:12:26.052][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:26.256][S][sensor]: 'Awning Motor Current' >> 139 raw +[16:12:26.256][S][cover]: 'Awning' >> +[16:12:26.256][S][cover]: State: OPEN +[16:12:26.256][S][cover]: Current Operation: IS_OPENING +[16:12:26.257][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:26.341][S][sensor]: 'Awning Motor Current' >> 141 raw +[16:12:26.341][S][cover]: 'Awning' >> +[16:12:26.341][S][cover]: State: OPEN +[16:12:26.341][S][cover]: Current Operation: IS_OPENING +[16:12:26.564][S][sensor]: 'Awning Motor Current' >> 143 raw +[16:12:26.564][S][cover]: 'Awning' >> +[16:12:26.564][S][cover]: State: OPEN +[16:12:26.564][S][cover]: Current Operation: IS_OPENING +[16:12:26.659][S][sensor]: 'Awning Motor Current' >> 137 raw +[16:12:26.660][S][cover]: 'Awning' >> +[16:12:26.660][S][cover]: State: OPEN +[16:12:26.660][S][cover]: Current Operation: IS_OPENING +[16:12:26.660][S][sensor]: 'Black Tank' >> 33 % +[16:12:26.814][S][sensor]: 'Awning Motor Current' >> 143 raw +[16:12:26.814][S][cover]: 'Awning' >> +[16:12:26.814][S][cover]: State: OPEN +[16:12:26.814][S][cover]: Current Operation: IS_OPENING +[16:12:26.814][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:26.963][S][sensor]: 'Awning Motor Current' >> 77 raw +[16:12:26.963][S][cover]: 'Awning' >> +[16:12:26.963][S][cover]: State: OPEN +[16:12:26.963][S][cover]: Current Operation: IS_OPENING +[16:12:27.178][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:27.178][S][sensor]: 'Awning Motor Current' >> 30 raw +[16:12:27.178][S][cover]: 'Awning' >> +[16:12:27.178][S][cover]: State: OPEN +[16:12:27.178][S][cover]: Current Operation: IDLE +[16:12:27.249][S][sensor]: 'Awning Motor Current' >> 6 raw +[16:12:27.250][S][cover]: 'Awning' >> +[16:12:27.250][S][cover]: State: OPEN +[16:12:27.250][S][cover]: Current Operation: IDLE +[16:12:27.250][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:27.695][S][sensor]: 'Awning Motor Current' >> 6 raw +[16:12:27.695][S][cover]: 'Awning' >> +[16:12:27.695][S][cover]: State: OPEN +[16:12:27.695][S][cover]: Current Operation: IDLE +[16:12:27.696][S][sensor]: 'Black Tank' >> 33 % +[16:12:27.895][S][sensor]: 'Awning Motor Current' >> 6 raw +[16:12:27.895][S][cover]: 'Awning' >> +[16:12:27.895][S][cover]: State: OPEN +[16:12:27.895][S][cover]: Current Operation: IDLE +[16:12:27.895][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:28.206][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:28.207][S][sensor]: 'Battery Voltage' >> 13.26 V +[16:12:28.207][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:28.270][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:28.271][S][cover]: 'Awning' >> +[16:12:28.271][S][cover]: State: OPEN +[16:12:28.271][S][cover]: Current Operation: IDLE +[16:12:28.713][S][sensor]: 'Black Tank' >> 33 % +[16:12:29.021][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:29.120][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:29.120][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:29.329][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:29.329][S][cover]: 'Awning' >> +[16:12:29.329][S][cover]: State: OPEN +[16:12:29.329][S][cover]: Current Operation: IDLE +[16:12:29.743][S][sensor]: 'Black Tank' >> 33 % +[16:12:29.931][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:30.147][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:30.235][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:30.235][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:30.236][S][cover]: 'Awning' >> +[16:12:30.236][S][cover]: State: OPEN +[16:12:30.236][S][cover]: Current Operation: IDLE +[16:12:30.762][S][sensor]: 'Black Tank' >> 33 % +[16:12:30.930][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:31.172][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:31.172][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:31.377][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:31.377][S][cover]: 'Awning' >> +[16:12:31.377][S][cover]: State: OPEN +[16:12:31.377][S][cover]: Current Operation: IDLE +[16:12:31.691][S][sensor]: 'Black Tank' >> 33 % +[16:12:31.939][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:31.964][I][idscan:133]: node 75: challenge 78A6B0E2 -> response 7B7D1000, opcode 02 x3 +[16:12:32.060][S][cover]: 'Awning' >> +[16:12:32.060][S][cover]: State: OPEN +[16:12:32.060][S][cover]: Current Operation: IDLE +[16:12:32.060][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:32.060][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:32.298][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:32.299][S][sensor]: 'Awning Motor Current' >> 6 raw +[16:12:32.299][S][cover]: 'Awning' >> +[16:12:32.299][S][cover]: State: OPEN +[16:12:32.299][S][cover]: Current Operation: IS_CLOSING +[16:12:32.606][S][sensor]: 'Awning Motor Current' >> 746 raw +[16:12:32.606][S][cover]: 'Awning' >> +[16:12:32.606][S][cover]: State: OPEN +[16:12:32.606][S][cover]: Current Operation: IS_CLOSING +[16:12:32.672][S][sensor]: 'Awning Motor Current' >> 558 raw +[16:12:32.672][S][cover]: 'Awning' >> +[16:12:32.672][S][cover]: State: OPEN +[16:12:32.672][S][cover]: Current Operation: IS_CLOSING +[16:12:32.672][S][sensor]: 'Black Tank' >> 33 % +[16:12:32.920][S][sensor]: 'Awning Motor Current' >> 579 raw +[16:12:32.921][S][cover]: 'Awning' >> +[16:12:32.921][S][cover]: State: OPEN +[16:12:32.921][S][cover]: Current Operation: IS_CLOSING +[16:12:32.921][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:32.981][S][sensor]: 'Awning Motor Current' >> 569 raw +[16:12:32.982][S][cover]: 'Awning' >> +[16:12:32.982][S][cover]: State: OPEN +[16:12:32.982][S][cover]: Current Operation: IS_CLOSING +[16:12:33.224][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:33.225][S][sensor]: 'Awning Motor Current' >> 536 raw +[16:12:33.225][S][cover]: 'Awning' >> +[16:12:33.225][S][cover]: State: OPEN +[16:12:33.225][S][cover]: Current Operation: IS_CLOSING +[16:12:33.226][S][sensor]: 'Battery Voltage' >> 13.11 V +[16:12:33.237][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:33.238][S][sensor]: 'Awning Motor Current' >> 554 raw +[16:12:33.238][S][cover]: 'Awning' >> +[16:12:33.238][S][cover]: State: OPEN +[16:12:33.238][S][cover]: Current Operation: IS_CLOSING +[16:12:33.425][S][sensor]: 'Awning Motor Current' >> 540 raw +[16:12:33.425][S][cover]: 'Awning' >> +[16:12:33.425][S][cover]: State: OPEN +[16:12:33.425][S][cover]: Current Operation: IS_CLOSING +[16:12:33.633][S][sensor]: 'Awning Motor Current' >> 546 raw +[16:12:33.634][S][cover]: 'Awning' >> +[16:12:33.634][S][cover]: State: OPEN +[16:12:33.634][S][cover]: Current Operation: IS_CLOSING +[16:12:33.684][S][sensor]: 'Black Tank' >> 33 % +[16:12:33.684][S][sensor]: 'Awning Motor Current' >> 545 raw +[16:12:33.684][S][cover]: 'Awning' >> +[16:12:33.684][S][cover]: State: OPEN +[16:12:33.684][S][cover]: Current Operation: IS_CLOSING +[16:12:33.840][S][sensor]: 'Awning Motor Current' >> 537 raw +[16:12:33.840][S][cover]: 'Awning' >> +[16:12:33.840][S][cover]: State: OPEN +[16:12:33.840][S][cover]: Current Operation: IS_CLOSING +[16:12:33.922][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:33.922][S][sensor]: 'Awning Motor Current' >> 522 raw +[16:12:33.922][S][cover]: 'Awning' >> +[16:12:33.922][S][cover]: State: OPEN +[16:12:33.922][S][cover]: Current Operation: IS_CLOSING +[16:12:34.059][S][sensor]: 'Awning Motor Current' >> 514 raw +[16:12:34.059][S][cover]: 'Awning' >> +[16:12:34.059][S][cover]: State: OPEN +[16:12:34.059][S][cover]: Current Operation: IS_CLOSING +[16:12:34.060][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:34.249][S][sensor]: 'Awning Motor Current' >> 511 raw +[16:12:34.250][S][cover]: 'Awning' >> +[16:12:34.250][S][cover]: State: OPEN +[16:12:34.250][S][cover]: Current Operation: IS_CLOSING +[16:12:34.250][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:34.320][S][sensor]: 'Awning Motor Current' >> 513 raw +[16:12:34.320][S][cover]: 'Awning' >> +[16:12:34.320][S][cover]: State: OPEN +[16:12:34.320][S][cover]: Current Operation: IS_CLOSING +[16:12:34.554][S][sensor]: 'Awning Motor Current' >> 497 raw +[16:12:34.554][S][cover]: 'Awning' >> +[16:12:34.554][S][cover]: State: OPEN +[16:12:34.554][S][cover]: Current Operation: IS_CLOSING +[16:12:34.579][S][sensor]: 'Awning Motor Current' >> 483 raw +[16:12:34.579][S][cover]: 'Awning' >> +[16:12:34.579][S][cover]: State: OPEN +[16:12:34.579][S][cover]: Current Operation: IS_CLOSING +[16:12:34.864][S][sensor]: 'Black Tank' >> 33 % +[16:12:34.864][S][sensor]: 'Awning Motor Current' >> 511 raw +[16:12:34.865][S][cover]: 'Awning' >> +[16:12:34.865][S][cover]: State: OPEN +[16:12:34.865][S][cover]: Current Operation: IS_CLOSING +[16:12:34.865][S][sensor]: 'Awning Motor Current' >> 499 raw +[16:12:34.865][S][cover]: 'Awning' >> +[16:12:34.865][S][cover]: State: OPEN +[16:12:34.865][S][cover]: Current Operation: IS_CLOSING +[16:12:34.866][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:34.990][S][sensor]: 'Awning Motor Current' >> 472 raw +[16:12:34.990][S][cover]: 'Awning' >> +[16:12:34.990][S][cover]: State: OPEN +[16:12:34.990][S][cover]: Current Operation: IS_CLOSING +[16:12:35.130][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:35.130][S][sensor]: 'Awning Motor Current' >> 487 raw +[16:12:35.131][S][cover]: 'Awning' >> +[16:12:35.131][S][cover]: State: OPEN +[16:12:35.131][S][cover]: Current Operation: IS_CLOSING +[16:12:35.131][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:35.253][S][sensor]: 'Awning Motor Current' >> 477 raw +[16:12:35.253][S][cover]: 'Awning' >> +[16:12:35.253][S][cover]: State: OPEN +[16:12:35.253][S][cover]: Current Operation: IS_CLOSING +[16:12:35.476][S][sensor]: 'Awning Motor Current' >> 478 raw +[16:12:35.477][S][cover]: 'Awning' >> +[16:12:35.477][S][cover]: State: OPEN +[16:12:35.477][S][cover]: Current Operation: IS_CLOSING +[16:12:35.551][S][sensor]: 'Awning Motor Current' >> 477 raw +[16:12:35.551][S][cover]: 'Awning' >> +[16:12:35.551][S][cover]: State: OPEN +[16:12:35.551][S][cover]: Current Operation: IS_CLOSING +[16:12:35.785][S][sensor]: 'Black Tank' >> 33 % +[16:12:35.786][S][sensor]: 'Awning Motor Current' >> 462 raw +[16:12:35.786][S][cover]: 'Awning' >> +[16:12:35.786][S][cover]: State: OPEN +[16:12:35.786][S][cover]: Current Operation: IS_CLOSING +[16:12:35.809][S][sensor]: 'Awning Motor Current' >> 445 raw +[16:12:35.810][S][cover]: 'Awning' >> +[16:12:35.810][S][cover]: State: OPEN +[16:12:35.810][S][cover]: Current Operation: IS_CLOSING +[16:12:35.951][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:35.952][S][sensor]: 'Awning Motor Current' >> 450 raw +[16:12:35.952][S][cover]: 'Awning' >> +[16:12:35.952][S][cover]: State: OPEN +[16:12:35.952][S][cover]: Current Operation: IS_CLOSING +[16:12:36.082][S][sensor]: 'Awning Motor Current' >> 454 raw +[16:12:36.082][S][cover]: 'Awning' >> +[16:12:36.082][S][cover]: State: OPEN +[16:12:36.082][S][cover]: Current Operation: IS_CLOSING +[16:12:36.083][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:36.219][S][sensor]: 'Awning Motor Current' >> 424 raw +[16:12:36.219][S][cover]: 'Awning' >> +[16:12:36.219][S][cover]: State: OPEN +[16:12:36.219][S][cover]: Current Operation: IS_CLOSING +[16:12:36.220][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:36.497][S][sensor]: 'Awning Motor Current' >> 414 raw +[16:12:36.498][S][cover]: 'Awning' >> +[16:12:36.498][S][cover]: State: OPEN +[16:12:36.498][S][cover]: Current Operation: IS_CLOSING +[16:12:36.656][S][sensor]: 'Awning Motor Current' >> 386 raw +[16:12:36.656][S][cover]: 'Awning' >> +[16:12:36.656][S][cover]: State: OPEN +[16:12:36.656][S][cover]: Current Operation: IS_CLOSING +[16:12:36.656][S][sensor]: 'Black Tank' >> 33 % +[16:12:36.794][S][sensor]: 'Awning Motor Current' >> 396 raw +[16:12:36.795][S][cover]: 'Awning' >> +[16:12:36.795][S][cover]: State: OPEN +[16:12:36.795][S][cover]: Current Operation: IS_CLOSING +[16:12:36.948][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:36.948][S][sensor]: 'Awning Motor Current' >> 394 raw +[16:12:36.948][S][cover]: 'Awning' >> +[16:12:36.948][S][cover]: State: OPEN +[16:12:36.948][S][cover]: Current Operation: IS_CLOSING +[16:12:37.060][S][sensor]: 'Awning Motor Current' >> 403 raw +[16:12:37.061][S][cover]: 'Awning' >> +[16:12:37.061][S][cover]: State: OPEN +[16:12:37.061][S][cover]: Current Operation: IS_CLOSING +[16:12:37.061][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:37.213][S][sensor]: 'Awning Motor Current' >> 362 raw +[16:12:37.214][S][cover]: 'Awning' >> +[16:12:37.214][S][cover]: State: OPEN +[16:12:37.214][S][cover]: Current Operation: IS_CLOSING +[16:12:37.214][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:37.419][S][sensor]: 'Awning Motor Current' >> 347 raw +[16:12:37.419][S][cover]: 'Awning' >> +[16:12:37.419][S][cover]: State: OPEN +[16:12:37.419][S][cover]: Current Operation: IS_CLOSING +[16:12:37.499][S][sensor]: 'Awning Motor Current' >> 363 raw +[16:12:37.500][S][cover]: 'Awning' >> +[16:12:37.500][S][cover]: State: OPEN +[16:12:37.500][S][cover]: Current Operation: IS_CLOSING +[16:12:37.668][S][sensor]: 'Awning Motor Current' >> 346 raw +[16:12:37.668][S][cover]: 'Awning' >> +[16:12:37.668][S][cover]: State: OPEN +[16:12:37.668][S][cover]: Current Operation: IS_CLOSING +[16:12:37.669][S][sensor]: 'Black Tank' >> 33 % +[16:12:37.828][S][sensor]: 'Awning Motor Current' >> 350 raw +[16:12:37.829][S][cover]: 'Awning' >> +[16:12:37.829][S][cover]: State: OPEN +[16:12:37.829][S][cover]: Current Operation: IS_CLOSING +[16:12:37.924][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:37.924][S][sensor]: 'Awning Motor Current' >> 444 raw +[16:12:37.924][S][cover]: 'Awning' >> +[16:12:37.924][S][cover]: State: OPEN +[16:12:37.924][S][cover]: Current Operation: IS_CLOSING +[16:12:38.136][S][sensor]: 'Awning Motor Current' >> 667 raw +[16:12:38.136][S][cover]: 'Awning' >> +[16:12:38.136][S][cover]: State: OPEN +[16:12:38.136][S][cover]: Current Operation: IS_CLOSING +[16:12:38.136][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:38.212][S][sensor]: 'Awning Motor Current' >> 763 raw +[16:12:38.212][S][cover]: 'Awning' >> +[16:12:38.212][S][cover]: State: OPEN +[16:12:38.212][S][cover]: Current Operation: IS_CLOSING +[16:12:38.212][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:38.443][S][sensor]: 'Awning Motor Current' >> 2142 raw +[16:12:38.443][S][cover]: 'Awning' >> +[16:12:38.443][S][cover]: State: OPEN +[16:12:38.443][S][cover]: Current Operation: IS_CLOSING +[16:12:38.520][I][awning:220]: auto-retract: stall 3767 -> stop (CLOSED) +[16:12:38.521][S][sensor]: 'Awning Motor Current' >> 3767 raw +[16:12:38.521][S][cover]: 'Awning' >> +[16:12:38.521][S][cover]: State: CLOSED +[16:12:38.521][S][cover]: Current Operation: IS_CLOSING +[16:12:38.742][S][sensor]: 'Awning Motor Current' >> 4148 raw +[16:12:38.742][S][cover]: 'Awning' >> +[16:12:38.742][S][cover]: State: CLOSED +[16:12:38.742][S][cover]: Current Operation: IS_CLOSING +[16:12:38.742][S][sensor]: 'Black Tank' >> 33 % +[16:12:38.841][S][sensor]: 'Awning Motor Current' >> 4183 raw +[16:12:38.841][S][cover]: 'Awning' >> +[16:12:38.841][S][cover]: State: CLOSED +[16:12:38.841][S][cover]: Current Operation: IS_CLOSING +[16:12:38.841][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:39.058][S][sensor]: 'Awning Motor Current' >> 4201 raw +[16:12:39.058][S][cover]: 'Awning' >> +[16:12:39.058][S][cover]: State: CLOSED +[16:12:39.058][S][cover]: Current Operation: IS_CLOSING +[16:12:39.126][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:39.126][S][sensor]: 'Awning Motor Current' >> 4185 raw +[16:12:39.126][S][cover]: 'Awning' >> +[16:12:39.126][S][cover]: State: CLOSED +[16:12:39.126][S][cover]: Current Operation: IS_CLOSING +[16:12:39.127][S][sensor]: 'Battery Voltage' >> 12.21 V +[16:12:39.262][S][sensor]: 'Awning Motor Current' >> 4182 raw +[16:12:39.262][S][cover]: 'Awning' >> +[16:12:39.262][S][cover]: State: CLOSED +[16:12:39.262][S][cover]: Current Operation: IS_CLOSING +[16:12:39.263][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:39.569][S][sensor]: 'Awning Motor Current' >> 4035 raw +[16:12:39.570][S][cover]: 'Awning' >> +[16:12:39.570][S][cover]: State: CLOSED +[16:12:39.570][S][cover]: Current Operation: IS_CLOSING +[16:12:39.638][S][sensor]: 'Awning Motor Current' >> 385 raw +[16:12:39.638][S][cover]: 'Awning' >> +[16:12:39.638][S][cover]: State: CLOSED +[16:12:39.638][S][cover]: Current Operation: IS_CLOSING +[16:12:39.638][S][sensor]: 'Black Tank' >> 33 % +[16:12:39.777][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:39.777][S][cover]: 'Awning' >> +[16:12:39.777][S][cover]: State: CLOSED +[16:12:39.777][S][cover]: Current Operation: IDLE +[16:12:39.973][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:39.973][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:39.974][S][cover]: 'Awning' >> +[16:12:39.974][S][cover]: State: CLOSED +[16:12:39.974][S][cover]: Current Operation: IDLE +[16:12:40.153][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:40.153][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:40.286][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:40.286][S][cover]: 'Awning' >> +[16:12:40.286][S][cover]: State: CLOSED +[16:12:40.286][S][cover]: Current Operation: IDLE +[16:12:40.287][S][sensor]: 'Battery Voltage' >> 13.12 V +[16:12:40.593][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:40.594][S][cover]: 'Awning' >> +[16:12:40.594][S][cover]: State: CLOSED +[16:12:40.594][S][cover]: Current Operation: IDLE +[16:12:40.708][S][sensor]: 'Black Tank' >> 33 % +[16:12:40.708][S][sensor]: 'Battery Voltage' >> 13.21 V +[16:12:40.708][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:40.709][S][cover]: 'Awning' >> +[16:12:40.709][S][cover]: State: CLOSED +[16:12:40.709][S][cover]: Current Operation: IDLE +[16:12:40.997][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:40.997][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:40.997][S][cover]: 'Awning' >> +[16:12:40.997][S][cover]: State: CLOSED +[16:12:40.997][S][cover]: Current Operation: IDLE +[16:12:41.138][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:41.138][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:41.310][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:41.311][S][cover]: 'Awning' >> +[16:12:41.311][S][cover]: State: CLOSED +[16:12:41.311][S][cover]: Current Operation: IDLE +[16:12:41.545][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:41.546][S][cover]: 'Awning' >> +[16:12:41.546][S][cover]: State: CLOSED +[16:12:41.546][S][cover]: Current Operation: IDLE +[16:12:41.706][S][sensor]: 'Black Tank' >> 33 % +[16:12:41.706][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:41.706][S][cover]: 'Awning' >> +[16:12:41.706][S][cover]: State: CLOSED +[16:12:41.706][S][cover]: Current Operation: IDLE +[16:12:41.937][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:41.937][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:41.937][S][cover]: 'Awning' >> +[16:12:41.937][S][cover]: State: CLOSED +[16:12:41.937][S][cover]: Current Operation: IDLE +[16:12:42.138][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:42.138][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:42.744][S][sensor]: 'Black Tank' >> 33 % +[16:12:42.994][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:42.994][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:42.994][S][cover]: 'Awning' >> +[16:12:42.994][S][cover]: State: CLOSED +[16:12:42.994][S][cover]: Current Operation: IDLE +[16:12:43.141][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:43.142][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:43.768][S][sensor]: 'Black Tank' >> 33 % +[16:12:43.998][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:43.998][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:43.998][S][cover]: 'Awning' >> +[16:12:43.998][S][cover]: State: CLOSED +[16:12:43.998][S][cover]: Current Operation: IDLE +[16:12:44.140][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:44.280][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:44.792][D][preferences:148]: Writing 1 items: 0 cached, 1 written, 0 failed +[16:12:44.793][S][sensor]: 'Black Tank' >> 33 % +[16:12:44.996][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:44.997][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:44.997][S][cover]: 'Awning' >> +[16:12:44.997][S][cover]: State: CLOSED +[16:12:44.997][S][cover]: Current Operation: IDLE +[16:12:45.145][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:45.145][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:45.840][S][sensor]: 'Black Tank' >> 33 % +[16:12:45.948][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:45.948][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:45.948][S][cover]: 'Awning' >> +[16:12:45.948][S][cover]: State: CLOSED +[16:12:45.948][S][cover]: Current Operation: IDLE +[16:12:46.149][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:46.149][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:46.720][S][sensor]: 'Black Tank' >> 33 % +[16:12:47.045][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:47.046][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:47.046][S][cover]: 'Awning' >> +[16:12:47.046][S][cover]: State: CLOSED +[16:12:47.046][S][cover]: Current Operation: IDLE +[16:12:47.134][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:47.269][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:47.768][S][sensor]: 'Black Tank' >> 33 % +[16:12:47.967][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:47.967][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:47.968][S][cover]: 'Awning' >> +[16:12:47.968][S][cover]: State: CLOSED +[16:12:47.968][S][cover]: Current Operation: IDLE +[16:12:48.145][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:48.145][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:48.889][S][sensor]: 'Black Tank' >> 33 % +[16:12:48.939][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:48.939][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:48.939][S][cover]: 'Awning' >> +[16:12:48.939][S][cover]: State: CLOSED +[16:12:48.939][S][cover]: Current Operation: IDLE +[16:12:49.159][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:49.159][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:49.811][S][sensor]: 'Battery Voltage' >> 13.25 V +[16:12:49.811][S][sensor]: 'Black Tank' >> 33 % +[16:12:50.015][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:50.015][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:50.016][S][cover]: 'Awning' >> +[16:12:50.016][S][cover]: State: CLOSED +[16:12:50.016][S][cover]: Current Operation: IDLE +[16:12:50.220][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:50.265][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:50.732][S][sensor]: 'Black Tank' >> 33 % +[16:12:50.976][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:50.977][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:50.977][S][cover]: 'Awning' >> +[16:12:50.977][S][cover]: State: CLOSED +[16:12:50.977][S][cover]: Current Operation: IDLE +[16:12:51.244][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:51.245][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:51.725][S][sensor]: 'Black Tank' >> 33 % +[16:12:52.063][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:52.064][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:52.064][S][cover]: 'Awning' >> +[16:12:52.064][S][cover]: State: CLOSED +[16:12:52.064][S][cover]: Current Operation: IDLE +[16:12:52.144][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:52.144][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:52.781][S][sensor]: 'Black Tank' >> 33 % +[16:12:52.985][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:52.986][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:52.986][S][cover]: 'Awning' >> +[16:12:52.986][S][cover]: State: CLOSED +[16:12:52.986][S][cover]: Current Operation: IDLE +[16:12:53.191][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:53.191][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:53.805][S][sensor]: 'Black Tank' >> 33 % +[16:12:54.009][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:54.009][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:54.009][S][cover]: 'Awning' >> +[16:12:54.009][S][cover]: State: CLOSED +[16:12:54.009][S][cover]: Current Operation: IDLE +[16:12:54.214][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:54.260][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:54.732][S][sensor]: 'Black Tank' >> 33 % +[16:12:54.961][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:54.962][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:54.962][S][cover]: 'Awning' >> +[16:12:54.962][S][cover]: State: CLOSED +[16:12:54.962][S][cover]: Current Operation: IDLE +[16:12:55.144][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:55.145][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:55.751][S][sensor]: 'Black Tank' >> 33 % +[16:12:56.058][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:56.058][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:56.058][S][cover]: 'Awning' >> +[16:12:56.058][S][cover]: State: CLOSED +[16:12:56.058][S][cover]: Current Operation: IDLE +[16:12:56.151][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:56.152][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:56.741][S][sensor]: 'Black Tank' >> 33 % +[16:12:56.979][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:56.979][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:56.980][S][cover]: 'Awning' >> +[16:12:56.980][S][cover]: State: CLOSED +[16:12:56.980][S][cover]: Current Operation: IDLE +[16:12:57.157][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:57.157][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:57.798][S][sensor]: 'Black Tank' >> 33 % +[16:12:58.003][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:58.004][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:58.004][S][cover]: 'Awning' >> +[16:12:58.004][S][cover]: State: CLOSED +[16:12:58.004][S][cover]: Current Operation: IDLE +[16:12:58.152][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:58.310][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:58.822][S][sensor]: 'Black Tank' >> 33 % +[16:12:59.027][S][sensor]: 'Grey Tank 2' >> 66 % +[16:12:59.027][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:12:59.027][S][cover]: 'Awning' >> +[16:12:59.027][S][cover]: State: CLOSED +[16:12:59.027][S][cover]: Current Operation: IDLE +[16:12:59.154][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:12:59.154][S][sensor]: 'Grey Tank 1' >> 33 % +[16:12:59.750][S][sensor]: 'Black Tank' >> 33 % +[16:13:00.052][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:00.053][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:00.053][S][cover]: 'Awning' >> +[16:13:00.053][S][cover]: State: CLOSED +[16:13:00.053][S][cover]: Current Operation: IDLE +[16:13:00.162][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:00.163][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:00.768][S][sensor]: 'Black Tank' >> 33 % +[16:13:00.972][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:00.973][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:00.973][S][cover]: 'Awning' >> +[16:13:00.973][S][cover]: State: CLOSED +[16:13:00.973][S][cover]: Current Operation: IDLE +[16:13:01.216][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:01.217][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:01.741][S][sensor]: 'Black Tank' >> 33 % +[16:13:02.000][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:02.000][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:02.001][S][cover]: 'Awning' >> +[16:13:02.001][S][cover]: State: CLOSED +[16:13:02.001][S][cover]: Current Operation: IDLE +[16:13:02.207][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:02.207][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:02.819][S][sensor]: 'Black Tank' >> 33 % +[16:13:03.025][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:03.026][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:03.026][S][cover]: 'Awning' >> +[16:13:03.026][S][cover]: State: CLOSED +[16:13:03.026][S][cover]: Current Operation: IDLE +[16:13:03.170][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:03.170][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:03.743][S][sensor]: 'Black Tank' >> 33 % +[16:13:03.972][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:03.973][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:03.973][S][cover]: 'Awning' >> +[16:13:03.973][S][cover]: State: CLOSED +[16:13:03.973][S][cover]: Current Operation: IDLE +[16:13:04.157][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:04.157][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:04.735][S][sensor]: 'Black Tank' >> 33 % +[16:13:05.069][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:05.070][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:05.070][S][cover]: 'Awning' >> +[16:13:05.070][S][cover]: State: CLOSED +[16:13:05.070][S][cover]: Current Operation: IDLE +[16:13:05.169][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:05.169][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:05.762][S][sensor]: 'Black Tank' >> 33 % +[16:13:05.991][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:05.991][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:05.992][S][cover]: 'Awning' >> +[16:13:05.992][S][cover]: State: CLOSED +[16:13:05.992][S][cover]: Current Operation: IDLE +[16:13:06.196][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:06.196][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:06.759][S][sensor]: 'Black Tank' >> 33 % +[16:13:07.015][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:07.015][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:07.015][S][cover]: 'Awning' >> +[16:13:07.015][S][cover]: State: CLOSED +[16:13:07.015][S][cover]: Current Operation: IDLE +[16:13:07.220][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:07.221][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:07.809][S][sensor]: 'Black Tank' >> 33 % +[16:13:08.039][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:08.040][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:08.040][S][cover]: 'Awning' >> +[16:13:08.040][S][cover]: State: CLOSED +[16:13:08.040][S][cover]: Current Operation: IDLE +[16:13:08.170][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:08.171][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:08.744][S][sensor]: 'Black Tank' >> 33 % +[16:13:09.063][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:09.063][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:09.063][S][cover]: 'Awning' >> +[16:13:09.063][S][cover]: State: CLOSED +[16:13:09.063][S][cover]: Current Operation: IDLE +[16:13:09.160][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:09.370][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:09.745][S][sensor]: 'Black Tank' >> 33 % +[16:13:09.977][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:09.977][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:09.978][S][cover]: 'Awning' >> +[16:13:09.978][S][cover]: State: CLOSED +[16:13:09.978][S][cover]: Current Operation: IDLE +[16:13:10.169][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:10.170][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:10.805][S][sensor]: 'Black Tank' >> 33 % +[16:13:10.981][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:10.981][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:10.982][S][cover]: 'Awning' >> +[16:13:10.982][S][cover]: State: CLOSED +[16:13:10.982][S][cover]: Current Operation: IDLE +[16:13:11.214][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:11.214][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:11.752][S][sensor]: 'Black Tank' >> 33 % +[16:13:11.977][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:11.977][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:11.977][S][cover]: 'Awning' >> +[16:13:11.977][S][cover]: State: CLOSED +[16:13:11.977][S][cover]: Current Operation: IDLE +[16:13:12.165][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:12.166][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:12.741][S][sensor]: 'Black Tank' >> 33 % +[16:13:12.974][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:12.975][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:12.975][S][cover]: 'Awning' >> +[16:13:12.975][S][cover]: State: CLOSED +[16:13:12.975][S][cover]: Current Operation: IDLE +[16:13:13.179][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:13.179][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:13.774][S][sensor]: 'Black Tank' >> 33 % +[16:13:13.984][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:13.985][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:13.986][S][cover]: 'Awning' >> +[16:13:13.986][S][cover]: State: CLOSED +[16:13:13.986][S][cover]: Current Operation: IDLE +[16:13:14.183][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:14.289][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:14.798][S][sensor]: 'Black Tank' >> 33 % +[16:13:14.982][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:14.983][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:14.983][S][cover]: 'Awning' >> +[16:13:14.983][S][cover]: State: CLOSED +[16:13:14.983][S][cover]: Current Operation: IDLE +[16:13:15.208][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:15.208][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:15.750][S][sensor]: 'Black Tank' >> 33 % +[16:13:15.970][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:15.971][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:15.971][S][cover]: 'Awning' >> +[16:13:15.971][S][cover]: State: CLOSED +[16:13:15.971][S][cover]: Current Operation: IDLE +[16:13:16.231][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:16.232][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:16.747][S][sensor]: 'Black Tank' >> 33 % +[16:13:17.051][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:17.051][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:17.052][S][cover]: 'Awning' >> +[16:13:17.052][S][cover]: State: CLOSED +[16:13:17.052][S][cover]: Current Operation: IDLE +[16:13:17.176][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:17.176][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:17.756][S][sensor]: 'Black Tank' >> 33 % +[16:13:18.076][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:18.076][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:18.076][S][cover]: 'Awning' >> +[16:13:18.076][S][cover]: State: CLOSED +[16:13:18.076][S][cover]: Current Operation: IDLE +[16:13:18.188][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:18.189][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:18.792][S][sensor]: 'Black Tank' >> 33 % +[16:13:18.996][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:18.997][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:18.997][S][cover]: 'Awning' >> +[16:13:18.997][S][cover]: State: CLOSED +[16:13:18.997][S][cover]: Current Operation: IDLE +[16:13:19.181][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:19.181][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:19.765][S][sensor]: 'Black Tank' >> 33 % +[16:13:20.020][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:20.020][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:20.021][S][cover]: 'Awning' >> +[16:13:20.021][S][cover]: State: CLOSED +[16:13:20.021][S][cover]: Current Operation: IDLE +[16:13:20.219][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:20.219][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:20.811][S][sensor]: 'Black Tank' >> 33 % +[16:13:20.987][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:20.987][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:20.988][S][cover]: 'Awning' >> +[16:13:20.988][S][cover]: State: CLOSED +[16:13:20.988][S][cover]: Current Operation: IDLE +[16:13:21.248][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:21.249][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:21.751][S][sensor]: 'Black Tank' >> 33 % +[16:13:21.985][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:21.986][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:21.986][S][cover]: 'Awning' >> +[16:13:21.986][S][cover]: State: CLOSED +[16:13:21.986][S][cover]: Current Operation: IDLE +[16:13:22.274][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:22.274][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:22.786][S][sensor]: 'Black Tank' >> 33 % +[16:13:22.972][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:22.972][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:22.973][S][cover]: 'Awning' >> +[16:13:22.973][S][cover]: State: CLOSED +[16:13:22.973][S][cover]: Current Operation: IDLE +[16:13:23.298][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:23.298][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:23.815][S][sensor]: 'Black Tank' >> 33 % +[16:13:23.989][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:23.989][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:23.989][S][cover]: 'Awning' >> +[16:13:23.989][S][cover]: State: CLOSED +[16:13:23.989][S][cover]: Current Operation: IDLE +[16:13:24.219][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:24.220][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:24.834][S][sensor]: 'Black Tank' >> 33 % +[16:13:25.002][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:25.002][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:25.003][S][cover]: 'Awning' >> +[16:13:25.003][S][cover]: State: CLOSED +[16:13:25.003][S][cover]: Current Operation: IDLE +[16:13:25.243][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:25.244][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:25.774][S][sensor]: 'Black Tank' >> 33 % +[16:13:26.003][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:26.003][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:26.004][S][cover]: 'Awning' >> +[16:13:26.004][S][cover]: State: CLOSED +[16:13:26.004][S][cover]: Current Operation: IDLE +[16:13:26.186][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:26.187][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:26.758][S][sensor]: 'Black Tank' >> 33 % +[16:13:26.988][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:26.988][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:26.989][S][cover]: 'Awning' >> +[16:13:26.989][S][cover]: State: CLOSED +[16:13:26.989][S][cover]: Current Operation: IDLE +[16:13:27.292][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:27.292][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:27.809][S][sensor]: 'Black Tank' >> 33 % +[16:13:28.008][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:28.008][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:28.008][S][cover]: 'Awning' >> +[16:13:28.008][S][cover]: State: CLOSED +[16:13:28.008][S][cover]: Current Operation: IDLE +[16:13:28.192][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:28.192][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:28.833][S][sensor]: 'Battery Voltage' >> 13.27 V +[16:13:28.833][S][sensor]: 'Black Tank' >> 33 % +[16:13:28.999][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:28.999][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:28.999][S][cover]: 'Awning' >> +[16:13:28.999][S][cover]: State: CLOSED +[16:13:28.999][S][cover]: Current Operation: IDLE +[16:13:29.185][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:29.186][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:29.852][S][sensor]: 'Black Tank' >> 33 % +[16:13:30.021][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:30.021][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:30.022][S][cover]: 'Awning' >> +[16:13:30.022][S][cover]: State: CLOSED +[16:13:30.022][S][cover]: Current Operation: IDLE +[16:13:30.189][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:30.190][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:30.774][S][sensor]: 'Black Tank' >> 33 % +[16:13:30.999][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:30.999][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:30.999][S][cover]: 'Awning' >> +[16:13:30.999][S][cover]: State: CLOSED +[16:13:30.999][S][cover]: Current Operation: IDLE +[16:13:31.197][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:31.198][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:31.773][S][sensor]: 'Black Tank' >> 33 % +[16:13:31.991][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:31.992][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:31.992][S][cover]: 'Awning' >> +[16:13:31.992][S][cover]: State: CLOSED +[16:13:31.992][S][cover]: Current Operation: IDLE +[16:13:32.207][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:32.207][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:32.765][S][sensor]: 'Black Tank' >> 33 % +[16:13:33.010][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:33.010][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:33.010][S][cover]: 'Awning' >> +[16:13:33.010][S][cover]: State: CLOSED +[16:13:33.010][S][cover]: Current Operation: IDLE +[16:13:33.195][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:33.196][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:33.769][S][sensor]: 'Black Tank' >> 33 % +[16:13:34.033][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:34.033][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:34.033][S][cover]: 'Awning' >> +[16:13:34.033][S][cover]: State: CLOSED +[16:13:34.033][S][cover]: Current Operation: IDLE +[16:13:34.204][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:34.204][S][sensor]: 'Grey Tank 1' >> 33 % +[16:13:34.775][S][sensor]: 'Black Tank' >> 33 % +[16:13:35.058][S][sensor]: 'Grey Tank 2' >> 66 % +[16:13:35.058][S][sensor]: 'Awning Motor Current' >> 0 raw +[16:13:35.058][S][cover]: 'Awning' >> +[16:13:35.058][S][cover]: State: CLOSED +[16:13:35.058][S][cover]: Current Operation: IDLE +[16:13:35.196][S][sensor]: 'Fresh Water Tank' >> 0 % +[16:13:35.197][S][sensor]: 'Grey Tank 1' >> 33 % diff --git a/canbus/captures/awning-fullretract-2026-07-01_154014.log b/canbus/captures/awning-fullretract-2026-07-01_154014.log new file mode 100644 index 0000000..10663d9 --- /dev/null +++ b/canbus/captures/awning-fullretract-2026-07-01_154014.log @@ -0,0 +1,2805 @@ +INFO ESPHome 2026.5.3 +INFO Loaded validated config cache for onecontrol-canbus.yaml, skipping validation. +INFO Starting log output from 192.168.69.18 using esphome API +INFO Successfully resolved onecontrol-canbus @ 192.168.69.18 in 0.000s +INFO Successfully connected to onecontrol-canbus @ 192.168.69.18 in 0.083s +INFO Successful handshake with onecontrol-canbus @ 192.168.69.18 in 0.105s +[15:40:15.545][I][app:151]: ESPHome version 2026.5.3 compiled on 2026-06-12 23:38:38 -0400 +[15:40:15.545][I][app:158]: ESP32 Chip: ESP32 rev3.1, 2 core(s) +[15:40:15.545][W][app:171]: Chip rev >= 3.0 detected. Set minimum_chip_revision: "3.1" under esp32 > framework > advanced to reduce binary size +[15:40:15.545][W][app:198]: Bootloader supports SRAM1 as IRAM (+40KB). Set sram1_as_iram: true under esp32 > framework > advanced +[15:40:15.556][C][logger:219]: Logger: +[15:40:15.556][C][logger:219]: Max Level: DEBUG +[15:40:15.556][C][logger:219]: Initial Level: DEBUG +[15:40:15.557][C][logger:226]: Log Baud Rate: 115200 +[15:40:15.557][C][logger:226]: Hardware UART: UART0 +[15:40:15.561][C][logger:235]: Task Log Buffer Size: 768 bytes +[15:40:15.561][C][logger:241]: Level for 'canbus': INFO +[15:40:15.609][C][template.sensor:017]: Template Sensor 'Battery Voltage' +[15:40:15.609][C][template.sensor:017]: State Class: 'measurement' +[15:40:15.609][C][template.sensor:017]: Unit of Measurement: 'V' +[15:40:15.609][C][template.sensor:017]: Accuracy Decimals: 2 +[15:40:15.635][C][template.sensor:232]: Device Class: 'voltage' +[15:40:15.635][C][template.sensor:451]: Update Interval: 60.0s +[15:40:15.635][C][template.sensor:017]: Template Sensor 'Fresh Water Tank' +[15:40:15.635][C][template.sensor:017]: State Class: '' +[15:40:15.635][C][template.sensor:017]: Unit of Measurement: '%' +[15:40:15.635][C][template.sensor:017]: Accuracy Decimals: 0 +[15:40:15.641][C][template.sensor:451]: Update Interval: 60.0s +[15:40:15.675][C][template.sensor:017]: Template Sensor 'Black Tank' +[15:40:15.675][C][template.sensor:017]: State Class: '' +[15:40:15.675][C][template.sensor:017]: Unit of Measurement: '%' +[15:40:15.675][C][template.sensor:017]: Accuracy Decimals: 0 +[15:40:15.676][C][template.sensor:451]: Update Interval: 60.0s +[15:40:15.677][C][template.sensor:017]: Template Sensor 'Grey Tank 1' +[15:40:15.677][C][template.sensor:017]: State Class: '' +[15:40:15.677][C][template.sensor:017]: Unit of Measurement: '%' +[15:40:15.677][C][template.sensor:017]: Accuracy Decimals: 0 +[15:40:15.677][C][template.sensor:451]: Update Interval: 60.0s +[15:40:15.696][C][template.sensor:017]: Template Sensor 'Grey Tank 2' +[15:40:15.696][C][template.sensor:017]: State Class: '' +[15:40:15.696][C][template.sensor:017]: Unit of Measurement: '%' +[15:40:15.696][C][template.sensor:017]: Accuracy Decimals: 0 +[15:40:15.719][C][template.sensor:451]: Update Interval: 60.0s +[15:40:15.720][C][template.binary_sensor:016]: Template Binary Sensor 'Water Heater DSI Fault' +[15:40:15.720][C][template.binary_sensor:232]: Device Class: 'problem' +[15:40:15.741][C][template.binary_sensor:016]: Template Binary Sensor 'Water Heater Heating' +[15:40:15.752][C][template.binary_sensor:232]: Device Class: 'running' +[15:40:15.753][C][template.binary_sensor:016]: Template Binary Sensor 'Furnace Running' +[15:40:15.753][C][template.binary_sensor:232]: Device Class: 'running' +[15:40:15.786][C][template.binary_sensor:016]: Template Binary Sensor 'Furnace DSI Fault' +[15:40:15.798][C][template.binary_sensor:232]: Device Class: 'problem' +[15:40:15.798][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:15.798][S][cover]: 'Awning' >> +[15:40:15.798][S][cover]: State: OPEN +[15:40:15.798][S][cover]: Current Operation: IDLE +[15:40:15.799][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:15.810][C][template.binary_sensor:016]: Template Binary Sensor 'OneControl System Fault' +[15:40:15.810][C][template.binary_sensor:232]: Device Class: 'problem' +[15:40:15.816][C][template.cover:063]: Template Cover 'Awning' +[15:40:15.817][C][template.cover:063]: Assumed State: YES +[15:40:15.834][C][template.cover:232]: Device Class: 'awning' +[15:40:15.876][C][template.switch:088]: Template Switch 'Exterior Lights' +[15:40:15.876][C][template.switch:088]: Restore Mode: disabled +[15:40:15.876][C][template.switch:055]: Optimistic: NO +[15:40:15.876][C][template.switch:088]: Template Switch 'Interior Lights' +[15:40:15.876][C][template.switch:088]: Restore Mode: disabled +[15:40:15.882][C][template.switch:055]: Optimistic: NO +[15:40:15.883][C][template.switch:088]: Template Switch 'Water Heater' +[15:40:15.883][C][template.switch:088]: Restore Mode: disabled +[15:40:15.883][C][template.switch:055]: Optimistic: NO +[15:40:15.994][C][captive_portal:133]: Captive Portal: +[15:40:16.011][C][wifi:1526]: WiFi: +[15:40:16.011][C][wifi:1526]: Local MAC: D4:E9:F4:ED:B7:B0 +[15:40:16.011][C][wifi:1526]: Connected: YES +[15:40:16.043][C][wifi:1237]: IP Address: 192.168.69.18 +[15:40:16.043][C][wifi:1248]: SSID: 'OmnissiahsReach' +[15:40:16.043][C][wifi:1248]: BSSID: F4:1E:57:25:46:FC +[15:40:16.043][C][wifi:1248]: Hostname: 'onecontrol-canbus' +[15:40:16.043][C][wifi:1248]: Signal strength: -57 dB ▂▄▆█ +[15:40:16.043][C][wifi:1248]: Channel: 7 +[15:40:16.043][C][wifi:1248]: Subnet: 255.255.255.0 +[15:40:16.043][C][wifi:1248]: Gateway: 192.168.69.1 +[15:40:16.043][C][wifi:1248]: DNS1: 192.168.69.1 +[15:40:16.043][C][wifi:1248]: DNS2: 0.0.0.0 +[15:40:16.044][C][esphome.ota:097]: Over-The-Air updates: +[15:40:16.044][C][esphome.ota:097]: Address: onecontrol-canbus.local:3232 +[15:40:16.044][C][esphome.ota:097]: Version: 2 +[15:40:16.062][C][safe_mode:058]: Safe Mode: +[15:40:16.062][C][safe_mode:058]: Successful after: 60s +[15:40:16.062][C][safe_mode:058]: Invoke after: 10 attempts +[15:40:16.062][C][safe_mode:058]: Duration: 300s +[15:40:16.063][C][safe_mode:079]: Bootloader rollback: supported +[15:40:16.083][C][web_server.ota:256]: Web Server OTA +[15:40:16.101][C][api:238]: Server: +[15:40:16.101][C][api:238]: Address: onecontrol-canbus.local:6053 +[15:40:16.101][C][api:238]: Listen backlog: 4 +[15:40:16.101][C][api:238]: Max connections: 5 +[15:40:16.108][C][api:245]: Noise encryption: YES +[15:40:16.125][C][mdns:230]: mDNS: +[15:40:16.125][C][mdns:230]: Hostname: onecontrol-canbus +[15:40:16.370][S][sensor]: 'Black Tank' >> 33 % +[15:40:16.659][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:16.793][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:16.794][S][cover]: 'Awning' >> +[15:40:16.794][S][cover]: State: OPEN +[15:40:16.794][S][cover]: Current Operation: IDLE +[15:40:16.794][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:17.380][S][sensor]: 'Black Tank' >> 33 % +[15:40:17.697][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:17.792][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:17.793][S][cover]: 'Awning' >> +[15:40:17.793][S][cover]: State: OPEN +[15:40:17.793][S][cover]: Current Operation: IDLE +[15:40:17.793][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:18.408][S][sensor]: 'Black Tank' >> 33 % +[15:40:18.648][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:18.801][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:18.801][S][cover]: 'Awning' >> +[15:40:18.801][S][cover]: State: OPEN +[15:40:18.801][S][cover]: Current Operation: IDLE +[15:40:18.802][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:19.466][S][sensor]: 'Black Tank' >> 33 % +[15:40:19.678][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:19.802][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:19.803][S][cover]: 'Awning' >> +[15:40:19.803][S][cover]: State: OPEN +[15:40:19.803][S][cover]: Current Operation: IDLE +[15:40:19.803][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:20.395][S][sensor]: 'Black Tank' >> 33 % +[15:40:20.645][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:20.852][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:20.853][S][cover]: 'Awning' >> +[15:40:20.853][S][cover]: State: OPEN +[15:40:20.853][S][cover]: Current Operation: IDLE +[15:40:20.853][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:21.419][S][sensor]: 'Black Tank' >> 33 % +[15:40:21.647][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:21.829][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:21.829][S][cover]: 'Awning' >> +[15:40:21.829][S][cover]: State: OPEN +[15:40:21.829][S][cover]: Current Operation: IDLE +[15:40:21.830][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:22.443][S][sensor]: 'Black Tank' >> 33 % +[15:40:22.649][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:22.853][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:22.853][S][cover]: 'Awning' >> +[15:40:22.853][S][cover]: State: OPEN +[15:40:22.853][S][cover]: Current Operation: IDLE +[15:40:22.854][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:23.467][S][sensor]: 'Black Tank' >> 33 % +[15:40:23.662][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:23.826][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:23.826][S][cover]: 'Awning' >> +[15:40:23.826][S][cover]: State: OPEN +[15:40:23.826][S][cover]: Current Operation: IDLE +[15:40:23.827][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:24.375][S][sensor]: 'Black Tank' >> 33 % +[15:40:24.653][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:24.902][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:24.902][S][cover]: 'Awning' >> +[15:40:24.902][S][cover]: State: OPEN +[15:40:24.902][S][cover]: Current Operation: IDLE +[15:40:24.903][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:25.379][S][sensor]: 'Black Tank' >> 33 % +[15:40:25.657][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:25.809][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:25.810][S][cover]: 'Awning' >> +[15:40:25.810][S][cover]: State: OPEN +[15:40:25.810][S][cover]: Current Operation: IDLE +[15:40:25.810][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:26.393][S][sensor]: 'Black Tank' >> 33 % +[15:40:26.720][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:26.812][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:26.812][S][cover]: 'Awning' >> +[15:40:26.812][S][cover]: State: OPEN +[15:40:26.812][S][cover]: Current Operation: IDLE +[15:40:26.813][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:27.382][S][sensor]: 'Black Tank' >> 33 % +[15:40:27.744][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:27.795][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:27.795][S][cover]: 'Awning' >> +[15:40:27.795][S][cover]: State: OPEN +[15:40:27.795][S][cover]: Current Operation: IDLE +[15:40:27.930][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:28.424][S][sensor]: 'Black Tank' >> 33 % +[15:40:28.679][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:28.815][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:28.815][S][cover]: 'Awning' >> +[15:40:28.815][S][cover]: State: OPEN +[15:40:28.815][S][cover]: Current Operation: IDLE +[15:40:28.816][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:29.407][S][sensor]: 'Black Tank' >> 33 % +[15:40:29.684][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:29.823][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:29.824][S][cover]: 'Awning' >> +[15:40:29.824][S][cover]: State: OPEN +[15:40:29.824][S][cover]: Current Operation: IDLE +[15:40:29.824][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:30.431][S][sensor]: 'Black Tank' >> 33 % +[15:40:30.738][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:30.814][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:30.815][S][cover]: 'Awning' >> +[15:40:30.815][S][cover]: State: OPEN +[15:40:30.815][S][cover]: Current Operation: IDLE +[15:40:30.815][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:31.455][S][sensor]: 'Black Tank' >> 33 % +[15:40:31.762][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:31.804][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:31.804][S][cover]: 'Awning' >> +[15:40:31.804][S][cover]: State: OPEN +[15:40:31.804][S][cover]: Current Operation: IDLE +[15:40:31.805][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:32.399][S][sensor]: 'Black Tank' >> 33 % +[15:40:32.655][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:32.889][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:32.889][S][cover]: 'Awning' >> +[15:40:32.889][S][cover]: State: OPEN +[15:40:32.889][S][cover]: Current Operation: IDLE +[15:40:32.890][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:33.397][S][sensor]: 'Black Tank' >> 33 % +[15:40:33.656][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:33.829][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:33.830][S][cover]: 'Awning' >> +[15:40:33.830][S][cover]: State: OPEN +[15:40:33.830][S][cover]: Current Operation: IDLE +[15:40:33.830][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:34.414][S][sensor]: 'Black Tank' >> 33 % +[15:40:34.659][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:34.825][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:34.825][S][cover]: 'Awning' >> +[15:40:34.825][S][cover]: State: OPEN +[15:40:34.825][S][cover]: Current Operation: IDLE +[15:40:34.826][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:35.391][S][sensor]: 'Black Tank' >> 33 % +[15:40:35.665][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:35.859][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:35.859][S][cover]: 'Awning' >> +[15:40:35.859][S][cover]: State: OPEN +[15:40:35.859][S][cover]: Current Operation: IDLE +[15:40:35.860][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:36.396][S][sensor]: 'Black Tank' >> 33 % +[15:40:36.659][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:36.873][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:36.874][S][cover]: 'Awning' >> +[15:40:36.874][S][cover]: State: OPEN +[15:40:36.874][S][cover]: Current Operation: IDLE +[15:40:36.874][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:37.497][S][sensor]: 'Black Tank' >> 33 % +[15:40:37.666][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:37.821][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:37.821][S][cover]: 'Awning' >> +[15:40:37.821][S][cover]: State: OPEN +[15:40:37.821][S][cover]: Current Operation: IDLE +[15:40:37.821][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:38.414][S][sensor]: 'Black Tank' >> 33 % +[15:40:38.670][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:38.817][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:38.818][S][cover]: 'Awning' >> +[15:40:38.818][S][cover]: State: OPEN +[15:40:38.818][S][cover]: Current Operation: IDLE +[15:40:38.818][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:39.405][S][sensor]: 'Black Tank' >> 33 % +[15:40:39.666][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:39.826][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:39.827][S][cover]: 'Awning' >> +[15:40:39.827][S][cover]: State: OPEN +[15:40:39.827][S][cover]: Current Operation: IDLE +[15:40:39.827][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:40.395][S][sensor]: 'Black Tank' >> 33 % +[15:40:40.673][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:40.864][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:40.865][S][cover]: 'Awning' >> +[15:40:40.865][S][cover]: State: OPEN +[15:40:40.865][S][cover]: Current Operation: IDLE +[15:40:40.865][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:41.433][S][sensor]: 'Black Tank' >> 33 % +[15:40:41.701][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:41.848][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:41.849][S][cover]: 'Awning' >> +[15:40:41.849][S][cover]: State: OPEN +[15:40:41.849][S][cover]: Current Operation: IDLE +[15:40:41.849][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:42.405][S][sensor]: 'Black Tank' >> 33 % +[15:40:42.697][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:42.825][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:42.825][S][cover]: 'Awning' >> +[15:40:42.825][S][cover]: State: OPEN +[15:40:42.825][S][cover]: Current Operation: IDLE +[15:40:42.825][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:43.406][S][sensor]: 'Black Tank' >> 33 % +[15:40:43.698][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:43.821][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:43.821][S][cover]: 'Awning' >> +[15:40:43.821][S][cover]: State: OPEN +[15:40:43.821][S][cover]: Current Operation: IDLE +[15:40:43.821][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:44.415][S][sensor]: 'Black Tank' >> 33 % +[15:40:44.674][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:44.837][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:44.838][S][cover]: 'Awning' >> +[15:40:44.838][S][cover]: State: OPEN +[15:40:44.838][S][cover]: Current Operation: IDLE +[15:40:44.838][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:45.406][S][sensor]: 'Black Tank' >> 33 % +[15:40:45.678][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:45.856][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:45.857][S][cover]: 'Awning' >> +[15:40:45.857][S][cover]: State: OPEN +[15:40:45.857][S][cover]: Current Operation: IDLE +[15:40:45.857][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:46.496][S][sensor]: 'Black Tank' >> 33 % +[15:40:46.688][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:46.841][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:46.841][S][cover]: 'Awning' >> +[15:40:46.841][S][cover]: State: OPEN +[15:40:46.841][S][cover]: Current Operation: IDLE +[15:40:46.842][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:47.430][S][sensor]: 'Black Tank' >> 33 % +[15:40:47.722][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:47.818][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:47.819][S][cover]: 'Awning' >> +[15:40:47.819][S][cover]: State: OPEN +[15:40:47.819][S][cover]: Current Operation: IDLE +[15:40:48.045][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:48.454][S][sensor]: 'Black Tank' >> 33 % +[15:40:48.709][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:48.824][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:48.824][S][cover]: 'Awning' >> +[15:40:48.824][S][cover]: State: OPEN +[15:40:48.824][S][cover]: Current Operation: IDLE +[15:40:48.825][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:49.478][S][sensor]: 'Black Tank' >> 33 % +[15:40:49.673][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:49.888][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:49.888][S][cover]: 'Awning' >> +[15:40:49.888][S][cover]: State: OPEN +[15:40:49.888][S][cover]: Current Operation: IDLE +[15:40:49.889][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:50.502][S][sensor]: 'Black Tank' >> 33 % +[15:40:50.694][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:50.912][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:50.913][S][cover]: 'Awning' >> +[15:40:50.913][S][cover]: State: OPEN +[15:40:50.913][S][cover]: Current Operation: IDLE +[15:40:50.913][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:51.411][S][sensor]: 'Black Tank' >> 33 % +[15:40:51.680][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:51.937][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:51.937][S][cover]: 'Awning' >> +[15:40:51.937][S][cover]: State: OPEN +[15:40:51.937][S][cover]: Current Operation: IDLE +[15:40:51.938][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:52.448][S][sensor]: 'Black Tank' >> 33 % +[15:40:52.682][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:52.858][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:52.858][S][cover]: 'Awning' >> +[15:40:52.858][S][cover]: State: OPEN +[15:40:52.858][S][cover]: Current Operation: IDLE +[15:40:52.858][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:53.472][S][sensor]: 'Black Tank' >> 33 % +[15:40:53.693][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:53.856][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:53.856][S][cover]: 'Awning' >> +[15:40:53.856][S][cover]: State: OPEN +[15:40:53.856][S][cover]: Current Operation: IDLE +[15:40:53.857][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:54.502][S][sensor]: 'Black Tank' >> 33 % +[15:40:54.706][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:54.905][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:54.906][S][cover]: 'Awning' >> +[15:40:54.906][S][cover]: State: OPEN +[15:40:54.906][S][cover]: Current Operation: IDLE +[15:40:54.906][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:54.992][I][safe_mode:142]: Boot seems successful; resetting boot loop counter +[15:40:55.521][S][sensor]: 'Black Tank' >> 33 % +[15:40:55.693][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:55.834][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:55.835][S][cover]: 'Awning' >> +[15:40:55.835][S][cover]: State: OPEN +[15:40:55.835][S][cover]: Current Operation: IDLE +[15:40:56.033][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:56.260][S][sensor]: 'Battery Voltage' >> 13.27 V +[15:40:56.442][S][sensor]: 'Black Tank' >> 33 % +[15:40:56.749][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:56.843][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:56.843][S][cover]: 'Awning' >> +[15:40:56.843][S][cover]: State: OPEN +[15:40:56.843][S][cover]: Current Operation: IDLE +[15:40:56.844][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:57.466][S][sensor]: 'Black Tank' >> 33 % +[15:40:57.559][D][preferences:148]: Writing 2 items: 1 cached, 1 written, 0 failed +[15:40:57.773][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:57.841][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:57.841][S][cover]: 'Awning' >> +[15:40:57.841][S][cover]: State: OPEN +[15:40:57.841][S][cover]: Current Operation: IDLE +[15:40:57.842][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:58.490][S][sensor]: 'Black Tank' >> 33 % +[15:40:58.711][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:58.851][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:58.851][S][cover]: 'Awning' >> +[15:40:58.851][S][cover]: State: OPEN +[15:40:58.851][S][cover]: Current Operation: IDLE +[15:40:58.852][S][sensor]: 'Grey Tank 1' >> 33 % +[15:40:59.421][S][sensor]: 'Black Tank' >> 33 % +[15:40:59.719][S][sensor]: 'Grey Tank 2' >> 33 % +[15:40:59.846][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:40:59.847][S][cover]: 'Awning' >> +[15:40:59.847][S][cover]: State: OPEN +[15:40:59.847][S][cover]: Current Operation: IDLE +[15:40:59.847][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:00.411][S][sensor]: 'Black Tank' >> 33 % +[15:41:00.743][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:00.837][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:00.838][S][cover]: 'Awning' >> +[15:41:00.838][S][cover]: State: OPEN +[15:41:00.838][S][cover]: Current Operation: IDLE +[15:41:00.838][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:01.440][S][sensor]: 'Black Tank' >> 33 % +[15:41:01.694][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:01.835][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:01.835][S][cover]: 'Awning' >> +[15:41:01.835][S][cover]: State: OPEN +[15:41:01.835][S][cover]: Current Operation: IDLE +[15:41:01.836][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:02.440][S][sensor]: 'Black Tank' >> 33 % +[15:41:02.687][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:02.846][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:02.846][S][cover]: 'Awning' >> +[15:41:02.846][S][cover]: State: OPEN +[15:41:02.846][S][cover]: Current Operation: IDLE +[15:41:02.847][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:03.418][S][sensor]: 'Black Tank' >> 33 % +[15:41:03.713][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:03.848][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:03.848][S][cover]: 'Awning' >> +[15:41:03.848][S][cover]: State: OPEN +[15:41:03.848][S][cover]: Current Operation: IDLE +[15:41:03.849][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:04.416][S][sensor]: 'Black Tank' >> 33 % +[15:41:04.737][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:04.848][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:04.848][S][cover]: 'Awning' >> +[15:41:04.848][S][cover]: State: OPEN +[15:41:04.848][S][cover]: Current Operation: IDLE +[15:41:04.848][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:05.419][S][sensor]: 'Black Tank' >> 33 % +[15:41:05.761][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:05.861][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:05.861][S][cover]: 'Awning' >> +[15:41:05.861][S][cover]: State: OPEN +[15:41:05.861][S][cover]: Current Operation: IDLE +[15:41:05.862][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:06.426][S][sensor]: 'Black Tank' >> 33 % +[15:41:06.785][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:06.850][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:06.850][S][cover]: 'Awning' >> +[15:41:06.850][S][cover]: State: OPEN +[15:41:06.850][S][cover]: Current Operation: IDLE +[15:41:06.850][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:07.445][S][sensor]: 'Black Tank' >> 33 % +[15:41:07.809][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:07.853][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:07.854][S][cover]: 'Awning' >> +[15:41:07.854][S][cover]: State: OPEN +[15:41:07.854][S][cover]: Current Operation: IDLE +[15:41:07.855][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:08.467][S][sensor]: 'Black Tank' >> 33 % +[15:41:08.705][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:08.861][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:08.861][S][cover]: 'Awning' >> +[15:41:08.861][S][cover]: State: OPEN +[15:41:08.861][S][cover]: Current Operation: IDLE +[15:41:08.861][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:09.499][S][sensor]: 'Black Tank' >> 33 % +[15:41:09.707][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:09.847][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:09.848][S][cover]: 'Awning' >> +[15:41:09.848][S][cover]: State: OPEN +[15:41:09.848][S][cover]: Current Operation: IDLE +[15:41:09.981][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:10.471][S][sensor]: 'Black Tank' >> 33 % +[15:41:10.778][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:10.852][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:10.852][S][cover]: 'Awning' >> +[15:41:10.852][S][cover]: State: OPEN +[15:41:10.852][S][cover]: Current Operation: IDLE +[15:41:10.853][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:11.495][S][sensor]: 'Black Tank' >> 33 % +[15:41:11.796][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:11.892][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:11.893][S][cover]: 'Awning' >> +[15:41:11.893][S][cover]: State: OPEN +[15:41:11.893][S][cover]: Current Operation: IDLE +[15:41:11.893][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:12.519][S][sensor]: 'Black Tank' >> 33 % +[15:41:12.702][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:12.929][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:12.929][S][cover]: 'Awning' >> +[15:41:12.929][S][cover]: State: OPEN +[15:41:12.929][S][cover]: Current Operation: IDLE +[15:41:12.929][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:13.543][S][sensor]: 'Black Tank' >> 33 % +[15:41:13.707][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:13.865][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:13.866][S][cover]: 'Awning' >> +[15:41:13.866][S][cover]: State: OPEN +[15:41:13.866][S][cover]: Current Operation: IDLE +[15:41:14.055][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:14.568][S][sensor]: 'Black Tank' >> 33 % +[15:41:14.697][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:14.875][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:14.875][S][cover]: 'Awning' >> +[15:41:14.875][S][cover]: State: OPEN +[15:41:14.875][S][cover]: Current Operation: IDLE +[15:41:14.875][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:15.490][S][sensor]: 'Black Tank' >> 33 % +[15:41:15.712][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:15.854][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:15.854][S][cover]: 'Awning' >> +[15:41:15.854][S][cover]: State: OPEN +[15:41:15.854][S][cover]: Current Operation: IDLE +[15:41:15.854][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:16.434][S][sensor]: 'Black Tank' >> 33 % +[15:41:16.820][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:16.857][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:16.858][S][cover]: 'Awning' >> +[15:41:16.858][S][cover]: State: OPEN +[15:41:16.858][S][cover]: Current Operation: IDLE +[15:41:16.858][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:17.451][S][sensor]: 'Black Tank' >> 33 % +[15:41:17.742][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:17.968][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:17.968][S][cover]: 'Awning' >> +[15:41:17.968][S][cover]: State: OPEN +[15:41:17.968][S][cover]: Current Operation: IDLE +[15:41:17.969][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:18.431][S][sensor]: 'Black Tank' >> 33 % +[15:41:18.737][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:18.910][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:18.911][S][cover]: 'Awning' >> +[15:41:18.911][S][cover]: State: OPEN +[15:41:18.911][S][cover]: Current Operation: IDLE +[15:41:18.911][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:19.473][S][sensor]: 'Black Tank' >> 33 % +[15:41:19.893][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:19.893][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:19.893][S][cover]: 'Awning' >> +[15:41:19.893][S][cover]: State: OPEN +[15:41:19.893][S][cover]: Current Operation: IDLE +[15:41:19.998][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:20.464][S][sensor]: 'Black Tank' >> 33 % +[15:41:20.816][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:20.862][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:20.862][S][cover]: 'Awning' >> +[15:41:20.862][S][cover]: State: OPEN +[15:41:20.862][S][cover]: Current Operation: IDLE +[15:41:20.862][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:21.460][S][sensor]: 'Black Tank' >> 33 % +[15:41:21.719][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:21.874][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:21.874][S][cover]: 'Awning' >> +[15:41:21.874][S][cover]: State: OPEN +[15:41:21.874][S][cover]: Current Operation: IDLE +[15:41:21.874][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:22.452][S][sensor]: 'Black Tank' >> 33 % +[15:41:22.718][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:22.879][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:22.880][S][cover]: 'Awning' >> +[15:41:22.880][S][cover]: State: OPEN +[15:41:22.880][S][cover]: Current Operation: IDLE +[15:41:22.881][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:23.221][D][esphome.ota:602]: Starting handshake from 192.168.69.238 +[15:41:24.750][D][esphome.ota:602]: Starting update from 192.168.69.238 +[15:41:26.804][W][component:389]: esphome.ota set Warning flag: unspecified +[15:41:26.939][D][esphome.ota:467]: Progress: 0.1% +[15:41:27.951][D][esphome.ota:467]: Progress: 10.0% +[15:41:29.059][D][esphome.ota:467]: Progress: 20.3% +[15:41:30.091][D][esphome.ota:467]: Progress: 31.7% +[15:41:31.104][D][esphome.ota:467]: Progress: 43.6% +[15:41:32.103][D][esphome.ota:467]: Progress: 53.4% +[15:41:33.116][D][esphome.ota:467]: Progress: 68.6% +[15:41:34.113][D][esphome.ota:467]: Progress: 83.2% +[15:41:35.127][D][esphome.ota:467]: Progress: 97.5% +[15:41:35.871][I][esphome.ota:496]: Update complete +[15:41:35.879][W][component:422]: esphome.ota cleared Warning flag +[15:41:35.996][I][app:271]: Rebooting safely +INFO Processing expected disconnect from ESPHome API for onecontrol-canbus @ 192.168.69.18 +WARNING Disconnected from API +INFO Successfully resolved onecontrol-canbus @ 192.168.69.18 in 0.000s +INFO Successfully connected to onecontrol-canbus @ 192.168.69.18 in 2.247s +INFO Successful handshake with onecontrol-canbus @ 192.168.69.18 in 0.133s +[15:41:43.760][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:43.884][D][awning_cur:206]: st=C0 cur=0 +[15:41:43.884][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:43.885][S][cover]: 'Awning' >> +[15:41:43.885][S][cover]: State: OPEN +[15:41:43.885][S][cover]: Current Operation: IDLE +[15:41:43.885][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:44.475][S][sensor]: 'Black Tank' >> 33 % +[15:41:44.740][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:44.982][D][awning_cur:206]: st=C0 cur=0 +[15:41:44.982][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:44.983][S][cover]: 'Awning' >> +[15:41:44.983][S][cover]: State: OPEN +[15:41:44.983][S][cover]: Current Operation: IDLE +[15:41:44.983][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:45.467][S][sensor]: 'Black Tank' >> 33 % +[15:41:45.801][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:45.890][D][awning_cur:206]: st=C0 cur=0 +[15:41:45.893][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:45.894][S][cover]: 'Awning' >> +[15:41:45.894][S][cover]: State: OPEN +[15:41:45.894][S][cover]: Current Operation: IDLE +[15:41:45.894][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:46.468][S][sensor]: 'Black Tank' >> 33 % +[15:41:46.831][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:46.891][D][awning_cur:206]: st=C0 cur=0 +[15:41:46.892][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:46.892][S][cover]: 'Awning' >> +[15:41:46.892][S][cover]: State: OPEN +[15:41:46.892][S][cover]: Current Operation: IDLE +[15:41:46.893][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:47.488][S][sensor]: 'Black Tank' >> 33 % +[15:41:47.767][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:47.957][D][awning_cur:206]: st=C0 cur=0 +[15:41:47.957][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:47.958][S][cover]: 'Awning' >> +[15:41:47.958][S][cover]: State: OPEN +[15:41:47.958][S][cover]: Current Operation: IDLE +[15:41:47.958][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:48.513][S][sensor]: 'Black Tank' >> 33 % +[15:41:48.766][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:48.897][D][awning_cur:206]: st=C0 cur=0 +[15:41:48.898][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:48.898][S][cover]: 'Awning' >> +[15:41:48.898][S][cover]: State: OPEN +[15:41:48.898][S][cover]: Current Operation: IDLE +[15:41:48.899][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:49.488][S][sensor]: 'Black Tank' >> 33 % +[15:41:49.795][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:49.886][D][awning_cur:206]: st=C0 cur=0 +[15:41:49.887][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:49.887][S][cover]: 'Awning' >> +[15:41:49.887][S][cover]: State: OPEN +[15:41:49.887][S][cover]: Current Operation: IDLE +[15:41:49.888][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:50.512][S][sensor]: 'Black Tank' >> 33 % +[15:41:50.758][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:50.921][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:50.931][D][awning_cur:206]: st=C0 cur=0 +[15:41:51.007][S][cover]: 'Awning' >> +[15:41:51.007][S][cover]: State: OPEN +[15:41:51.007][S][cover]: Current Operation: IDLE +[15:41:51.007][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:51.536][S][sensor]: 'Black Tank' >> 33 % +[15:41:51.758][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:51.945][D][awning_cur:206]: st=C0 cur=0 +[15:41:51.980][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:51.981][S][cover]: 'Awning' >> +[15:41:51.981][S][cover]: State: OPEN +[15:41:51.981][S][cover]: Current Operation: IDLE +[15:41:51.981][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:52.560][S][sensor]: 'Black Tank' >> 33 % +[15:41:52.757][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:52.970][D][awning_cur:206]: st=C0 cur=0 +[15:41:52.970][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:52.970][S][cover]: 'Awning' >> +[15:41:52.970][S][cover]: State: OPEN +[15:41:52.970][S][cover]: Current Operation: IDLE +[15:41:52.971][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:53.584][S][sensor]: 'Black Tank' >> 33 % +[15:41:53.749][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:53.909][D][awning_cur:206]: st=C0 cur=0 +[15:41:53.929][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:53.929][S][cover]: 'Awning' >> +[15:41:53.929][S][cover]: State: OPEN +[15:41:53.929][S][cover]: Current Operation: IDLE +[15:41:53.929][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:54.506][S][sensor]: 'Black Tank' >> 33 % +[15:41:54.740][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:54.909][D][awning_cur:206]: st=C0 cur=0 +[15:41:54.951][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:54.951][S][cover]: 'Awning' >> +[15:41:54.951][S][cover]: State: OPEN +[15:41:54.951][S][cover]: Current Operation: IDLE +[15:41:54.951][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:55.530][S][sensor]: 'Black Tank' >> 33 % +[15:41:55.808][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:55.899][D][awning_cur:206]: st=C0 cur=0 +[15:41:55.920][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:55.921][S][cover]: 'Awning' >> +[15:41:55.921][S][cover]: State: OPEN +[15:41:55.921][S][cover]: Current Operation: IDLE +[15:41:55.921][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:56.504][S][sensor]: 'Black Tank' >> 33 % +[15:41:56.832][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:56.903][D][awning_cur:206]: st=C0 cur=0 +[15:41:56.928][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:56.929][S][cover]: 'Awning' >> +[15:41:56.929][S][cover]: State: OPEN +[15:41:56.929][S][cover]: Current Operation: IDLE +[15:41:56.929][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:57.504][S][sensor]: 'Black Tank' >> 33 % +[15:41:57.783][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:57.902][D][awning_cur:206]: st=C0 cur=0 +[15:41:57.936][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:57.937][S][cover]: 'Awning' >> +[15:41:57.937][S][cover]: State: OPEN +[15:41:57.937][S][cover]: Current Operation: IDLE +[15:41:57.937][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:58.510][S][sensor]: 'Black Tank' >> 33 % +[15:41:58.782][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:58.901][D][awning_cur:206]: st=C0 cur=0 +[15:41:58.914][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:58.915][S][cover]: 'Awning' >> +[15:41:58.915][S][cover]: State: OPEN +[15:41:58.915][S][cover]: Current Operation: IDLE +[15:41:58.915][S][sensor]: 'Grey Tank 1' >> 33 % +[15:41:59.522][S][sensor]: 'Black Tank' >> 33 % +[15:41:59.831][S][sensor]: 'Grey Tank 2' >> 33 % +[15:41:59.892][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:41:59.904][D][awning_cur:206]: st=C0 cur=0 +[15:42:00.016][S][cover]: 'Awning' >> +[15:42:00.016][S][cover]: State: OPEN +[15:42:00.016][S][cover]: Current Operation: IDLE +[15:42:00.016][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:00.547][S][sensor]: 'Black Tank' >> 33 % +[15:42:00.859][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:00.927][D][awning_cur:206]: st=C0 cur=0 +[15:42:00.927][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:00.927][S][cover]: 'Awning' >> +[15:42:00.927][S][cover]: State: OPEN +[15:42:00.927][S][cover]: Current Operation: IDLE +[15:42:00.928][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:01.603][S][sensor]: 'Black Tank' >> 33 % +[15:42:01.749][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:01.986][D][awning_cur:206]: st=C0 cur=0 +[15:42:01.987][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:01.988][S][cover]: 'Awning' >> +[15:42:01.988][S][cover]: State: OPEN +[15:42:01.988][S][cover]: Current Operation: IDLE +[15:42:01.988][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:02.596][S][sensor]: 'Black Tank' >> 33 % +[15:42:02.800][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:03.005][D][awning_cur:206]: st=C0 cur=0 +[15:42:03.006][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:03.006][S][cover]: 'Awning' >> +[15:42:03.006][S][cover]: State: OPEN +[15:42:03.006][S][cover]: Current Operation: IDLE +[15:42:03.006][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:03.620][S][sensor]: 'Black Tank' >> 33 % +[15:42:03.786][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:03.916][D][awning_cur:206]: st=C0 cur=0 +[15:42:03.925][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:03.925][S][cover]: 'Awning' >> +[15:42:03.925][S][cover]: State: OPEN +[15:42:03.925][S][cover]: Current Operation: IDLE +[15:42:03.926][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:04.541][S][sensor]: 'Black Tank' >> 33 % +[15:42:04.779][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:04.910][D][awning_cur:206]: st=C0 cur=0 +[15:42:04.936][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:04.936][S][cover]: 'Awning' >> +[15:42:04.936][S][cover]: State: OPEN +[15:42:04.936][S][cover]: Current Operation: IDLE +[15:42:04.936][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:05.500][S][sensor]: 'Black Tank' >> 33 % +[15:42:05.761][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:05.909][D][awning_cur:206]: st=C0 cur=0 +[15:42:05.921][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:05.922][S][cover]: 'Awning' >> +[15:42:05.922][S][cover]: State: OPEN +[15:42:05.922][S][cover]: Current Operation: IDLE +[15:42:06.048][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:06.590][S][sensor]: 'Black Tank' >> 33 % +[15:42:06.772][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:06.999][D][awning_cur:206]: st=C0 cur=0 +[15:42:06.999][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:07.000][S][cover]: 'Awning' >> +[15:42:07.000][S][cover]: State: OPEN +[15:42:07.000][S][cover]: Current Operation: IDLE +[15:42:07.001][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:07.545][S][sensor]: 'Black Tank' >> 33 % +[15:42:07.802][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:07.906][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:07.924][D][awning_cur:206]: st=C0 cur=0 +[15:42:08.048][S][cover]: 'Awning' >> +[15:42:08.048][S][cover]: State: OPEN +[15:42:08.048][S][cover]: Current Operation: IDLE +[15:42:08.048][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:08.536][S][sensor]: 'Black Tank' >> 33 % +[15:42:08.770][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:08.908][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:08.919][D][awning_cur:206]: st=C0 cur=0 +[15:42:09.068][S][cover]: 'Awning' >> +[15:42:09.068][S][cover]: State: OPEN +[15:42:09.068][S][cover]: Current Operation: IDLE +[15:42:09.068][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:09.560][S][sensor]: 'Black Tank' >> 33 % +[15:42:09.825][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:09.923][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:09.938][D][awning_cur:206]: st=C0 cur=0 +[15:42:10.026][S][cover]: 'Awning' >> +[15:42:10.026][S][cover]: State: OPEN +[15:42:10.026][S][cover]: Current Operation: IDLE +[15:42:10.027][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:10.584][S][sensor]: 'Black Tank' >> 33 % +[15:42:10.772][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:10.920][D][awning_cur:206]: st=C0 cur=0 +[15:42:10.954][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:10.954][S][cover]: 'Awning' >> +[15:42:10.954][S][cover]: State: OPEN +[15:42:10.954][S][cover]: Current Operation: IDLE +[15:42:10.955][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:11.608][S][sensor]: 'Black Tank' >> 33 % +[15:42:11.812][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:11.898][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:11.919][D][awning_cur:206]: st=C0 cur=0 +[15:42:12.021][S][cover]: 'Awning' >> +[15:42:12.021][S][cover]: State: OPEN +[15:42:12.021][S][cover]: Current Operation: IDLE +[15:42:12.021][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:12.498][S][sensor]: 'Black Tank' >> 33 % +[15:42:12.837][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:12.934][D][awning_cur:206]: st=C0 cur=0 +[15:42:12.935][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:12.935][S][cover]: 'Awning' >> +[15:42:12.935][S][cover]: State: OPEN +[15:42:12.935][S][cover]: Current Operation: IDLE +[15:42:13.074][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:13.512][S][sensor]: 'Black Tank' >> 33 % +[15:42:13.805][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:13.926][D][awning_cur:206]: st=C0 cur=0 +[15:42:13.931][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:13.931][S][cover]: 'Awning' >> +[15:42:13.931][S][cover]: State: OPEN +[15:42:13.931][S][cover]: Current Operation: IDLE +[15:42:13.932][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:14.514][S][sensor]: 'Black Tank' >> 33 % +[15:42:14.803][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:14.919][D][awning_cur:206]: st=C0 cur=0 +[15:42:14.934][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:14.934][S][cover]: 'Awning' >> +[15:42:14.934][S][cover]: State: OPEN +[15:42:14.934][S][cover]: Current Operation: IDLE +[15:42:15.196][D][awning_cur:206]: st=C0 cur=0 +[15:42:15.279][S][cover]: 'Awning' >> +[15:42:15.279][S][cover]: State: OPEN +[15:42:15.279][S][cover]: Current Operation: IDLE +[15:42:15.347][D][awning_cur:206]: st=C3 cur=6 +[15:42:15.456][S][cover]: 'Awning' >> +[15:42:15.456][S][cover]: State: OPEN +[15:42:15.456][S][cover]: Current Operation: IS_CLOSING +[15:42:15.457][S][sensor]: 'Black Tank' >> 33 % +[15:42:15.562][D][awning_cur:206]: st=C3 cur=109 +[15:42:15.611][D][awning_cur:206]: st=C3 cur=1043 +[15:42:15.667][D][awning_cur:206]: st=C3 cur=1269 +[15:42:15.676][S][cover]: 'Awning' >> +[15:42:15.676][S][cover]: State: OPEN +[15:42:15.676][S][cover]: Current Operation: IS_CLOSING +[15:42:15.676][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:15.721][D][awning_cur:206]: st=C3 cur=1384 +[15:42:15.773][D][awning_cur:206]: st=C3 cur=1420 +[15:42:15.808][D][awning_cur:206]: st=C3 cur=1476 +[15:42:15.837][S][cover]: 'Awning' >> +[15:42:15.837][S][cover]: State: OPEN +[15:42:15.837][S][cover]: Current Operation: IS_CLOSING +[15:42:15.838][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:15.864][D][awning_cur:206]: st=C3 cur=1516 +[15:42:15.927][D][awning_cur:206]: st=C3 cur=1495 +[15:42:15.976][D][awning_cur:206]: st=C3 cur=1507 +[15:42:15.986][S][cover]: 'Awning' >> +[15:42:15.986][S][cover]: State: OPEN +[15:42:15.986][S][cover]: Current Operation: IS_CLOSING +[15:42:15.986][S][sensor]: 'Battery Voltage' >> 13.00 V +[15:42:15.987][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:16.028][D][awning_cur:206]: st=C3 cur=1495 +[15:42:16.086][D][awning_cur:206]: st=C3 cur=1507 +[15:42:16.122][D][awning_cur:206]: st=C3 cur=1520 +[15:42:16.154][S][cover]: 'Awning' >> +[15:42:16.154][S][cover]: State: OPEN +[15:42:16.154][S][cover]: Current Operation: IS_CLOSING +[15:42:16.179][D][awning_cur:206]: st=C3 cur=1521 +[15:42:16.245][D][awning_cur:206]: st=C3 cur=1480 +[15:42:16.305][D][awning_cur:206]: st=C3 cur=1457 +[15:42:16.342][S][cover]: 'Awning' >> +[15:42:16.342][S][cover]: State: OPEN +[15:42:16.342][S][cover]: Current Operation: IS_CLOSING +[15:42:16.378][D][awning_cur:206]: st=C3 cur=1446 +[15:42:16.389][D][awning_cur:206]: st=C3 cur=1482 +[15:42:16.430][D][awning_cur:206]: st=C3 cur=1466 +[15:42:16.461][S][cover]: 'Awning' >> +[15:42:16.461][S][cover]: State: OPEN +[15:42:16.461][S][cover]: Current Operation: IS_CLOSING +[15:42:16.462][S][sensor]: 'Battery Voltage' >> 12.90 V +[15:42:16.462][S][sensor]: 'Black Tank' >> 33 % +[15:42:16.485][D][awning_cur:206]: st=C3 cur=1435 +[15:42:16.534][D][awning_cur:206]: st=C3 cur=1517 +[15:42:16.595][D][awning_cur:206]: st=C3 cur=1550 +[15:42:16.611][S][cover]: 'Awning' >> +[15:42:16.611][S][cover]: State: OPEN +[15:42:16.611][S][cover]: Current Operation: IS_CLOSING +[15:42:16.640][D][awning_cur:206]: st=C3 cur=1532 +[15:42:16.694][D][awning_cur:206]: st=C3 cur=1409 +[15:42:16.758][D][awning_cur:206]: st=C3 cur=1302 +[15:42:16.800][S][cover]: 'Awning' >> +[15:42:16.800][S][cover]: State: OPEN +[15:42:16.800][S][cover]: Current Operation: IS_CLOSING +[15:42:16.801][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:16.812][D][awning_cur:206]: st=C3 cur=1345 +[15:42:16.836][D][awning_cur:206]: st=C3 cur=1431 +[15:42:16.892][D][awning_cur:206]: st=C3 cur=1409 +[15:42:16.904][S][cover]: 'Awning' >> +[15:42:16.904][S][cover]: State: OPEN +[15:42:16.904][S][cover]: Current Operation: IS_CLOSING +[15:42:16.904][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:16.950][D][awning_cur:206]: st=C3 cur=1309 +[15:42:17.002][D][awning_cur:206]: st=C3 cur=1394 +[15:42:17.043][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:17.043][S][cover]: 'Awning' >> +[15:42:17.043][S][cover]: State: OPEN +[15:42:17.043][S][cover]: Current Operation: IS_CLOSING +[15:42:17.111][D][awning_cur:206]: st=C3 cur=1300 +[15:42:17.148][D][awning_cur:206]: st=C3 cur=1282 +[15:42:17.197][D][awning_cur:206]: st=C3 cur=1377 +[15:42:17.245][S][cover]: 'Awning' >> +[15:42:17.245][S][cover]: State: OPEN +[15:42:17.245][S][cover]: Current Operation: IS_CLOSING +[15:42:17.259][D][awning_cur:206]: st=C3 cur=1328 +[15:42:17.305][D][awning_cur:206]: st=C3 cur=1346 +[15:42:17.366][D][awning_cur:206]: st=C3 cur=1309 +[15:42:17.407][S][cover]: 'Awning' >> +[15:42:17.407][S][cover]: State: OPEN +[15:42:17.407][S][cover]: Current Operation: IS_CLOSING +[15:42:17.415][D][awning_cur:206]: st=C3 cur=1322 +[15:42:17.458][D][awning_cur:206]: st=C3 cur=1326 +[15:42:17.505][S][sensor]: 'Black Tank' >> 33 % +[15:42:17.505][S][cover]: 'Awning' >> +[15:42:17.505][S][cover]: State: OPEN +[15:42:17.505][S][cover]: Current Operation: IS_CLOSING +[15:42:17.511][D][awning_cur:206]: st=C3 cur=1297 +[15:42:17.557][D][awning_cur:206]: st=C3 cur=1383 +[15:42:17.616][D][awning_cur:206]: st=C3 cur=1340 +[15:42:17.631][S][cover]: 'Awning' >> +[15:42:17.631][S][cover]: State: OPEN +[15:42:17.631][S][cover]: Current Operation: IS_CLOSING +[15:42:17.673][D][awning_cur:206]: st=C3 cur=1440 +[15:42:17.720][D][awning_cur:206]: st=C3 cur=1349 +[15:42:17.762][D][awning_cur:206]: st=C3 cur=1401 +[15:42:17.792][S][cover]: 'Awning' >> +[15:42:17.792][S][cover]: State: OPEN +[15:42:17.792][S][cover]: Current Operation: IS_CLOSING +[15:42:17.792][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:17.812][D][awning_cur:206]: st=C3 cur=1333 +[15:42:17.868][D][awning_cur:206]: st=C3 cur=1453 +[15:42:17.931][D][awning_cur:206]: st=C3 cur=1399 +[15:42:17.940][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:17.940][S][cover]: 'Awning' >> +[15:42:17.940][S][cover]: State: OPEN +[15:42:17.940][S][cover]: Current Operation: IS_CLOSING +[15:42:17.941][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:17.979][D][awning_cur:206]: st=C3 cur=1373 +[15:42:18.028][D][awning_cur:206]: st=C3 cur=1344 +[15:42:18.089][S][cover]: 'Awning' >> +[15:42:18.089][S][cover]: State: OPEN +[15:42:18.089][S][cover]: Current Operation: IS_CLOSING +[15:42:18.117][D][awning_cur:206]: st=C3 cur=1328 +[15:42:18.178][D][awning_cur:206]: st=C3 cur=1360 +[15:42:18.223][D][awning_cur:206]: st=C3 cur=1370 +[15:42:18.241][S][cover]: 'Awning' >> +[15:42:18.241][S][cover]: State: OPEN +[15:42:18.241][S][cover]: Current Operation: IS_CLOSING +[15:42:18.281][D][awning_cur:206]: st=C3 cur=1356 +[15:42:18.331][D][awning_cur:206]: st=C3 cur=1361 +[15:42:18.383][D][awning_cur:206]: st=C3 cur=1314 +[15:42:18.400][S][cover]: 'Awning' >> +[15:42:18.400][S][cover]: State: OPEN +[15:42:18.400][S][cover]: Current Operation: IS_CLOSING +[15:42:18.401][S][sensor]: 'Black Tank' >> 33 % +[15:42:18.421][D][awning_cur:206]: st=C3 cur=1274 +[15:42:18.477][D][awning_cur:206]: st=C3 cur=1295 +[15:42:18.531][D][awning_cur:206]: st=C3 cur=1280 +[15:42:18.537][S][cover]: 'Awning' >> +[15:42:18.537][S][cover]: State: OPEN +[15:42:18.537][S][cover]: Current Operation: IS_CLOSING +[15:42:18.579][D][awning_cur:206]: st=C3 cur=1287 +[15:42:18.643][D][awning_cur:206]: st=C3 cur=1294 +[15:42:18.690][D][awning_cur:206]: st=C3 cur=1274 +[15:42:18.712][S][cover]: 'Awning' >> +[15:42:18.712][S][cover]: State: OPEN +[15:42:18.712][S][cover]: Current Operation: IS_CLOSING +[15:42:18.712][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:18.726][D][awning_cur:206]: st=C3 cur=1238 +[15:42:18.781][D][awning_cur:206]: st=C3 cur=1248 +[15:42:18.837][D][awning_cur:206]: st=C3 cur=1246 +[15:42:18.848][S][cover]: 'Awning' >> +[15:42:18.848][S][cover]: State: OPEN +[15:42:18.848][S][cover]: Current Operation: IS_CLOSING +[15:42:18.849][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:18.888][D][awning_cur:206]: st=C3 cur=1267 +[15:42:18.950][D][awning_cur:206]: st=C3 cur=1252 +[15:42:19.002][D][awning_cur:206]: st=C3 cur=1242 +[15:42:19.011][S][cover]: 'Awning' >> +[15:42:19.011][S][cover]: State: OPEN +[15:42:19.011][S][cover]: Current Operation: IS_CLOSING +[15:42:19.011][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:19.179][D][awning_cur:206]: st=C3 cur=1232 +[15:42:19.199][D][awning_cur:206]: st=C3 cur=1252 +[15:42:19.249][D][awning_cur:206]: st=C3 cur=1238 +[15:42:19.259][S][cover]: 'Awning' >> +[15:42:19.259][S][cover]: State: OPEN +[15:42:19.259][S][cover]: Current Operation: IS_CLOSING +[15:42:19.304][D][awning_cur:206]: st=C3 cur=1251 +[15:42:19.348][D][awning_cur:206]: st=C3 cur=1243 +[15:42:19.411][D][awning_cur:206]: st=C3 cur=1236 +[15:42:19.431][S][cover]: 'Awning' >> +[15:42:19.431][S][cover]: State: OPEN +[15:42:19.431][S][cover]: Current Operation: IS_CLOSING +[15:42:19.432][S][sensor]: 'Black Tank' >> 33 % +[15:42:19.444][D][awning_cur:206]: st=C3 cur=1244 +[15:42:19.509][D][awning_cur:206]: st=C3 cur=1246 +[15:42:19.557][D][awning_cur:206]: st=C3 cur=1245 +[15:42:19.570][S][cover]: 'Awning' >> +[15:42:19.570][S][cover]: State: OPEN +[15:42:19.570][S][cover]: Current Operation: IS_CLOSING +[15:42:19.605][D][awning_cur:206]: st=C3 cur=1239 +[15:42:19.658][D][awning_cur:206]: st=C3 cur=1269 +[15:42:19.711][D][awning_cur:206]: st=C3 cur=1260 +[15:42:19.722][S][cover]: 'Awning' >> +[15:42:19.722][S][cover]: State: OPEN +[15:42:19.722][S][cover]: Current Operation: IS_CLOSING +[15:42:19.723][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:19.756][D][awning_cur:206]: st=C3 cur=1262 +[15:42:19.812][D][awning_cur:206]: st=C3 cur=1264 +[15:42:19.858][D][awning_cur:206]: st=C3 cur=1270 +[15:42:19.867][S][cover]: 'Awning' >> +[15:42:19.867][S][cover]: State: OPEN +[15:42:19.867][S][cover]: Current Operation: IS_CLOSING +[15:42:19.868][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:19.913][D][awning_cur:206]: st=C3 cur=1250 +[15:42:19.968][D][awning_cur:206]: st=C3 cur=1273 +[15:42:20.024][D][awning_cur:206]: st=C3 cur=1251 +[15:42:20.045][S][cover]: 'Awning' >> +[15:42:20.045][S][cover]: State: OPEN +[15:42:20.045][S][cover]: Current Operation: IS_CLOSING +[15:42:20.046][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:20.163][D][awning_cur:206]: st=C3 cur=1211 +[15:42:20.213][D][awning_cur:206]: st=C3 cur=1178 +[15:42:20.271][D][awning_cur:206]: st=C3 cur=1180 +[15:42:20.285][S][cover]: 'Awning' >> +[15:42:20.285][S][cover]: State: OPEN +[15:42:20.285][S][cover]: Current Operation: IS_CLOSING +[15:42:20.325][D][awning_cur:206]: st=C3 cur=1205 +[15:42:20.371][D][awning_cur:206]: st=C3 cur=1216 +[15:42:20.424][D][awning_cur:206]: st=C3 cur=1220 +[15:42:20.443][S][cover]: 'Awning' >> +[15:42:20.443][S][cover]: State: OPEN +[15:42:20.443][S][cover]: Current Operation: IS_CLOSING +[15:42:20.444][S][sensor]: 'Black Tank' >> 33 % +[15:42:20.480][D][awning_cur:206]: st=C3 cur=1203 +[15:42:20.527][D][awning_cur:206]: st=C3 cur=1179 +[15:42:20.572][D][awning_cur:206]: st=C3 cur=1169 +[15:42:20.600][S][cover]: 'Awning' >> +[15:42:20.600][S][cover]: State: OPEN +[15:42:20.600][S][cover]: Current Operation: IS_CLOSING +[15:42:20.627][D][awning_cur:206]: st=C3 cur=1153 +[15:42:20.706][D][awning_cur:206]: st=C3 cur=1170 +[15:42:20.738][D][awning_cur:206]: st=C3 cur=1158 +[15:42:20.761][S][cover]: 'Awning' >> +[15:42:20.761][S][cover]: State: OPEN +[15:42:20.761][S][cover]: Current Operation: IS_CLOSING +[15:42:20.762][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:20.773][D][awning_cur:206]: st=C3 cur=1125 +[15:42:20.828][D][awning_cur:206]: st=C3 cur=1116 +[15:42:20.885][D][awning_cur:206]: st=C3 cur=1108 +[15:42:20.886][S][cover]: 'Awning' >> +[15:42:20.886][S][cover]: State: OPEN +[15:42:20.886][S][cover]: Current Operation: IS_CLOSING +[15:42:20.886][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:20.886][S][sensor]: 'Battery Voltage' >> 12.96 V +[15:42:20.944][D][awning_cur:206]: st=C3 cur=1088 +[15:42:20.987][D][awning_cur:206]: st=C3 cur=1100 +[15:42:21.033][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:21.033][S][cover]: 'Awning' >> +[15:42:21.033][S][cover]: State: OPEN +[15:42:21.033][S][cover]: Current Operation: IS_CLOSING +[15:42:21.056][D][awning_cur:206]: st=C3 cur=1103 +[15:42:21.134][D][awning_cur:206]: st=C3 cur=1140 +[15:42:21.170][S][cover]: 'Awning' >> +[15:42:21.170][S][cover]: State: OPEN +[15:42:21.170][S][cover]: Current Operation: IS_CLOSING +[15:42:21.197][D][awning_cur:206]: st=C3 cur=1143 +[15:42:21.242][D][awning_cur:206]: st=C3 cur=1169 +[15:42:21.285][D][awning_cur:206]: st=C3 cur=1183 +[15:42:21.309][S][cover]: 'Awning' >> +[15:42:21.309][S][cover]: State: OPEN +[15:42:21.309][S][cover]: Current Operation: IS_CLOSING +[15:42:21.333][D][awning_cur:206]: st=C3 cur=1209 +[15:42:21.385][D][awning_cur:206]: st=C3 cur=1207 +[15:42:21.451][D][awning_cur:206]: st=C3 cur=1210 +[15:42:21.477][S][cover]: 'Awning' >> +[15:42:21.477][S][cover]: State: OPEN +[15:42:21.477][S][cover]: Current Operation: IS_CLOSING +[15:42:21.478][S][sensor]: 'Black Tank' >> 33 % +[15:42:21.496][D][awning_cur:206]: st=C3 cur=1188 +[15:42:21.554][D][awning_cur:206]: st=C3 cur=1185 +[15:42:21.601][D][awning_cur:206]: st=C3 cur=1134 +[15:42:21.609][S][cover]: 'Awning' >> +[15:42:21.609][S][cover]: State: OPEN +[15:42:21.609][S][cover]: Current Operation: IS_CLOSING +[15:42:21.651][D][awning_cur:206]: st=C3 cur=1158 +[15:42:21.693][D][awning_cur:206]: st=C3 cur=1132 +[15:42:21.753][D][awning_cur:206]: st=C3 cur=1130 +[15:42:21.766][S][cover]: 'Awning' >> +[15:42:21.766][S][cover]: State: OPEN +[15:42:21.766][S][cover]: Current Operation: IS_CLOSING +[15:42:21.767][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:21.799][D][awning_cur:206]: st=C3 cur=1103 +[15:42:21.861][D][awning_cur:206]: st=C3 cur=1129 +[15:42:21.911][D][awning_cur:206]: st=C3 cur=1109 +[15:42:21.938][S][cover]: 'Awning' >> +[15:42:21.938][S][cover]: State: OPEN +[15:42:21.938][S][cover]: Current Operation: IS_CLOSING +[15:42:21.939][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:21.958][D][awning_cur:206]: st=C3 cur=1094 +[15:42:22.003][D][awning_cur:206]: st=C3 cur=1109 +[15:42:22.039][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:22.039][S][cover]: 'Awning' >> +[15:42:22.039][S][cover]: State: OPEN +[15:42:22.039][S][cover]: Current Operation: IS_CLOSING +[15:42:22.108][D][awning_cur:206]: st=C3 cur=1109 +[15:42:22.168][D][awning_cur:206]: st=C3 cur=1107 +[15:42:22.222][D][awning_cur:206]: st=C3 cur=1047 +[15:42:22.230][S][cover]: 'Awning' >> +[15:42:22.230][S][cover]: State: OPEN +[15:42:22.230][S][cover]: Current Operation: IS_CLOSING +[15:42:22.251][D][awning_cur:206]: st=C3 cur=1029 +[15:42:22.304][D][awning_cur:206]: st=C3 cur=1072 +[15:42:22.363][D][awning_cur:206]: st=C3 cur=1071 +[15:42:22.374][S][cover]: 'Awning' >> +[15:42:22.374][S][cover]: State: OPEN +[15:42:22.374][S][cover]: Current Operation: IS_CLOSING +[15:42:22.416][D][awning_cur:206]: st=C3 cur=1083 +[15:42:22.467][D][awning_cur:206]: st=C3 cur=1100 +[15:42:22.512][S][sensor]: 'Black Tank' >> 33 % +[15:42:22.512][S][cover]: 'Awning' >> +[15:42:22.512][S][cover]: State: OPEN +[15:42:22.512][S][cover]: Current Operation: IS_CLOSING +[15:42:22.522][D][awning_cur:206]: st=C3 cur=1110 +[15:42:22.557][D][awning_cur:206]: st=C3 cur=1102 +[15:42:22.636][D][awning_cur:206]: st=C3 cur=1081 +[15:42:22.636][S][cover]: 'Awning' >> +[15:42:22.636][S][cover]: State: OPEN +[15:42:22.636][S][cover]: Current Operation: IS_CLOSING +[15:42:22.671][D][awning_cur:206]: st=C3 cur=1084 +[15:42:22.744][D][awning_cur:206]: st=C3 cur=1101 +[15:42:22.778][D][awning_cur:206]: st=C3 cur=1109 +[15:42:22.794][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:22.794][S][cover]: 'Awning' >> +[15:42:22.794][S][cover]: State: OPEN +[15:42:22.794][S][cover]: Current Operation: IS_CLOSING +[15:42:22.842][D][awning_cur:206]: st=C3 cur=1035 +[15:42:22.867][D][awning_cur:206]: st=C3 cur=1050 +[15:42:22.922][D][awning_cur:206]: st=C3 cur=975 +[15:42:22.936][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:22.937][S][cover]: 'Awning' >> +[15:42:22.937][S][cover]: State: OPEN +[15:42:22.937][S][cover]: Current Operation: IS_CLOSING +[15:42:22.937][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:22.977][D][awning_cur:206]: st=C3 cur=1021 +[15:42:23.029][D][awning_cur:206]: st=C3 cur=1096 +[15:42:23.085][S][cover]: 'Awning' >> +[15:42:23.085][S][cover]: State: OPEN +[15:42:23.085][S][cover]: Current Operation: IS_CLOSING +[15:42:23.140][D][awning_cur:206]: st=C3 cur=1081 +[15:42:23.176][D][awning_cur:206]: st=C3 cur=1103 +[15:42:23.234][D][awning_cur:206]: st=C3 cur=1065 +[15:42:23.254][S][cover]: 'Awning' >> +[15:42:23.254][S][cover]: State: OPEN +[15:42:23.254][S][cover]: Current Operation: IS_CLOSING +[15:42:23.288][D][awning_cur:206]: st=C3 cur=1092 +[15:42:23.337][D][awning_cur:206]: st=C3 cur=1070 +[15:42:23.395][D][awning_cur:206]: st=C3 cur=1111 +[15:42:23.409][S][cover]: 'Awning' >> +[15:42:23.409][S][cover]: State: OPEN +[15:42:23.409][S][cover]: Current Operation: IS_CLOSING +[15:42:23.409][S][sensor]: 'Black Tank' >> 33 % +[15:42:23.438][D][awning_cur:206]: st=C3 cur=1064 +[15:42:23.480][D][awning_cur:206]: st=C3 cur=1021 +[15:42:23.537][D][awning_cur:206]: st=C3 cur=1032 +[15:42:23.549][S][cover]: 'Awning' >> +[15:42:23.549][S][cover]: State: OPEN +[15:42:23.549][S][cover]: Current Operation: IS_CLOSING +[15:42:23.586][D][awning_cur:206]: st=C3 cur=1023 +[15:42:23.638][D][awning_cur:206]: st=C3 cur=984 +[15:42:23.698][D][awning_cur:206]: st=C3 cur=993 +[15:42:23.705][S][cover]: 'Awning' >> +[15:42:23.705][S][cover]: State: OPEN +[15:42:23.705][S][cover]: Current Operation: IS_CLOSING +[15:42:23.705][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:23.750][D][awning_cur:206]: st=C3 cur=1040 +[15:42:23.799][D][awning_cur:206]: st=C3 cur=1050 +[15:42:23.842][D][awning_cur:206]: st=C3 cur=1058 +[15:42:23.881][S][cover]: 'Awning' >> +[15:42:23.881][S][cover]: State: OPEN +[15:42:23.881][S][cover]: Current Operation: IS_CLOSING +[15:42:23.882][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:23.904][D][awning_cur:206]: st=C3 cur=1094 +[15:42:23.948][D][awning_cur:206]: st=C3 cur=1083 +[15:42:24.012][D][awning_cur:206]: st=C3 cur=1105 +[15:42:24.026][S][cover]: 'Awning' >> +[15:42:24.026][S][cover]: State: OPEN +[15:42:24.026][S][cover]: Current Operation: IS_CLOSING +[15:42:24.026][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:24.160][D][awning_cur:206]: st=C3 cur=1170 +[15:42:24.202][D][awning_cur:206]: st=C3 cur=1033 +[15:42:24.252][D][awning_cur:206]: st=C3 cur=953 +[15:42:24.260][S][cover]: 'Awning' >> +[15:42:24.260][S][cover]: State: OPEN +[15:42:24.260][S][cover]: Current Operation: IS_CLOSING +[15:42:24.304][D][awning_cur:206]: st=C3 cur=899 +[15:42:24.359][D][awning_cur:206]: st=C3 cur=911 +[15:42:24.415][D][awning_cur:206]: st=C3 cur=901 +[15:42:24.425][S][cover]: 'Awning' >> +[15:42:24.425][S][cover]: State: OPEN +[15:42:24.425][S][cover]: Current Operation: IS_CLOSING +[15:42:24.425][S][sensor]: 'Black Tank' >> 33 % +[15:42:24.449][D][awning_cur:206]: st=C3 cur=1052 +[15:42:24.502][D][awning_cur:206]: st=C3 cur=1130 +[15:42:24.557][D][awning_cur:206]: st=C3 cur=1043 +[15:42:24.566][S][cover]: 'Awning' >> +[15:42:24.566][S][cover]: State: OPEN +[15:42:24.566][S][cover]: Current Operation: IS_CLOSING +[15:42:24.610][D][awning_cur:206]: st=C3 cur=976 +[15:42:24.664][D][awning_cur:206]: st=C3 cur=902 +[15:42:24.723][D][awning_cur:206]: st=C3 cur=891 +[15:42:24.731][S][cover]: 'Awning' >> +[15:42:24.731][S][cover]: State: OPEN +[15:42:24.731][S][cover]: Current Operation: IS_CLOSING +[15:42:24.732][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:24.774][D][awning_cur:206]: st=C3 cur=850 +[15:42:24.810][D][awning_cur:206]: st=C3 cur=935 +[15:42:24.865][D][awning_cur:206]: st=C3 cur=885 +[15:42:24.891][S][cover]: 'Awning' >> +[15:42:24.891][S][cover]: State: OPEN +[15:42:24.891][S][cover]: Current Operation: IS_CLOSING +[15:42:24.891][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:24.927][D][awning_cur:206]: st=C3 cur=956 +[15:42:24.983][D][awning_cur:206]: st=C3 cur=1050 +[15:42:25.031][D][awning_cur:206]: st=C3 cur=1032 +[15:42:25.045][S][cover]: 'Awning' >> +[15:42:25.045][S][cover]: State: OPEN +[15:42:25.045][S][cover]: Current Operation: IS_CLOSING +[15:42:25.045][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:25.120][D][awning_cur:206]: st=C3 cur=1025 +[15:42:25.174][D][awning_cur:206]: st=C3 cur=1103 +[15:42:25.231][D][awning_cur:206]: st=C3 cur=1159 +[15:42:25.245][S][cover]: 'Awning' >> +[15:42:25.245][S][cover]: State: OPEN +[15:42:25.245][S][cover]: Current Operation: IS_CLOSING +[15:42:25.281][D][awning_cur:206]: st=C3 cur=1100 +[15:42:25.335][D][awning_cur:206]: st=C3 cur=938 +[15:42:25.385][D][awning_cur:206]: st=C3 cur=898 +[15:42:25.393][S][cover]: 'Awning' >> +[15:42:25.393][S][cover]: State: OPEN +[15:42:25.393][S][cover]: Current Operation: IS_CLOSING +[15:42:25.394][S][sensor]: 'Black Tank' >> 33 % +[15:42:25.437][D][awning_cur:206]: st=C3 cur=854 +[15:42:25.480][D][awning_cur:206]: st=C3 cur=917 +[15:42:25.533][D][awning_cur:206]: st=C3 cur=1003 +[15:42:25.554][S][cover]: 'Awning' >> +[15:42:25.554][S][cover]: State: OPEN +[15:42:25.554][S][cover]: Current Operation: IS_CLOSING +[15:42:25.593][D][awning_cur:206]: st=C3 cur=911 +[15:42:25.641][D][awning_cur:206]: st=C3 cur=989 +[15:42:25.692][D][awning_cur:206]: st=C3 cur=934 +[15:42:25.703][S][cover]: 'Awning' >> +[15:42:25.703][S][cover]: State: OPEN +[15:42:25.703][S][cover]: Current Operation: IS_CLOSING +[15:42:25.704][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:25.730][D][awning_cur:206]: st=C3 cur=986 +[15:42:25.782][D][awning_cur:206]: st=C3 cur=929 +[15:42:25.846][D][awning_cur:206]: st=C3 cur=973 +[15:42:25.870][S][cover]: 'Awning' >> +[15:42:25.870][S][cover]: State: OPEN +[15:42:25.870][S][cover]: Current Operation: IS_CLOSING +[15:42:25.870][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:25.891][D][awning_cur:206]: st=C3 cur=917 +[15:42:25.949][D][awning_cur:206]: st=C3 cur=912 +[15:42:26.000][D][awning_cur:206]: st=C3 cur=922 +[15:42:26.005][S][cover]: 'Awning' >> +[15:42:26.005][S][cover]: State: OPEN +[15:42:26.005][S][cover]: Current Operation: IS_CLOSING +[15:42:26.006][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:26.230][D][awning_cur:206]: st=C3 cur=922 +[15:42:26.266][D][awning_cur:206]: st=C3 cur=908 +[15:42:26.266][D][awning_cur:206]: st=C3 cur=905 +[15:42:26.267][S][cover]: 'Awning' >> +[15:42:26.267][S][cover]: State: OPEN +[15:42:26.267][S][cover]: Current Operation: IS_CLOSING +[15:42:26.313][D][awning_cur:206]: st=C3 cur=892 +[15:42:26.367][D][awning_cur:206]: st=C3 cur=909 +[15:42:26.418][D][awning_cur:206]: st=C3 cur=906 +[15:42:26.427][S][cover]: 'Awning' >> +[15:42:26.427][S][cover]: State: OPEN +[15:42:26.427][S][cover]: Current Operation: IS_CLOSING +[15:42:26.427][S][sensor]: 'Black Tank' >> 33 % +[15:42:26.464][D][awning_cur:206]: st=C3 cur=951 +[15:42:26.518][D][awning_cur:206]: st=C3 cur=929 +[15:42:26.564][D][awning_cur:206]: st=C3 cur=962 +[15:42:26.576][S][cover]: 'Awning' >> +[15:42:26.576][S][cover]: State: OPEN +[15:42:26.576][S][cover]: Current Operation: IS_CLOSING +[15:42:26.619][D][awning_cur:206]: st=C3 cur=980 +[15:42:26.673][D][awning_cur:206]: st=C3 cur=1005 +[15:42:26.722][D][awning_cur:206]: st=C3 cur=1009 +[15:42:26.727][S][cover]: 'Awning' >> +[15:42:26.727][S][cover]: State: OPEN +[15:42:26.727][S][cover]: Current Operation: IS_CLOSING +[15:42:26.727][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:26.766][D][awning_cur:206]: st=C3 cur=952 +[15:42:26.812][D][awning_cur:206]: st=C3 cur=915 +[15:42:26.873][D][awning_cur:206]: st=C3 cur=971 +[15:42:26.885][S][cover]: 'Awning' >> +[15:42:26.885][S][cover]: State: OPEN +[15:42:26.885][S][cover]: Current Operation: IS_CLOSING +[15:42:26.885][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:26.922][D][awning_cur:206]: st=C3 cur=975 +[15:42:26.979][D][awning_cur:206]: st=C3 cur=978 +[15:42:27.039][D][awning_cur:206]: st=C3 cur=1016 +[15:42:27.051][S][cover]: 'Awning' >> +[15:42:27.051][S][cover]: State: OPEN +[15:42:27.051][S][cover]: Current Operation: IS_CLOSING +[15:42:27.052][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:27.117][D][awning_cur:206]: st=C3 cur=959 +[15:42:27.170][D][awning_cur:206]: st=C3 cur=988 +[15:42:27.230][D][awning_cur:206]: st=C3 cur=931 +[15:42:27.237][S][cover]: 'Awning' >> +[15:42:27.237][S][cover]: State: OPEN +[15:42:27.237][S][cover]: Current Operation: IS_CLOSING +[15:42:27.281][D][awning_cur:206]: st=C3 cur=980 +[15:42:27.329][D][awning_cur:206]: st=C3 cur=927 +[15:42:27.394][D][awning_cur:206]: st=C3 cur=932 +[15:42:27.409][S][cover]: 'Awning' >> +[15:42:27.409][S][cover]: State: OPEN +[15:42:27.409][S][cover]: Current Operation: IS_CLOSING +[15:42:27.439][D][awning_cur:206]: st=C3 cur=915 +[15:42:27.491][D][awning_cur:206]: st=C3 cur=934 +[15:42:27.512][S][sensor]: 'Black Tank' >> 33 % +[15:42:27.512][S][cover]: 'Awning' >> +[15:42:27.512][S][cover]: State: OPEN +[15:42:27.512][S][cover]: Current Operation: IS_CLOSING +[15:42:27.528][D][awning_cur:206]: st=C3 cur=921 +[15:42:27.578][D][awning_cur:206]: st=C3 cur=924 +[15:42:27.638][D][awning_cur:206]: st=C3 cur=922 +[15:42:27.652][S][cover]: 'Awning' >> +[15:42:27.652][S][cover]: State: OPEN +[15:42:27.652][S][cover]: Current Operation: IS_CLOSING +[15:42:27.695][D][awning_cur:206]: st=C3 cur=912 +[15:42:27.747][D][awning_cur:206]: st=C3 cur=918 +[15:42:27.780][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:27.780][S][cover]: 'Awning' >> +[15:42:27.780][S][cover]: State: OPEN +[15:42:27.780][S][cover]: Current Operation: IS_CLOSING +[15:42:27.797][D][awning_cur:206]: st=C3 cur=896 +[15:42:27.834][D][awning_cur:206]: st=C3 cur=902 +[15:42:27.912][D][awning_cur:206]: st=C3 cur=911 +[15:42:27.928][S][cover]: 'Awning' >> +[15:42:27.928][S][cover]: State: OPEN +[15:42:27.928][S][cover]: Current Operation: IS_CLOSING +[15:42:27.929][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:27.950][D][awning_cur:206]: st=C3 cur=905 +[15:42:28.000][D][awning_cur:206]: st=C3 cur=894 +[15:42:28.038][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:28.039][S][cover]: 'Awning' >> +[15:42:28.039][S][cover]: State: OPEN +[15:42:28.039][S][cover]: Current Operation: IS_CLOSING +[15:42:28.039][S][sensor]: 'Battery Voltage' >> 13.01 V +[15:42:28.054][D][awning_cur:206]: st=C3 cur=898 +[15:42:28.145][D][awning_cur:206]: st=C3 cur=894 +[15:42:28.174][S][cover]: 'Awning' >> +[15:42:28.174][S][cover]: State: OPEN +[15:42:28.174][S][cover]: Current Operation: IS_CLOSING +[15:42:28.200][D][awning_cur:206]: st=C3 cur=900 +[15:42:28.248][D][awning_cur:206]: st=C3 cur=890 +[15:42:28.308][D][awning_cur:206]: st=C3 cur=892 +[15:42:28.313][S][cover]: 'Awning' >> +[15:42:28.313][S][cover]: State: OPEN +[15:42:28.313][S][cover]: Current Operation: IS_CLOSING +[15:42:28.343][D][awning_cur:206]: st=C3 cur=879 +[15:42:28.417][D][awning_cur:206]: st=C3 cur=906 +[15:42:28.460][D][awning_cur:206]: st=C3 cur=911 +[15:42:28.473][S][cover]: 'Awning' >> +[15:42:28.473][S][cover]: State: OPEN +[15:42:28.473][S][cover]: Current Operation: IS_CLOSING +[15:42:28.473][S][sensor]: 'Black Tank' >> 33 % +[15:42:28.503][D][awning_cur:206]: st=C3 cur=923 +[15:42:28.557][D][awning_cur:206]: st=C3 cur=914 +[15:42:28.612][D][awning_cur:206]: st=C3 cur=908 +[15:42:28.623][S][cover]: 'Awning' >> +[15:42:28.623][S][cover]: State: OPEN +[15:42:28.623][S][cover]: Current Operation: IS_CLOSING +[15:42:28.650][D][awning_cur:206]: st=C3 cur=906 +[15:42:28.708][D][awning_cur:206]: st=C3 cur=884 +[15:42:28.768][D][awning_cur:206]: st=C3 cur=898 +[15:42:28.775][S][cover]: 'Awning' >> +[15:42:28.775][S][cover]: State: OPEN +[15:42:28.775][S][cover]: Current Operation: IS_CLOSING +[15:42:28.775][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:28.815][D][awning_cur:206]: st=C3 cur=894 +[15:42:28.864][D][awning_cur:206]: st=C3 cur=886 +[15:42:28.923][D][awning_cur:206]: st=C3 cur=896 +[15:42:28.930][S][cover]: 'Awning' >> +[15:42:28.930][S][cover]: State: OPEN +[15:42:28.930][S][cover]: Current Operation: IS_CLOSING +[15:42:28.931][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:28.962][D][awning_cur:206]: st=C3 cur=877 +[15:42:29.015][D][awning_cur:206]: st=C3 cur=878 +[15:42:29.069][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:29.070][S][cover]: 'Awning' >> +[15:42:29.070][S][cover]: State: OPEN +[15:42:29.070][S][cover]: Current Operation: IS_CLOSING +[15:42:29.123][D][awning_cur:206]: st=C3 cur=887 +[15:42:29.173][D][awning_cur:206]: st=C3 cur=874 +[15:42:29.244][D][awning_cur:206]: st=C3 cur=882 +[15:42:29.280][S][cover]: 'Awning' >> +[15:42:29.280][S][cover]: State: OPEN +[15:42:29.280][S][cover]: Current Operation: IS_CLOSING +[15:42:29.289][D][awning_cur:206]: st=C3 cur=856 +[15:42:29.319][D][awning_cur:206]: st=C3 cur=859 +[15:42:29.372][D][awning_cur:206]: st=C3 cur=869 +[15:42:29.402][S][cover]: 'Awning' >> +[15:42:29.402][S][cover]: State: OPEN +[15:42:29.402][S][cover]: Current Operation: IS_CLOSING +[15:42:29.431][D][awning_cur:206]: st=C3 cur=856 +[15:42:29.479][D][awning_cur:206]: st=C3 cur=870 +[15:42:29.510][S][sensor]: 'Black Tank' >> 33 % +[15:42:29.510][S][cover]: 'Awning' >> +[15:42:29.510][S][cover]: State: OPEN +[15:42:29.510][S][cover]: Current Operation: IS_CLOSING +[15:42:29.546][D][awning_cur:206]: st=C3 cur=868 +[15:42:29.588][D][awning_cur:206]: st=C3 cur=876 +[15:42:29.650][D][awning_cur:206]: st=C3 cur=859 +[15:42:29.672][S][cover]: 'Awning' >> +[15:42:29.672][S][cover]: State: OPEN +[15:42:29.672][S][cover]: Current Operation: IS_CLOSING +[15:42:29.685][D][awning_cur:206]: st=C3 cur=860 +[15:42:29.749][D][awning_cur:206]: st=C3 cur=875 +[15:42:29.792][D][awning_cur:206]: st=C3 cur=856 +[15:42:29.810][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:29.811][S][cover]: 'Awning' >> +[15:42:29.811][S][cover]: State: OPEN +[15:42:29.811][S][cover]: Current Operation: IS_CLOSING +[15:42:29.849][D][awning_cur:206]: st=C3 cur=808 +[15:42:29.897][D][awning_cur:206]: st=C3 cur=789 +[15:42:29.943][D][awning_cur:206]: st=C3 cur=775 +[15:42:29.964][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:29.965][S][cover]: 'Awning' >> +[15:42:29.965][S][cover]: State: OPEN +[15:42:29.965][S][cover]: Current Operation: IS_CLOSING +[15:42:29.965][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:29.995][D][awning_cur:206]: st=C3 cur=779 +[15:42:30.143][S][cover]: 'Awning' >> +[15:42:30.143][S][cover]: State: OPEN +[15:42:30.143][S][cover]: Current Operation: IS_CLOSING +[15:42:30.152][D][awning_cur:206]: st=C3 cur=846 +[15:42:30.198][D][awning_cur:206]: st=C3 cur=865 +[15:42:30.267][D][awning_cur:206]: st=C3 cur=856 +[15:42:30.285][S][cover]: 'Awning' >> +[15:42:30.285][S][cover]: State: OPEN +[15:42:30.285][S][cover]: Current Operation: IS_CLOSING +[15:42:30.310][D][awning_cur:206]: st=C3 cur=848 +[15:42:30.358][D][awning_cur:206]: st=C3 cur=823 +[15:42:30.396][D][awning_cur:206]: st=C3 cur=842 +[15:42:30.426][S][cover]: 'Awning' >> +[15:42:30.426][S][cover]: State: OPEN +[15:42:30.426][S][cover]: Current Operation: IS_CLOSING +[15:42:30.427][S][sensor]: 'Black Tank' >> 33 % +[15:42:30.471][D][awning_cur:206]: st=C3 cur=860 +[15:42:30.503][D][awning_cur:206]: st=C3 cur=841 +[15:42:30.563][D][awning_cur:206]: st=C3 cur=845 +[15:42:30.586][S][cover]: 'Awning' >> +[15:42:30.586][S][cover]: State: OPEN +[15:42:30.586][S][cover]: Current Operation: IS_CLOSING +[15:42:30.610][D][awning_cur:206]: st=C3 cur=832 +[15:42:30.665][D][awning_cur:206]: st=C3 cur=848 +[15:42:30.702][D][awning_cur:206]: st=C3 cur=824 +[15:42:30.729][S][cover]: 'Awning' >> +[15:42:30.729][S][cover]: State: OPEN +[15:42:30.729][S][cover]: Current Operation: IS_CLOSING +[15:42:30.729][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:30.760][D][awning_cur:206]: st=C3 cur=847 +[15:42:30.813][D][awning_cur:206]: st=C3 cur=866 +[15:42:30.870][D][awning_cur:206]: st=C3 cur=859 +[15:42:30.884][S][cover]: 'Awning' >> +[15:42:30.884][S][cover]: State: OPEN +[15:42:30.884][S][cover]: Current Operation: IS_CLOSING +[15:42:30.884][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:30.903][D][awning_cur:206]: st=C3 cur=835 +[15:42:30.980][D][awning_cur:206]: st=C3 cur=854 +[15:42:31.016][D][awning_cur:206]: st=C3 cur=874 +[15:42:31.037][S][cover]: 'Awning' >> +[15:42:31.037][S][cover]: State: OPEN +[15:42:31.037][S][cover]: Current Operation: IS_CLOSING +[15:42:31.038][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:31.074][D][awning_cur:206]: st=C3 cur=853 +[15:42:31.125][D][awning_cur:206]: st=C3 cur=850 +[15:42:31.178][D][awning_cur:206]: st=C3 cur=827 +[15:42:31.197][S][cover]: 'Awning' >> +[15:42:31.197][S][cover]: State: OPEN +[15:42:31.197][S][cover]: Current Operation: IS_CLOSING +[15:42:31.218][D][awning_cur:206]: st=C3 cur=806 +[15:42:31.281][D][awning_cur:206]: st=C3 cur=799 +[15:42:31.328][D][awning_cur:206]: st=C3 cur=781 +[15:42:31.344][S][cover]: 'Awning' >> +[15:42:31.344][S][cover]: State: OPEN +[15:42:31.344][S][cover]: Current Operation: IS_CLOSING +[15:42:31.389][D][awning_cur:206]: st=C3 cur=786 +[15:42:31.430][D][awning_cur:206]: st=C3 cur=780 +[15:42:31.492][D][awning_cur:206]: st=C3 cur=787 +[15:42:31.503][S][cover]: 'Awning' >> +[15:42:31.503][S][cover]: State: OPEN +[15:42:31.503][S][cover]: Current Operation: IS_CLOSING +[15:42:31.504][S][sensor]: 'Black Tank' >> 33 % +[15:42:31.541][D][awning_cur:206]: st=C3 cur=788 +[15:42:31.585][D][awning_cur:206]: st=C3 cur=796 +[15:42:31.626][D][awning_cur:206]: st=C3 cur=774 +[15:42:31.650][S][cover]: 'Awning' >> +[15:42:31.650][S][cover]: State: OPEN +[15:42:31.650][S][cover]: Current Operation: IS_CLOSING +[15:42:31.687][D][awning_cur:206]: st=C3 cur=766 +[15:42:31.741][D][awning_cur:206]: st=C3 cur=773 +[15:42:31.797][D][awning_cur:206]: st=C3 cur=768 +[15:42:31.811][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:31.811][S][cover]: 'Awning' >> +[15:42:31.811][S][cover]: State: OPEN +[15:42:31.811][S][cover]: Current Operation: IS_CLOSING +[15:42:31.882][D][awning_cur:206]: st=C3 cur=782 +[15:42:31.897][D][awning_cur:206]: st=C3 cur=778 +[15:42:31.934][D][awning_cur:206]: st=C3 cur=776 +[15:42:32.006][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:32.006][S][cover]: 'Awning' >> +[15:42:32.006][S][cover]: State: OPEN +[15:42:32.006][S][cover]: Current Operation: IS_CLOSING +[15:42:32.007][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:32.039][D][awning_cur:206]: st=C3 cur=781 +[15:42:32.108][S][cover]: 'Awning' >> +[15:42:32.108][S][cover]: State: OPEN +[15:42:32.108][S][cover]: Current Operation: IS_CLOSING +[15:42:32.143][D][awning_cur:206]: st=C3 cur=784 +[15:42:32.199][D][awning_cur:206]: st=C3 cur=792 +[15:42:32.249][D][awning_cur:206]: st=C3 cur=770 +[15:42:32.266][S][cover]: 'Awning' >> +[15:42:32.266][S][cover]: State: OPEN +[15:42:32.266][S][cover]: Current Operation: IS_CLOSING +[15:42:32.287][D][awning_cur:206]: st=C3 cur=774 +[15:42:32.376][D][awning_cur:206]: st=C3 cur=769 +[15:42:32.447][D][awning_cur:206]: st=C3 cur=765 +[15:42:32.479][S][cover]: 'Awning' >> +[15:42:32.479][S][cover]: State: OPEN +[15:42:32.479][S][cover]: Current Operation: IS_CLOSING +[15:42:32.488][D][awning_cur:206]: st=C3 cur=756 +[15:42:32.503][D][awning_cur:206]: st=C3 cur=765 +[15:42:32.522][S][sensor]: 'Black Tank' >> 33 % +[15:42:32.522][S][cover]: 'Awning' >> +[15:42:32.522][S][cover]: State: OPEN +[15:42:32.522][S][cover]: Current Operation: IS_CLOSING +[15:42:32.551][D][awning_cur:206]: st=C3 cur=750 +[15:42:32.609][D][awning_cur:206]: st=C3 cur=756 +[15:42:32.658][D][awning_cur:206]: st=C3 cur=752 +[15:42:32.672][S][cover]: 'Awning' >> +[15:42:32.672][S][cover]: State: OPEN +[15:42:32.672][S][cover]: Current Operation: IS_CLOSING +[15:42:32.715][D][awning_cur:206]: st=C3 cur=767 +[15:42:32.750][D][awning_cur:206]: st=C3 cur=756 +[15:42:32.793][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:32.793][S][cover]: 'Awning' >> +[15:42:32.793][S][cover]: State: OPEN +[15:42:32.793][S][cover]: Current Operation: IS_CLOSING +[15:42:32.809][D][awning_cur:206]: st=C3 cur=745 +[15:42:32.861][D][awning_cur:206]: st=C3 cur=740 +[15:42:32.919][D][awning_cur:206]: st=C3 cur=729 +[15:42:32.940][S][cover]: 'Awning' >> +[15:42:32.940][S][cover]: State: OPEN +[15:42:32.940][S][cover]: Current Operation: IS_CLOSING +[15:42:32.941][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:32.971][D][awning_cur:206]: st=C3 cur=698 +[15:42:33.022][D][awning_cur:206]: st=C3 cur=704 +[15:42:33.060][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:33.060][S][cover]: 'Awning' >> +[15:42:33.060][S][cover]: State: OPEN +[15:42:33.060][S][cover]: Current Operation: IS_CLOSING +[15:42:33.215][D][awning_cur:206]: st=C3 cur=710 +[15:42:33.223][D][awning_cur:206]: st=C3 cur=718 +[15:42:33.274][D][awning_cur:206]: st=C3 cur=721 +[15:42:33.301][S][cover]: 'Awning' >> +[15:42:33.301][S][cover]: State: OPEN +[15:42:33.301][S][cover]: Current Operation: IS_CLOSING +[15:42:33.345][D][awning_cur:206]: st=C3 cur=746 +[15:42:33.389][D][awning_cur:206]: st=C3 cur=737 +[15:42:33.444][D][awning_cur:206]: st=C3 cur=739 +[15:42:33.511][S][cover]: 'Awning' >> +[15:42:33.511][S][cover]: State: OPEN +[15:42:33.511][S][cover]: Current Operation: IS_CLOSING +[15:42:33.512][S][sensor]: 'Black Tank' >> 33 % +[15:42:33.530][D][awning_cur:206]: st=C3 cur=738 +[15:42:33.531][D][awning_cur:206]: st=C3 cur=747 +[15:42:33.577][D][awning_cur:206]: st=C3 cur=742 +[15:42:33.599][S][cover]: 'Awning' >> +[15:42:33.599][S][cover]: State: OPEN +[15:42:33.599][S][cover]: Current Operation: IS_CLOSING +[15:42:33.631][D][awning_cur:206]: st=C3 cur=729 +[15:42:33.700][D][awning_cur:206]: st=C3 cur=740 +[15:42:33.731][D][awning_cur:206]: st=C3 cur=726 +[15:42:33.769][S][cover]: 'Awning' >> +[15:42:33.769][S][cover]: State: OPEN +[15:42:33.769][S][cover]: Current Operation: IS_CLOSING +[15:42:33.770][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:33.790][D][awning_cur:206]: st=C3 cur=738 +[15:42:33.848][D][awning_cur:206]: st=C3 cur=736 +[15:42:33.887][D][awning_cur:206]: st=C3 cur=740 +[15:42:33.971][S][cover]: 'Awning' >> +[15:42:33.971][S][cover]: State: OPEN +[15:42:33.971][S][cover]: Current Operation: IS_CLOSING +[15:42:33.971][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:33.992][D][awning_cur:206]: st=C3 cur=748 +[15:42:34.001][D][awning_cur:206]: st=C3 cur=723 +[15:42:34.042][D][awning_cur:206]: st=C3 cur=717 +[15:42:34.067][S][cover]: 'Awning' >> +[15:42:34.067][S][cover]: State: OPEN +[15:42:34.067][S][cover]: Current Operation: IS_CLOSING +[15:42:34.068][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:34.154][D][awning_cur:206]: st=C3 cur=710 +[15:42:34.185][D][awning_cur:206]: st=C3 cur=731 +[15:42:34.244][D][awning_cur:206]: st=C3 cur=726 +[15:42:34.252][S][cover]: 'Awning' >> +[15:42:34.252][S][cover]: State: OPEN +[15:42:34.252][S][cover]: Current Operation: IS_CLOSING +[15:42:34.289][D][awning_cur:206]: st=C3 cur=704 +[15:42:34.347][D][awning_cur:206]: st=C3 cur=712 +[15:42:34.397][D][awning_cur:206]: st=C3 cur=688 +[15:42:34.406][S][cover]: 'Awning' >> +[15:42:34.406][S][cover]: State: OPEN +[15:42:34.406][S][cover]: Current Operation: IS_CLOSING +[15:42:34.407][S][sensor]: 'Battery Voltage' >> 13.06 V +[15:42:34.452][D][awning_cur:206]: st=C3 cur=669 +[15:42:34.488][D][awning_cur:206]: st=C3 cur=688 +[15:42:34.540][S][sensor]: 'Black Tank' >> 33 % +[15:42:34.540][S][cover]: 'Awning' >> +[15:42:34.540][S][cover]: State: OPEN +[15:42:34.540][S][cover]: Current Operation: IS_CLOSING +[15:42:34.557][D][awning_cur:206]: st=C3 cur=716 +[15:42:34.611][D][awning_cur:206]: st=C3 cur=720 +[15:42:34.673][D][awning_cur:206]: st=C3 cur=654 +[15:42:34.687][S][cover]: 'Awning' >> +[15:42:34.687][S][cover]: State: OPEN +[15:42:34.687][S][cover]: Current Operation: IS_CLOSING +[15:42:34.705][D][awning_cur:206]: st=C3 cur=718 +[15:42:34.743][D][awning_cur:206]: st=C3 cur=635 +[15:42:34.802][D][awning_cur:206]: st=C3 cur=617 +[15:42:34.808][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:34.809][S][cover]: 'Awning' >> +[15:42:34.809][S][cover]: State: OPEN +[15:42:34.809][S][cover]: Current Operation: IS_CLOSING +[15:42:34.861][D][awning_cur:206]: st=C3 cur=717 +[15:42:34.905][D][awning_cur:206]: st=C3 cur=643 +[15:42:34.927][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:34.928][S][cover]: 'Awning' >> +[15:42:34.928][S][cover]: State: OPEN +[15:42:34.928][S][cover]: Current Operation: IS_CLOSING +[15:42:34.964][D][awning_cur:206]: st=C3 cur=575 +[15:42:35.002][D][awning_cur:206]: st=C3 cur=627 +[15:42:35.062][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:35.063][S][cover]: 'Awning' >> +[15:42:35.063][S][cover]: State: OPEN +[15:42:35.063][S][cover]: Current Operation: IS_CLOSING +[15:42:35.263][D][awning_cur:206]: st=C3 cur=651 +[15:42:35.295][D][awning_cur:206]: st=C3 cur=652 +[15:42:35.295][D][awning_cur:206]: st=C3 cur=739 +[15:42:35.296][S][cover]: 'Awning' >> +[15:42:35.296][S][cover]: State: OPEN +[15:42:35.296][S][cover]: Current Operation: IS_CLOSING +[15:42:35.314][D][awning_cur:206]: st=C3 cur=658 +[15:42:35.379][D][awning_cur:206]: st=C3 cur=557 +[15:42:35.426][D][awning_cur:206]: st=C3 cur=502 +[15:42:35.439][S][cover]: 'Awning' >> +[15:42:35.439][S][cover]: State: OPEN +[15:42:35.439][S][cover]: Current Operation: IS_CLOSING +[15:42:35.439][S][sensor]: 'Black Tank' >> 33 % +[15:42:35.466][D][awning_cur:206]: st=C3 cur=469 +[15:42:35.513][D][awning_cur:206]: st=C3 cur=494 +[15:42:35.565][D][awning_cur:206]: st=C3 cur=533 +[15:42:35.580][S][cover]: 'Awning' >> +[15:42:35.580][S][cover]: State: OPEN +[15:42:35.580][S][cover]: Current Operation: IS_CLOSING +[15:42:35.623][D][awning_cur:206]: st=C3 cur=581 +[15:42:35.674][D][awning_cur:206]: st=C3 cur=681 +[15:42:35.727][D][awning_cur:206]: st=C3 cur=764 +[15:42:35.740][S][cover]: 'Awning' >> +[15:42:35.740][S][cover]: State: OPEN +[15:42:35.740][S][cover]: Current Operation: IS_CLOSING +[15:42:35.740][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:35.783][D][awning_cur:206]: st=C3 cur=792 +[15:42:35.817][D][awning_cur:206]: st=C3 cur=813 +[15:42:35.876][D][awning_cur:206]: st=C3 cur=811 +[15:42:35.916][S][cover]: 'Awning' >> +[15:42:35.916][S][cover]: State: OPEN +[15:42:35.916][S][cover]: Current Operation: IS_CLOSING +[15:42:35.917][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:35.939][D][awning_cur:206]: st=C3 cur=739 +[15:42:35.987][D][awning_cur:206]: st=C3 cur=589 +[15:42:36.051][D][awning_cur:206]: st=C3 cur=596 +[15:42:36.072][S][cover]: 'Awning' >> +[15:42:36.072][S][cover]: State: OPEN +[15:42:36.072][S][cover]: Current Operation: IS_CLOSING +[15:42:36.073][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:36.287][D][awning_cur:206]: st=C3 cur=573 +[15:42:36.300][D][awning_cur:206]: st=C3 cur=607 +[15:42:36.301][D][awning_cur:206]: st=C3 cur=650 +[15:42:36.301][S][cover]: 'Awning' >> +[15:42:36.301][S][cover]: State: OPEN +[15:42:36.301][S][cover]: Current Operation: IS_CLOSING +[15:42:36.336][D][awning_cur:206]: st=C3 cur=551 +[15:42:36.380][D][awning_cur:206]: st=C3 cur=582 +[15:42:36.452][D][awning_cur:206]: st=C3 cur=579 +[15:42:36.480][S][cover]: 'Awning' >> +[15:42:36.480][S][cover]: State: OPEN +[15:42:36.480][S][cover]: Current Operation: IS_CLOSING +[15:42:36.481][S][sensor]: 'Black Tank' >> 33 % +[15:42:36.500][D][awning_cur:206]: st=C3 cur=583 +[15:42:36.549][D][awning_cur:206]: st=C3 cur=548 +[15:42:36.600][D][awning_cur:206]: st=C3 cur=577 +[15:42:36.614][S][cover]: 'Awning' >> +[15:42:36.614][S][cover]: State: OPEN +[15:42:36.614][S][cover]: Current Operation: IS_CLOSING +[15:42:36.645][D][awning_cur:206]: st=C3 cur=559 +[15:42:36.687][D][awning_cur:206]: st=C3 cur=590 +[15:42:36.744][D][awning_cur:206]: st=C3 cur=581 +[15:42:36.756][S][cover]: 'Awning' >> +[15:42:36.756][S][cover]: State: OPEN +[15:42:36.756][S][cover]: Current Operation: IS_CLOSING +[15:42:36.757][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:36.812][D][awning_cur:206]: st=C3 cur=618 +[15:42:37.009][D][awning_cur:206]: st=C3 cur=554 +[15:42:37.009][I][safe_mode:142]: Boot seems successful; resetting boot loop counter +[15:42:37.010][W][component:522]: safe_mode took a long time for an operation (66 ms), max is 30 ms +[15:42:37.010][D][awning_cur:206]: st=C3 cur=654 +[15:42:37.010][S][cover]: 'Awning' >> +[15:42:37.010][S][cover]: State: OPEN +[15:42:37.010][S][cover]: Current Operation: IS_CLOSING +[15:42:37.010][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:37.011][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:37.017][D][awning_cur:206]: st=C3 cur=612 +[15:42:37.133][S][cover]: 'Awning' >> +[15:42:37.133][S][cover]: State: OPEN +[15:42:37.133][S][cover]: Current Operation: IS_CLOSING +[15:42:37.155][D][awning_cur:206]: st=C3 cur=579 +[15:42:37.232][D][awning_cur:206]: st=C3 cur=594 +[15:42:37.262][D][preferences:148]: Writing 2 items: 1 cached, 1 written, 0 failed +[15:42:37.268][D][awning_cur:206]: st=C3 cur=568 +[15:42:37.292][S][cover]: 'Awning' >> +[15:42:37.292][S][cover]: State: OPEN +[15:42:37.292][S][cover]: Current Operation: IS_CLOSING +[15:42:37.300][D][awning_cur:206]: st=C3 cur=605 +[15:42:37.357][D][awning_cur:206]: st=C3 cur=586 +[15:42:37.412][D][awning_cur:206]: st=C3 cur=647 +[15:42:37.457][S][cover]: 'Awning' >> +[15:42:37.457][S][cover]: State: OPEN +[15:42:37.457][S][cover]: Current Operation: IS_CLOSING +[15:42:37.457][S][sensor]: 'Battery Voltage' >> 13.09 V +[15:42:37.457][S][sensor]: 'Black Tank' >> 33 % +[15:42:37.473][D][awning_cur:206]: st=C3 cur=606 +[15:42:37.537][D][awning_cur:206]: st=C3 cur=638 +[15:42:37.567][D][awning_cur:206]: st=C3 cur=622 +[15:42:37.577][S][cover]: 'Awning' >> +[15:42:37.577][S][cover]: State: OPEN +[15:42:37.577][S][cover]: Current Operation: IS_CLOSING +[15:42:37.622][D][awning_cur:206]: st=C3 cur=600 +[15:42:37.674][D][awning_cur:206]: st=C3 cur=592 +[15:42:37.728][D][awning_cur:206]: st=C3 cur=578 +[15:42:37.741][S][cover]: 'Awning' >> +[15:42:37.741][S][cover]: State: OPEN +[15:42:37.741][S][cover]: Current Operation: IS_CLOSING +[15:42:37.741][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:37.768][D][awning_cur:206]: st=C3 cur=569 +[15:42:37.877][D][awning_cur:206]: st=C3 cur=543 +[15:42:37.887][D][awning_cur:206]: st=C3 cur=557 +[15:42:37.888][S][cover]: 'Awning' >> +[15:42:37.888][S][cover]: State: OPEN +[15:42:37.888][S][cover]: Current Operation: IS_CLOSING +[15:42:37.889][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:37.924][D][awning_cur:206]: st=C3 cur=558 +[15:42:37.980][D][awning_cur:206]: st=C3 cur=550 +[15:42:38.030][D][awning_cur:206]: st=C3 cur=558 +[15:42:38.046][S][cover]: 'Awning' >> +[15:42:38.046][S][cover]: State: OPEN +[15:42:38.046][S][cover]: Current Operation: IS_CLOSING +[15:42:38.046][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:38.117][D][awning_cur:206]: st=C3 cur=555 +[15:42:38.171][D][awning_cur:206]: st=C3 cur=556 +[15:42:38.238][D][awning_cur:206]: st=C3 cur=545 +[15:42:38.250][S][cover]: 'Awning' >> +[15:42:38.250][S][cover]: State: OPEN +[15:42:38.250][S][cover]: Current Operation: IS_CLOSING +[15:42:38.282][D][awning_cur:206]: st=C3 cur=542 +[15:42:38.338][D][awning_cur:206]: st=C3 cur=535 +[15:42:38.403][D][awning_cur:206]: st=C3 cur=542 +[15:42:38.428][S][cover]: 'Awning' >> +[15:42:38.428][S][cover]: State: OPEN +[15:42:38.428][S][cover]: Current Operation: IS_CLOSING +[15:42:38.449][D][awning_cur:206]: st=C3 cur=508 +[15:42:38.489][D][awning_cur:206]: st=C3 cur=527 +[15:42:38.529][S][sensor]: 'Black Tank' >> 33 % +[15:42:38.529][S][cover]: 'Awning' >> +[15:42:38.529][S][cover]: State: OPEN +[15:42:38.529][S][cover]: Current Operation: IS_CLOSING +[15:42:38.540][D][awning_cur:206]: st=C3 cur=525 +[15:42:38.580][D][awning_cur:206]: st=C3 cur=544 +[15:42:38.653][D][awning_cur:206]: st=C3 cur=534 +[15:42:38.664][S][cover]: 'Awning' >> +[15:42:38.664][S][cover]: State: OPEN +[15:42:38.664][S][cover]: Current Operation: IS_CLOSING +[15:42:38.690][D][awning_cur:206]: st=C3 cur=519 +[15:42:38.761][D][awning_cur:206]: st=C3 cur=503 +[15:42:38.798][D][awning_cur:206]: st=C3 cur=508 +[15:42:38.814][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:38.814][S][cover]: 'Awning' >> +[15:42:38.814][S][cover]: State: OPEN +[15:42:38.814][S][cover]: Current Operation: IS_CLOSING +[15:42:38.842][D][awning_cur:206]: st=C3 cur=501 +[15:42:38.898][D][awning_cur:206]: st=C3 cur=497 +[15:42:38.946][D][awning_cur:206]: st=C3 cur=495 +[15:42:38.967][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:38.967][S][cover]: 'Awning' >> +[15:42:38.967][S][cover]: State: OPEN +[15:42:38.967][S][cover]: Current Operation: IS_CLOSING +[15:42:38.968][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:39.002][D][awning_cur:206]: st=C3 cur=507 +[15:42:39.048][D][awning_cur:206]: st=C3 cur=492 +[15:42:39.114][D][awning_cur:206]: st=C3 cur=499 +[15:42:39.147][S][cover]: 'Awning' >> +[15:42:39.147][S][cover]: State: OPEN +[15:42:39.147][S][cover]: Current Operation: IS_CLOSING +[15:42:39.157][D][awning_cur:206]: st=C3 cur=489 +[15:42:39.197][D][awning_cur:206]: st=C3 cur=483 +[15:42:39.256][D][awning_cur:206]: st=C3 cur=501 +[15:42:39.267][S][sensor]: 'Battery Voltage' >> 13.12 V +[15:42:39.268][S][cover]: 'Awning' >> +[15:42:39.268][S][cover]: State: OPEN +[15:42:39.268][S][cover]: Current Operation: IS_CLOSING +[15:42:39.307][D][awning_cur:206]: st=C3 cur=479 +[15:42:39.364][D][awning_cur:206]: st=C3 cur=477 +[15:42:39.419][D][awning_cur:206]: st=C3 cur=454 +[15:42:39.443][S][cover]: 'Awning' >> +[15:42:39.443][S][cover]: State: OPEN +[15:42:39.443][S][cover]: Current Operation: IS_CLOSING +[15:42:39.443][S][sensor]: 'Black Tank' >> 33 % +[15:42:39.454][D][awning_cur:206]: st=C3 cur=467 +[15:42:39.507][D][awning_cur:206]: st=C3 cur=479 +[15:42:39.563][D][awning_cur:206]: st=C3 cur=468 +[15:42:39.575][S][cover]: 'Awning' >> +[15:42:39.575][S][cover]: State: OPEN +[15:42:39.575][S][cover]: Current Operation: IS_CLOSING +[15:42:39.611][D][awning_cur:206]: st=C3 cur=500 +[15:42:39.665][D][awning_cur:206]: st=C3 cur=493 +[15:42:39.716][D][awning_cur:206]: st=C3 cur=498 +[15:42:39.740][S][cover]: 'Awning' >> +[15:42:39.740][S][cover]: State: OPEN +[15:42:39.740][S][cover]: Current Operation: IS_CLOSING +[15:42:39.740][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:39.758][D][awning_cur:206]: st=C3 cur=492 +[15:42:39.809][D][awning_cur:206]: st=C3 cur=460 +[15:42:39.870][D][awning_cur:206]: st=C3 cur=461 +[15:42:39.891][S][cover]: 'Awning' >> +[15:42:39.891][S][cover]: State: OPEN +[15:42:39.891][S][cover]: Current Operation: IS_CLOSING +[15:42:39.892][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:39.919][D][awning_cur:206]: st=C3 cur=485 +[15:42:39.972][D][awning_cur:206]: st=C3 cur=484 +[15:42:40.032][D][awning_cur:206]: st=C3 cur=485 +[15:42:40.075][S][cover]: 'Awning' >> +[15:42:40.075][S][cover]: State: OPEN +[15:42:40.075][S][cover]: Current Operation: IS_CLOSING +[15:42:40.075][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:40.173][D][awning_cur:206]: st=C3 cur=421 +[15:42:40.217][D][awning_cur:206]: st=C3 cur=448 +[15:42:40.271][D][awning_cur:206]: st=C3 cur=479 +[15:42:40.304][S][cover]: 'Awning' >> +[15:42:40.304][S][cover]: State: OPEN +[15:42:40.304][S][cover]: Current Operation: IS_CLOSING +[15:42:40.321][D][awning_cur:206]: st=C3 cur=482 +[15:42:40.390][D][awning_cur:206]: st=C3 cur=485 +[15:42:40.433][D][awning_cur:206]: st=C3 cur=466 +[15:42:40.455][S][cover]: 'Awning' >> +[15:42:40.455][S][cover]: State: OPEN +[15:42:40.455][S][cover]: Current Operation: IS_CLOSING +[15:42:40.456][S][sensor]: 'Black Tank' >> 33 % +[15:42:40.480][D][awning_cur:206]: st=C3 cur=426 +[15:42:40.534][D][awning_cur:206]: st=C3 cur=434 +[15:42:40.597][D][awning_cur:206]: st=C3 cur=438 +[15:42:40.629][S][cover]: 'Awning' >> +[15:42:40.629][S][cover]: State: OPEN +[15:42:40.629][S][cover]: Current Operation: IS_CLOSING +[15:42:40.644][D][awning_cur:206]: st=C3 cur=444 +[15:42:40.676][D][awning_cur:206]: st=C3 cur=421 +[15:42:40.734][D][awning_cur:206]: st=C3 cur=423 +[15:42:40.764][S][cover]: 'Awning' >> +[15:42:40.764][S][cover]: State: OPEN +[15:42:40.764][S][cover]: Current Operation: IS_CLOSING +[15:42:40.765][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:40.791][D][awning_cur:206]: st=C3 cur=427 +[15:42:40.840][D][awning_cur:206]: st=C3 cur=435 +[15:42:40.908][D][awning_cur:206]: st=C3 cur=428 +[15:42:40.931][S][cover]: 'Awning' >> +[15:42:40.931][S][cover]: State: OPEN +[15:42:40.931][S][cover]: Current Operation: IS_CLOSING +[15:42:40.932][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:40.938][D][awning_cur:206]: st=C3 cur=413 +[15:42:40.980][D][awning_cur:206]: st=C3 cur=404 +[15:42:41.041][S][cover]: 'Awning' >> +[15:42:41.041][S][cover]: State: OPEN +[15:42:41.041][S][cover]: Current Operation: IS_CLOSING +[15:42:41.042][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:41.140][D][awning_cur:206]: st=C3 cur=408 +[15:42:41.214][D][awning_cur:206]: st=C3 cur=402 +[15:42:41.259][D][awning_cur:206]: st=C3 cur=408 +[15:42:41.273][S][cover]: 'Awning' >> +[15:42:41.273][S][cover]: State: OPEN +[15:42:41.273][S][cover]: Current Operation: IS_CLOSING +[15:42:41.308][D][awning_cur:206]: st=C3 cur=394 +[15:42:41.351][D][awning_cur:206]: st=C3 cur=391 +[15:42:41.522][D][awning_cur:206]: st=C3 cur=383 +[15:42:41.524][S][cover]: 'Awning' >> +[15:42:41.524][S][cover]: State: OPEN +[15:42:41.524][S][cover]: Current Operation: IS_CLOSING +[15:42:41.524][S][sensor]: 'Black Tank' >> 33 % +[15:42:41.535][D][awning_cur:206]: st=C3 cur=392 +[15:42:41.535][D][awning_cur:206]: st=C3 cur=384 +[15:42:41.551][D][awning_cur:206]: st=C3 cur=367 +[15:42:41.598][S][cover]: 'Awning' >> +[15:42:41.598][S][cover]: State: OPEN +[15:42:41.598][S][cover]: Current Operation: IS_CLOSING +[15:42:41.610][D][awning_cur:206]: st=C3 cur=377 +[15:42:41.664][D][awning_cur:206]: st=C3 cur=379 +[15:42:41.727][D][awning_cur:206]: st=C3 cur=385 +[15:42:41.753][S][cover]: 'Awning' >> +[15:42:41.753][S][cover]: State: OPEN +[15:42:41.753][S][cover]: Current Operation: IS_CLOSING +[15:42:41.753][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:41.772][D][awning_cur:206]: st=C3 cur=388 +[15:42:41.809][D][awning_cur:206]: st=C3 cur=373 +[15:42:41.859][D][awning_cur:206]: st=C3 cur=376 +[15:42:41.894][S][cover]: 'Awning' >> +[15:42:41.894][S][cover]: State: OPEN +[15:42:41.894][S][cover]: Current Operation: IS_CLOSING +[15:42:41.895][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:41.918][D][awning_cur:206]: st=C3 cur=380 +[15:42:41.962][D][awning_cur:206]: st=C3 cur=377 +[15:42:42.016][D][awning_cur:206]: st=C3 cur=363 +[15:42:42.032][S][cover]: 'Awning' >> +[15:42:42.032][S][cover]: State: OPEN +[15:42:42.032][S][cover]: Current Operation: IS_CLOSING +[15:42:42.033][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:42.137][D][awning_cur:206]: st=C3 cur=349 +[15:42:42.164][D][awning_cur:206]: st=C3 cur=320 +[15:42:42.213][D][awning_cur:206]: st=C3 cur=335 +[15:42:42.232][S][cover]: 'Awning' >> +[15:42:42.232][S][cover]: State: OPEN +[15:42:42.232][S][cover]: Current Operation: IS_CLOSING +[15:42:42.266][D][awning_cur:206]: st=C3 cur=349 +[15:42:42.319][D][awning_cur:206]: st=C3 cur=362 +[15:42:42.381][D][awning_cur:206]: st=C3 cur=355 +[15:42:42.398][S][cover]: 'Awning' >> +[15:42:42.398][S][cover]: State: OPEN +[15:42:42.398][S][cover]: Current Operation: IS_CLOSING +[15:42:42.417][D][awning_cur:206]: st=C3 cur=350 +[15:42:42.474][D][awning_cur:206]: st=C3 cur=362 +[15:42:42.523][D][awning_cur:206]: st=C3 cur=387 +[15:42:42.553][S][sensor]: 'Black Tank' >> 33 % +[15:42:42.553][S][cover]: 'Awning' >> +[15:42:42.553][S][cover]: State: OPEN +[15:42:42.553][S][cover]: Current Operation: IS_CLOSING +[15:42:42.595][D][awning_cur:206]: st=C3 cur=411 +[15:42:42.623][D][awning_cur:206]: st=C3 cur=446 +[15:42:42.683][D][awning_cur:206]: st=C3 cur=524 +[15:42:42.695][S][cover]: 'Awning' >> +[15:42:42.695][S][cover]: State: OPEN +[15:42:42.695][S][cover]: Current Operation: IS_CLOSING +[15:42:42.744][D][awning_cur:206]: st=C3 cur=553 +[15:42:42.804][D][awning_cur:206]: st=C3 cur=548 +[15:42:42.834][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:42.834][S][cover]: 'Awning' >> +[15:42:42.834][S][cover]: State: OPEN +[15:42:42.834][S][cover]: Current Operation: IS_CLOSING +[15:42:42.846][D][awning_cur:206]: st=C3 cur=652 +[15:42:42.881][D][awning_cur:206]: st=C3 cur=702 +[15:42:42.937][D][awning_cur:206]: st=C3 cur=844 +[15:42:42.959][S][cover]: 'Awning' >> +[15:42:42.959][S][cover]: State: OPEN +[15:42:42.959][S][cover]: Current Operation: IS_CLOSING +[15:42:42.959][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:42.988][D][awning_cur:206]: st=C3 cur=1156 +[15:42:43.043][D][awning_cur:206]: st=C3 cur=1516 +[15:42:43.078][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:43.079][S][cover]: 'Awning' >> +[15:42:43.079][S][cover]: State: OPEN +[15:42:43.079][S][cover]: Current Operation: IS_CLOSING +[15:42:43.135][D][awning_cur:206]: st=C3 cur=1927 +[15:42:43.191][D][awning_cur:206]: st=C3 cur=2183 +[15:42:43.237][D][awning_cur:206]: st=C3 cur=2524 +[15:42:43.265][S][cover]: 'Awning' >> +[15:42:43.265][S][cover]: State: OPEN +[15:42:43.265][S][cover]: Current Operation: IS_CLOSING +[15:42:43.266][S][sensor]: 'Battery Voltage' >> 12.88 V +[15:42:43.301][D][awning_cur:206]: st=C3 cur=2827 +[15:42:43.347][D][awning_cur:206]: st=C3 cur=2910 +[15:42:43.405][D][awning_cur:206]: st=C3 cur=3173 +[15:42:43.412][S][cover]: 'Awning' >> +[15:42:43.412][S][cover]: State: OPEN +[15:42:43.412][S][cover]: Current Operation: IS_CLOSING +[15:42:43.413][S][sensor]: 'Battery Voltage' >> 12.69 V +[15:42:43.460][D][awning_cur:206]: st=C3 cur=3527 +[15:42:43.507][D][awning_cur:206]: st=C3 cur=3881 +[15:42:43.567][S][sensor]: 'Black Tank' >> 33 % +[15:42:43.568][S][cover]: 'Awning' >> +[15:42:43.568][S][cover]: State: OPEN +[15:42:43.568][S][cover]: Current Operation: IS_CLOSING +[15:42:43.571][D][awning_cur:206]: st=C3 cur=4106 +[15:42:43.628][D][awning_cur:206]: st=C3 cur=4171 +[15:42:43.675][D][awning_cur:206]: st=C3 cur=4198 +[15:42:43.676][S][cover]: 'Awning' >> +[15:42:43.676][S][cover]: State: OPEN +[15:42:43.676][S][cover]: Current Operation: IS_CLOSING +[15:42:43.701][D][awning_cur:206]: st=C3 cur=4208 +[15:42:43.818][D][awning_cur:206]: st=C3 cur=4211 +[15:42:43.819][D][awning_cur:206]: st=C3 cur=4204 +[15:42:43.819][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:43.819][S][cover]: 'Awning' >> +[15:42:43.819][S][cover]: State: OPEN +[15:42:43.819][S][cover]: Current Operation: IS_CLOSING +[15:42:43.860][D][awning_cur:206]: st=C3 cur=4203 +[15:42:43.906][D][awning_cur:206]: st=C3 cur=4201 +[15:42:43.954][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:43.955][S][cover]: 'Awning' >> +[15:42:43.955][S][cover]: State: OPEN +[15:42:43.955][S][cover]: Current Operation: IS_CLOSING +[15:42:43.986][D][awning_cur:206]: st=C3 cur=4195 +[15:42:44.007][D][awning_cur:206]: st=C3 cur=4193 +[15:42:44.084][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:44.084][S][cover]: 'Awning' >> +[15:42:44.084][S][cover]: State: OPEN +[15:42:44.084][S][cover]: Current Operation: IS_CLOSING +[15:42:44.109][D][awning_cur:206]: st=C0 cur=2140 +[15:42:44.162][D][awning_cur:206]: st=C0 cur=929 +[15:42:44.215][D][awning_cur:206]: st=C0 cur=403 +[15:42:44.225][S][cover]: 'Awning' >> +[15:42:44.225][S][cover]: State: OPEN +[15:42:44.225][S][cover]: Current Operation: IDLE +[15:42:44.225][S][sensor]: 'Battery Voltage' >> 12.59 V +[15:42:44.262][D][awning_cur:206]: st=C0 cur=175 +[15:42:44.308][D][awning_cur:206]: st=C0 cur=82 +[15:42:44.356][D][awning_cur:206]: st=C0 cur=37 +[15:42:44.369][S][cover]: 'Awning' >> +[15:42:44.369][S][cover]: State: OPEN +[15:42:44.369][S][cover]: Current Operation: IDLE +[15:42:44.418][D][awning_cur:206]: st=C0 cur=18 +[15:42:44.484][D][awning_cur:206]: st=C0 cur=10 +[15:42:44.524][D][awning_cur:206]: st=C0 cur=6 +[15:42:44.540][S][cover]: 'Awning' >> +[15:42:44.540][S][cover]: State: OPEN +[15:42:44.540][S][cover]: Current Operation: IDLE +[15:42:44.540][S][sensor]: 'Black Tank' >> 33 % +[15:42:44.804][D][awning_cur:206]: st=C0 cur=6 +[15:42:44.864][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:44.864][S][cover]: 'Awning' >> +[15:42:44.864][S][cover]: State: OPEN +[15:42:44.864][S][cover]: Current Operation: IDLE +[15:42:44.970][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:44.971][S][sensor]: 'Battery Voltage' >> 13.17 V +[15:42:44.971][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:45.337][S][sensor]: 'Battery Voltage' >> 13.23 V +[15:42:45.555][S][sensor]: 'Black Tank' >> 33 % +[15:42:45.814][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:46.016][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:46.016][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:46.630][S][sensor]: 'Black Tank' >> 33 % +[15:42:46.794][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:47.040][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:47.040][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:47.113][D][awning_cur:206]: st=C0 cur=0 +[15:42:47.247][S][cover]: 'Awning' >> +[15:42:47.247][S][cover]: State: OPEN +[15:42:47.247][S][cover]: Current Operation: IDLE +[15:42:47.654][S][sensor]: 'Black Tank' >> 33 % +[15:42:47.840][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:47.947][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:48.111][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:48.122][D][awning_cur:206]: st=C0 cur=0 +[15:42:48.234][S][cover]: 'Awning' >> +[15:42:48.234][S][cover]: State: OPEN +[15:42:48.234][S][cover]: Current Operation: IDLE +[15:42:48.678][S][sensor]: 'Black Tank' >> 33 % +[15:42:48.867][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:48.976][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:48.976][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:49.140][D][awning_cur:206]: st=C0 cur=0 +[15:42:49.221][S][cover]: 'Awning' >> +[15:42:49.221][S][cover]: State: OPEN +[15:42:49.221][S][cover]: Current Operation: IDLE +[15:42:49.600][S][sensor]: 'Black Tank' >> 33 % +[15:42:49.893][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:49.976][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:49.977][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:50.170][D][awning_cur:206]: st=C0 cur=0 +[15:42:50.221][S][cover]: 'Awning' >> +[15:42:50.221][S][cover]: State: OPEN +[15:42:50.221][S][cover]: Current Operation: IDLE +[15:42:50.550][S][sensor]: 'Black Tank' >> 33 % +[15:42:50.912][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:50.962][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:50.962][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:51.136][D][awning_cur:206]: st=C0 cur=0 +[15:42:51.218][S][cover]: 'Awning' >> +[15:42:51.218][S][cover]: State: OPEN +[15:42:51.218][S][cover]: Current Operation: IDLE +[15:42:51.572][S][sensor]: 'Black Tank' >> 33 % +[15:42:51.853][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:52.002][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:52.097][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:52.540][S][sensor]: 'Black Tank' >> 33 % +[15:42:52.877][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:53.025][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:53.026][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:53.122][D][awning_cur:206]: st=C0 cur=0 +[15:42:53.287][S][cover]: 'Awning' >> +[15:42:53.287][S][cover]: State: OPEN +[15:42:53.287][S][cover]: Current Operation: IDLE +[15:42:53.572][S][sensor]: 'Black Tank' >> 33 % +[15:42:53.875][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:53.979][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:53.979][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:54.128][D][awning_cur:206]: st=C0 cur=0 +[15:42:54.223][S][cover]: 'Awning' >> +[15:42:54.223][S][cover]: State: OPEN +[15:42:54.223][S][cover]: Current Operation: IDLE +[15:42:54.618][S][sensor]: 'Black Tank' >> 33 % +[15:42:54.888][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:54.972][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:54.972][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:55.150][D][awning_cur:206]: st=C0 cur=0 +[15:42:55.227][S][cover]: 'Awning' >> +[15:42:55.227][S][cover]: State: OPEN +[15:42:55.227][S][cover]: Current Operation: IDLE +[15:42:55.553][S][sensor]: 'Black Tank' >> 33 % +[15:42:55.815][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:55.987][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:55.988][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:56.154][D][awning_cur:206]: st=C0 cur=0 +[15:42:56.226][S][cover]: 'Awning' >> +[15:42:56.226][S][cover]: State: OPEN +[15:42:56.226][S][cover]: Current Operation: IDLE +[15:42:56.555][S][sensor]: 'Black Tank' >> 33 % +[15:42:56.822][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:57.075][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:57.099][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:57.125][D][awning_cur:206]: st=C0 cur=0 +[15:42:57.220][S][cover]: 'Awning' >> +[15:42:57.220][S][cover]: State: OPEN +[15:42:57.220][S][cover]: Current Operation: IDLE +[15:42:57.550][S][sensor]: 'Black Tank' >> 33 % +[15:42:57.839][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:57.997][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:58.080][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:58.558][S][sensor]: 'Black Tank' >> 33 % +[15:42:58.835][S][sensor]: 'Grey Tank 2' >> 33 % +[15:42:58.971][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:42:58.972][S][sensor]: 'Grey Tank 1' >> 33 % +[15:42:59.121][D][awning_cur:206]: st=C0 cur=0 +[15:42:59.297][S][cover]: 'Awning' >> +[15:42:59.297][S][cover]: State: OPEN +[15:42:59.297][S][cover]: Current Operation: IDLE +[15:42:59.572][S][sensor]: 'Black Tank' >> 33 % +[15:42:59.831][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:00.045][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:00.046][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:00.250][D][awning_cur:206]: st=C0 cur=0 +[15:43:00.251][S][cover]: 'Awning' >> +[15:43:00.251][S][cover]: State: OPEN +[15:43:00.251][S][cover]: Current Operation: IDLE +[15:43:00.600][S][sensor]: 'Black Tank' >> 33 % +[15:43:00.832][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:01.070][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:01.070][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:01.274][D][awning_cur:206]: st=C0 cur=0 +[15:43:01.274][S][cover]: 'Awning' >> +[15:43:01.274][S][cover]: State: OPEN +[15:43:01.274][S][cover]: Current Operation: IDLE +[15:43:01.582][S][sensor]: 'Black Tank' >> 33 % +[15:43:01.860][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:01.966][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:01.967][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:02.199][D][awning_cur:206]: st=C0 cur=0 +[15:43:02.226][S][cover]: 'Awning' >> +[15:43:02.226][S][cover]: State: OPEN +[15:43:02.226][S][cover]: Current Operation: IDLE +[15:43:02.606][S][sensor]: 'Black Tank' >> 33 % +[15:43:02.880][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:02.976][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:03.117][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:03.122][D][awning_cur:206]: st=C0 cur=0 +[15:43:03.344][S][cover]: 'Awning' >> +[15:43:03.344][S][cover]: State: OPEN +[15:43:03.344][S][cover]: Current Operation: IDLE +[15:43:03.630][S][sensor]: 'Black Tank' >> 33 % +[15:43:03.833][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:03.980][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:04.141][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:04.145][D][awning_cur:206]: st=C0 cur=0 +[15:43:04.235][S][cover]: 'Awning' >> +[15:43:04.235][S][cover]: State: OPEN +[15:43:04.235][S][cover]: Current Operation: IDLE +[15:43:04.654][S][sensor]: 'Black Tank' >> 33 % +[15:43:04.835][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:04.974][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:05.165][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:05.227][D][awning_cur:206]: st=C0 cur=0 +[15:43:05.228][S][cover]: 'Awning' >> +[15:43:05.228][S][cover]: State: OPEN +[15:43:05.228][S][cover]: Current Operation: IDLE +[15:43:05.549][S][sensor]: 'Black Tank' >> 33 % +[15:43:05.829][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:05.983][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:05.983][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:06.189][D][awning_cur:206]: st=C0 cur=0 +[15:43:06.270][S][cover]: 'Awning' >> +[15:43:06.270][S][cover]: State: OPEN +[15:43:06.270][S][cover]: Current Operation: IDLE +[15:43:06.548][S][sensor]: 'Black Tank' >> 33 % +[15:43:06.812][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:06.993][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:06.994][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:07.170][D][awning_cur:206]: st=C0 cur=0 +[15:43:07.252][S][cover]: 'Awning' >> +[15:43:07.252][S][cover]: State: OPEN +[15:43:07.252][S][cover]: Current Operation: IDLE +[15:43:07.571][S][sensor]: 'Black Tank' >> 33 % +[15:43:07.835][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:08.000][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:08.001][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:08.238][D][awning_cur:206]: st=C0 cur=0 +[15:43:08.243][S][cover]: 'Awning' >> +[15:43:08.243][S][cover]: State: OPEN +[15:43:08.243][S][cover]: Current Operation: IDLE +[15:43:08.566][S][sensor]: 'Black Tank' >> 33 % +[15:43:08.833][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:08.974][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:08.975][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:09.129][D][awning_cur:206]: st=C0 cur=0 +[15:43:09.237][S][cover]: 'Awning' >> +[15:43:09.237][S][cover]: State: OPEN +[15:43:09.237][S][cover]: Current Operation: IDLE +[15:43:09.562][S][sensor]: 'Black Tank' >> 33 % +[15:43:09.877][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:09.990][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:10.109][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:10.128][D][awning_cur:206]: st=C0 cur=0 +[15:43:10.291][S][cover]: 'Awning' >> +[15:43:10.291][S][cover]: State: OPEN +[15:43:10.291][S][cover]: Current Operation: IDLE +[15:43:10.561][S][sensor]: 'Black Tank' >> 33 % +[15:43:10.900][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:10.983][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:11.097][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:11.133][D][awning_cur:206]: st=C0 cur=0 +[15:43:11.266][S][cover]: 'Awning' >> +[15:43:11.266][S][cover]: State: OPEN +[15:43:11.266][S][cover]: Current Operation: IDLE +[15:43:11.608][S][sensor]: 'Black Tank' >> 33 % +[15:43:11.924][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:11.983][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:12.104][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:12.136][D][awning_cur:206]: st=C0 cur=0 +[15:43:12.334][S][cover]: 'Awning' >> +[15:43:12.334][S][cover]: State: OPEN +[15:43:12.334][S][cover]: Current Operation: IDLE +[15:43:12.641][S][sensor]: 'Black Tank' >> 33 % +[15:43:12.840][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:13.051][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:13.051][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:13.139][D][awning_cur:206]: st=C0 cur=0 +[15:43:13.241][S][cover]: 'Awning' >> +[15:43:13.241][S][cover]: State: OPEN +[15:43:13.241][S][cover]: Current Operation: IDLE +[15:43:13.665][S][sensor]: 'Black Tank' >> 33 % +[15:43:13.870][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:13.978][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:14.112][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:14.136][D][awning_cur:206]: st=C0 cur=0 +[15:43:14.258][S][cover]: 'Awning' >> +[15:43:14.258][S][cover]: State: OPEN +[15:43:14.258][S][cover]: Current Operation: IDLE +[15:43:14.609][S][sensor]: 'Black Tank' >> 33 % +[15:43:14.894][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:15.099][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:15.099][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:15.211][D][awning_cur:206]: st=C0 cur=0 +[15:43:15.259][S][cover]: 'Awning' >> +[15:43:15.259][S][cover]: State: OPEN +[15:43:15.259][S][cover]: Current Operation: IDLE +[15:43:15.569][S][sensor]: 'Black Tank' >> 33 % +[15:43:15.918][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:15.989][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:15.990][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:16.146][D][awning_cur:206]: st=C0 cur=0 +[15:43:16.242][S][cover]: 'Awning' >> +[15:43:16.242][S][cover]: State: OPEN +[15:43:16.242][S][cover]: Current Operation: IDLE +[15:43:16.635][S][sensor]: 'Black Tank' >> 33 % +[15:43:16.942][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:16.989][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:16.989][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:17.146][D][awning_cur:206]: st=C0 cur=0 +[15:43:17.247][S][cover]: 'Awning' >> +[15:43:17.247][S][cover]: State: OPEN +[15:43:17.247][S][cover]: Current Operation: IDLE +[15:43:17.573][S][sensor]: 'Black Tank' >> 33 % +[15:43:17.966][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:17.991][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:18.112][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:18.140][D][awning_cur:206]: st=C0 cur=0 +[15:43:18.251][S][cover]: 'Awning' >> +[15:43:18.251][S][cover]: State: OPEN +[15:43:18.251][S][cover]: Current Operation: IDLE +[15:43:18.683][S][sensor]: 'Black Tank' >> 33 % +[15:43:18.888][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:18.998][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:19.110][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:19.148][D][awning_cur:206]: st=C0 cur=0 +[15:43:19.259][S][cover]: 'Awning' >> +[15:43:19.259][S][cover]: State: OPEN +[15:43:19.259][S][cover]: Current Operation: IDLE +[15:43:19.605][S][sensor]: 'Black Tank' >> 33 % +[15:43:19.912][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:20.007][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:20.007][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:20.219][D][awning_cur:206]: st=C0 cur=0 +[15:43:20.261][S][cover]: 'Awning' >> +[15:43:20.261][S][cover]: State: OPEN +[15:43:20.261][S][cover]: Current Operation: IDLE +[15:43:20.629][S][sensor]: 'Black Tank' >> 33 % +[15:43:20.936][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:21.007][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:21.141][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:21.157][D][awning_cur:206]: st=C0 cur=0 +[15:43:21.256][S][cover]: 'Awning' >> +[15:43:21.256][S][cover]: State: OPEN +[15:43:21.256][S][cover]: Current Operation: IDLE +[15:43:21.653][S][sensor]: 'Black Tank' >> 33 % +[15:43:21.864][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:22.062][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:22.116][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:22.142][D][awning_cur:206]: st=C0 cur=0 +[15:43:22.272][S][cover]: 'Awning' >> +[15:43:22.272][S][cover]: State: OPEN +[15:43:22.272][S][cover]: Current Operation: IDLE +[15:43:22.682][S][sensor]: 'Black Tank' >> 33 % +[15:43:22.881][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:23.004][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:23.115][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:23.145][D][awning_cur:206]: st=C0 cur=0 +[15:43:23.291][S][cover]: 'Awning' >> +[15:43:23.291][S][cover]: State: OPEN +[15:43:23.291][S][cover]: Current Operation: IDLE +[15:43:23.598][S][sensor]: 'Black Tank' >> 33 % +[15:43:23.865][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:24.004][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:24.213][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:24.283][D][awning_cur:206]: st=C0 cur=0 +[15:43:24.284][S][cover]: 'Awning' >> +[15:43:24.284][S][cover]: State: OPEN +[15:43:24.284][S][cover]: Current Operation: IDLE +[15:43:24.622][S][sensor]: 'Black Tank' >> 33 % +[15:43:24.845][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:25.032][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:25.032][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:25.237][D][awning_cur:206]: st=C0 cur=0 +[15:43:25.264][S][cover]: 'Awning' >> +[15:43:25.264][S][cover]: State: OPEN +[15:43:25.264][S][cover]: Current Operation: IDLE +[15:43:25.587][S][sensor]: 'Black Tank' >> 33 % +[15:43:25.959][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:26.018][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:26.018][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:26.261][D][awning_cur:206]: st=C0 cur=0 +[15:43:26.267][S][cover]: 'Awning' >> +[15:43:26.267][S][cover]: State: OPEN +[15:43:26.267][S][cover]: Current Operation: IDLE +[15:43:26.607][S][sensor]: 'Black Tank' >> 33 % +[15:43:26.844][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:27.080][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:27.081][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:27.195][D][awning_cur:206]: st=C0 cur=0 +[15:43:27.251][S][cover]: 'Awning' >> +[15:43:27.251][S][cover]: State: OPEN +[15:43:27.251][S][cover]: Current Operation: IDLE +[15:43:27.577][S][sensor]: 'Black Tank' >> 33 % +[15:43:27.915][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:28.014][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:28.014][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:28.155][D][awning_cur:206]: st=C0 cur=0 +[15:43:28.309][S][cover]: 'Awning' >> +[15:43:28.309][S][cover]: State: OPEN +[15:43:28.309][S][cover]: Current Operation: IDLE +[15:43:28.593][S][sensor]: 'Black Tank' >> 33 % +[15:43:28.913][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:29.012][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:29.013][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:29.155][D][awning_cur:206]: st=C0 cur=0 +[15:43:29.333][S][cover]: 'Awning' >> +[15:43:29.333][S][cover]: State: OPEN +[15:43:29.333][S][cover]: Current Operation: IDLE +[15:43:29.601][S][sensor]: 'Black Tank' >> 33 % +[15:43:29.948][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:30.021][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:30.021][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:30.255][D][awning_cur:206]: st=C0 cur=0 +[15:43:30.278][S][cover]: 'Awning' >> +[15:43:30.278][S][cover]: State: OPEN +[15:43:30.278][S][cover]: Current Operation: IDLE +[15:43:30.607][S][sensor]: 'Black Tank' >> 33 % +[15:43:30.972][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:31.031][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:31.032][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:31.176][D][awning_cur:206]: st=C0 cur=0 +[15:43:31.381][S][cover]: 'Awning' >> +[15:43:31.381][S][cover]: State: OPEN +[15:43:31.381][S][cover]: Current Operation: IDLE +[15:43:31.627][S][sensor]: 'Black Tank' >> 33 % +[15:43:31.893][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:32.098][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:32.099][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:32.303][D][awning_cur:206]: st=C0 cur=0 +[15:43:32.303][S][cover]: 'Awning' >> +[15:43:32.303][S][cover]: State: OPEN +[15:43:32.303][S][cover]: Current Operation: IDLE +[15:43:32.615][S][sensor]: 'Black Tank' >> 33 % +[15:43:32.862][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:33.005][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:33.005][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:33.225][D][awning_cur:206]: st=C0 cur=0 +[15:43:33.279][S][cover]: 'Awning' >> +[15:43:33.279][S][cover]: State: OPEN +[15:43:33.279][S][cover]: Current Operation: IDLE +[15:43:33.595][S][sensor]: 'Black Tank' >> 33 % +[15:43:33.919][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:34.003][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:34.249][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:34.270][D][awning_cur:206]: st=C0 cur=0 +[15:43:34.270][S][cover]: 'Awning' >> +[15:43:34.270][S][cover]: State: OPEN +[15:43:34.270][S][cover]: Current Operation: IDLE +[15:43:34.658][S][sensor]: 'Black Tank' >> 33 % +[15:43:34.871][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:35.016][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:35.170][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:35.194][D][awning_cur:206]: st=C0 cur=0 +[15:43:35.291][S][cover]: 'Awning' >> +[15:43:35.291][S][cover]: State: OPEN +[15:43:35.291][S][cover]: Current Operation: IDLE +[15:43:35.682][S][sensor]: 'Black Tank' >> 33 % +[15:43:35.887][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:36.005][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:36.194][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:36.273][D][awning_cur:206]: st=C0 cur=0 +[15:43:36.274][S][cover]: 'Awning' >> +[15:43:36.274][S][cover]: State: OPEN +[15:43:36.274][S][cover]: Current Operation: IDLE +[15:43:36.594][S][sensor]: 'Black Tank' >> 33 % +[15:43:36.881][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:37.116][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:37.117][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:37.232][D][awning_cur:206]: st=C0 cur=0 +[15:43:37.290][S][cover]: 'Awning' >> +[15:43:37.290][S][cover]: State: OPEN +[15:43:37.290][S][cover]: Current Operation: IDLE +[15:43:37.503][S][sensor]: 'Battery Voltage' >> 13.27 V +[15:43:37.504][S][sensor]: 'Black Tank' >> 33 % +[15:43:37.868][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:38.038][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:38.038][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:38.179][D][awning_cur:206]: st=C0 cur=0 +[15:43:38.268][S][cover]: 'Awning' >> +[15:43:38.268][S][cover]: State: OPEN +[15:43:38.268][S][cover]: Current Operation: IDLE +[15:43:38.653][S][sensor]: 'Black Tank' >> 33 % +[15:43:38.870][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:39.035][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:39.035][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:39.245][D][awning_cur:206]: st=C0 cur=0 +[15:43:39.290][S][cover]: 'Awning' >> +[15:43:39.290][S][cover]: State: OPEN +[15:43:39.290][S][cover]: Current Operation: IDLE +[15:43:39.677][S][sensor]: 'Black Tank' >> 33 % +[15:43:39.880][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:40.037][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:40.037][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:40.188][D][awning_cur:206]: st=C0 cur=0 +[15:43:40.279][S][cover]: 'Awning' >> +[15:43:40.279][S][cover]: State: OPEN +[15:43:40.279][S][cover]: Current Operation: IDLE +[15:43:40.610][S][sensor]: 'Black Tank' >> 33 % +[15:43:40.873][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:41.022][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:41.022][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:41.212][D][awning_cur:206]: st=C0 cur=0 +[15:43:41.275][S][cover]: 'Awning' >> +[15:43:41.275][S][cover]: State: OPEN +[15:43:41.275][S][cover]: Current Operation: IDLE +[15:43:41.622][S][sensor]: 'Black Tank' >> 33 % +[15:43:41.885][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:42.021][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:42.021][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:42.172][D][awning_cur:206]: st=C0 cur=0 +[15:43:42.339][S][cover]: 'Awning' >> +[15:43:42.339][S][cover]: State: OPEN +[15:43:42.339][S][cover]: Current Operation: IDLE +[15:43:42.643][S][sensor]: 'Black Tank' >> 33 % +[15:43:42.869][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:43.043][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:43.044][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:43.182][D][awning_cur:206]: st=C0 cur=0 +[15:43:43.363][S][cover]: 'Awning' >> +[15:43:43.363][S][cover]: State: OPEN +[15:43:43.363][S][cover]: Current Operation: IDLE +[15:43:43.670][S][sensor]: 'Black Tank' >> 33 % +[15:43:43.890][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:44.036][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:44.036][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:44.188][D][awning_cur:206]: st=C0 cur=0 +[15:43:44.275][S][cover]: 'Awning' >> +[15:43:44.275][S][cover]: State: OPEN +[15:43:44.275][S][cover]: Current Operation: IDLE +[15:43:44.694][S][sensor]: 'Black Tank' >> 33 % +[15:43:44.874][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:45.024][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:45.151][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:45.169][D][awning_cur:206]: st=C0 cur=0 +[15:43:45.308][S][cover]: 'Awning' >> +[15:43:45.308][S][cover]: State: OPEN +[15:43:45.308][S][cover]: Current Operation: IDLE +[15:43:45.608][S][sensor]: 'Black Tank' >> 33 % +[15:43:45.877][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:46.020][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:46.154][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:46.174][D][awning_cur:206]: st=C0 cur=0 +[15:43:46.280][S][cover]: 'Awning' >> +[15:43:46.280][S][cover]: State: OPEN +[15:43:46.280][S][cover]: Current Operation: IDLE +[15:43:46.641][S][sensor]: 'Black Tank' >> 33 % +[15:43:46.872][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:47.029][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:47.030][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:47.188][D][awning_cur:206]: st=C0 cur=0 +[15:43:47.293][S][cover]: 'Awning' >> +[15:43:47.293][S][cover]: State: OPEN +[15:43:47.293][S][cover]: Current Operation: IDLE +[15:43:47.606][S][sensor]: 'Black Tank' >> 33 % +[15:43:47.878][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:48.065][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:48.142][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:48.171][D][awning_cur:206]: st=C0 cur=0 +[15:43:48.282][S][cover]: 'Awning' >> +[15:43:48.282][S][cover]: State: OPEN +[15:43:48.282][S][cover]: Current Operation: IDLE +[15:43:48.688][S][sensor]: 'Black Tank' >> 33 % +[15:43:48.896][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:49.061][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:49.141][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:49.184][D][awning_cur:206]: st=C0 cur=0 +[15:43:49.313][S][cover]: 'Awning' >> +[15:43:49.313][S][cover]: State: OPEN +[15:43:49.313][S][cover]: Current Operation: IDLE +[15:43:49.718][S][sensor]: 'Black Tank' >> 33 % +[15:43:49.919][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:50.112][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:50.159][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:50.183][D][awning_cur:206]: st=C0 cur=0 +[15:43:50.315][S][cover]: 'Awning' >> +[15:43:50.315][S][cover]: State: OPEN +[15:43:50.315][S][cover]: Current Operation: IDLE +[15:43:50.611][S][sensor]: 'Black Tank' >> 33 % +[15:43:50.936][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:51.030][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:51.163][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:51.183][D][awning_cur:206]: st=C0 cur=0 +[15:43:51.345][S][cover]: 'Awning' >> +[15:43:51.345][S][cover]: State: OPEN +[15:43:51.345][S][cover]: Current Operation: IDLE +[15:43:51.658][S][sensor]: 'Black Tank' >> 33 % +[15:43:51.965][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:52.016][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:52.160][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:52.207][D][awning_cur:206]: st=C0 cur=0 +[15:43:52.296][S][cover]: 'Awning' >> +[15:43:52.296][S][cover]: State: OPEN +[15:43:52.296][S][cover]: Current Operation: IDLE +[15:43:52.681][S][sensor]: 'Black Tank' >> 33 % +[15:43:52.989][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:53.051][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:53.051][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:53.199][D][awning_cur:206]: st=C0 cur=0 +[15:43:53.289][S][cover]: 'Awning' >> +[15:43:53.289][S][cover]: State: OPEN +[15:43:53.289][S][cover]: Current Operation: IDLE +[15:43:53.706][S][sensor]: 'Black Tank' >> 33 % +[15:43:53.911][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:54.047][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:54.048][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:54.208][D][awning_cur:206]: st=C0 cur=0 +[15:43:54.299][S][cover]: 'Awning' >> +[15:43:54.299][S][cover]: State: OPEN +[15:43:54.299][S][cover]: Current Operation: IDLE +[15:43:54.631][S][sensor]: 'Black Tank' >> 33 % +[15:43:54.935][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:55.048][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:55.048][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:55.232][D][awning_cur:206]: st=C0 cur=0 +[15:43:55.301][S][cover]: 'Awning' >> +[15:43:55.301][S][cover]: State: OPEN +[15:43:55.301][S][cover]: Current Operation: IDLE +[15:43:55.615][S][sensor]: 'Black Tank' >> 33 % +[15:43:55.959][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:56.048][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:56.048][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:56.181][D][awning_cur:206]: st=C0 cur=0 +[15:43:56.302][S][cover]: 'Awning' >> +[15:43:56.302][S][cover]: State: OPEN +[15:43:56.302][S][cover]: Current Operation: IDLE +[15:43:56.612][S][sensor]: 'Black Tank' >> 33 % +[15:43:56.983][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:57.045][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:57.046][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:57.190][D][awning_cur:206]: st=C0 cur=0 +[15:43:57.300][S][cover]: 'Awning' >> +[15:43:57.300][S][cover]: State: OPEN +[15:43:57.300][S][cover]: Current Operation: IDLE +[15:43:57.648][S][sensor]: 'Black Tank' >> 33 % +[15:43:57.909][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:58.109][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:58.153][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:58.211][D][awning_cur:206]: st=C0 cur=0 +[15:43:58.296][S][cover]: 'Awning' >> +[15:43:58.296][S][cover]: State: OPEN +[15:43:58.296][S][cover]: Current Operation: IDLE +[15:43:58.625][S][sensor]: 'Black Tank' >> 33 % +[15:43:58.929][S][sensor]: 'Grey Tank 2' >> 33 % +[15:43:59.035][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:43:59.162][S][sensor]: 'Grey Tank 1' >> 33 % +[15:43:59.189][D][awning_cur:206]: st=C0 cur=0 +[15:43:59.293][S][cover]: 'Awning' >> +[15:43:59.293][S][cover]: State: OPEN +[15:43:59.293][S][cover]: Current Operation: IDLE +[15:43:59.645][S][sensor]: 'Black Tank' >> 33 % +[15:43:59.958][S][sensor]: 'Grey Tank 2' >> 33 % +[15:44:00.026][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:44:00.224][S][sensor]: 'Grey Tank 1' >> 33 % +[15:44:00.266][D][awning_cur:206]: st=C0 cur=0 +[15:44:00.292][S][cover]: 'Awning' >> +[15:44:00.292][S][cover]: State: OPEN +[15:44:00.292][S][cover]: Current Operation: IDLE +[15:44:00.673][S][sensor]: 'Black Tank' >> 33 % +[15:44:00.982][S][sensor]: 'Grey Tank 2' >> 33 % +[15:44:01.036][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:44:01.248][D][awning_cur:206]: st=C0 cur=0 +[15:44:01.297][S][cover]: 'Awning' >> +[15:44:01.297][S][cover]: State: OPEN +[15:44:01.297][S][cover]: Current Operation: IDLE +[15:44:01.694][S][sensor]: 'Black Tank' >> 33 % +[15:44:02.001][S][sensor]: 'Grey Tank 2' >> 33 % +[15:44:02.054][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:44:02.205][D][awning_cur:206]: st=C0 cur=0 +[15:44:02.301][S][cover]: 'Awning' >> +[15:44:02.301][S][cover]: State: OPEN +[15:44:02.301][S][cover]: Current Operation: IDLE +[15:44:02.619][S][sensor]: 'Black Tank' >> 33 % +[15:44:02.889][S][sensor]: 'Grey Tank 2' >> 33 % +[15:44:03.127][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:44:03.165][S][sensor]: 'Grey Tank 1' >> 33 % +[15:44:03.191][D][awning_cur:206]: st=C0 cur=0 +[15:44:03.316][S][cover]: 'Awning' >> +[15:44:03.316][S][cover]: State: OPEN +[15:44:03.316][S][cover]: Current Operation: IDLE +[15:44:03.620][S][sensor]: 'Black Tank' >> 33 % +[15:44:03.897][S][sensor]: 'Grey Tank 2' >> 33 % +[15:44:04.058][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:44:04.253][D][awning_cur:206]: st=C0 cur=0 +[15:44:04.302][S][cover]: 'Awning' >> +[15:44:04.302][S][cover]: State: OPEN +[15:44:04.302][S][cover]: Current Operation: IDLE +[15:44:04.637][S][sensor]: 'Black Tank' >> 33 % +[15:44:04.901][S][sensor]: 'Grey Tank 2' >> 33 % +[15:44:05.072][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:44:05.277][D][awning_cur:206]: st=C0 cur=0 +[15:44:05.316][S][cover]: 'Awning' >> +[15:44:05.316][S][cover]: State: OPEN +[15:44:05.316][S][cover]: Current Operation: IDLE +[15:44:05.626][S][sensor]: 'Black Tank' >> 33 % +[15:44:05.914][S][sensor]: 'Grey Tank 2' >> 33 % +[15:44:06.097][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:44:06.191][D][awning_cur:206]: st=C0 cur=0 +[15:44:06.404][S][cover]: 'Awning' >> +[15:44:06.404][S][cover]: State: OPEN +[15:44:06.404][S][cover]: Current Operation: IDLE +[15:44:06.647][S][sensor]: 'Black Tank' >> 33 % +[15:44:06.922][S][sensor]: 'Grey Tank 2' >> 33 % +[15:44:07.040][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:44:07.326][S][sensor]: 'Grey Tank 1' >> 33 % +[15:44:07.326][D][awning_cur:206]: st=C0 cur=0 +[15:44:07.326][S][cover]: 'Awning' >> +[15:44:07.326][S][cover]: State: OPEN +[15:44:07.326][S][cover]: Current Operation: IDLE +[15:44:07.628][S][sensor]: 'Black Tank' >> 33 % +[15:44:07.941][S][sensor]: 'Grey Tank 2' >> 33 % +[15:44:08.058][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:44:08.058][S][sensor]: 'Grey Tank 1' >> 33 % +[15:44:08.247][D][awning_cur:206]: st=C0 cur=0 +[15:44:08.300][S][cover]: 'Awning' >> +[15:44:08.300][S][cover]: State: OPEN +[15:44:08.300][S][cover]: Current Operation: IDLE +[15:44:08.652][S][sensor]: 'Black Tank' >> 33 % +[15:44:08.886][S][sensor]: 'Grey Tank 2' >> 33 % +[15:44:09.060][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:44:09.271][D][awning_cur:206]: st=C0 cur=0 +[15:44:09.312][S][cover]: 'Awning' >> +[15:44:09.312][S][cover]: State: OPEN +[15:44:09.312][S][cover]: Current Operation: IDLE +[15:44:09.641][S][sensor]: 'Black Tank' >> 33 % +[15:44:09.899][S][sensor]: 'Grey Tank 2' >> 33 % +[15:44:10.065][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:44:10.169][S][sensor]: 'Grey Tank 1' >> 33 % +[15:44:10.210][D][awning_cur:206]: st=C0 cur=0 +[15:44:10.398][S][cover]: 'Awning' >> +[15:44:10.398][S][cover]: State: OPEN +[15:44:10.398][S][cover]: Current Operation: IDLE +[15:44:10.636][S][sensor]: 'Black Tank' >> 33 % +[15:44:10.984][S][sensor]: 'Grey Tank 2' >> 33 % +[15:44:11.047][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:44:11.206][D][awning_cur:206]: st=C0 cur=0 +[15:44:11.422][S][cover]: 'Awning' >> +[15:44:11.422][S][cover]: State: OPEN +[15:44:11.422][S][cover]: Current Operation: IDLE +[15:44:11.729][S][sensor]: 'Black Tank' >> 33 % +[15:44:11.896][S][sensor]: 'Grey Tank 2' >> 33 % +[15:44:12.085][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:44:12.192][D][awning_cur:206]: st=C0 cur=0 +[15:44:12.303][S][cover]: 'Awning' >> +[15:44:12.303][S][cover]: State: OPEN +[15:44:12.303][S][cover]: Current Operation: IDLE +[15:44:12.753][S][sensor]: 'Black Tank' >> 33 % +[15:44:12.896][S][sensor]: 'Grey Tank 2' >> 33 % +[15:44:13.060][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:44:13.248][D][awning_cur:206]: st=C0 cur=0 +[15:44:13.333][S][cover]: 'Awning' >> +[15:44:13.333][S][cover]: State: OPEN +[15:44:13.333][S][cover]: Current Operation: IDLE +[15:44:13.675][S][sensor]: 'Black Tank' >> 33 % +[15:44:13.916][S][sensor]: 'Grey Tank 2' >> 33 % +[15:44:14.059][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:44:14.204][D][awning_cur:206]: st=C0 cur=0 +[15:44:14.313][S][cover]: 'Awning' >> +[15:44:14.313][S][cover]: State: OPEN +[15:44:14.313][S][cover]: Current Operation: IDLE +[15:44:14.704][S][sensor]: 'Black Tank' >> 33 % +[15:44:14.983][S][sensor]: 'Grey Tank 2' >> 33 % +[15:44:15.059][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:44:15.211][S][sensor]: 'Grey Tank 1' >> 33 % +[15:44:15.223][D][awning_cur:206]: st=C0 cur=0 +[15:44:15.309][S][cover]: 'Awning' >> +[15:44:15.309][S][cover]: State: OPEN +[15:44:15.309][S][cover]: Current Operation: IDLE +[15:44:15.728][S][sensor]: 'Black Tank' >> 33 % +[15:44:16.030][S][sensor]: 'Grey Tank 2' >> 33 % +[15:44:16.084][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:44:16.085][S][sensor]: 'Grey Tank 1' >> 33 % +[15:44:16.198][D][awning_cur:206]: st=C0 cur=0 +[15:44:16.310][S][cover]: 'Awning' >> +[15:44:16.310][S][cover]: State: OPEN +[15:44:16.310][S][cover]: Current Operation: IDLE +[15:44:16.667][S][sensor]: 'Black Tank' >> 33 % +[15:44:16.897][S][sensor]: 'Grey Tank 2' >> 33 % +[15:44:17.157][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:44:17.282][D][awning_cur:206]: st=C0 cur=0 +[15:44:17.312][S][cover]: 'Awning' >> +[15:44:17.312][S][cover]: State: OPEN +[15:44:17.312][S][cover]: Current Operation: IDLE +[15:44:17.649][S][sensor]: 'Black Tank' >> 33 % +[15:44:17.976][S][sensor]: 'Grey Tank 2' >> 33 % +[15:44:18.181][S][sensor]: 'Fresh Water Tank' >> 0 % +[15:44:18.181][S][sensor]: 'Grey Tank 1' >> 33 % +[15:44:18.297][D][awning_cur:206]: st=C0 cur=0 +[15:44:18.311][S][cover]: 'Awning' >> +[15:44:18.311][S][cover]: State: OPEN +[15:44:18.311][S][cover]: Current Operation: IDLE +[15:44:18.638][S][sensor]: 'Black Tank' >> 33 % diff --git a/canbus/esphome/onecontrol-canbus.yaml b/canbus/esphome/onecontrol-canbus.yaml index d8ed441..0962a5e 100644 --- a/canbus/esphome/onecontrol-canbus.yaml +++ b/canbus/esphome/onecontrol-canbus.yaml @@ -191,14 +191,41 @@ canbus: case 0x89: id(furnace_running).publish_state(x[0] & 0x01); id(furnace_dsi_fault).publish_state(x[0] & 0x20); break; // awning H-bridge (node 75): b0 C0 idle / C2 extending (opening) - // / C3 retracting (closing). Reflect motion onto the cover so HA - // shows open/opening/closing; assumed_state fills the resting pos. - case 0x75: + // / C3 retracting (closing); b2-3 (BE) = motor current (raw + // counts, ~<1550 running incl. inrush, ~4200 at the fully-closed + // stall — captured 2026-07-01). Reflect motion onto the cover and + // publish current; while an auto-retract session is active, watch + // for the stall spike and cut the stream (see interval + script). + case 0x75: { + uint16_t cur = (x.size() >= 4) ? (uint16_t)(((uint16_t)x[2] << 8) | x[3]) : 0; + if (x.size() >= 4) id(awning_current).publish_state(cur); + if (x[0] == 0xC2) id(awning).current_operation = esphome::cover::COVER_OPERATION_OPENING; else if (x[0] == 0xC3) id(awning).current_operation = esphome::cover::COVER_OPERATION_CLOSING; else id(awning).current_operation = esphome::cover::COVER_OPERATION_IDLE; + + // Stall gate: only while auto-retracting (C3), after the inrush + // blanking window. cur>2500 for 3 consecutive frames (~150ms @ + // 20Hz) = fully closed → clear the session flag (interval stops + // streaming → motor halts) and mark the cover CLOSED (the one + // direction we get a real end-stop, so it's no longer assumed). + if (x[0] == 0xC3) id(g_awn_last_c3_ms) = millis(); + if (id(g_awn_active) && x[0] == 0xC3 && x.size() >= 4) { + if (millis() - id(g_awn_start_ms) > 1200) { + if (cur > 2500) { + if (++id(g_awn_stall_count) >= 3) { + id(g_awn_active) = false; + id(awning).position = esphome::cover::COVER_CLOSED; + ESP_LOGI("awning", "auto-retract: stall %u -> stop (CLOSED)", cur); + } + } else { + id(g_awn_stall_count) = 0; + } + } + } id(awning).publish_state(); break; + } // (water pump 61 is command-blocked — read-only, not exposed.) } } @@ -255,6 +282,29 @@ globals: # GlobalsComponent(T) and (std::array<...>) constructors under the current # toolchain. zero-initialized -> every node starts as type 0 (not yet seen). initial_value: 'std::array{}' + # --- Awning auto-retract session state ----------------------------------- + # Set true by awning_auto_retract; the 100ms interval streams the retract + # opcode + page-44 keepalive while true, and the page-3 stall gate (or the + # timeout) clears it. Cleared → streaming stops → motor halts within ~1s + # (hold-to-run), so this bool is the master kill-switch for awning motion. + - id: g_awn_active + type: bool + initial_value: 'false' + - id: g_awn_start_ms + type: uint32_t + initial_value: '0' + - id: g_awn_stall_count + type: uint8_t + initial_value: '0' + - id: g_awn_ka_tick + type: uint8_t + initial_value: '0' + # millis() of the last observed retracting (C3) frame — lets the interval end + # the session ~1s after motion actually stops (whether the stall gate cut it, + # the OEM controller cut at its own limit, or streaming failed to sustain). + - id: g_awn_last_c3_ms + type: uint32_t + initial_value: '0' script: - id: send_load_command @@ -316,6 +366,74 @@ script: id(g_cmd_node)); id(g_cmd_pending) = false; + # ------------------------------------------------------------------------- + # Awning auto-retract — retract to the fully-closed hard stop, then stop by + # sensing the motor-current stall spike (no position feedback on the bus). + # + # Movement is HOLD-TO-RUN: a single authenticated opcode runs the motor only + # ~1s. The OEM app sustains motion by streaming the opcode (~110ms) plus a + # page-44 keepalive (~510ms) after ONE auth (captured 2026-06-11). We do the + # same: authenticate once via send_load_command, then the 100ms `interval` + # below streams opcode+keepalive while g_awn_active. The page-3 stall gate + # (case 0x75) clears g_awn_active at the closed stop; the interval's 70s + # timeout is the backstop. Stop streaming = motor stops within ~1s, so this + # fails safe on crash/Wi-Fi loss/stop-press. + - id: awning_auto_retract + mode: single # ignore re-press while a retract is already running + then: + - lambda: |- + id(g_awn_stall_count) = 0; + id(g_awn_ka_tick) = 0; + id(g_awn_start_ms) = millis(); + id(g_awn_last_c3_ms) = millis(); + id(g_awn_active) = true; + id(awning).current_operation = esphome::cover::COVER_OPERATION_CLOSING; + id(awning).publish_state(); + # Authenticate + start motion via the proven single-shot path; the + # interval then keeps it moving until the stall gate or timeout fires. + - script.execute: { id: send_load_command, node: 0x75, op: 2 } + + - id: awning_stop + then: + - lambda: 'id(g_awn_active) = false;' # halt the stream (motor stops ~1s) + - script.execute: { id: send_load_command, node: 0x75, op: 0 } + +# --------------------------------------------------------------------------- +# Awning motion streamer — while g_awn_active, refresh the hold-to-run opcode +# every 100ms and the page-44 keepalive every ~500ms; enforce the safety +# timeout. Idle (g_awn_active false) → returns immediately, transmits nothing. +# --------------------------------------------------------------------------- +interval: + - interval: 100ms + then: + - lambda: |- + if (!id(g_awn_active)) return; + if (millis() - id(g_awn_start_ms) > 70000) { + id(g_awn_active) = false; + ESP_LOGW("awning", "auto-retract: 70s timeout -> stop"); + return; + } + // motion-lost: once past the auth/startup window, if no retracting (C3) + // frame has arrived for >1s the motor isn't moving (stall gate/OEM + // cutoff/failed-to-sustain) — end the session instead of streaming on. + if (millis() - id(g_awn_start_ms) > 2500 && + millis() - id(g_awn_last_c3_ms) > 1000) { + id(g_awn_active) = false; + ESP_LOGI("awning", "auto-retract: motion ended -> stop"); + return; + } + // stream the retract opcode (0006 75 02, DLC 0) — refreshes hold-to-run + uint32_t op_id = 0x00060000u | (0x75u << 8) | 0x02u; + std::vector op_empty; // DLC 0 + id(can_bus).send_data(op_id, true, op_empty); + // page-44 keepalive (0004 75 44, payload 00 04) every ~500ms + if (++id(g_awn_ka_tick) >= 5) { + id(g_awn_ka_tick) = 0; + uint32_t ka_id = 0x00040044u | (0x75u << 8); + std::vector ka = {0x00, 0x04}; + id(can_bus).send_data(ka_id, true, ka); + } + # --------------------------------------------------------------------------- # Read-back sensors (published by the dispatcher above) # --------------------------------------------------------------------------- @@ -354,6 +472,15 @@ sensor: id: grey_tank_2 unit_of_measurement: "%" accuracy_decimals: 0 + - platform: template + name: "Awning Motor Current" + id: awning_current + # Raw node-75 page-3 b2-3 counts (not amps): ~<1550 running incl. inrush, + # ramps to a ~4200 plateau at the fully-closed hard stop. Only updates while + # the motor moves (20Hz); holds last value at rest. Feeds the stall gate. + unit_of_measurement: "raw" + accuracy_decimals: 0 + state_class: measurement # --------------------------------------------------------------------------- # Fault indicators (published by the dispatcher above) @@ -443,12 +570,16 @@ switch: # (no position slider); current_operation is published from the page-3 motion # byte in the dispatcher above. # -# ⚠️ FIRST ACTUATION MUST BE ATTENDED. We haven't confirmed whether one command -# latches the motor (runs to the travel limit) or is hold-to-run (the OEM app -# streamed repeats, which hints at hold-to-run). The single-shot command here is -# the safe default: if hold-to-run, the awning just moves a little and stops on -# its own — it can't run away. If it under-travels, stream the command (repeat -# send_load_command until stop) — do that change only after watching it move. +# Motion is HOLD-TO-RUN (confirmed 2026-06-11 capture + 2026-07-01 live): one +# opcode runs the motor ~1s. So: +# CLOSE = auto-retract — stream to the fully-closed stall, stop on current +# spike (awning_auto_retract script + interval + stall gate). This is +# the one direction with a real end-stop, so it also marks CLOSED. +# STOP = abort any active retract (clears g_awn_active) + send stop opcode. +# NO open_action ON PURPOSE: a single opcode only jogs the motor ~1s (useless), +# and there's no position/end-stop feedback to safely auto-extend on a timer. +# Extend the awning at the OEM wall switch. Omitting open_action drops SUPPORT_OPEN +# so HA shows only close/stop. assumed_state -> both stay always-pressable (no slider). # --------------------------------------------------------------------------- cover: - platform: template @@ -456,9 +587,7 @@ cover: id: awning device_class: awning assumed_state: true - open_action: - - script.execute: { id: send_load_command, node: 0x75, op: 1 } close_action: - - script.execute: { id: send_load_command, node: 0x75, op: 2 } + - script.execute: awning_auto_retract stop_action: - - script.execute: { id: send_load_command, node: 0x75, op: 0 } + - script.execute: awning_stop diff --git a/canbus/ha/mqtt_bridge_onecontrol.yaml b/canbus/ha/mqtt_bridge_onecontrol.yaml index 7f0c147..19cea99 100644 --- a/canbus/ha/mqtt_bridge_onecontrol.yaml +++ b/canbus/ha/mqtt_bridge_onecontrol.yaml @@ -11,7 +11,11 @@ # Repo copy: canbus/ha/mqtt_bridge_onecontrol.yaml automation: - # --- MQTT Discovery publish on startup / reload / every 6h --- + # --- MQTT Discovery + state republish on startup / reload / every 15 min --- + # The 15-min cadence (was 6h) heals stale retained switch states when an + # on-change forward publish is lost during a roof-AP/MQTT link flap — the + # weak-link failure that left home showing Exterior off while the camper + # was on (2026-06-14). Config republishes are idempotent (HA dedupes). - id: campsite_mqtt_discovery alias: "MQTT Bridge: Publish Discovery" triggers: @@ -20,7 +24,7 @@ automation: - trigger: event event_type: automation_reloaded - trigger: time_pattern - hours: "/6" + minutes: "/15" actions: - delay: "00:00:05" - action: mqtt.publish @@ -212,6 +216,8 @@ automation: "unique_id": "campsite_awning", "state_topic": "campsite/cover/awning/state", "command_topic": "campsite/cover/awning/set", + "optimistic": true, + "payload_open": null, "device_class": "awning", "availability_topic": "campsite/onecontrol/availability", "device": {"identifiers": ["campsite_onecontrol"]}}