SecKatie / ha-wyzeapi

Home Assistant Integration for Wyze devices.
733 stars 112 forks source link

[Bug] wyzeapi-vacuum causes homeassistant to not start. #117

Closed LucasPMagno closed 3 years ago

LucasPMagno commented 3 years ago

Describe the bug After installing the alpha integration, home assistant will no longer start

To Reproduce Steps to reproduce the behavior: install alpha version of the integration from HACS, I think you have to have a wyze vacuum connected to the account for the error to appear.

Expected behavior Home assistant should start

System configuration System: hassio with supervisor on proxmox VM HA Version: 2021.2

WyzeApi Version: v0.5.15-vacuum-alpha

configuration.yaml The config isn't the problem

home-assistant.log

The error line:

2021-02-24 22:29:48 WARNING (Recorder) [homeassistant.components.recorder] State is not JSON serializable: <state vacuum.unnamed_device=off; fan_speed_list=1=VacuumSuction.QUIET, 2=VacuumSuction.STANDARD, 3=VacuumSuction.STRONG, battery_level=None, battery_icon=mdi:battery-unknown, fan_speed=None, status=None, supported_features=251 @ 2021-02-24T22:29:46.374777-05:00>
2021-02-24 22:29:39 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for wyzeapi which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2021-02-24 22:29:39 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2021-02-24 22:29:39 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for smartweather which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2021-02-24 22:29:39 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for weatherbit which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2021-02-24 22:29:40 DEBUG (MainThread) [custom_components.wyzeapi] 
-------------------------------------------------------------------
Wyze Bulb and Switch Home Assistant Integration

