home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
70.83k stars 29.54k forks source link

Shelly motion sensor not responding in HA after 10 min. #47947

Closed ned786 closed 2 years ago

ned786 commented 3 years ago

The problem

Hi,

I am having problems with the Shelly integration and the new Shelly motion. I have added the homeassistant ip to the shelly COIOT and I have added the device to my homeassistant. For the first 15-20 minutes it works perfect, very responsive but after a few minutes of inactivity if fails to pick up updates anymore and becomes unavailable. The detector is still showing in the Shelly app and responds as it should do but it does not update home assistant.

I have tried removing and reinstalling the intervention (which was very painful), I have done several factory resets with no luck. I currently have my Shelley’s on a IOT network and my home assistant on the main network, not sure if that makes a difference but thought I would mention it. Also maybe a little off topic, I have just started the transfer of my devices to my new IOT network and I have realised there is a 7-9 second delay when using a IOT network in comparison to when it was all on the same network. Has any one else experienced this and is there anything I can do to rectify? It seems to me when I use home assistant to turn on a light for example it works instant but when I use the light switch to turn on the light it does not update home assistant like it did when they were all on the same network. Should I maybe do some port forwarding? Sorry if that is a silly question I am new to all of this and everything so far has been self taught.

What is version of Home Assistant Core has the issue?

2021.3.4

What was the last working version of Home Assistant Core?

2021.3.4

What type of installation are you running?

Home Assistant Core

Integration causing the issue

Shelly intergration

Link to integration documentation on our website

No response

Example YAML snippet

# Put your YAML below this line

Anything in the logs that might be useful for us?

# Put your logs below this line

Logger: homeassistant.components.shelly
Source: helpers/update_coordinator.py:173 
Integration: Shelly (documentation, issues) 
First occurred: 13:43:47 (1 occurrences) 
Last logged: 13:43:47

Error fetching shellymotionsensor-60A423937420 data: Sleeping device did not update

ABC0C71B-D78B-485C-86DA-AC9545DD6A2A

bieniu commented 3 years ago

Please add this:

logger:
  default: warning
  logs:
    homeassistant.components.shelly: debug

to your configuration.yaml file and show as the log after HA restart.

ned786 commented 3 years ago

hi. please see below:

