I set up the govee integration a while a go and it mostly worked fine. However since the version 2022.4 I get error messages and the integration wont work. This is the error I get:
Error setting up entry govee for govee
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 335, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/govee/__init__.py", line 67, in async_setup_entry
await hub.rate_limit_delay()
AttributeError: 'Govee' object has no attribute 'rate_limit_delay'
Version of the custom_component
0.2.2
Configuration
No yaml needed for this integration.
Hey everybody,
I set up the govee integration a while a go and it mostly worked fine. However since the version 2022.4 I get error messages and the integration wont work. This is the error I get:
Debug log
2022-05-12 16:08:31 DEBUG (MainThread) [govee_api_laggat.govee_api_laggat] govee_api_laggat v0.2.2 2022-05-12 16:08:31 DEBUG (MainThread) [govee_api_laggat.govee_api_laggat] get_devices 2022-05-12 16:08:31 DEBUG (MainThread) [govee_api_laggat.api] get_devices 2022-05-12 16:08:31 WARNING (MainThread) [homeassistant.components.proxmoxve] Vm/Container 105 unable to be found in node server 2022-05-12 16:08:32 WARNING (MainThread) [alexapy.alexalogin] No access token found; falling back to credential login instead of oauth. 2022-05-12 16:08:33 WARNING (MainThread) [custom_components.govee] API is back online. 2022-05-12 16:08:33 INFO (MainThread) [custom_components.govee.learning_storage] Loaded learning information from /config/govee_learning.yaml. 2022-05-12 16:08:33 DEBUG (MainThread) [custom_components.govee.light] Setting up Govee lights 2022-05-12 16:08:33 DEBUG (MainThread) [custom_components.govee.light] _async_update 2022-05-12 16:08:33 DEBUG (MainThread) [govee_api_laggat.govee_api_laggat] get_states 2022-05-12 16:08:33 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': 'MAC-ADRESS', 'model': 'H6182', 'properties': [{'online': 'false'}, {'powerState': 'off'}, {'brightness': 80}, {'color': {'r': 255, 'b': 0, 'g': 166}}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='MAC-ADRESS', model='H6182', device_name='TV Schlafzimmer', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=False, power_state=False, brightness=203, color=(255, 166, 0), color_temp=0, timestamp=1652364513.394719, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=None, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:33 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': 'MAC-ADRESS', 'model': 'H6188', 'properties': [{'online': 'false'}, {'powerState': 'off'}, {'brightness': 100}, {'color': {'r': 0, 'b': 0, 'g': 0}}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='MAC-ADRESS', model='H6188', device_name='H6188_FAAB', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=False, power_state=False, brightness=254, color=(0, 0, 0), color_temp=0, timestamp=1652364513.545457, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=None, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:33 DEBUG (MainThread) [govee_api_laggat.api] unknown state property '{'colorTem': 2000}' 2022-05-12 16:08:33 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': 'MAC-ADRESS', 'model': 'H6058', 'properties': [{'online': 'false'}, {'powerState': 'off'}, {'brightness': 24}, {'colorTemInKelvin': 2000}, {'colorTem': 2000}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='MAC-ADRESS', model='H6058', device_name='Kugel', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=False, power_state=False, brightness=60, color=(0, 0, 0), color_temp=2000, timestamp=1652364513.705675, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=100, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:33 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': 'MAC-ADRESS', 'model': 'H6062', 'properties': [{'online': True}, {'powerState': 'off'}, {'brightness': 46}, {'color': {'r': 255, 'b': 0, 'g': 63}}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='MAC-ADRESS', model='H6062', device_name='Leuchtröhre', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=True, power_state=False, brightness=116, color=(255, 63, 0), color_temp=0, timestamp=1652364513.82606, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=100, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:33 DEBUG (MainThread) [govee_api_laggat.api] unknown state property '{'colorTem': 2000}' 2022-05-12 16:08:33 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': 'MAC-ADRESS', 'model': 'H6058', 'properties': [{'online': 'false'}, {'powerState': 'off'}, {'brightness': 24}, {'colorTemInKelvin': 2000}, {'colorTem': 2000}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='MAC-ADRESS', model='H6058', device_name='Kugel Junior', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=False, power_state=False, brightness=60, color=(0, 0, 0), color_temp=2000, timestamp=1652364513.943522, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=100, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:34 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': 'MAC-ADRESS', 'model': 'H61A0', 'properties': [{'online': True}, {'powerState': 'off'}, {'brightness': 50}, {'color': {'r': 255, 'b': 0, 'g': 63}}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='MAC-ADRESS', model='H61A0', device_name='Neonschlauch', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=True, power_state=False, brightness=127, color=(255, 63, 0), color_temp=0, timestamp=1652364514.095931, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=100, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:34 DEBUG (MainThread) [govee_api_laggat.api] unknown state property '{'colorTem': 9000}' 2022-05-12 16:08:34 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': 'MAC-ADRESS', 'model': 'H6056', 'properties': [{'online': True}, {'powerState': 'off'}, {'brightness': 40}, {'colorTemInKelvin': 9000}, {'colorTem': 9000}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='MAC-ADRESS', model='H6056', device_name='Light Bars', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=True, power_state=False, brightness=101, color=(0, 0, 0), color_temp=9000, timestamp=1652364514.434928, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=100, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:34 WARNING (MainThread) [alexapy.alexawebsocket] mac_dms not detected; websocket likely won't connect 2022-05-12 16:08:34 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': 'MAC-ADRESS', 'model': 'H6159', 'properties': [{'online': 'false'}, {'powerState': 'off'}, {'brightness': 100}, {'color': {'r': 255, 'b': 0, 'g': 63}}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='MAC-ADRESS', model='H6159', device_name='Hemnes', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=False, power_state=False, brightness=254, color=(255, 63, 0), color_temp=0, timestamp=1652364514.557255, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=100, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:34 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': 'MAC-ADRESS', 'model': 'H6159', 'properties': [{'online': True}, {'powerState': 'off'}, {'brightness': 100}, {'color': {'r': 255, 'b': 0, 'g': 50}}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='MAC-ADRESS', model='H6159', device_name='Spiegel', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=True, power_state=False, brightness=254, color=(255, 50, 0), color_temp=0, timestamp=1652364514.678697, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=100, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:34 DEBUG (MainThread) [custom_components.govee.light] Finished fetching govee data in 1.417 seconds (success: True) 2022-05-12 16:08:35 ERROR (MainThread) [custom_components.localtuya.common] [580...ae4] Connect to 192.168.178.89 failed
OSError: [Errno 113] Connect call failed ('192.168.178.90', 6668) 2022-05-12 16:08:39 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x6150:3:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x6150:3:0x0300]: Message send failure'), DeliveryError('[0x6150:3:0x0300]: Message send failure'), DeliveryError('[0x6150:3:0x0300]: Message send failure'), DeliveryError('[0x6150:3:0x0300]: Message send failure')] 2022-05-12 16:08:39 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8803:1:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x8803:1:0x0300]: Message send failure'), DeliveryError('[0x8803:1:0x0300]: Message send failure'), DeliveryError('[0x8803:1:0x0300]: Message send failure'), DeliveryError('[0x8803:1:0x0300]: Message send failure')] 2022-05-12 16:08:40 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x6150:3:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x6150:3:0x0008]: Message send failure'), DeliveryError('[0x6150:3:0x0008]: Message send failure'), DeliveryError('[0x6150:3:0x0008]: Message send failure'), DeliveryError('[0x6150:3:0x0008]: Message send failure')] 2022-05-12 16:08:40 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x249F:1:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x249f:1:0x0006]: Message send failure'), DeliveryError('[0x249f:1:0x0006]: Message send failure'), DeliveryError('[0x249f:1:0x0006]: Message send failure'), DeliveryError('[0x249f:1:0x0006]: Message send failure')] 2022-05-12 16:08:40 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x6150:3:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x6150:3:0x0006]: Message send failure'), DeliveryError('[0x6150:3:0x0006]: Message send failure'), DeliveryError('[0x6150:3:0x0006]: Message send failure'), DeliveryError('[0x6150:3:0x0006]: Message send failure')] 2022-05-12 16:08:40 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8803:1:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x8803:1:0x0008]: Message send failure'), DeliveryError('[0x8803:1:0x0008]: Message send failure'), DeliveryError('[0x8803:1:0x0008]: Message send failure'), DeliveryError('[0x8803:1:0x0008]: Message send failure')] 2022-05-12 16:08:40 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x249F:1:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x249f:1:0x0008]: Message send failure'), DeliveryError('[0x249f:1:0x0008]: Message send failure'), DeliveryError('[0x249f:1:0x0008]: Message send failure'), DeliveryError('[0x249f:1:0x0008]: Message send failure')] 2022-05-12 16:08:41 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Deckenlampe Arbeitszimmer' for broadlink integration not ready yet: [Errno -4000] Network timeout: No response received within 10s; Retrying in background 2022-05-12 16:08:44 DEBUG (MainThread) [custom_components.govee.light] _async_update 2022-05-12 16:08:44 DEBUG (MainThread) [govee_api_laggat.govee_api_laggat] get_states 2022-05-12 16:08:44 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': 'MAC-ADRESS', 'model': 'H6182', 'properties': [{'online': 'false'}, {'powerState': 'off'}, {'brightness': 80}, {'color': {'r': 255, 'b': 0, 'g': 166}}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='MAC-ADRESS', model='H6182', device_name='TV Schlafzimmer', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=False, power_state=False, brightness=203, color=(255, 166, 0), color_temp=0, timestamp=1652364524.180765, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=None, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:44 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': 'MAC-ADRESS', 'model': 'H6188', 'properties': [{'online': 'false'}, {'powerState': 'off'}, {'brightness': 100}, {'color': {'r': 0, 'b': 0, 'g': 0}}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='MAC-ADRESS', model='H6188', device_name='H6188_FAAB', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=False, power_state=False, brightness=254, color=(0, 0, 0), color_temp=0, timestamp=1652364524.295378, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=None, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:44 DEBUG (MainThread) [govee_api_laggat.api] unknown state property '{'colorTem': 2000}' 2022-05-12 16:08:44 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': 'MAC-ADRESS', 'model': 'H6058', 'properties': [{'online': 'false'}, {'powerState': 'off'}, {'brightness': 24}, {'colorTemInKelvin': 2000}, {'colorTem': 2000}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='MAC-ADRESS', model='H6058', device_name='Kugel', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=False, power_state=False, brightness=60, color=(0, 0, 0), color_temp=2000, timestamp=1652364524.413969, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=100, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:44 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': 'MAC-ADRESS', 'model': 'H6062', 'properties': [{'online': True}, {'powerState': 'off'}, {'brightness': 46}, {'color': {'r': 255, 'b': 0, 'g': 63}}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='MAC-ADRESS', model='H6062', device_name='Leuchtröhre', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=True, power_state=False, brightness=116, color=(255, 63, 0), color_temp=0, timestamp=1652364524.532917, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=100, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:44 DEBUG (MainThread) [govee_api_laggat.api] unknown state property '{'colorTem': 2000}' 2022-05-12 16:08:44 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': 'MAC-ADRESS', 'model': 'H6058', 'properties': [{'online': 'false'}, {'powerState': 'off'}, {'brightness': 24}, {'colorTemInKelvin': 2000}, {'colorTem': 2000}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='MAC-ADRESS', model='H6058', device_name='Kugel Junior', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=False, power_state=False, brightness=60, color=(0, 0, 0), color_temp=2000, timestamp=1652364524.65169, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=100, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:44 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': 'MAC-ADRESS', 'model': 'H61A0', 'properties': [{'online': True}, {'powerState': 'off'}, {'brightness': 50}, {'color': {'r': 255, 'b': 0, 'g': 63}}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='MAC-ADRESS', model='H61A0', device_name='Neonschlauch', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=True, power_state=False, brightness=127, color=(255, 63, 0), color_temp=0, timestamp=1652364524.778541, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=100, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:44 DEBUG (MainThread) [govee_api_laggat.api] unknown state property '{'colorTem': 9000}' 2022-05-12 16:08:44 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': 'MAC-ADRESS', 'model': 'H6056', 'properties': [{'online': True}, {'powerState': 'off'}, {'brightness': 40}, {'colorTemInKelvin': 9000}, {'colorTem': 9000}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='MAC-ADRESS', model='H6056', device_name='Light Bars', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=True, power_state=False, brightness=101, color=(0, 0, 0), color_temp=9000, timestamp=1652364524.894801, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=100, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:45 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': 'MAC-ADRESS', 'model': 'H6159', 'properties': [{'online': 'false'}, {'powerState': 'off'}, {'brightness': 100}, {'color': {'r': 255, 'b': 0, 'g': 63}}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='MAC-ADRESS', model='H6159', device_name='Hemnes', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=False, power_state=False, brightness=254, color=(255, 63, 0), color_temp=0, timestamp=1652364525.012847, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=100, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:45 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': 'MAC-ADRESS', 'model': 'H6159', 'properties': [{'online': True}, {'powerState': 'off'}, {'brightness': 100}, {'color': {'r': 255, 'b': 0, 'g': 50}}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='MAC-ADRESS', model='H6159', device_name='Spiegel', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=True, power_state=False, brightness=254, color=(255, 50, 0), color_temp=0, timestamp=1652364525.273641, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=100, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:45 DEBUG (MainThread) [custom_components.govee.light] Finished fetching govee data in 1.271 seconds (success: True) 2022-05-12 16:08:45 WARNING (MainThread) [homeassistant.helpers.template] Template warning: 'float' got invalid input 'None' when rendering template '{{ state_attr('switch.vero_lampe', 'voltage') | float }}' but no default was specified. Currently 'float' will return '0', however this template will fail to render in Home Assistant core 2022.6 2022-05-12 16:08:45 WARNING (MainThread) [homeassistant.helpers.template] Template warning: 'float' got invalid input 'None' when rendering template '{{ state_attr('switch.vero_lampe', 'voltage') | float }}' but no default was specified. Currently 'float' will return '0', however this template will fail to render in Home Assistant core 2022.6 2022-05-12 16:08:45 WARNING (MainThread) [homeassistant.helpers.template] Template warning: 'float' got invalid input 'None' when rendering template '{{ state_attr('switch.vero_lampe', 'current') | float }}' but no default was specified. Currently 'float' will return '0', however this template will fail to render in Home Assistant core 2022.6 2022-05-12 16:08:45 WARNING (MainThread) [homeassistant.helpers.template] Template warning: 'float' got invalid input 'None' when rendering template '{{ state_attr('switch.vero_lampe', 'current') | float }}' but no default was specified. Currently 'float' will return '0', however this template will fail to render in Home Assistant core 2022.6 2022-05-12 16:08:45 WARNING (MainThread) [homeassistant.helpers.template] Template warning: 'float' got invalid input 'None' when rendering template '{{ state_attr('switch.vero_lampe', 'current_consumption') | float }}' but no default was specified. Currently 'float' will return '0', however this template will fail to render in Home Assistant core 2022.6 2022-05-12 16:08:45 WARNING (MainThread) [homeassistant.helpers.template] Template warning: 'float' got invalid input 'None' when rendering template '{{ state_attr('switch.vero_lampe', 'current_consumption') | float }}' but no default was specified. Currently 'float' will return '0', however this template will fail to render in Home Assistant core 2022.6 2022-05-12 16:08:52 ERROR (MainThread) [homeassistant.components.automation.mullabfuhr_duplicate] Müllabfuhr heute: Error executing script. Service not found for call_service at pos 1: Unable to find service notify.mobile_app_s21 2022-05-12 16:08:52 ERROR (MainThread) [homeassistant.components.automation.mullabfuhr_duplicate] Error while executing automation automation.mullabfuhr_duplicate: Unable to find service notify.mobile_app_s21 2022-05-12 16:08:55 DEBUG (MainThread) [custom_components.govee.light] _async_update 2022-05-12 16:08:55 DEBUG (MainThread) [govee_api_laggat.govee_api_laggat] get_states 2022-05-12 16:08:55 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': '64:BB:A4:C1:38:9C:78:4F', 'model': 'H6182', 'properties': [{'online': 'false'}, {'powerState': 'off'}, {'brightness': 80}, {'color': {'r': 255, 'b': 0, 'g': 166}}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='64:BB:A4:C1:38:9C:78:4F', model='H6182', device_name='TV Schlafzimmer', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=False, power_state=False, brightness=203, color=(255, 166, 0), color_temp=0, timestamp=1652364535.320912, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=None, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:55 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': '61:3D:A4:C1:38:EE:FA:AB', 'model': 'H6188', 'properties': [{'online': 'false'}, {'powerState': 'off'}, {'brightness': 100}, {'color': {'r': 0, 'b': 0, 'g': 0}}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='61:3D:A4:C1:38:EE:FA:AB', model='H6188', device_name='H6188_FAAB', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=False, power_state=False, brightness=254, color=(0, 0, 0), color_temp=0, timestamp=1652364535.447171, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=None, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:55 DEBUG (MainThread) [govee_api_laggat.api] unknown state property '{'colorTem': 2000}' 2022-05-12 16:08:55 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': '27:BD:D0:31:30:30:4F:6C', 'model': 'H6058', 'properties': [{'online': 'false'}, {'powerState': 'off'}, {'brightness': 24}, {'colorTemInKelvin': 2000}, {'colorTem': 2000}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='27:BD:D0:31:30:30:4F:6C', model='H6058', device_name='Kugel', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=False, power_state=False, brightness=60, color=(0, 0, 0), color_temp=2000, timestamp=1652364535.562007, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=100, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:55 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': 'CF:EB:CD:33:36:32:34:24', 'model': 'H6062', 'properties': [{'online': True}, {'powerState': 'off'}, {'brightness': 46}, {'color': {'r': 255, 'b': 0, 'g': 63}}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='CF:EB:CD:33:36:32:34:24', model='H6062', device_name='Leuchtröhre', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=True, power_state=False, brightness=116, color=(255, 63, 0), color_temp=0, timestamp=1652364535.683404, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=100, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:55 DEBUG (MainThread) [govee_api_laggat.api] unknown state property '{'colorTem': 2000}' 2022-05-12 16:08:55 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': '00:40:D9:31:30:30:07:5D', 'model': 'H6058', 'properties': [{'online': 'false'}, {'powerState': 'off'}, {'brightness': 24}, {'colorTemInKelvin': 2000}, {'colorTem': 2000}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='00:40:D9:31:30:30:07:5D', model='H6058', device_name='Kugel Junior', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=False, power_state=False, brightness=60, color=(0, 0, 0), color_temp=2000, timestamp=1652364535.800903, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=100, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:55 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': 'B9:71:D4:AD:FC:01:CF:9C', 'model': 'H61A0', 'properties': [{'online': True}, {'powerState': 'off'}, {'brightness': 50}, {'color': {'r': 255, 'b': 0, 'g': 63}}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='B9:71:D4:AD:FC:01:CF:9C', model='H61A0', device_name='Neonschlauch', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=True, power_state=False, brightness=127, color=(255, 63, 0), color_temp=0, timestamp=1652364535.929663, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=100, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:56 DEBUG (MainThread) [govee_api_laggat.api] unknown state property '{'colorTem': 9000}' 2022-05-12 16:08:56 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': 'EE:67:C5:33:36:32:1D:19', 'model': 'H6056', 'properties': [{'online': True}, {'powerState': 'off'}, {'brightness': 40}, {'colorTemInKelvin': 9000}, {'colorTem': 9000}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='EE:67:C5:33:36:32:1D:19', model='H6056', device_name='Light Bars', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=True, power_state=False, brightness=101, color=(0, 0, 0), color_temp=9000, timestamp=1652364536.045191, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=100, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:56 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.kamera_flur_sd] Error from stream worker: Timestamp overflow detected: last dts = 4294484807, dts = -476489 2022-05-12 16:08:56 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': '55:84:A4:C1:38:F7:8D:3B', 'model': 'H6159', 'properties': [{'online': 'false'}, {'powerState': 'off'}, {'brightness': 100}, {'color': {'r': 255, 'b': 0, 'g': 63}}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='55:84:A4:C1:38:F7:8D:3B', model='H6159', device_name='Hemnes', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=False, power_state=False, brightness=254, color=(255, 63, 0), color_temp=0, timestamp=1652364536.236641, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=100, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:56 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': '2A:C7:D4:AD:FC:3A:A6:BA', 'model': 'H6159', 'properties': [{'online': True}, {'powerState': 'off'}, {'brightness': 100}, {'color': {'r': 255, 'b': 0, 'g': 50}}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='2A:C7:D4:AD:FC:3A:A6:BA', model='H6159', device_name='Spiegel', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=True, power_state=False, brightness=254, color=(255, 50, 0), color_temp=0, timestamp=1652364536.355484, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=100, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-05-12 16:08:56 DEBUG (MainThread) [custom_components.govee.light] Finished fetching govee data in 1.355 seconds (success: True)