Version: v0.5.12
This is a custom integration
If you have any issues with this you need to open an issue here:
https://github.com/JoshuaMulliken/ha-wyzeapi/issues
-------------------------------------------------------------------
2021-02-24 22:29:40 DEBUG (MainThread) [custom_components.wyzeapi] Creating new WyzeApi component
2021-02-24 22:29:40 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Running login
2021-02-24 22:29:40 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Running __create_md5_md5
2021-02-24 22:29:42 ERROR (MainThread) [homeassistant.components.brother] Error fetching brother data: Bad IPv4/UDP transport address BRWD81265078507.local@161: [Errno -2] Name does not resolvecaused by <class 'socket.gaierror'>: [Errno -2] Name does not resolve
2021-02-24 22:29:42 WARNING (MainThread) [homeassistant.config_entries] Config entry 'HL-L3270CDW U65176F0N446007' for brother integration not ready yet. Retrying in 5 seconds
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.factory] Providers List: defaultdict(<class 'dict'>, {})
2021-02-24 22:29:42 INFO (MainThread) [custom_components.wyzeapi.smartbridge.factory] Creating 'wyze' provider
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.factory] Returning a class for the wyze provider
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.factory] Importing provider: wyze
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.factory] Importing providers from wyze
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.factory] Registering the provider: <class 'custom_components.wyzeapi.smartbridge.providers.wyze.provider.WyzeProvider'>
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.factory] List of available providers: defaultdict(<class 'dict'>, {'wyze': {'class': <class 'custom_components.wyzeapi.smartbridge.providers.wyze.provider.WyzeProvider'>}})
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.factory] Returning provider class for wyze
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.factory] Created 'wyze' provider
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key access_token, with supplied default value: None
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key refresh_token, with supplied default value: None
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key user_id, with supplied default value: None
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key wyze_app_id, with supplied default value: 9319141212m2ik
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key wyze_app_name, with supplied default value: wyze
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key wyze_app_version, with supplied default value: 2.16.55
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key wyze_phone_id, with supplied default value: 5afdd2e9-3ab0-4869-a0b0-d5a9262a1b29
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key wyze_phone_system_type, with supplied default value: 2
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key wyze_username, with supplied default value: None
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key wyze_password, with supplied default value: None
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key wyze_access_token, with supplied default value: None
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key wyze_is_secure, with supplied default value: True
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key wyze_validate_certs, with supplied default value: True
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.providers.wyze.client] wyze user : None
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.providers.wyze.client] wyze service : 9319141212m2ik
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.providers.wyze.client] request
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.providers.wyze.client] {'user-agent': 'wyze_android_2.16.55', 'accept-encoding': 'gzip', 'Accept': '*/*', 'Connection': 'keep-alive', 'phone-id': 'f411060f-7b20-40ce-9819-dc4c722a6341', 'x-api-key': 'RckMFKbsds5p6QY3COEXc2ABwNTYY0q18ziEiSEm', 'appinfo': 'wyze_android_2.16.55', 'appid': '9319141212m2ik', 'requestid': '3f615988285b1a7ae52b6e102ae8dfe8', 'signature2': '0b59dd30f1906a5dd422b3f5c098612c', 'Content-Length': '103', 'Content-Type': 'application/json'}
2021-02-24 22:29:42 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.providers.wyze.client] sending POST request to https://auth-prod.api.wyze.com/user/login
2021-02-24 22:29:43 WARNING (MainThread) [homeassistant.util.async_] Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for wyzeapi doing I/O at custom_components/wyzeapi/smartbridge/providers/wyze/client.py, line 245: response = session.send(request, **settings)
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.providers.wyze.client] response
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.providers.wyze.client] <Response [200]>
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.providers.wyze.client] parsed response JSON
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.providers.wyze.client] {'access_token': 'lvtx.Vq1JTw6h+jYktGQckP743DoVPgdSnC68E4WK/fUJsEBPsIw668wGdmQTiR4phO+ODoZiAhnite8a+8QTC8Hf1DFz2v/AZnx5XJOatXFTYIUfyyPnAu7nkdPnJNo81liZRsEyTZzzYBUmL7XoY2amwyqTUyIXqyEEoUqW49vK7yi+ddQgif1IG/hr5TiEvdjvRuj2fw==', 'refresh_token': 'lvtx.66wRJYSrFzHaGF04630HYOlNQ5jvXwnHjY3osOrRih9rulugRYTxHMrJi4gfnz7enPRsUxa9XWu7kwax34rcRGHcJMkpBLxTQ/mepVmTnkXEbNqAAnQV5NFWrvUHqkIGNl1F5696SMC6J/nmVLsRrvLOStu9YZg62KDsJ/kFt4R+wlkd4GGXpoDBsdFpUpYpWxf5Vg==', 'user_id': '85da7a8030c569b1d0bf2559e08e453b', 'mfa_options': None, 'mfa_details': None, 'sms_session_id': None}
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.factory] Providers List: defaultdict(<class 'dict'>, {'wyze': {'class': <class 'custom_components.wyzeapi.smartbridge.providers.wyze.provider.WyzeProvider'>}})
2021-02-24 22:29:43 INFO (MainThread) [custom_components.wyzeapi.smartbridge.factory] Creating 'wyze' provider
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.factory] Returning a class for the wyze provider
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.factory] Importing provider: wyze
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.factory] Importing providers from wyze
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.factory] Registering the provider: <class 'custom_components.wyzeapi.smartbridge.providers.wyze.provider.WyzeProvider'>
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.factory] List of available providers: defaultdict(<class 'dict'>, {'wyze': {'class': <class 'custom_components.wyzeapi.smartbridge.providers.wyze.provider.WyzeProvider'>}})
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.factory] Returning provider class for wyze
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.factory] Created 'wyze' provider
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key access_token, with supplied default value: None
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key refresh_token, with supplied default value: None
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key user_id, with supplied default value: None
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key wyze_app_id, with supplied default value: 9319141212m2ik
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key wyze_app_name, with supplied default value: wyze
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key wyze_app_version, with supplied default value: 2.16.55
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key wyze_phone_id, with supplied default value: 42b6dae4-ef65-4b95-bc48-e50dc2042bf6
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key wyze_phone_system_type, with supplied default value: 2
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key wyze_username, with supplied default value: None
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key wyze_password, with supplied default value: None
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key wyze_access_token, with supplied default value: None
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key wyze_is_secure, with supplied default value: True
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.smartbridge.base.provider] Getting config key wyze_validate_certs, with supplied default value: True
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi] Connected to Wyze account
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi] Starting WyzeApi components
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi] Starting WyzeApi Lights
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi] Starting WyzeApi switches
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi] Starting WyzeApi Sensors
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi] Starting WyzeApi lock
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi] Starting WyzeApi vacuum
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.light] Creating new WyzeApi light component
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Running list_bulbs
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Running get_devices
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.switch] Creating new WyzeApi switch component
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Running list_switches
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Running get_devices
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.binary_sensor] Creating new WyzeApi binary_sensor component
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Running list_contact_sensors
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Running get_devices
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.lock] Creating new WyzeApi Lock component
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Running list_locks
2021-02-24 22:29:43 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Running get_devices
2021-02-24 22:29:43 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] wyze user : 85da7a8030c569b1d0bf2559e08e453b
2021-02-24 22:29:43 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] wyze service : 9319141212m2ik
2021-02-24 22:29:43 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] request
2021-02-24 22:29:43 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] {'user-agent': 'okhttp/4.7.2', 'accept-encoding': 'gzip', 'Accept': '*/*', 'connection': 'keep-alive', 'Content-Length': '453', 'Content-Type': 'application/json'}
2021-02-24 22:29:43 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] sending POST request to https://api.wyzecam.com/app/v2/home_page/get_object_list
2021-02-24 22:29:43 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] response
2021-02-24 22:29:43 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] <Response [200]>
2021-02-24 22:29:43 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] parsed response JSON
2021-02-24 22:29:43 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] {'ts': 1614223783871, 'code': '1', 'msg': '', 'data': {'device_group_list': [{'group_id': 215087, 'group_type_id': 2, 'group_name': 'Lucas Bedroom', 'logo_url': '', 'group_type_logo_url': 'https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device-group/regular/bulb_group.png', 'device_list': [{'device_mac': '2CAA8E32AED2', 'product_model': 'WLPA19'}, {'device_mac': '2CAA8E3301F5', 'product_model': 'WLPA19'}, {'device_mac': '2CAA8E329264', 'product_model': 'WLPA19'}]}, {'group_id': 464929, 'group_type_id': 2, 'group_name': 'Master Bedroom', 'logo_url': '', 'group_type_logo_url': 'https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device-group/regular/bulb_group.png', 'device_list': [{'device_mac': '2CAA8E55E5DE', 'product_model': 'WLPA19'}, {'device_mac': '2CAA8E5EA9A5', 'product_model': 'WLPA19'}, {'device_mac': '2CAA8E55BB29', 'product_model': 'WLPA19'}]}], 'device_list': [{'mac': 'JA_RO2_7C78B20A976E', 'first_activation_ts': 1610579896000, 'first_binding_ts': 1610579896000, 'enr': '', 'nickname': 'Better Rosie', 'timezone_name': 'America/New_York', 'product_model': 'JA_RO2', 'product_model_logo_url': '', 'product_type': 'JA_RO2', 'hardware_ver': '0.0.0.0', 'firmware_ver': '1.6.55', 'user_role': 1, 'binding_user_nickname': 'lucaspmagno@gmail.com', 'conn_state': 1, 'conn_state_ts': 0, 'push_switch': 1, 'device_params': {}, 'is_in_auto': 0, 'event_master_switch': 1, 'parent_device_mac': '', 'parent_device_enr': '', 'binding_ts': 1610579896000, 'timezone_gmt_offset': -5.0}, {'mac': '2CAA8E5EA9A5', 'first_activation_ts': 1589089574000, 'first_binding_ts': 1589089574000, 'enr': 'VbNwJWmtR9W/cwIW', 'nickname': 'Master Bedroom 2', 'timezone_name': 'America/New_York', 'product_model': 'WLPA19', 'product_model_logo_url': 'https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device/small/wyze_icon_device_bulb.png', 'product_type': 'Light', 'hardware_ver': '0.0.0.0', 'firmware_ver': '1.2.0.273', 'user_role': 1, 'binding_user_nickname': 'lucaspmagno@gmail.com', 'conn_state': 0, 'conn_state_ts': 1614222179692, 'push_switch': 1, 'device_params': {'switch_state': 1, 'ssid': 'Undefined v2.4', 'ip': '10.20.20.253', 'rssi': '-65'}, 'is_in_auto': 0, 'event_master_switch': 1, 'parent_device_mac': '', 'parent_device_enr': '', 'binding_ts': 1602803743000, 'timezone_gmt_offset': -5.0}, {'mac': '2CAA8E3345F7', 'first_activation_ts': 1571583995000, 'first_binding_ts': 1571583995000, 'enr': 'LwG+uXkvw/HH6kwi', 'nickname': 'Lucas Nightstand', 'timezone_name': 'America/New_York', 'product_model': 'WLPA19', 'product_model_logo_url': 'https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device/small/wyze_icon_device_bulb.png', 'product_type': 'Light', 'hardware_ver': '0.0.0.0', 'firmware_ver': '1.2.0.273', 'user_role': 1, 'binding_user_nickname': 'lucaspmagno@gmail.com', 'conn_state': 0, 'conn_state_ts': 1614159802310, 'push_switch': 1, 'device_params': {'switch_state': 1, 'ssid': 'Undefined v2.4', 'ip': '10.20.0.8', 'rssi': '-53'}, 'is_in_auto': 0, 'event_master_switch': 1, 'parent_device_mac': '', 'parent_device_enr': '', 'binding_ts': 1596336684000, 'timezone_gmt_offset': -5.0}, {'mac': '2CAA8E55F3A9', 'first_activation_ts': 1589089970000, 'first_binding_ts': 1589089970000, 'enr': 'QTxU8ofjcWkT6icR', 'nickname': 'Mauren Bedside Lamp', 'timezone_name': 'America/New_York', 'product_model': 'WLPA19', 'product_model_logo_url': 'https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device/small/wyze_icon_device_bulb.png', 'product_type': 'Light', 'hardware_ver': '0.0.0.0', 'firmware_ver': '1.2.0.273', 'user_role': 2, 'binding_user_nickname': 'maurenfreire@icloud.com', 'conn_state': 1, 'conn_state_ts': 1613545094777, 'push_switch': 1, 'device_params': {'switch_state': 0, 'ssid': 'Undefined v2.4', 'ip': '10.20.20.246', 'rssi': '-64'}, 'is_in_auto': 0, 'event_master_switch': 1, 'parent_device_mac': '', 'parent_device_enr': '', 'binding_ts': 1591756245000, 'timezone_gmt_offset': -5.0}, {'mac': '2CAA8E55E5DE', 'first_activation_ts': 1589089734000, 'first_binding_ts': 1589089734000, 'enr': 'rdQH7T2RRFKbcd//', 'nickname': 'Master Bedroom 3', 'timezone_name': 'America/New_York', 'product_model': 'WLPA19', 'product_model_logo_url': 'https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device/small/wyze_icon_device_bulb.png', 'product_type': 'Light', 'hardware_ver': '0.0.0.0', 'firmware_ver': '1.2.0.273', 'user_role': 1, 'binding_user_nickname': 'lucaspmagno@gmail.com', 'conn_state': 0, 'conn_state_ts': 1614222168935, 'push_switch': 1, 'device_params': {'switch_state': 1, 'ssid': 'Undefined v2.4', 'ip': '10.20.20.251', 'rssi': '-72'}, 'is_in_auto': 0, 'event_master_switch': 1, 'parent_device_mac': '', 'parent_device_enr': '', 'binding_ts': 1589089734000, 'timezone_gmt_offset': -5.0}, {'mac': '2CAA8E55BB29', 'first_activation_ts': 1589088783000, 'first_binding_ts': 1589088783000, 'enr': 'hAeBtfo3ZdhiyasS', 'nickname': 'Master Bedroom 1', 'timezone_name': 'America/New_York', 'product_model': 'WLPA19', 'product_model_logo_url': 'https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device/small/wyze_icon_device_bulb.png', 'product_type': 'Light', 'hardware_ver': '0.0.0.0', 'firmware_ver': '1.2.0.273', 'user_role': 1, 'binding_user_nickname': 'lucaspmagno@gmail.com', 'conn_state': 0, 'conn_state_ts': 1614222215910, 'push_switch': 1, 'device_params': {'switch_state': 1, 'ssid': 'Undefined v2.4', 'ip': '10.20.20.247', 'rssi': '-65'}, 'is_in_auto': 0, 'event_master_switch': 1, 'parent_device_mac': '', 'parent_device_enr': '', 'binding_ts': 1589088783000, 'timezone_gmt_offset': -5.0}, {'mac': '2CAA8E32AED2', 'first_activation_ts': 1571174520000, 'first_binding_ts': 1571174520000, 'enr': 'pYmiO+wIOg6eQTD5', 'nickname': 'Lucas Bedroom 3', 'timezone_name': 'America/New_York', 'product_model': 'WLPA19', 'product_model_logo_url': 'https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device/small/wyze_icon_device_bulb.png', 'product_type': 'Light', 'hardware_ver': '0.0.0.0', 'firmware_ver': '1.2.0.273', 'user_role': 1, 'binding_user_nickname': 'lucaspmagno@gmail.com', 'conn_state': 1, 'conn_state_ts': 1613519874020, 'push_switch': 1, 'device_params': {'switch_state': 0, 'ssid': 'Undefined v2.4', 'ip': '10.20.20.254', 'rssi': '-45'}, 'is_in_auto': 0, 'event_master_switch': 1, 'parent_device_mac': '', 'parent_device_enr': '', 'binding_ts': 1571174520000, 'timezone_gmt_offset': -5.0}, {'mac': '2CAA8E3301F5', 'first_activation_ts': 1571174414000, 'first_binding_ts': 1571174414000, 'enr': 'meSIYv54m+IZ4G7B', 'nickname': 'Lucas Bedroom 2', 'timezone_name': 'America/New_York', 'product_model': 'WLPA19', 'product_model_logo_url': 'https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device/small/wyze_icon_device_bulb.png', 'product_type': 'Light', 'hardware_ver': '0.0.0.0', 'firmware_ver': '1.2.0.273', 'user_role': 1, 'binding_user_nickname': 'lucaspmagno@gmail.com', 'conn_state': 1, 'conn_state_ts': 1613519874565, 'push_switch': 1, 'device_params': {'switch_state': 0, 'ssid': 'Undefined v2.4', 'ip': '10.20.20.252', 'rssi': '-53'}, 'is_in_auto': 0, 'event_master_switch': 1, 'parent_device_mac': '', 'parent_device_enr': '', 'binding_ts': 1571174414000, 'timezone_gmt_offset': -5.0}, {'mac': '2CAA8E329264', 'first_activation_ts': 1571173824000, 'first_binding_ts': 1571173824000, 'enr': 'RoIswwD7kyavsE4b', 'nickname': "Lucas' Bedroom", 'timezone_name': 'America/New_York', 'product_model': 'WLPA19', 'product_model_logo_url': 'https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device/small/wyze_icon_device_bulb.png', 'product_type': 'Light', 'hardware_ver': '0.0.0.0', 'firmware_ver': '1.2.0.273', 'user_role': 1, 'binding_user_nickname': 'lucaspmagno@gmail.com', 'conn_state': 1, 'conn_state_ts': 1613519873420, 'push_switch': 1, 'device_params': {'switch_state': 0, 'ssid': 'Undefined v2.4', 'ip': '10.20.20.255', 'rssi': '-40'}, 'is_in_auto': 0, 'event_master_switch': 1, 'parent_device_mac': '', 'parent_device_enr': '', 'binding_ts': 1571173824000, 'timezone_gmt_offset': -5.0}], 'device_sort_list': [{'mac': '464929'}, {'mac': '2CAA8E55E5DE'}, {'mac': '2CAA8E5EA9A5'}, {'mac': '2CAA8E55BB29'}, {'mac': '215087'}, {'mac': '2CAA8E32AED2'}, {'mac': '2CAA8E3301F5'}, {'mac': '2CAA8E329264'}]}}
2021-02-24 22:29:43 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] request
2021-02-24 22:29:43 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] {'user-agent': 'okhttp/4.7.2', 'accept-encoding': 'gzip', 'Accept': '*/*', 'connection': 'keep-alive', 'Content-Length': '453', 'Content-Type': 'application/json'}
2021-02-24 22:29:43 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] sending POST request to https://api.wyzecam.com/app/v2/home_page/get_object_list
2021-02-24 22:29:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Running list_motion_sensors
2021-02-24 22:29:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Running get_devices
2021-02-24 22:29:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 2
2021-02-24 22:29:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 2
2021-02-24 22:29:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Nightstand
2021-02-24 22:29:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Nightstand
2021-02-24 22:29:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Mauren Bedside Lamp
2021-02-24 22:29:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Mauren Bedside Lamp
2021-02-24 22:29:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 3
2021-02-24 22:29:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 3
2021-02-24 22:29:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 1
2021-02-24 22:29:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 1
2021-02-24 22:29:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 3
2021-02-24 22:29:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 3
2021-02-24 22:29:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 2
2021-02-24 22:29:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 2
2021-02-24 22:29:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas' Bedroom
2021-02-24 22:29:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas' Bedroom
2021-02-24 22:29:44 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] response
2021-02-24 22:29:44 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] <Response [200]>
2021-02-24 22:29:44 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] parsed response JSON
2021-02-24 22:29:44 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] {'ts': 1614223784517, 'code': '1', 'msg': '', 'data': {'device_group_list': [{'group_id': 215087, 'group_type_id': 2, 'group_name': 'Lucas Bedroom', 'logo_url': '', 'group_type_logo_url': 'https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device-group/regular/bulb_group.png', 'device_list': [{'device_mac': '2CAA8E32AED2', 'product_model': 'WLPA19'}, {'device_mac': '2CAA8E3301F5', 'product_model': 'WLPA19'}, {'device_mac': '2CAA8E329264', 'product_model': 'WLPA19'}]}, {'group_id': 464929, 'group_type_id': 2, 'group_name': 'Master Bedroom', 'logo_url': '', 'group_type_logo_url': 'https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device-group/regular/bulb_group.png', 'device_list': [{'device_mac': '2CAA8E55E5DE', 'product_model': 'WLPA19'}, {'device_mac': '2CAA8E5EA9A5', 'product_model': 'WLPA19'}, {'device_mac': '2CAA8E55BB29', 'product_model': 'WLPA19'}]}], 'device_list': [{'mac': 'JA_RO2_7C78B20A976E', 'first_activation_ts': 1610579896000, 'first_binding_ts': 1610579896000, 'enr': '', 'nickname': 'Better Rosie', 'timezone_name': 'America/New_York', 'product_model': 'JA_RO2', 'product_model_logo_url': '', 'product_type': 'JA_RO2', 'hardware_ver': '0.0.0.0', 'firmware_ver': '1.6.55', 'user_role': 1, 'binding_user_nickname': 'lucaspmagno@gmail.com', 'conn_state': 1, 'conn_state_ts': 0, 'push_switch': 1, 'device_params': {}, 'is_in_auto': 0, 'event_master_switch': 1, 'parent_device_mac': '', 'parent_device_enr': '', 'binding_ts': 1610579896000, 'timezone_gmt_offset': -5.0}, {'mac': '2CAA8E5EA9A5', 'first_activation_ts': 1589089574000, 'first_binding_ts': 1589089574000, 'enr': 'VbNwJWmtR9W/cwIW', 'nickname': 'Master Bedroom 2', 'timezone_name': 'America/New_York', 'product_model': 'WLPA19', 'product_model_logo_url': 'https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device/small/wyze_icon_device_bulb.png', 'product_type': 'Light', 'hardware_ver': '0.0.0.0', 'firmware_ver': '1.2.0.273', 'user_role': 1, 'binding_user_nickname': 'lucaspmagno@gmail.com', 'conn_state': 0, 'conn_state_ts': 1614222179692, 'push_switch': 1, 'device_params': {'switch_state': 1, 'ssid': 'Undefined v2.4', 'ip': '10.20.20.253', 'rssi': '-65'}, 'is_in_auto': 0, 'event_master_switch': 1, 'parent_device_mac': '', 'parent_device_enr': '', 'binding_ts': 1602803743000, 'timezone_gmt_offset': -5.0}, {'mac': '2CAA8E3345F7', 'first_activation_ts': 1571583995000, 'first_binding_ts': 1571583995000, 'enr': 'LwG+uXkvw/HH6kwi', 'nickname': 'Lucas Nightstand', 'timezone_name': 'America/New_York', 'product_model': 'WLPA19', 'product_model_logo_url': 'https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device/small/wyze_icon_device_bulb.png', 'product_type': 'Light', 'hardware_ver': '0.0.0.0', 'firmware_ver': '1.2.0.273', 'user_role': 1, 'binding_user_nickname': 'lucaspmagno@gmail.com', 'conn_state': 0, 'conn_state_ts': 1614159802310, 'push_switch': 1, 'device_params': {'switch_state': 1, 'ssid': 'Undefined v2.4', 'ip': '10.20.0.8', 'rssi': '-53'}, 'is_in_auto': 0, 'event_master_switch': 1, 'parent_device_mac': '', 'parent_device_enr': '', 'binding_ts': 1596336684000, 'timezone_gmt_offset': -5.0}, {'mac': '2CAA8E55F3A9', 'first_activation_ts': 1589089970000, 'first_binding_ts': 1589089970000, 'enr': 'QTxU8ofjcWkT6icR', 'nickname': 'Mauren Bedside Lamp', 'timezone_name': 'America/New_York', 'product_model': 'WLPA19', 'product_model_logo_url': 'https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device/small/wyze_icon_device_bulb.png', 'product_type': 'Light', 'hardware_ver': '0.0.0.0', 'firmware_ver': '1.2.0.273', 'user_role': 2, 'binding_user_nickname': 'maurenfreire@icloud.com', 'conn_state': 1, 'conn_state_ts': 1613545094777, 'push_switch': 1, 'device_params': {'switch_state': 0, 'ssid': 'Undefined v2.4', 'ip': '10.20.20.246', 'rssi': '-64'}, 'is_in_auto': 0, 'event_master_switch': 1, 'parent_device_mac': '', 'parent_device_enr': '', 'binding_ts': 1591756245000, 'timezone_gmt_offset': -5.0}, {'mac': '2CAA8E55E5DE', 'first_activation_ts': 1589089734000, 'first_binding_ts': 1589089734000, 'enr': 'rdQH7T2RRFKbcd//', 'nickname': 'Master Bedroom 3', 'timezone_name': 'America/New_York', 'product_model': 'WLPA19', 'product_model_logo_url': 'https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device/small/wyze_icon_device_bulb.png', 'product_type': 'Light', 'hardware_ver': '0.0.0.0', 'firmware_ver': '1.2.0.273', 'user_role': 1, 'binding_user_nickname': 'lucaspmagno@gmail.com', 'conn_state': 0, 'conn_state_ts': 1614222168935, 'push_switch': 1, 'device_params': {'switch_state': 1, 'ssid': 'Undefined v2.4', 'ip': '10.20.20.251', 'rssi': '-72'}, 'is_in_auto': 0, 'event_master_switch': 1, 'parent_device_mac': '', 'parent_device_enr': '', 'binding_ts': 1589089734000, 'timezone_gmt_offset': -5.0}, {'mac': '2CAA8E55BB29', 'first_activation_ts': 1589088783000, 'first_binding_ts': 1589088783000, 'enr': 'hAeBtfo3ZdhiyasS', 'nickname': 'Master Bedroom 1', 'timezone_name': 'America/New_York', 'product_model': 'WLPA19', 'product_model_logo_url': 'https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device/small/wyze_icon_device_bulb.png', 'product_type': 'Light', 'hardware_ver': '0.0.0.0', 'firmware_ver': '1.2.0.273', 'user_role': 1, 'binding_user_nickname': 'lucaspmagno@gmail.com', 'conn_state': 0, 'conn_state_ts': 1614222215910, 'push_switch': 1, 'device_params': {'switch_state': 1, 'ssid': 'Undefined v2.4', 'ip': '10.20.20.247', 'rssi': '-65'}, 'is_in_auto': 0, 'event_master_switch': 1, 'parent_device_mac': '', 'parent_device_enr': '', 'binding_ts': 1589088783000, 'timezone_gmt_offset': -5.0}, {'mac': '2CAA8E32AED2', 'first_activation_ts': 1571174520000, 'first_binding_ts': 1571174520000, 'enr': 'pYmiO+wIOg6eQTD5', 'nickname': 'Lucas Bedroom 3', 'timezone_name': 'America/New_York', 'product_model': 'WLPA19', 'product_model_logo_url': 'https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device/small/wyze_icon_device_bulb.png', 'product_type': 'Light', 'hardware_ver': '0.0.0.0', 'firmware_ver': '1.2.0.273', 'user_role': 1, 'binding_user_nickname': 'lucaspmagno@gmail.com', 'conn_state': 1, 'conn_state_ts': 1613519874020, 'push_switch': 1, 'device_params': {'switch_state': 0, 'ssid': 'Undefined v2.4', 'ip': '10.20.20.254', 'rssi': '-45'}, 'is_in_auto': 0, 'event_master_switch': 1, 'parent_device_mac': '', 'parent_device_enr': '', 'binding_ts': 1571174520000, 'timezone_gmt_offset': -5.0}, {'mac': '2CAA8E3301F5', 'first_activation_ts': 1571174414000, 'first_binding_ts': 1571174414000, 'enr': 'meSIYv54m+IZ4G7B', 'nickname': 'Lucas Bedroom 2', 'timezone_name': 'America/New_York', 'product_model': 'WLPA19', 'product_model_logo_url': 'https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device/small/wyze_icon_device_bulb.png', 'product_type': 'Light', 'hardware_ver': '0.0.0.0', 'firmware_ver': '1.2.0.273', 'user_role': 1, 'binding_user_nickname': 'lucaspmagno@gmail.com', 'conn_state': 1, 'conn_state_ts': 1613519874565, 'push_switch': 1, 'device_params': {'switch_state': 0, 'ssid': 'Undefined v2.4', 'ip': '10.20.20.252', 'rssi': '-53'}, 'is_in_auto': 0, 'event_master_switch': 1, 'parent_device_mac': '', 'parent_device_enr': '', 'binding_ts': 1571174414000, 'timezone_gmt_offset': -5.0}, {'mac': '2CAA8E329264', 'first_activation_ts': 1571173824000, 'first_binding_ts': 1571173824000, 'enr': 'RoIswwD7kyavsE4b', 'nickname': "Lucas' Bedroom", 'timezone_name': 'America/New_York', 'product_model': 'WLPA19', 'product_model_logo_url': 'https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device/small/wyze_icon_device_bulb.png', 'product_type': 'Light', 'hardware_ver': '0.0.0.0', 'firmware_ver': '1.2.0.273', 'user_role': 1, 'binding_user_nickname': 'lucaspmagno@gmail.com', 'conn_state': 1, 'conn_state_ts': 1613519873420, 'push_switch': 1, 'device_params': {'switch_state': 0, 'ssid': 'Undefined v2.4', 'ip': '10.20.20.255', 'rssi': '-40'}, 'is_in_auto': 0, 'event_master_switch': 1, 'parent_device_mac': '', 'parent_device_enr': '', 'binding_ts': 1571173824000, 'timezone_gmt_offset': -5.0}], 'device_sort_list': [{'mac': '464929'}, {'mac': '2CAA8E55E5DE'}, {'mac': '2CAA8E5EA9A5'}, {'mac': '2CAA8E55BB29'}, {'mac': '215087'}, {'mac': '2CAA8E32AED2'}, {'mac': '2CAA8E3301F5'}, {'mac': '2CAA8E329264'}]}}
2021-02-24 22:29:44 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] wyze service : venp_4c30f812828de875
2021-02-24 22:29:44 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] request
2021-02-24 22:29:44 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] {'user-agent': 'okhttp/4.7.2', 'accept-encoding': 'gzip', 'Accept': '*/*', 'Connection': 'keep-alive', 'appid': 'venp_4c30f812828de875', 'appinfo': 'wyze_android_2.16.55', 'phoneid': 'f411060f-7b20-40ce-9819-dc4c722a6341', 'access_token': 'lvtx.Vq1JTw6h+jYktGQckP743DoVPgdSnC68E4WK/fUJsEBPsIw668wGdmQTiR4phO+ODoZiAhnite8a+8QTC8Hf1DFz2v/AZnx5XJOatXFTYIUfyyPnAu7nkdPnJNo81liZRsEyTZzzYBUmL7XoY2amwyqTUyIXqyEEoUqW49vK7yi+ddQgif1IG/hr5TiEvdjvRuj2fw==', 'requestid': 'ca7ab625399410bef32a90b18003e0f1', 'signature2': '76bc99d3fc5bc98de8f88dab259720de'}
2021-02-24 22:29:44 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] sending GET request to https://wyze-venus-service-vn.wyzecam.com/plugin/venus/get_iot_prop?did=JA_RO2_7C78B20A976E&keys=iot_state%2Cbattary%2Cmode%2CchargeState%2CcleanSize%2CcleanTime%2Cfault_type%2Cfault_code%2Ccurrent_mapid%2Ccount%2Ccleanlevel%2Cnotice_save_map%2Cmemory_map_update_time&nonce=1614223784532
2021-02-24 22:29:45 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] response
2021-02-24 22:29:45 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] <Response [200]>
2021-02-24 22:29:45 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] parsed response JSON
2021-02-24 22:29:45 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] {'code': 1, 'current': 1, 'data': {'did': 'JA_RO2_7C78B20A976E', 'is_online_send': False, 'is_sub_device': False, 'is_update_shadow': False, 'model': 'JA_RO2', 'parent_did': None, 'parent_model': None, 'props': {'mode': 0, 'cleanTime': 53, 'chargeState': 1, 'cleanlevel': 3, 'count': 1614183096996, 'battary': 100, 'notice_save_map': False, 'memory_map_update_time': 1614175279000, 'cleanSize': 3828, 'fault_code': 2105, 'iot_state': 'connected'}}, 'hash': '1', 'instance_id': 'ca7ab625399410bef32a90b18003e0f1', 'message': 'Success', 'total': 1, 'version': 1}
2021-02-24 22:29:45 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] request
2021-02-24 22:29:45 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] {'user-agent': 'okhttp/4.7.2', 'accept-encoding': 'gzip', 'Accept': '*/*', 'Connection': 'keep-alive', 'appid': 'venp_4c30f812828de875', 'appinfo': 'wyze_android_2.16.55', 'phoneid': 'f411060f-7b20-40ce-9819-dc4c722a6341', 'access_token': 'lvtx.Vq1JTw6h+jYktGQckP743DoVPgdSnC68E4WK/fUJsEBPsIw668wGdmQTiR4phO+ODoZiAhnite8a+8QTC8Hf1DFz2v/AZnx5XJOatXFTYIUfyyPnAu7nkdPnJNo81liZRsEyTZzzYBUmL7XoY2amwyqTUyIXqyEEoUqW49vK7yi+ddQgif1IG/hr5TiEvdjvRuj2fw==', 'requestid': '04f161146b583345da5eecead4a89dcc', 'signature2': '30d9188ba042b311329af401f7fbc007'}
2021-02-24 22:29:45 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] sending GET request to https://wyze-venus-service-vn.wyzecam.com/plugin/venus/device_info?device_id=JA_RO2_7C78B20A976E&keys=mac%2Cipaddr%2Cdevice_type%2Cmcu_sys_version&nonce=1614223785097
2021-02-24 22:29:45 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] response
2021-02-24 22:29:45 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] <Response [200]>
2021-02-24 22:29:45 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] parsed response JSON
2021-02-24 22:29:45 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] {'code': 1, 'current': 1, 'data': {'deviceId': 'JA_RO2_7C78B20A976E', 'settings': {'mcu_sys_version': '1.6.97', 'device_type': '200S', 'ipaddr': '10.10.0.2', 'mac': '7c78b20a976e'}}, 'hash': '1', 'instance_id': '04f161146b583345da5eecead4a89dcc', 'message': 'Success', 'total': 1, 'version': 1}
2021-02-24 22:29:45 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] request
2021-02-24 22:29:45 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] {'user-agent': 'okhttp/4.7.2', 'accept-encoding': 'gzip', 'Accept': '*/*', 'Connection': 'keep-alive', 'appid': 'venp_4c30f812828de875', 'appinfo': 'wyze_android_2.16.55', 'phoneid': 'f411060f-7b20-40ce-9819-dc4c722a6341', 'access_token': 'lvtx.Vq1JTw6h+jYktGQckP743DoVPgdSnC68E4WK/fUJsEBPsIw668wGdmQTiR4phO+ODoZiAhnite8a+8QTC8Hf1DFz2v/AZnx5XJOatXFTYIUfyyPnAu7nkdPnJNo81liZRsEyTZzzYBUmL7XoY2amwyqTUyIXqyEEoUqW49vK7yi+ddQgif1IG/hr5TiEvdjvRuj2fw==', 'requestid': '7e124587cc3c3f11e222abf0e0507d1b', 'signature2': '5b82d506922e844125de43be1d0708a9'}
2021-02-24 22:29:45 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] sending GET request to https://wyze-venus-service-vn.wyzecam.com/plugin/venus/memory_map/current_position?did=JA_RO2_7C78B20A976E&nonce=1614223785518
2021-02-24 22:29:45 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] response
2021-02-24 22:29:45 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] <Response [200]>
2021-02-24 22:29:45 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] parsed response JSON
2021-02-24 22:29:45 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] {'code': 1, 'current': 0, 'data': None, 'hash': '1', 'instance_id': '7e124587cc3c3f11e222abf0e0507d1b', 'message': 'Success', 'total': 0, 'version': 1}
2021-02-24 22:29:45 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] request
2021-02-24 22:29:45 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] {'user-agent': 'okhttp/4.7.2', 'accept-encoding': 'gzip', 'Accept': '*/*', 'Connection': 'keep-alive', 'appid': 'venp_4c30f812828de875', 'appinfo': 'wyze_android_2.16.55', 'phoneid': 'f411060f-7b20-40ce-9819-dc4c722a6341', 'access_token': 'lvtx.Vq1JTw6h+jYktGQckP743DoVPgdSnC68E4WK/fUJsEBPsIw668wGdmQTiR4phO+ODoZiAhnite8a+8QTC8Hf1DFz2v/AZnx5XJOatXFTYIUfyyPnAu7nkdPnJNo81liZRsEyTZzzYBUmL7XoY2amwyqTUyIXqyEEoUqW49vK7yi+ddQgif1IG/hr5TiEvdjvRuj2fw==', 'requestid': '4285fba8c365705bfee5838e0016b6ab', 'signature2': 'f943854dffb6d1598114265b689678ad'}
2021-02-24 22:29:45 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] sending GET request to https://wyze-venus-service-vn.wyzecam.com/plugin/venus/memory_map/current_map?did=JA_RO2_7C78B20A976E&nonce=1614223785944
2021-02-24 22:29:46 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] response
2021-02-24 22:29:46 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] <Response [200]>
2021-02-24 22:29:46 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] parsed response JSON
2021-02-24 22:29:46 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] {'code': 1, 'current': 1, 'data': {'createTime': 1610581349351, 'map': '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', 'mapId': 1608766926, 'mapName': 'Map1', 'updateTime': 1614175283040}, 'hash': '1', 'instance_id': '4285fba8c365705bfee5838e0016b6ab', 'message': 'Success', 'total': 1, 'version': 1}
2021-02-24 22:29:46 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] returning vacuum data
2021-02-24 22:29:46 DEBUG (SyncWorker_3) [custom_components.wyzeapi.smartbridge.providers.wyze.client] {'mac': 'JA_RO2_7C78B20A976E', 'first_activation_ts': 1610579896000, 'first_binding_ts': 1610579896000, 'enr': '', 'nickname': 'Better Rosie', 'timezone_name': 'America/New_York', 'product_model': 'JA_RO2', 'product_model_logo_url': '', 'product_type': 'JA_RO2', 'hardware_ver': '0.0.0.0', 'firmware_ver': '1.6.55', 'user_role': 1, 'binding_user_nickname': 'lucaspmagno@gmail.com', 'conn_state': 1, 'conn_state_ts': 0, 'push_switch': 1, 'device_params': {}, 'is_in_auto': 0, 'event_master_switch': 1, 'parent_device_mac': '', 'parent_device_enr': '', 'binding_ts': 1610579896000, 'timezone_gmt_offset': -5.0, 'did': 'JA_RO2_7C78B20A976E', 'is_online_send': False, 'is_sub_device': False, 'is_update_shadow': False, 'model': 'JA_RO2', 'parent_did': None, 'parent_model': None, 'props': {'mode': 0, 'cleanTime': 53, 'chargeState': 1, 'cleanlevel': 3, 'count': 1614183096996, 'battary': 100, 'notice_save_map': False, 'memory_map_update_time': 1614175279000, 'cleanSize': 3828, 'fault_code': 2105, 'iot_state': 'connected'}, 'deviceId': 'JA_RO2_7C78B20A976E', 'settings': {'mcu_sys_version': '1.6.97', 'device_type': '200S', 'ipaddr': '10.10.0.2', 'mac': '7c78b20a976e'}, 'current_map': {'createTime': 1610581349351, 'map': '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', 'mapId': 1608766926, 'mapName': 'Map1', 'updateTime': 1614175283040}}
2021-02-24 22:29:46 DEBUG (SyncWorker_3) [custom_components.wyzeapi.vacuum] Adding Wyze Vacuums to Home Assistant: [<Entity None: off>]
2021-02-24 22:29:47 ERROR (MainThread) [homeassistant.components.brother] Error fetching brother data: Bad IPv4/UDP transport address BRWD81265078507.local@161: [Errno -2] Name does not resolvecaused by <class 'socket.gaierror'>: [Errno -2] Name does not resolve
2021-02-24 22:29:47 WARNING (MainThread) [homeassistant.config_entries] Config entry 'HL-L3270CDW U65176F0N446007' for brother integration not ready yet. Retrying in 10 seconds
2021-02-24 22:29:48 WARNING (Recorder) [homeassistant.components.recorder] State is not JSON serializable: <state vacuum.unnamed_device=off; fan_speed_list=1=VacuumSuction.QUIET, 2=VacuumSuction.STANDARD, 3=VacuumSuction.STRONG, battery_level=None, battery_icon=mdi:battery-unknown, fan_speed=None, status=None, supported_features=251 @ 2021-02-24T22:29:46.374777-05:00>
2021-02-24 22:29:57 ERROR (MainThread) [homeassistant.components.brother] Error fetching brother data: Bad IPv4/UDP transport address BRWD81265078507.local@161: [Errno -2] Name does not resolvecaused by <class 'socket.gaierror'>: [Errno -2] Name does not resolve
2021-02-24 22:29:57 WARNING (MainThread) [homeassistant.config_entries] Config entry 'HL-L3270CDW U65176F0N446007' for brother integration not ready yet. Retrying in 20 seconds
2021-02-24 22:30:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 1
2021-02-24 22:30:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 1
2021-02-24 22:30:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Nightstand
2021-02-24 22:30:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Nightstand
2021-02-24 22:30:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 2
2021-02-24 22:30:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 2
2021-02-24 22:30:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 3
2021-02-24 22:30:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 3
2021-02-24 22:30:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas' Bedroom
2021-02-24 22:30:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas' Bedroom
2021-02-24 22:30:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 3
2021-02-24 22:30:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 3
2021-02-24 22:30:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Mauren Bedside Lamp
2021-02-24 22:30:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Mauren Bedside Lamp
2021-02-24 22:30:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 2
2021-02-24 22:30:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 2
2021-02-24 22:30:17 ERROR (MainThread) [homeassistant.components.brother] Error fetching brother data: Bad IPv4/UDP transport address BRWD81265078507.local@161: [Errno -2] Name does not resolvecaused by <class 'socket.gaierror'>: [Errno -2] Name does not resolve
2021-02-24 22:30:17 WARNING (MainThread) [homeassistant.config_entries] Config entry 'HL-L3270CDW U65176F0N446007' for brother integration not ready yet. Retrying in 40 seconds
2021-02-24 22:30:42 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:reportStateAndNotification failed: 403
2021-02-24 22:30:43 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:reportStateAndNotification failed: 403
2021-02-24 22:30:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 1
2021-02-24 22:30:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 1
2021-02-24 22:30:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Nightstand
2021-02-24 22:30:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Nightstand
2021-02-24 22:30:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 2
2021-02-24 22:30:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 2
2021-02-24 22:30:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 3
2021-02-24 22:30:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 3
2021-02-24 22:30:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas' Bedroom
2021-02-24 22:30:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas' Bedroom
2021-02-24 22:30:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 3
2021-02-24 22:30:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 3
2021-02-24 22:30:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Mauren Bedside Lamp
2021-02-24 22:30:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Mauren Bedside Lamp
2021-02-24 22:30:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 2
2021-02-24 22:30:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 2
2021-02-24 22:30:49 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:reportStateAndNotification failed: 403
2021-02-24 22:30:57 ERROR (MainThread) [homeassistant.components.brother] Error fetching brother data: Bad IPv4/UDP transport address BRWD81265078507.local@161: [Errno -2] Name does not resolvecaused by <class 'socket.gaierror'>: [Errno -2] Name does not resolve
2021-02-24 22:30:57 WARNING (MainThread) [homeassistant.config_entries] Config entry 'HL-L3270CDW U65176F0N446007' for brother integration not ready yet. Retrying in 80 seconds
2021-02-24 22:31:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 1
2021-02-24 22:31:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 1
2021-02-24 22:31:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Nightstand
2021-02-24 22:31:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Nightstand
2021-02-24 22:31:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 2
2021-02-24 22:31:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 2
2021-02-24 22:31:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 3
2021-02-24 22:31:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 3
2021-02-24 22:31:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas' Bedroom
2021-02-24 22:31:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas' Bedroom
2021-02-24 22:31:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 3
2021-02-24 22:31:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 3
2021-02-24 22:31:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Mauren Bedside Lamp
2021-02-24 22:31:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Mauren Bedside Lamp
2021-02-24 22:31:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 2
2021-02-24 22:31:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 2
2021-02-24 22:31:19 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:reportStateAndNotification failed: 403
2021-02-24 22:31:43 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:reportStateAndNotification failed: 403
2021-02-24 22:31:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 1
2021-02-24 22:31:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 1
2021-02-24 22:31:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Nightstand
2021-02-24 22:31:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Nightstand
2021-02-24 22:31:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 2
2021-02-24 22:31:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 2
2021-02-24 22:31:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 3
2021-02-24 22:31:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 3
2021-02-24 22:31:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas' Bedroom
2021-02-24 22:31:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas' Bedroom
2021-02-24 22:31:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 3
2021-02-24 22:31:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 3
2021-02-24 22:31:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Mauren Bedside Lamp
2021-02-24 22:31:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Mauren Bedside Lamp
2021-02-24 22:31:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 2
2021-02-24 22:31:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 2
2021-02-24 22:31:49 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:reportStateAndNotification failed: 403
2021-02-24 22:32:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 1
2021-02-24 22:32:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 1
2021-02-24 22:32:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Nightstand
2021-02-24 22:32:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Nightstand
2021-02-24 22:32:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 2
2021-02-24 22:32:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 2
2021-02-24 22:32:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 3
2021-02-24 22:32:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 3
2021-02-24 22:32:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas' Bedroom
2021-02-24 22:32:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas' Bedroom
2021-02-24 22:32:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 3
2021-02-24 22:32:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 3
2021-02-24 22:32:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Mauren Bedside Lamp
2021-02-24 22:32:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Mauren Bedside Lamp
2021-02-24 22:32:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 2
2021-02-24 22:32:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 2
2021-02-24 22:32:19 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:reportStateAndNotification failed: 403
2021-02-24 22:32:26 ERROR (MainThread) [homeassistant.components.websocket_api.messages] Unable to serialize to JSON. Bad data found at $.result[210](state: vacuum.unnamed_device).attributes.fan_speed_list.1=VacuumSuction.QUIET(<enum 'VacuumSuction'>, $.result[210](state: vacuum.unnamed_device).attributes.fan_speed_list.2=VacuumSuction.STANDARD(<enum 'VacuumSuction'>, $.result[210](state: vacuum.unnamed_device).attributes.fan_speed_list.3=VacuumSuction.STRONG(<enum 'VacuumSuction'>
2021-02-24 22:32:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 1
2021-02-24 22:32:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 1
2021-02-24 22:32:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Nightstand
2021-02-24 22:32:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Nightstand
2021-02-24 22:32:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 2
2021-02-24 22:32:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 2
2021-02-24 22:32:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 3
2021-02-24 22:32:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 3
2021-02-24 22:32:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas' Bedroom
2021-02-24 22:32:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas' Bedroom
2021-02-24 22:32:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 3
2021-02-24 22:32:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 3
2021-02-24 22:32:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Mauren Bedside Lamp
2021-02-24 22:32:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Mauren Bedside Lamp
2021-02-24 22:32:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 2
2021-02-24 22:32:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 2
2021-02-24 22:32:49 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:reportStateAndNotification failed: 403
2021-02-24 22:33:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 1
2021-02-24 22:33:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 1
2021-02-24 22:33:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Nightstand
2021-02-24 22:33:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Nightstand
2021-02-24 22:33:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 2
2021-02-24 22:33:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 2
2021-02-24 22:33:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 3
2021-02-24 22:33:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 3
2021-02-24 22:33:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas' Bedroom
2021-02-24 22:33:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas' Bedroom
2021-02-24 22:33:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 3
2021-02-24 22:33:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 3
2021-02-24 22:33:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Mauren Bedside Lamp
2021-02-24 22:33:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Mauren Bedside Lamp
2021-02-24 22:33:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 2
2021-02-24 22:33:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 2
2021-02-24 22:33:43 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:reportStateAndNotification failed: 403
2021-02-24 22:33:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 1
2021-02-24 22:33:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 1
2021-02-24 22:33:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Nightstand
2021-02-24 22:33:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Nightstand
2021-02-24 22:33:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 2
2021-02-24 22:33:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 2
2021-02-24 22:33:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 3
2021-02-24 22:33:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 3
2021-02-24 22:33:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas' Bedroom
2021-02-24 22:33:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas' Bedroom
2021-02-24 22:33:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 3
2021-02-24 22:33:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 3
2021-02-24 22:33:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Mauren Bedside Lamp
2021-02-24 22:33:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Mauren Bedside Lamp
2021-02-24 22:33:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 2
2021-02-24 22:33:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 2
2021-02-24 22:33:49 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:reportStateAndNotification failed: 403
2021-02-24 22:34:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 1
2021-02-24 22:34:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 1
2021-02-24 22:34:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Nightstand
2021-02-24 22:34:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Nightstand
2021-02-24 22:34:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 2
2021-02-24 22:34:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 2
2021-02-24 22:34:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 3
2021-02-24 22:34:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 3
2021-02-24 22:34:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas' Bedroom
2021-02-24 22:34:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas' Bedroom
2021-02-24 22:34:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 3
2021-02-24 22:34:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 3
2021-02-24 22:34:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Mauren Bedside Lamp
2021-02-24 22:34:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Mauren Bedside Lamp
2021-02-24 22:34:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 2
2021-02-24 22:34:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 2
2021-02-24 22:34:20 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:reportStateAndNotification failed: 403
2021-02-24 22:34:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 1
2021-02-24 22:34:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 1
2021-02-24 22:34:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Nightstand
2021-02-24 22:34:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Nightstand
2021-02-24 22:34:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 2
2021-02-24 22:34:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 2
2021-02-24 22:34:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 3
2021-02-24 22:34:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 3
2021-02-24 22:34:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas' Bedroom
2021-02-24 22:34:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas' Bedroom
2021-02-24 22:34:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 3
2021-02-24 22:34:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 3
2021-02-24 22:34:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Mauren Bedside Lamp
2021-02-24 22:34:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Mauren Bedside Lamp
2021-02-24 22:34:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 2
2021-02-24 22:34:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 2
2021-02-24 22:34:50 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:reportStateAndNotification failed: 403
2021-02-24 22:35:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 1
2021-02-24 22:35:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 1
2021-02-24 22:35:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Nightstand
2021-02-24 22:35:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Nightstand
2021-02-24 22:35:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 2
2021-02-24 22:35:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 2
2021-02-24 22:35:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 3
2021-02-24 22:35:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 3
2021-02-24 22:35:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas' Bedroom
2021-02-24 22:35:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas' Bedroom
2021-02-24 22:35:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 3
2021-02-24 22:35:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 3
2021-02-24 22:35:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Mauren Bedside Lamp
2021-02-24 22:35:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Mauren Bedside Lamp
2021-02-24 22:35:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 2
2021-02-24 22:35:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 2
2021-02-24 22:35:20 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:reportStateAndNotification failed: 403
2021-02-24 22:35:43 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:reportStateAndNotification failed: 403
2021-02-24 22:35:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 1
2021-02-24 22:35:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 1
2021-02-24 22:35:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Nightstand
2021-02-24 22:35:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Nightstand
2021-02-24 22:35:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 2
2021-02-24 22:35:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 2
2021-02-24 22:35:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 3
2021-02-24 22:35:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 3
2021-02-24 22:35:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas' Bedroom
2021-02-24 22:35:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas' Bedroom
2021-02-24 22:35:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 3
2021-02-24 22:35:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 3
2021-02-24 22:35:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Mauren Bedside Lamp
2021-02-24 22:35:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Mauren Bedside Lamp
2021-02-24 22:35:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 2
2021-02-24 22:35:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 2
2021-02-24 22:36:02 ERROR (MainThread) [homeassistant.components.websocket_api.messages] Unable to serialize to JSON. Bad data found at $.result[210](state: vacuum.unnamed_device).attributes.fan_speed_list.1=VacuumSuction.QUIET(<enum 'VacuumSuction'>, $.result[210](state: vacuum.unnamed_device).attributes.fan_speed_list.2=VacuumSuction.STANDARD(<enum 'VacuumSuction'>, $.result[210](state: vacuum.unnamed_device).attributes.fan_speed_list.3=VacuumSuction.STRONG(<enum 'VacuumSuction'>
2021-02-24 22:36:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 1
2021-02-24 22:36:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 1
2021-02-24 22:36:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Nightstand
2021-02-24 22:36:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Nightstand
2021-02-24 22:36:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 2
2021-02-24 22:36:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 2
2021-02-24 22:36:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 3
2021-02-24 22:36:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 3
2021-02-24 22:36:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas' Bedroom
2021-02-24 22:36:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas' Bedroom
2021-02-24 22:36:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 3
2021-02-24 22:36:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 3
2021-02-24 22:36:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Mauren Bedside Lamp
2021-02-24 22:36:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Mauren Bedside Lamp
2021-02-24 22:36:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 2
2021-02-24 22:36:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 2
2021-02-24 22:36:43 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:reportStateAndNotification failed: 403
2021-02-24 22:36:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 1
2021-02-24 22:36:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 1
2021-02-24 22:36:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Nightstand
2021-02-24 22:36:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Nightstand
2021-02-24 22:36:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 2
2021-02-24 22:36:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 2
2021-02-24 22:36:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 3
2021-02-24 22:36:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 3
2021-02-24 22:36:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas' Bedroom
2021-02-24 22:36:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas' Bedroom
2021-02-24 22:36:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 3
2021-02-24 22:36:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 3
2021-02-24 22:36:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Mauren Bedside Lamp
2021-02-24 22:36:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Mauren Bedside Lamp
2021-02-24 22:36:44 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 2
2021-02-24 22:36:44 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 2
2021-02-24 22:36:49 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:reportStateAndNotification failed: 403
2021-02-24 22:36:53 WARNING (MainThread) [homeassistant.components.webhook] Received message for unregistered webhook 3e06c8a369701ed86ceee06766181c0a718cb4c221fe56e8b639ee2dc1c6135e from 10.10.0.13
2021-02-24 22:37:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 1
2021-02-24 22:37:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 1
2021-02-24 22:37:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Nightstand
2021-02-24 22:37:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Nightstand
2021-02-24 22:37:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 2
2021-02-24 22:37:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 2
2021-02-24 22:37:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 3
2021-02-24 22:37:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 3
2021-02-24 22:37:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas' Bedroom
2021-02-24 22:37:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas' Bedroom
2021-02-24 22:37:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Lucas Bedroom 3
2021-02-24 22:37:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Lucas Bedroom 3
2021-02-24 22:37:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Mauren Bedside Lamp
2021-02-24 22:37:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Mauren Bedside Lamp
2021-02-24 22:37:14 DEBUG (MainThread) [custom_components.wyzeapi.light] Updating Light: Master Bedroom 2
2021-02-24 22:37:14 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Updating: Master Bedroom 2
2021-02-24 22:37:20 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:reportStateAndNotification failed: 403
SecKatie commented 3 years ago

@LucasPMagno thank you for the report! Would you be willing to join a Slack channel so we can iterate through tests more efficiently?

LucasPMagno commented 3 years ago

Sure! Send me an invite.

beardedoffender commented 3 years ago

Just got back home from a trip, updated everything and I believe I have run into this same issue. After the update, webui/app/etc are stuck at the loading data screen, however the backend actually loads.

The only real error in the logs is: Unable to serialize to JSON: Object of type VacuumSuction is not JSON serializable

LucasPMagno commented 3 years ago

In case you haven't figured out how to go back on a stable release, go in the docs folder, delete the wizeapi folder and reboot HA. then reinstall the plugin using the latest stable release and not any of the alpha versions.

esmoyer commented 3 years ago

Nice to see this moving along, great work! Just tried to test the newest alpha; upon restarting HA, my TPLink and ZHA entities all went unavailable. Didn't seem to add my Vacuum nor any Wyze items. Could still work within HA, but if I did a complete browser refresh CTRL + F5, then it get the same "Loading Data". Removed the wyzeapi folder and restarted.

BoredMind commented 3 years ago

I had the same issue. When using this version or the latest alpha I am unable to get HA to even start up.

BoredMind commented 3 years ago

Relaese v0.5.15-vacuum-alpha.9 worked, I was able to boot up, but now I get this error in my logs:


Logger: homeassistant
Source: custom_components/wyzeapi/vacuum.py:48
First occurred: 1:41:08 PM (1 occurrences)
Last logged: 1:41:08 PM

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/discovery.py", line 137, in discovery_platform_listener
    await task
  File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 131, in component_platform_discovered
    await self.async_setup_platform(platform, {}, info)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 220, in async_setup_platform
    platform = await async_prepare_setup_platform(
  File "/usr/src/homeassistant/homeassistant/setup.py", line 298, in async_prepare_setup_platform
    platform = integration.get_platform(domain)
  File "/usr/src/homeassistant/homeassistant/loader.py", line 499, in get_platform
    cache[full_name] = self._import_platform(platform_name)
  File "/usr/src/homeassistant/homeassistant/loader.py", line 504, in _import_platform
    return importlib.import_module(f"{self.pkg_path}.{platform_name}")
  File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/config/custom_components/wyzeapi/vacuum.py", line 47, in <module>
    class HAWyzeVacuum(VacuumEntity):
  File "/config/custom_components/wyzeapi/vacuum.py", line 48, in HAWyzeVacuum
    _fan_speed_list = {VacuumSuction.QUIET[1]: VacuumSuction.QUIET,
TypeError: 'VacuumSuction' object is not subscriptable
esmoyer commented 3 years ago

Was able to get it to load and the entity for the vacuum shows up (just as vacuum.unameddevice unable to rename) but the commands seem to work; starting cleaning, stopping, returning home and suction power. No battery yet; the logs show it grabbing all the vacuums details; Name, IP, SSID, etc. Let me know anything particular that may help.

SecKatie commented 3 years ago

This is actively being worked on. I will be working on getting statuses going next!

esmoyer commented 3 years ago

I figured as much; just wanted to give feedback as I as I wasn't 100% sure what you'd were expecting should be there at this point and what isn't. Let me know if you need any other testing/info! Looking great so far!