2021-03-15 15:13:04 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Dining table 2021-03-15 15:13:04 ERROR (MainThread) [homeassistant] Error doing job: Unclosed client session 2021-03-15 15:13:04 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Living Room 2021-03-15 15:13:04 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device 2nd Floor Hallway 2021-03-15 15:13:04 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Office Light 2021-03-15 15:13:04 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Dining Room 2021-03-15 15:13:04 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Vanity Light 2021-03-15 15:13:04 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Boy's Bedroom Light 2021-03-15 15:13:04 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Bed Light 2021-03-15 15:13:04 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Kitchen Lights 2021-03-15 15:13:04 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Night Light 2021-03-15 15:13:04 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Bathroom Light 2021-03-15 15:13:04 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device En Suite Light 2021-03-15 15:13:04 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Master Bedroom 2021-03-15 15:13:04 DEBUG (MainThread) [homeassistant.components.shelly] Setting up offline device shellymotionsensor-60A423937420 2021-03-15 15:13:18 WARNING (MainThread) [homeassistant.config_entries] Config entry 'GroundFloorAP' for upnp integration not ready yet. Retrying in background 2021-03-15 15:13:18 WARNING (MainThread) [homeassistant.config_entries] Config entry 'BasementAP' for upnp integration not ready yet. Retrying in background 2021-03-15 15:13:18 WARNING (MainThread) [homeassistant.config_entries] Config entry 'GarageAP' for upnp integration not ready yet. Retrying in background 2021-03-15 15:13:24 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry xxxxxxx@gmail.com - amazon.co.uk for media_player Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 248, in async_setup result = await component.async_setup_entry(hass, self) # type: ignore File "/usr/src/homeassistant/homeassistant/components/media_player/init.py", line 347, in async_setup_entry return await hass.data[DOMAIN].async_setup_entry(entry) File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 155, in async_setup_entry raise ValueError("Config entry has already been setup!") ValueError: Config entry has already been setup! 2021-03-15 15:13:41 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'It feels cold in here' trigger: In 'numeric_state' condition: unknown entity sensor.home_current_temperature 2021-03-15 15:13:42 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:13:42 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:13:42 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.045 seconds 2021-03-15 15:13:43 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:13:43 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:13:43 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:13:43 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:13:43 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:13:43 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:13:43 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:13:43 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:13:43 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.014 seconds 2021-03-15 15:13:43 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:13:43 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.019 seconds 2021-03-15 15:13:43 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:13:43 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.021 seconds 2021-03-15 15:13:43 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:13:43 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.028 seconds 2021-03-15 15:13:43 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:13:43 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.032 seconds 2021-03-15 15:13:43 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:13:43 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.040 seconds 2021-03-15 15:13:43 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:13:43 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.047 seconds 2021-03-15 15:13:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:13:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:13:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:13:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:13:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining table 2021-03-15 15:13:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:13:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.012 seconds 2021-03-15 15:13:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:13:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.012 seconds 2021-03-15 15:13:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:13:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.016 seconds 2021-03-15 15:13:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:13:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.018 seconds 2021-03-15 15:13:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining table data 2021-03-15 15:13:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining table data in 0.019 seconds 2021-03-15 15:14:15 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:14:15 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:14:15 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.011 seconds 2021-03-15 15:14:16 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:14:16 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:14:16 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:14:16 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:14:16 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:14:16 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:14:16 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:14:16 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:14:16 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.012 seconds 2021-03-15 15:14:16 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:14:16 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.013 seconds 2021-03-15 15:14:16 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:14:16 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.018 seconds 2021-03-15 15:14:16 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:14:16 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.015 seconds 2021-03-15 15:14:16 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:14:16 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.016 seconds 2021-03-15 15:14:16 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:14:16 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.021 seconds 2021-03-15 15:14:16 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:14:16 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.020 seconds 2021-03-15 15:14:17 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:14:17 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:14:17 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:14:17 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining table 2021-03-15 15:14:17 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:14:17 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:14:17 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.016 seconds 2021-03-15 15:14:17 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:14:17 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.020 seconds 2021-03-15 15:14:17 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:14:17 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.019 seconds 2021-03-15 15:14:17 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining table data 2021-03-15 15:14:17 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining table data in 0.022 seconds 2021-03-15 15:14:17 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:14:17 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.024 seconds

bieniu commented 3 years ago

Could you remove Motion config entry from HA, configure it once again and post log after this?

ned786 commented 3 years ago

shall i restart before copying the log?

bieniu commented 3 years ago

No

ned786 commented 3 years ago

