Roll over from prior post (See: Switches and Plugs Randomly Changing States
I have had an ongoing problem with some switches going on/off unexpectedly but have finally got a log of such an occurrence. In this case it occurs with my garage door. This started months ago after a system upgrade. Here is part of the log. If someone can please help me understand what is happening I would appreciate it. If there is another group I should be posting to, please let me know.
2022-11-07 21:34:20.997 DEBUG (MainThread) [homeassistant.components.http.auth] Authenticated 172.30.32.2 for /api/config using bearer token
2022-11-07 21:34:20.997 DEBUG (MainThread) [homeassistant.components.http.view] Serving /api/config to 172.30.32.2 (auth: True)
2022-11-07 21:34:21.000 DEBUG (MainThread) [homeassistant.components.http.auth] Authenticated 172.30.32.2 for /api/services/cover/close_cover using bearer token
2022-11-07 21:34:21.000 DEBUG (MainThread) [homeassistant.components.http.view] Serving /api/services/cover/close_cover to 172.30.32.2 (auth: True)
2022-11-07 21:34:21.001 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: domain=cover, service=close_cover, service_data=entity_id=cover.garage_door>
2022-11-07 21:34:21.001 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection] [140317000137264] Sending {“id”:11,“type”:“event”,“event”:{“event_type”:“call_service”,“data”:{“domain”:“cover”,“service”:“close_cover”,“service_data”:{“entity_id”:“cover.garage_door”}},“origin”:“LOCAL”,“time_fired”:“2022-11-08T03:34:21.001008+00:00”,“context”:{“id”:“01GHAMV7J8AXHFQW2A6M7P54AB”,“parent_id”:null,“user_id”:“a14bcf3442fb4a5e900b08f1ea4100f4”}}}
2022-11-07 21:34:21.001 DEBUG (Recorder) [homeassistant.components.recorder.core] Processing task: EventTask(event=<Event call_service[L]: domain=cover, service=close_cover, service_data=entity_id=cover.garage_door>)
2022-11-07 21:34:21.002 DEBUG (Recorder) [homeassistant.components.recorder.pool.RecorderPool] Connection <sqlite3.Connection object at 0x7f9e4eb7d740> checked out from pool
2022-11-07 21:34:21.003 DEBUG (SyncWorker_6) [paho.mqtt.client] Sending PUBLISH (d0, q1, r0, m139), ‘b’cmnd/GarageDoor/POWER’’, … (2 bytes)
2022-11-07 21:34:21.007 DEBUG (MainThread) [homeassistant.components.mqtt.client] Transmitting message on cmnd/GarageDoor/POWER: ‘ON’, mid: 139
2022-11-07 21:34:21.009 DEBUG (Thread-2 (_thread_main)) [paho.mqtt.client] Received PUBACK (Mid: 139)
2022-11-07 21:34:21.042 DEBUG (MainThread) [bleak.backends.bluezdbus.manager] received D-Bus signal: org.freedesktop.DBus.Properties.PropertiesChanged (/org/bluez/hci1/dev_31_C7_B9_5B_3B_90): [‘org.bluez.Device1’, {‘RSSI’: <dbus_fast.signature.Variant (‘n’, -63)>}, []]
2022-11-07 21:34:21.044 DEBUG (MainThread) [bleak.backends.bluezdbus.manager] received D-Bus signal: org.freedesktop.DBus.Properties.PropertiesChanged (/org/bluez/hci0/dev_31_C7_B9_5B_3B_90): [‘org.bluez.Device1’, {‘RSSI’: <dbus_fast.signature.Variant (‘n’, -66)>}, []]
2022-11-07 21:34:21.096 DEBUG (MainThread) [bleak.backends.bluezdbus.manager] received D-Bus signal: org.freedesktop.DBus.Properties.PropertiesChanged (/org/bluez/hci0/dev_E3_60_58_E0_74_B5): [‘org.bluez.Device1’, {‘RSSI’: <dbus_fast.signature.Variant (‘n’, -81)>}, []]
2022-11-07 21:34:21.099 DEBUG (MainThread) [bleak.backends.bluezdbus.manager] received D-Bus signal: org.freedesktop.DBus.Properties.PropertiesChanged (/org/bluez/hci1/dev_E3_60_58_E0_68_7F): [‘org.bluez.Device1’, {‘RSSI’: <dbus_fast.signature.Variant (‘n’, -78)>}, []]
2022-11-07 21:34:21.101 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Data measuring sensor received: {‘type’: ‘iBeacon’, ‘packet’: ‘no packet id’, ‘firmware’: ‘iBeacon’, ‘data’: True, ‘rssi’: -78, ‘mac’: ‘E36058E0687F’, ‘uuid’: ‘494e54454c4c495f524f434b535f4857’, ‘tracker_id’: b’INTELLI_ROCKS_HW’, ‘major’: 20596, ‘minor’: 32616, ‘measured power’: -62, ‘cypress temperature’: 24.536250000000003, ‘cypress humidity’: 56.01171875}
2022-11-07 21:34:21.111 DEBUG (Thread-2 (_thread_main)) [paho.mqtt.client] Received PUBLISH (d0, q0, r0, m0), ‘stat/GarageDoor/RESULT’, … (14 bytes)
2022-11-07 21:34:21.113 DEBUG (MainThread) [homeassistant.components.mqtt.client] Received message on stat/GarageDoor/RESULT: b’{“POWER”:“ON”}’