My Outside low voltage lights were on this morning when my wife left the house. When I leave they should be on.
For some reason either my automation did not run, or something weird happened and the lights came back on. I looked at my Unifi logs and the network seemed ok. That client is showing 36 days uptime.
I have a GoPlug that has been Tasmotized. It is called GoPlug 2. The low voltage lights transformer is in the garage and plugged into that GoPlug.
2020-09-02 06:02:22 INFO (SyncWorker_10) [oauth2client.transport] Refreshing due to a 401 (attempt 1/2)
2020-09-02 06:02:22 INFO (SyncWorker_10) [oauth2client.client] Refreshing access_token
2020-09-02 06:02:23 INFO (MainThread) [homeassistant.components.automation.garage_door_opening] garage_door_opening: Executing step call service
2020-09-02 07:01:16 INFO (MainThread) [homeassistant.components.automation.low_voltage_outside_lights_off_sunrise] Executing low_voltage_outside_lights_off_sunrise
2020-09-02 07:01:16 INFO (MainThread) [homeassistant.components.automation.low_voltage_outside_lights_off_sunrise] low_voltage_outside_lights_off_sunrise: Running script
2020-09-02 07:01:16 INFO (MainThread) [homeassistant.components.automation.low_voltage_outside_lights_off_sunrise] low_voltage_outside_lights_off_sunrise: Executing step call service
2020-09-02 07:06:22 INFO (SyncWorker_27) [oauth2client.transport] Refreshing due to a 401 (attempt 1/2)
2020-09-02 07:06:22 INFO (SyncWorker_27) [oauth2client.client] Refreshing access_token
So I go back in the log to compare the log pattern with a know good day. Then I see all these Nabucasa errors. I have an Echo in my shop and it worked last night. It turned on and off the lights when I told it to.
2020-08-31 06:59:46 INFO (MainThread) [homeassistant.components.automation.low_voltage_outside_lights_off_sunrise] Executing low_voltage_outside_lights_off_sunrise
2020-08-31 06:59:46 INFO (MainThread) [homeassistant.components.automation.low_voltage_outside_lights_off_sunrise] low_voltage_outside_lights_off_sunrise: Running script
2020-08-31 06:59:46 INFO (MainThread) [homeassistant.components.automation.low_voltage_outside_lights_off_sunrise] low_voltage_outside_lights_off_sunrise: Executing step call service
2020-08-31 07:00:05 WARNING (MainThread) [hass_nabucasa.iot] Connection closed: Received non-Text message: 8
2020-08-31 07:00:11 WARNING (MainThread) [hass_nabucasa.iot] Unable to connect: 502, message='Invalid response status', url=URL('wss://cloud.nabucasa.com/websocket')
2020-08-31 07:00:11 INFO (MainThread) [hass_nabucasa.iot] Connection closed
2020-08-31 07:00:20 WARNING (MainThread) [hass_nabucasa.iot] Unable to connect: 503, message='Invalid response status', url=URL('wss://cloud.nabucasa.com/websocket')
2020-08-31 07:00:20 INFO (MainThread) [hass_nabucasa.iot] Connection closed
2020-08-31 07:00:33 WARNING (MainThread) [hass_nabucasa.iot] Unable to connect: 503, message='Invalid response status', url=URL('wss://cloud.nabucasa.com/websocket')
2020-08-31 07:00:33 INFO (MainThread) [hass_nabucasa.iot] Connection closed
2020-08-31 07:00:36 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 172.30.32.2
2020-08-31 07:00:37 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 172.30.32.2
2020-08-31 07:01:01 WARNING (MainThread) [hass_nabucasa.iot] Unable to connect: 503, message='Invalid response status', url=URL('wss://cloud.nabucasa.com/websocket')
2020-08-31 07:01:01 INFO (MainThread) [hass_nabucasa.iot] Connection closed
Here is a screenshot of the log where it looks like the automation should have run.
Any thoughts on any other logs to try and confirm what happened?
BTW, After executing the automation it worked as expected.