2021-03-15 15:33:45 ERROR (MainThread) [homeassistant] Error doing job: Unclosed client session 2021-03-15 15:33:45 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Dining table 2021-03-15 15:33:45 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Living Room 2021-03-15 15:33:45 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device 2nd Floor Hallway 2021-03-15 15:33:45 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Office Light 2021-03-15 15:33:45 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Dining Room 2021-03-15 15:33:46 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Vanity Light 2021-03-15 15:33:46 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Boy's Bedroom Light 2021-03-15 15:33:46 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Bed Light 2021-03-15 15:33:46 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Kitchen Lights 2021-03-15 15:33:46 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Night Light 2021-03-15 15:33:46 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Bathroom Light 2021-03-15 15:33:46 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device En Suite Light 2021-03-15 15:33:46 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Master Bedroom 2021-03-15 15:33:46 DEBUG (MainThread) [homeassistant.components.shelly] Setting up offline device shellymotionsensor-60A423937420 2021-03-15 15:33:56 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Dining table' for shelly integration not ready yet. Retrying in background 2021-03-15 15:33:56 WARNING (MainThread) [homeassistant.components.vacuum] Setup of vacuum platform deebot is taking over 10 seconds. 2021-03-15 15:33:56 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Living Room' for shelly integration not ready yet. Retrying in background 2021-03-15 15:33:56 WARNING (MainThread) [homeassistant.config_entries] Config entry '2nd Floor Hallway' for shelly integration not ready yet. Retrying in background 2021-03-15 15:33:56 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Office Light' for shelly integration not ready yet. Retrying in background 2021-03-15 15:33:56 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Dining Room' for shelly integration not ready yet. Retrying in background 2021-03-15 15:33:56 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Vanity Light' for shelly integration not ready yet. Retrying in background 2021-03-15 15:33:56 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Boy's Bedroom Light' for shelly integration not ready yet. Retrying in background 2021-03-15 15:33:56 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Bed Light' for shelly integration not ready yet. Retrying in background 2021-03-15 15:33:56 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Kitchen Lights' for shelly integration not ready yet. Retrying in background 2021-03-15 15:33:56 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Night Light' for shelly integration not ready yet. Retrying in background 2021-03-15 15:33:56 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Bathroom Light' for shelly integration not ready yet. Retrying in background 2021-03-15 15:33:56 WARNING (MainThread) [homeassistant.config_entries] Config entry 'En Suite Light' for shelly integration not ready yet. Retrying in background 2021-03-15 15:33:56 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Master Bedroom' for shelly integration not ready yet. Retrying in background 2021-03-15 15:33:57 WARNING (MainThread) [homeassistant.setup] Setup of sonoff is taking over 10 seconds. 2021-03-15 15:33:57 WARNING (MainThread) [homeassistant.components.calendar] Setup of calendar platform google is taking over 10 seconds. 2021-03-15 15:33:57 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform adguard is taking over 10 seconds. 2021-03-15 15:33:57 WARNING (MainThread) [homeassistant.components.switch] Setup of switch platform adguard is taking over 10 seconds. 2021-03-15 15:33:57 WARNING (MainThread) [homeassistant.components.remote] Setup of remote platform broadlink is taking over 10 seconds. 2021-03-15 15:33:57 WARNING (MainThread) [homeassistant.components.remote] Setup of remote platform broadlink is taking over 10 seconds. 2021-03-15 15:34:01 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Dining table 2021-03-15 15:34:01 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Living Room 2021-03-15 15:34:01 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device 2nd Floor Hallway 2021-03-15 15:34:01 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Office Light 2021-03-15 15:34:01 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Dining Room 2021-03-15 15:34:01 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Vanity Light 2021-03-15 15:34:01 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Boy's Bedroom Light 2021-03-15 15:34:01 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Bed Light 2021-03-15 15:34:01 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Kitchen Lights 2021-03-15 15:34:01 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Night Light 2021-03-15 15:34:01 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Bathroom Light 2021-03-15 15:34:01 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device En Suite Light 2021-03-15 15:34:01 DEBUG (MainThread) [homeassistant.components.shelly] Setting up online device Master Bedroom 2021-03-15 15:34:05 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry xxxxxx@gmail.com - amazon.co.uk for media_player Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 248, in async_setup result = await component.async_setup_entry(hass, self) # type: ignore File "/usr/src/homeassistant/homeassistant/components/media_player/init.py", line 347, in async_setup_entry return await hass.data[DOMAIN].async_setup_entry(entry) File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 155, in async_setup_entry raise ValueError("Config entry has already been setup!") ValueError: Config entry has already been setup! 2021-03-15 15:34:06 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellymotionsensor-60A423937420 data 2021-03-15 15:34:06 DEBUG (MainThread) [homeassistant.components.shelly.entity] Entity shellymotionsensor-60A423937420 Motion attached to block 2021-03-15 15:34:06 DEBUG (MainThread) [homeassistant.components.shelly.entity] Entity shellymotionsensor-60A423937420 Vibration attached to block 2021-03-15 15:34:06 DEBUG (MainThread) [homeassistant.components.shelly.entity] Entity shellymotionsensor-60A423937420 Luminosity attached to block 2021-03-15 15:34:06 DEBUG (MainThread) [homeassistant.components.shelly.entity] Entity shellymotionsensor-60A423937420 Battery attached to block 2021-03-15 15:34:34 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining table 2021-03-15 15:34:34 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining table data 2021-03-15 15:34:34 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining table data in 0.015 seconds 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.017 seconds 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.020 seconds 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.014 seconds 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.023 seconds 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.022 seconds 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.026 seconds 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.028 seconds 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.028 seconds 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.026 seconds 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.026 seconds 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.033 seconds 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:34:35 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.034 seconds 2021-03-15 15:35:07 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining table 2021-03-15 15:35:07 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining table data 2021-03-15 15:35:07 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining table data in 0.015 seconds 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.019 seconds 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.020 seconds 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.021 seconds 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.021 seconds 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.021 seconds 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.025 seconds 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.024 seconds 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.022 seconds 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.026 seconds 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.031 seconds 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.032 seconds 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:35:08 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.031 seconds 2021-03-15 15:35:40 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining table 2021-03-15 15:35:40 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining table data 2021-03-15 15:35:40 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining table data in 0.012 seconds 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.015 seconds 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.019 seconds 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.019 seconds 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.020 seconds 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.021 seconds 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.023 seconds 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.024 seconds 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.025 seconds 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.023 seconds 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.026 seconds 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.030 seconds 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:35:41 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.033 seconds 2021-03-15 15:36:13 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining table 2021-03-15 15:36:13 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining table data 2021-03-15 15:36:13 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining table data in 0.014 seconds 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.019 seconds 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.023 seconds 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.023 seconds 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.025 seconds 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.023 seconds 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.024 seconds 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.029 seconds 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.030 seconds 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.037 seconds 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.097 seconds 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.106 seconds 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:36:14 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.165 seconds 2021-03-15 15:36:46 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining table 2021-03-15 15:36:46 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining table data 2021-03-15 15:36:46 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining table data in 0.013 seconds 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.016 seconds 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.016 seconds 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.022 seconds 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.020 seconds 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.025 seconds 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.027 seconds 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.028 seconds 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.030 seconds 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.031 seconds 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.033 seconds 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.033 seconds 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:36:47 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.033 seconds

ned786 commented 3 years ago

sorry i did a restart, shall i do it again without restarting?

ned786 commented 3 years ago

2021-03-15 15:38:25 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining table 2021-03-15 15:38:25 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining table data 2021-03-15 15:38:25 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining table data in 0.031 seconds 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.016 seconds 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.020 seconds 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.019 seconds 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.018 seconds 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.019 seconds 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.019 seconds 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.020 seconds 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.021 seconds 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.027 seconds 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.026 seconds 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.025 seconds 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:38:26 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.028 seconds 2021-03-15 15:38:58 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining table 2021-03-15 15:38:58 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining table data 2021-03-15 15:38:58 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining table data in 0.012 seconds 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.016 seconds 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.017 seconds 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.022 seconds 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.019 seconds 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.028 seconds 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.030 seconds 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.029 seconds 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.034 seconds 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.037 seconds 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.049 seconds 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.043 seconds 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:38:59 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.040 seconds 2021-03-15 15:39:16 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellymotionsensor-60A423937420 data 2021-03-15 15:39:31 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining table 2021-03-15 15:39:31 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining table data 2021-03-15 15:39:31 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining table data in 0.014 seconds 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.017 seconds 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.016 seconds 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.021 seconds 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.018 seconds 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.026 seconds 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.023 seconds 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.024 seconds 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.032 seconds 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.028 seconds 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.037 seconds 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.039 seconds 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:39:32 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.039 seconds 2021-03-15 15:39:41 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellymotionsensor-60A423937420 data 2021-03-15 15:40:04 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining table 2021-03-15 15:40:04 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining table data 2021-03-15 15:40:04 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining table data in 0.031 seconds 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.013 seconds 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.014 seconds 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.015 seconds 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.021 seconds 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.019 seconds 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.017 seconds 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.018 seconds 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.024 seconds 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.025 seconds 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.027 seconds 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.027 seconds 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:40:05 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.028 seconds 2021-03-15 15:40:37 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining table 2021-03-15 15:40:37 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining table data 2021-03-15 15:40:37 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining table data in 0.014 seconds 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.013 seconds 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.014 seconds 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.019 seconds 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.017 seconds 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.013 seconds 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.019 seconds 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.016 seconds 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.027 seconds 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.024 seconds 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.024 seconds 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.026 seconds 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:40:38 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.038 seconds 2021-03-15 15:41:10 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining table 2021-03-15 15:41:10 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining table data 2021-03-15 15:41:10 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining table data in 0.016 seconds 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.017 seconds 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.017 seconds 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.018 seconds 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.021 seconds 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.021 seconds 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.022 seconds 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.032 seconds 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.024 seconds 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.025 seconds 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.025 seconds 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.026 seconds 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:41:11 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.029 seconds 2021-03-15 15:41:43 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining table 2021-03-15 15:41:43 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining table data 2021-03-15 15:41:43 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining table data in 0.017 seconds 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.016 seconds 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.020 seconds 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.020 seconds 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.018 seconds 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.023 seconds 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.027 seconds 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.027 seconds 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.035 seconds 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.032 seconds 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.035 seconds 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.037 seconds 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:41:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.038 seconds 2021-03-15 15:42:00 DEBUG (MainThread) [homeassistant.components.shelly] Setup for device shellymotionsensor-60A423937420 will resume when device is online 2021-03-15 15:42:02 DEBUG (MainThread) [homeassistant.components.shelly] Device shellymotionsensor-60A423937420 is online, resuming setup 2021-03-15 15:42:10 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellymotionsensor-60A423937420 data 2021-03-15 15:42:16 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining table 2021-03-15 15:42:16 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining table data 2021-03-15 15:42:16 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining table data in 0.033 seconds 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.014 seconds 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.019 seconds 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.014 seconds 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.015 seconds 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.017 seconds 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.020 seconds 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.030 seconds 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.031 seconds 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.035 seconds 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.037 seconds 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.039 seconds 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:42:17 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.034 seconds 2021-03-15 15:42:20 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellymotionsensor-60A423937420 data

ned786 commented 3 years ago

so it seems to me it just randomly stops updating.

2021-03-15 15:47:13 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellymotionsensor-60A423937420 data 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.019 seconds 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.020 seconds 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.020 seconds 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.020 seconds 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.021 seconds 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.035 seconds 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.032 seconds 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.026 seconds 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.028 seconds 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.036 seconds 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.044 seconds 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:47:14 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.046 seconds 2021-03-15 15:47:46 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining table 2021-03-15 15:47:46 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining table data 2021-03-15 15:47:46 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining table data in 0.017 seconds 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.018 seconds 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.014 seconds 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.017 seconds 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.023 seconds 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.017 seconds 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.021 seconds 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.021 seconds 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.022 seconds 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.022 seconds 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.028 seconds 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.032 seconds 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:47:47 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.032 seconds 2021-03-15 15:47:58 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellymotionsensor-60A423937420 data 2021-03-15 15:48:19 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining table 2021-03-15 15:48:19 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining table data 2021-03-15 15:48:19 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining table data in 0.012 seconds 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.011 seconds 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.011 seconds 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.013 seconds 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.024 seconds 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.029 seconds 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.030 seconds 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.032 seconds 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.043 seconds 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.046 seconds 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.046 seconds 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.044 seconds 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:48:20 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.045 seconds 2021-03-15 15:48:52 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining table 2021-03-15 15:48:52 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining table data 2021-03-15 15:48:52 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining table data in 0.030 seconds 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.013 seconds 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.015 seconds 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.018 seconds 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.016 seconds 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.020 seconds 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.020 seconds 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.021 seconds 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.031 seconds 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.028 seconds 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.026 seconds 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.029 seconds 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:48:53 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.029 seconds 2021-03-15 15:49:25 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining table 2021-03-15 15:49:25 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining table data 2021-03-15 15:49:25 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining table data in 0.012 seconds 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.021 seconds 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.030 seconds 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.035 seconds 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.038 seconds 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.038 seconds 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.043 seconds 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.053 seconds 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.057 seconds 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.061 seconds 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.078 seconds 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.071 seconds 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:49:26 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.080 seconds 2021-03-15 15:49:58 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining table 2021-03-15 15:49:58 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining table data 2021-03-15 15:49:58 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining table data in 0.011 seconds 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.021 seconds 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.023 seconds 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.024 seconds 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.026 seconds 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.025 seconds 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.032 seconds 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.025 seconds 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.030 seconds 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.029 seconds 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.036 seconds 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.039 seconds 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:49:59 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.037 seconds 2021-03-15 15:50:31 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining table 2021-03-15 15:50:31 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining table data 2021-03-15 15:50:31 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining table data in 0.014 seconds 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.016 seconds 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.019 seconds 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.023 seconds 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.022 seconds 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.027 seconds 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.028 seconds 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.026 seconds 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.034 seconds 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.032 seconds 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.036 seconds 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.036 seconds 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:50:32 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.040 seconds 2021-03-15 15:51:04 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining table 2021-03-15 15:51:04 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining table data 2021-03-15 15:51:04 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining table data in 0.016 seconds 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.020 seconds 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.014 seconds 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.022 seconds 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.023 seconds 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.022 seconds 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.022 seconds 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.022 seconds 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.024 seconds 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.024 seconds 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.044 seconds 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.039 seconds 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:51:05 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.034 seconds 2021-03-15 15:51:37 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining table 2021-03-15 15:51:37 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining table data 2021-03-15 15:51:37 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining table data in 0.018 seconds 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.011 seconds 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.014 seconds 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.016 seconds 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.017 seconds 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.018 seconds 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.025 seconds 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.025 seconds 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.029 seconds 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.027 seconds 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.031 seconds 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.034 seconds 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:51:38 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.034 seconds 2021-03-15 15:52:10 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining table 2021-03-15 15:52:10 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining table data 2021-03-15 15:52:10 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining table data in 0.014 seconds 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.022 seconds 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.025 seconds 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.026 seconds 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.027 seconds 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.025 seconds 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.025 seconds 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.032 seconds 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.031 seconds 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.042 seconds 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.044 seconds 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.045 seconds 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:52:11 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.047 seconds 2021-03-15 15:52:43 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining table 2021-03-15 15:52:43 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining table data 2021-03-15 15:52:43 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining table data in 0.016 seconds 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Bed Light 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8ADBE94 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Dining Room 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696697E 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Living Room 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-8CAAB561CAF0 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Vanity Light 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - Kitchen Lights 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shelly1l-84CCA8AD9947 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-F4CFA2E10FEC 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - shellydimmer2-E0980696671E 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Polling Shelly Device - En Suite Light 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8ADBE94 data 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8ADBE94 data in 0.016 seconds 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Bed Light data 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Bed Light data in 0.021 seconds 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Dining Room data 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Dining Room data in 0.025 seconds 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-8CAAB561CAF0 data 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-8CAAB561CAF0 data in 0.025 seconds 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696697E data 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696697E data in 0.029 seconds 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Vanity Light data 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Vanity Light data in 0.030 seconds 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Kitchen Lights data 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Kitchen Lights data in 0.033 seconds 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated Living Room data 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching Living Room data in 0.039 seconds 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated En Suite Light data 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching En Suite Light data in 0.033 seconds 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-E0980696671E data 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-E0980696671E data in 0.037 seconds 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellydimmer2-F4CFA2E10FEC data 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shellydimmer2-F4CFA2E10FEC data in 0.041 seconds 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shelly1l-84CCA8AD9947 data 2021-03-15 15:52:44 DEBUG (MainThread) [homeassistant.components.shelly] Finished fetching shelly1l-84CCA8AD9947 data in 0.044 seconds

bieniu commented 3 years ago

Are you sure Shelly Motion entities are unavailable now? This

[homeassistant.components.shelly] Setup for device shellymotionsensor-60A423937420 will resume when device is online
2021-03-15 15:42:02 DEBUG (MainThread) [homeassistant.components.shelly] Device shellymotionsensor-60A423937420 is online, resuming setup
2021-03-15 15:42:10 DEBUG (MainThread) [homeassistant.components.shelly] Manually updated shellymotionsensor-60A423937420 data

means that everything works as it should.

ned786 commented 3 years ago

yes it is not showing as unavailable straight away, first it gets stuck on the last reading eg:

motion: clear

even if there is motion this will not change.

after about an hour of this it will then say unavailable

bieniu commented 3 years ago

What firmware version is device using? Please post the log when entities become unavailable.

probot-home-assistant[bot] commented 3 years ago

shelly documentation shelly source (message by IssueLinks)

probot-home-assistant[bot] commented 3 years ago

Hey there @balloob, @thecode, @chemelli74, mind taking a look at this issue as its been labeled with an integration (shelly) you are listed as a codeowner for? Thanks! (message by CodeOwnersMention)

thecode commented 3 years ago

Please note that if you use a separate IOT network you must take care to route CoAP traffic on port 5683 to HA. From your logs and your description 7-9 seconds delay it means CoAP events from the device does not reach HA.

ned786 commented 3 years ago

I have added my homeassistant up to the COIOT section on the Shelly still no difference, I am beginning to think it may be a faulty device as when I entered the homeassistant up to other shellie devices they all worked perfectly. Just the motion sensor having problems

chemelli74 commented 3 years ago

I have added my homeassistant up to the COIOT section on the Shelly still no difference, I am beginning to think it may be a faulty device as when I entered the homeassistant up to other shellie devices they all worked perfectly. Just the motion sensor having problems

Can you please share the screenshot of CoIOT settings ? Just to be on the safe side.

Simone

ned786 commented 3 years ago

![Uploading 6A15FA70-7027-4503-8846-D66FF5554A3D.png…]()

ned786 commented 3 years ago

AB575751-2D05-4013-85CD-5CBA4C35C413

chemelli74 commented 3 years ago

Did you reboot device after changing the peer ? I know is not strictly needed for Motion, but won't hurt.

Simone

ned786 commented 3 years ago

Yes I tried reboot. Also did a factory reset then added it to home assistant then did a restart. Exact same behaviour works perfect for a few minutes and then suddenly stops updating

chemelli74 commented 3 years ago

Can you capture traffic with tcpdump on HA machine ?

Simone

ned786 commented 3 years ago

Sorry I have no idea how to do that.

thecode commented 3 years ago

@ned786 can you please rename the topic to make it more informative? Something like: Shelly motion stops working after 15 minutes Thanks

chemelli74 commented 3 years ago

@ned786, do you have SSH access to your HA?

please, also change the topic as requested by Shay.

Thx,

Simone

ned786 commented 3 years ago

Yes I have ssh.

ok so I decided to add dw2 sensor. It is the exact sample problem. It works fine for 10 min and then stops responding and eventually goes offline. I think this could be a battery powered device problem.

chemelli74 commented 3 years ago

About DW2: there is a known firmware issue with periodic updates. We are working on that with Allterco.

On the other hand, we are improving logging on aioshelly library side, in order to see if updates come trough and which data they carry. Will update this thread once new version is released.

Simone

ned786 commented 3 years ago

That’s great. Do you think it could also be a firmware issue with the motion sensor?

chemelli74 commented 3 years ago

That’s great. Do you think it could also be a firmware issue with the motion sensor?

I don't think so, but let's see what evidence we'll have from your environment.

Simone

ned786 commented 3 years ago

That’s great. Do you think it could also be a firmware issue with the motion sensor?

I don't think so, but let's see what evidence we'll have from your environment.

Simone

What information from my environment would you like?

chemelli74 commented 3 years ago

That’s great. Do you think it could also be a firmware issue with the motion sensor?

I don't think so, but let's see what evidence we'll have from your environment. Simone

What information from my environment would you like?

As I wrote before, let's wait for new aioshelly witch will have more logging. Will update this thread once new version is released.

Simone

ned786 commented 3 years ago

👍🏽

juhamust commented 3 years ago

Just to chime in: I also just got my Shelly Motion device and installed it into my HA setup - and can reproduce the issue. So I don't think your device is faulty, @ned786

thecode commented 3 years ago

Just to chime in: I also just got my Shelly Motion device and installed it into my HA setup - and can reproduce the issue. So I don't think your device is faulty, @ned786

Can you make a tcpdump/wireshark capture to show that events from the device are sent to HA? did you upgrade your device to latest version and setup the remote address under CoIoT? are you using a separate IOT/VLAN for the motion sensor?

chemelli74 commented 3 years ago

Today we released new aioshelly !

If you can access your HA instance via SSH (or via Docker), please do as follow:

Looking forward for your logs & feedback,

Simone

ned786 commented 3 years ago

Today we released new aioshelly !

If you can access your HA instance via SSH (or via Docker), please do as follow:

  • cd /usr/src/homeassistant/homeassistant/components/shelly
  • vi manifest.json
  • change aioshelly version from 0.6.1 to 0.6.2
  • save & close
  • restart HA

Looking forward for your logs & feedback,

Simone

Hi, this is great news and I want to apologise in advanced. But can you give me some more detailed instructions on how to do this. I am very new to home assistant

ned786 commented 3 years ago

Today we released new aioshelly !

If you can access your HA instance via SSH (or via Docker), please do as follow:

  • cd /usr/src/homeassistant/homeassistant/components/shelly
  • vi manifest.json
  • change aioshelly version from 0.6.1 to 0.6.2
  • save & close
  • restart HA

Looking forward for your logs & feedback,

Simone

ok so i was not able to do what you had asked as i am unsure on how to do it. But i did remove the motion sensor from the IOT vlan and put it on the main network and now it works fine. i do not think it is the VLAN firewall causing the problem as all of my other shellies, sonoffs and various other devices are on the IOT network and they have no problem. Only the shelly motion by the look of things. Do you think this could be a shelly firmware issue?

thecode commented 3 years ago

Your sonoffs are using a different protocol so it is not comparable. Shelly motion uses a different network stack than other shellies (it based on a different SOC/MCU) I do not think it is a firmware problem, more likely it is a network problem. Note that motion sensor stay connected to the WIFI but goes to sleep, skipping some WIFI beacons, this should not have any effect when working on different VLANs. You will need to be able to capture traffic on your network, you can configure the motion sensor to send data to a windows PC and run wireshark there when it is on the IOT network to understand if COAP packets stops after 10 minutes. As far as I see it is not related to HA.

ned786 commented 3 years ago

why would a network problem not effect any other IOT device but shelly motion seem to have trouble? i understand sonof use different protocol and other shellies use a different stack. however i have many IOT devices 67 to be precise not a single one of them has a problem with the network.

juhamust commented 3 years ago

In my case, I was able to fix the issue by setting the CoIoT address. It seems the motion sensor has CoIoT enabled by default, but no address, thus causing the issue. Without it, I was able to register and get initial values, but not getting any updates and losing them after 10mins or so.

Other related notes:

Also, I did try scanning the network communication with Wireshark (Shelly Motion IP .59), but not much was happening 😮

Screenshot 2021-04-07 at 23 46 15

thecode commented 3 years ago

In my case, I was able to fix the issue by setting the CoIoT address. It seems the motion sensor has CoIoT enabled by default, but no address, thus causing the issue. Without it, I was able to register and get initial values, but not getting any updates and losing them after 10mins or so.

This is by design. Motion sensor from FW version 1.1.0 does not support multicast and will not send updates unless unicast address is set under CoIoT address. We have also explain this in the docs:

"This is mandatory for Shelly Motion with firmware 1.1.0 or newer. After changing the CoIoT peer, the Shelly device needs to be manually restarted."

chemelli74 commented 3 years ago

@ned786 did you test unicast configuration ? It should fix your issue If it's so, please close this issue.

Simone

juhamust commented 3 years ago

A minor update from my setup (two Motion sensors here): At least one of the Motion sensors does lose the CoIoT address on reboot. Took me a while to notice this (after all, the instructions suggest rebooting the device after the change but luckily it started working without it). To me, it seems a clear bug on the HW/firmware side 🤔

thecode commented 3 years ago

A minor update from my setup (two Motion sensors here): At least one of the Motion sensors does lose the CoIoT address on reboot. Took me a while to notice this (after all, the instructions suggest rebooting the device after the change but luckily it started working without it). To me, it seems a clear bug on the HW/firmware side 🤔

Can you write your full FW version string, I will open an issue for it for Shelly FW.

juhamust commented 3 years ago

@thecode Thanks. The firmware version in question is: 20210226-072307/v1.1.0@f31e1d2b

chemelli74 commented 3 years ago

@ned786, @juhamust please retest after upgrading to firmware 1.1.2

Simone

thecode commented 3 years ago

@chemelli74 there are users who experience disconnects with 1.1.2 (including myself) I think it will be hard to isolate if the problem is device related or HA related using version so I suggest to wait for the next release.

juhamust commented 3 years ago

Same issue here, running 20210531-091017/v1.1.2@aeceaa55. Work at times, but then disconnects. I've always witnessed how Shelly Motion started sending triggers again without me interfering with it at all. And on the next day, it stopped working again.

Is there something I can do to help to resolve the issue?

thecode commented 3 years ago

Is there something I can do to help to resolve the issue?

Wait for the next Shelly motion release and test, as stated above, this is a problem in the device FW, there is nothing we can do for now.

juhamust commented 3 years ago

Wait for the next Shelly motion release and test, as stated above, this is a problem in the device FW, there is nothing we can do for now.

Thanks for the confirmation. But is it also been acknowledged - while Shelly motion FW fails to notify HA, the browser (the device server page) keeps getting updates normally. Just thinking if an alternative approach could work if FW won't be getting any updates? 🤔