GithubHelp home page GithubHelp logo

ha-wyzesense's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ha-wyzesense's Issues

FileNotFound Error - HASS.IO

I'll preface this by saying I barely know what I'm doing with this stuff, but I get by. I got Wyzesense up and running just fine yesterday, sensors put into automations in node red and working normally - this morning, all are now in 'entity not found' status. Removed wyzesense from customcomponents, rebooted them, added them back in and was working fine all day, just stopped working again (no other changes). Error log is below. Any thoughts? I'm loving this integration, but not sure what I need to do to stabilize it.

Running HASSIO .99.2 and current wyzesense on an ubuntu VM on a Windows PC, usb receiver plugged directly into PC.

Wed Sep 25 2019 20:31:51 GMT-0400 (Eastern Daylight Time) Error while setting up platform wyzesense Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 150, in _async_setup_platform await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT) File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for return fut.result() File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/config/custom_components/wyzesense/binary_sensor.py", line 82, in setup_platform ws = beginConn() File "</usr/local/lib/python3.7/site-packages/decorator.py:decorator-gen-2>", line 2, in beginConn File "/usr/local/lib/python3.7/site-packages/retry/api.py", line 74, in retry_decorator logger) File "/usr/local/lib/python3.7/site-packages/retry/api.py", line 33, in __retry_internal return f() File "/config/custom_components/wyzesense/binary_sensor.py", line 80, in beginConn return Open(config[CONF_DEVICE], on_event) File "/config/custom_components/wyzesense/wyzesense_custom.py", line 561, in Open return Dongle(device, event_handler) File "/config/custom_components/wyzesense/wyzesense_custom.py", line 285, in __init__ self.__fd = os.open(device, os.O_RDWR | os.O_NONBLOCK) FileNotFoundError: [Errno 2] No such file or directory: '/dev/hidraw1'

Sensor light is still blue which is weird.

Install on mac os x?

I tried installing this on my mac mini and I don't see the /dev/hidraw* device. Does anyone know the correct usb path on mac?

[Errno 71] Protocol error

About 3 hours after rebooting Home Assistant, I see this in the logs:

2019-10-27 04:43:03 ERROR (Thread-2) [custom_components.wyzesense.wyzesense_custom] [Errno 71] Protocol error

Nothing else before that and nothing after it. The sensors stop reporting after that.

TimeoutError: _DoCommand

I'm running venv HA 0.100.0 on a RPi 3B+ running Stretch.

The odd thing I saw is "4 sensors reported, waiting for each one to report...", as I only have 2 contact and 1 motion sensor. I did have another contact sensor, but was never able to connect so I was sent a replacement.

Here is the log...

2019-10-10 19:06:34 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 do experience issues with Home Assistant.
2019-10-10 19:06:34 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds.
2019-10-10 19:06:34 INFO (MainThread) [homeassistant.setup] Setting up http
2019-10-10 19:06:34 WARNING (MainThread) [homeassistant.components.http.auth] legacy_api_password support has been enabled.
2019-10-10 19:06:34 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.0 seconds.
2019-10-10 19:06:34 INFO (MainThread) [homeassistant.setup] Setting up system_log
2019-10-10 19:06:34 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.0 seconds.
2019-10-10 19:06:34 INFO (MainThread) [homeassistant.setup] Setting up recorder
2019-10-10 19:06:35 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.8 seconds.
2019-10-10 19:06:35 INFO (MainThread) [homeassistant.setup] Setting up ssdp
2019-10-10 19:06:35 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.0 seconds.
2019-10-10 19:06:35 INFO (MainThread) [homeassistant.setup] Setting up met
2019-10-10 19:06:35 INFO (MainThread) [homeassistant.setup] Setup of domain met took 0.0 seconds.
2019-10-10 19:06:35 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for wyzesense which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-10-10 19:06:36 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
2019-10-10 19:06:36 INFO (MainThread) [homeassistant.setup] Setting up lovelace
2019-10-10 19:06:36 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.0 seconds.
2019-10-10 19:06:36 INFO (MainThread) [homeassistant.setup] Setting up hacs
2019-10-10 19:06:36 INFO (MainThread) [hacs] 
-------------------------------------------------------------------
HACS (Home Assistant Community Store)

Version: 0.15.3
This is a custom integration
If you have any issues with this you need to open an issue here:
https://github.com/custom-components/hacs/issues
-------------------------------------------------------------------

2019-10-10 19:06:36 INFO (MainThread) [homeassistant.setup] Setting up sun
2019-10-10 19:06:36 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.1 seconds.
2019-10-10 19:06:36 INFO (MainThread) [homeassistant.setup] Setting up group
2019-10-10 19:06:36 INFO (MainThread) [homeassistant.setup] Setup of domain group took 0.0 seconds.
2019-10-10 19:06:36 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.wyzesense
2019-10-10 19:06:36 DEBUG (SyncWorker_16) [custom_components.wyzesense.binary_sensor] WYZESENSE v0.0.4
2019-10-10 19:06:36 DEBUG (SyncWorker_16) [custom_components.wyzesense.binary_sensor] Attempting to open connection to hub at /dev/hidraw0
2019-10-10 19:06:36 INFO (SyncWorker_5) [homeassistant.loader] Loaded weather from homeassistant.components.weather
2019-10-10 19:06:36 INFO (MainThread) [homeassistant.setup] Setting up webhook
2019-10-10 19:06:36 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds.
2019-10-10 19:06:36 INFO (MainThread) [homeassistant.setup] Setting up auth
2019-10-10 19:06:36 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds.
2019-10-10 19:06:36 DEBUG (SyncWorker_16) [custom_components.wyzesense.wyzesense_custom] Start Inquiry...
2019-10-10 19:06:36 DEBUG (SyncWorker_16) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=4327, Payload=<None>
2019-10-10 19:06:36 DEBUG (SyncWorker_16) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa55430327016c'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa43042801016f'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa43042801016f'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=4328, Payload=b'01'
2019-10-10 19:06:36 DEBUG (SyncWorker_16) [custom_components.wyzesense.wyzesense_custom] Inquiry returns 1
2019-10-10 19:06:36 DEBUG (SyncWorker_16) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=5314, Payload=b'ff'
2019-10-10 19:06:36 DEBUG (SyncWorker_16) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa55530414ff0269'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5314ff026555aa530e350000016db6d9c6d80314ff064655aa530315016a'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5314ff0265'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=53FF, Payload=ACK(5314)
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa530e350000016db6d9c6d80314ff064655aa530315016a'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa530e350000016db6d9c6d80314ff0646'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'0000016db6d9c6d80314ff'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335)
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286'
2019-10-10 19:06:36 INFO (Thread-2) [custom_components.wyzesense.wyzesense_custom] LOG: time=2019-10-10T19:06:28.568000, data=b'14ff'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa530315016a55aa530315016a'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa530315016a'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5315, Payload=<None>
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5315)
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555315ff0266'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa530315016a'
2019-10-10 19:06:36 DEBUG (SyncWorker_16) [custom_components.wyzesense.wyzesense_custom] Start GetSensors...
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa530315016a'
2019-10-10 19:06:36 DEBUG (SyncWorker_16) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=532E, Payload=<None>
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5315, Payload=<None>
2019-10-10 19:06:36 DEBUG (SyncWorker_16) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa5553032e0183'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5315)
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555315ff0266'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5303320187'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5303320187'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5332, Payload=<None>
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5332)
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555332ff0283'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=5333, Payload=b'0000016db6d9e771'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa55530b330000016db6d9e77104e5'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa532eff027f55aa53042f04018955aa5303320187'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa532eff027f'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=53FF, Payload=ACK(532E)
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa53042f04018955aa5303320187'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa53042f040189'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=532F, Payload=b'04'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(532F)
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa55532fff0280'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5303320187'
2019-10-10 19:06:36 DEBUG (SyncWorker_16) [custom_components.wyzesense.wyzesense_custom] 4 sensors reported, waiting for each one to report...
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5303320187'
2019-10-10 19:06:36 DEBUG (SyncWorker_16) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=5330, Payload=b'04'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5332, Payload=<None>
2019-10-10 19:06:36 DEBUG (SyncWorker_16) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa5553043004018a'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5332)
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555332ff0283'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=5333, Payload=b'0000016db6d9e786'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa55530b330000016db6d9e78604fa'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5333ff0284'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5333ff0284'
2019-10-10 19:06:36 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=53FF, Payload=ACK(5333)
2019-10-10 19:06:37 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5330ff028155aa530b313737374245374336036a55aa530b313737374238363238034d55aa530b3137373844373443410367'
2019-10-10 19:06:37 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5330ff0281'
2019-10-10 19:06:37 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=53FF, Payload=ACK(5330)
2019-10-10 19:06:37 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa530b313737374245374336036a55aa530b313737374238363238034d55aa530b3137373844373443410367'
2019-10-10 19:06:37 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa530b313737374245374336036a'
2019-10-10 19:06:37 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5331, Payload=b'3737374245374336'
2019-10-10 19:06:37 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5331)
2019-10-10 19:06:37 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555331ff0282'
2019-10-10 19:06:37 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sensor 1/4, MAC:777BE7C6
2019-10-10 19:06:37 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa530b313737374238363238034d55aa530b313737384437344341036755aa5333ff0284'
2019-10-10 19:06:37 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa530b313737374238363238034d'
2019-10-10 19:06:37 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5331, Payload=b'3737374238363238'
2019-10-10 19:06:37 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5331)
2019-10-10 19:06:37 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555331ff0282'
2019-10-10 19:06:37 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sensor 2/4, MAC:777B8628
2019-10-10 19:06:37 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa530b313737384437344341036755aa5333ff0284'
2019-10-10 19:06:37 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa530b3137373844373443410367'
2019-10-10 19:06:37 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5331, Payload=b'3737384437344341'
2019-10-10 19:06:37 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5331)
2019-10-10 19:06:37 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555331ff0282'
2019-10-10 19:06:37 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sensor 3/4, MAC:778D74CA
2019-10-10 19:06:37 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5333ff0284'
2019-10-10 19:06:37 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5333ff0284'
2019-10-10 19:06:37 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=53FF, Payload=ACK(5333)
2019-10-10 19:06:37 INFO (MainThread) [homeassistant.setup] Setting up api
2019-10-10 19:06:37 INFO (MainThread) [homeassistant.setup] Setting up conversation
2019-10-10 19:06:37 INFO (MainThread) [homeassistant.setup] Setup of domain conversation took 0.0 seconds.
2019-10-10 19:06:37 INFO (MainThread) [homeassistant.setup] Setting up history
2019-10-10 19:06:37 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds.
2019-10-10 19:06:37 INFO (MainThread) [homeassistant.setup] Setting up config
2019-10-10 19:06:37 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2019-10-10 19:06:37 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds.
2019-10-10 19:06:37 INFO (MainThread) [homeassistant.setup] Setting up mqtt
2019-10-10 19:06:37 INFO (MainThread) [homeassistant.setup] Setup of domain mqtt took 0.0 seconds.
2019-10-10 19:06:37 INFO (MainThread) [homeassistant.setup] Setting up script
2019-10-10 19:06:37 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.0 seconds.
2019-10-10 19:06:37 INFO (MainThread) [homeassistant.setup] Setting up system_health
2019-10-10 19:06:37 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 0.0 seconds.
2019-10-10 19:06:37 INFO (MainThread) [homeassistant.setup] Setting up weather
2019-10-10 19:06:37 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 0.0 seconds.
2019-10-10 19:06:37 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.4 seconds.
2019-10-10 19:06:37 INFO (MainThread) [homeassistant.components.weather] Setting up weather.met
2019-10-10 19:06:37 INFO (MainThread) [homeassistant.setup] Setting up device_automation
2019-10-10 19:06:37 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.0 seconds.
2019-10-10 19:06:37 INFO (MainThread) [homeassistant.setup] Setting up onboarding
2019-10-10 19:06:37 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.2 seconds.
2019-10-10 19:06:37 INFO (MainThread) [homeassistant.setup] Setting up zeroconf
2019-10-10 19:06:38 INFO (MainThread) [homeassistant.setup] Setting up automation
2019-10-10 19:06:38 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.0 seconds.
2019-10-10 19:06:38 INFO (MainThread) [homeassistant.setup] Setting up mqtt_statestream
2019-10-10 19:06:38 INFO (MainThread) [homeassistant.setup] Setup of domain mqtt_statestream took 0.0 seconds.
2019-10-10 19:06:38 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.1 seconds.
2019-10-10 19:06:38 INFO (MainThread) [homeassistant.setup] Setting up frontend
2019-10-10 19:06:38 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds.
2019-10-10 19:06:38 INFO (MainThread) [homeassistant.setup] Setting up logbook
2019-10-10 19:06:38 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 0.0 seconds.
2019-10-10 19:06:38 INFO (MainThread) [homeassistant.setup] Setting up map
2019-10-10 19:06:38 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds.
2019-10-10 19:06:39 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 1.4 seconds.
2019-10-10 19:06:39 INFO (SyncWorker_12) [homeassistant.loader] Loaded cast from homeassistant.components.cast
2019-10-10 19:06:41 INFO (MainThread) [hacs.repository.integration.custom-components.hacs] Registration complete
2019-10-10 19:06:41 INFO (MainThread) [hacs.data] Restore started
2019-10-10 19:06:41 INFO (MainThread) [hacs.data] Restore done
2019-10-10 19:06:41 INFO (MainThread) [homeassistant.setup] Setup of domain hacs took 5.6 seconds.
2019-10-10 19:06:42 INFO (SyncWorker_2) [homeassistant.loader] Loaded sensor from homeassistant.components.sensor
2019-10-10 19:06:42 INFO (MainThread) [homeassistant.setup] Setting up sensor
2019-10-10 19:06:42 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.0 seconds.
2019-10-10 19:06:42 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hacs
2019-10-10 19:06:46 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of platform wyzesense is taking over 10 seconds.
2019-10-10 19:06:56 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up platform wyzesense
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 150, in _async_setup_platform
    await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
  File "/usr/local/lib/python3.7/asyncio/tasks.py", line 416, in wait_for
    return fut.result()
  File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/homeassistant/.homeassistant/custom_components/wyzesense/binary_sensor.py", line 85, in setup_platform
    result = ws.List()
  File "/home/homeassistant/.homeassistant/custom_components/wyzesense/wyzesense_custom.py", line 507, in List
    sensors = self._GetSensors()
  File "/home/homeassistant/.homeassistant/custom_components/wyzesense/wyzesense_custom.py", line 479, in _GetSensors
    self._DoCommand(Packet.GetSensorList(count), cmd_handler, timeout=self._CMD_TIMEOUT * count)
  File "/home/homeassistant/.homeassistant/custom_components/wyzesense/wyzesense_custom.py", line 384, in _DoCommand
    raise TimeoutError("_DoCommand")
TimeoutError: _DoCommand
2019-10-10 19:06:56 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 20.9 seconds.
2019-10-10 19:06:56 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 22.98s
2019-10-10 19:06:56 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2019-10-10 19:06:56 INFO (MainThread) [hacs] Loading known repositories
2019-10-10 19:06:56 INFO (MainThread) [homeassistant.core] Timer:starting
2019-10-10 19:06:59 INFO (SyncWorker_12) [homeassistant.loader] Loaded somfy from homeassistant.components.somfy
2019-10-10 19:07:00 INFO (SyncWorker_14) [homeassistant.loader] Loaded ecobee from homeassistant.components.ecobee
2019-10-10 19:07:00 INFO (SyncWorker_10) [homeassistant.loader] Loaded smartthings from homeassistant.components.smartthings
2019-10-10 19:07:00 INFO (SyncWorker_2) [homeassistant.loader] Loaded ipma from homeassistant.components.ipma
2019-10-10 19:07:00 INFO (SyncWorker_11) [homeassistant.loader] Loaded toon from homeassistant.components.toon
2019-10-10 19:07:00 INFO (SyncWorker_12) [homeassistant.loader] Loaded lifx from homeassistant.components.lifx
2019-10-10 19:07:00 INFO (SyncWorker_14) [homeassistant.loader] Loaded rainmachine from homeassistant.components.rainmachine
2019-10-10 19:07:00 INFO (SyncWorker_15) [homeassistant.loader] Loaded withings from homeassistant.components.withings
2019-10-10 19:07:00 INFO (SyncWorker_7) [homeassistant.loader] Loaded upnp from homeassistant.components.upnp
2019-10-10 19:07:00 INFO (SyncWorker_1) [homeassistant.loader] Loaded adguard from homeassistant.components.adguard
2019-10-10 19:07:00 INFO (SyncWorker_16) [homeassistant.loader] Loaded iqvia from homeassistant.components.iqvia
2019-10-10 19:07:00 INFO (SyncWorker_18) [homeassistant.loader] Loaded axis from homeassistant.components.axis
2019-10-10 19:07:00 INFO (SyncWorker_9) [homeassistant.loader] Loaded plex from homeassistant.components.plex
2019-10-10 19:07:00 INFO (SyncWorker_14) [homeassistant.loader] Loaded simplisafe from homeassistant.components.simplisafe
2019-10-10 19:07:00 INFO (SyncWorker_13) [homeassistant.loader] Loaded velbus from homeassistant.components.velbus
2019-10-10 19:07:00 INFO (SyncWorker_10) [homeassistant.loader] Loaded tradfri from homeassistant.components.tradfri
2019-10-10 19:07:00 INFO (SyncWorker_2) [homeassistant.loader] Loaded homekit_controller from homeassistant.components.homekit_controller
2019-10-10 19:07:00 INFO (SyncWorker_19) [homeassistant.loader] Loaded point from homeassistant.components.point
2019-10-10 19:07:00 INFO (SyncWorker_11) [homeassistant.loader] Loaded transmission from homeassistant.components.transmission
2019-10-10 19:07:00 INFO (SyncWorker_1) [homeassistant.loader] Loaded ios from homeassistant.components.ios
2019-10-10 19:07:00 INFO (SyncWorker_12) [homeassistant.loader] Loaded solaredge from homeassistant.components.solaredge
2019-10-10 19:07:00 INFO (SyncWorker_14) [homeassistant.loader] Loaded soma from homeassistant.components.soma
2019-10-10 19:07:00 INFO (SyncWorker_17) [homeassistant.loader] Loaded traccar from homeassistant.components.traccar
2019-10-10 19:07:00 INFO (SyncWorker_5) [homeassistant.loader] Loaded geofency from homeassistant.components.geofency
2019-10-10 19:07:00 INFO (SyncWorker_8) [homeassistant.loader] Loaded emulated_roku from homeassistant.components.emulated_roku
2019-10-10 19:07:00 INFO (SyncWorker_15) [homeassistant.loader] Loaded owntracks from homeassistant.components.owntracks
2019-10-10 19:07:00 INFO (SyncWorker_7) [homeassistant.loader] Loaded sonos from homeassistant.components.sonos
2019-10-10 19:07:00 INFO (SyncWorker_3) [homeassistant.loader] Loaded tellduslive from homeassistant.components.tellduslive
2019-10-10 19:07:00 INFO (SyncWorker_16) [homeassistant.loader] Loaded deconz from homeassistant.components.deconz
2019-10-10 19:07:00 INFO (SyncWorker_0) [homeassistant.loader] Loaded dialogflow from homeassistant.components.dialogflow
2019-10-10 19:07:00 INFO (SyncWorker_4) [homeassistant.loader] Loaded notion from homeassistant.components.notion
2019-10-10 19:07:00 INFO (SyncWorker_14) [homeassistant.loader] Loaded iaqualink from homeassistant.components.iaqualink
2019-10-10 19:07:00 INFO (SyncWorker_13) [homeassistant.loader] Loaded locative from homeassistant.components.locative
2019-10-10 19:07:00 INFO (SyncWorker_10) [homeassistant.loader] Loaded plaato from homeassistant.components.plaato
2019-10-10 19:07:00 INFO (SyncWorker_2) [homeassistant.loader] Loaded zha from homeassistant.components.zha
2019-10-10 19:07:00 INFO (SyncWorker_19) [homeassistant.loader] Loaded linky from homeassistant.components.linky
2019-10-10 19:07:00 INFO (SyncWorker_11) [homeassistant.loader] Loaded zone from homeassistant.components.zone
2019-10-10 19:07:00 INFO (SyncWorker_1) [homeassistant.loader] Loaded esphome from homeassistant.components.esphome
2019-10-10 19:07:00 INFO (SyncWorker_18) [homeassistant.loader] Loaded daikin from homeassistant.components.daikin
2019-10-10 19:07:00 INFO (SyncWorker_9) [homeassistant.loader] Loaded smhi from homeassistant.components.smhi
2019-10-10 19:07:00 INFO (SyncWorker_12) [homeassistant.loader] Loaded ambient_station from homeassistant.components.ambient_station
2019-10-10 19:07:00 INFO (SyncWorker_6) [homeassistant.loader] Loaded homematicip_cloud from homeassistant.components.homematicip_cloud
2019-10-10 19:07:00 INFO (SyncWorker_17) [homeassistant.loader] Loaded vesync from homeassistant.components.vesync
2019-10-10 19:07:00 INFO (SyncWorker_5) [homeassistant.loader] Loaded logi_circle from homeassistant.components.logi_circle
2019-10-10 19:07:00 INFO (SyncWorker_8) [homeassistant.loader] Loaded heos from homeassistant.components.heos
2019-10-10 19:07:00 INFO (SyncWorker_15) [homeassistant.loader] Loaded geonetnz_quakes from homeassistant.components.geonetnz_quakes
2019-10-10 19:07:00 INFO (SyncWorker_7) [homeassistant.loader] Loaded openuv from homeassistant.components.openuv
2019-10-10 19:07:00 INFO (SyncWorker_3) [homeassistant.loader] Loaded ps4 from homeassistant.components.ps4
2019-10-10 19:07:00 INFO (SyncWorker_16) [homeassistant.loader] Loaded twilio from homeassistant.components.twilio
2019-10-10 19:07:00 INFO (SyncWorker_9) [homeassistant.loader] Loaded wwlln from homeassistant.components.wwlln
2019-10-10 19:07:00 INFO (SyncWorker_4) [homeassistant.loader] Loaded unifi from homeassistant.components.unifi
2019-10-10 19:07:00 INFO (SyncWorker_6) [homeassistant.loader] Loaded nest from homeassistant.components.nest
2019-10-10 19:07:00 INFO (SyncWorker_13) [homeassistant.loader] Loaded hue from homeassistant.components.hue
2019-10-10 19:07:00 INFO (SyncWorker_10) [homeassistant.loader] Loaded cert_expiry from homeassistant.components.cert_expiry
2019-10-10 19:07:00 INFO (SyncWorker_2) [homeassistant.loader] Loaded izone from homeassistant.components.izone
2019-10-10 19:07:00 INFO (SyncWorker_19) [homeassistant.loader] Loaded ifttt from homeassistant.components.ifttt
2019-10-10 19:07:00 INFO (SyncWorker_11) [homeassistant.loader] Loaded gpslogger from homeassistant.components.gpslogger
2019-10-10 19:07:00 INFO (SyncWorker_1) [homeassistant.loader] Loaded mailgun from homeassistant.components.mailgun
2019-10-10 19:07:00 INFO (SyncWorker_18) [homeassistant.loader] Loaded tplink from homeassistant.components.tplink
2019-10-10 19:07:00 INFO (SyncWorker_0) [homeassistant.loader] Loaded wemo from homeassistant.components.wemo
2019-10-10 19:07:00 INFO (SyncWorker_12) [homeassistant.loader] Loaded zwave from homeassistant.components.zwave
2019-10-10 19:07:00 INFO (SyncWorker_14) [homeassistant.loader] Loaded hangouts from homeassistant.components.hangouts
2019-10-10 19:07:00 INFO (SyncWorker_17) [homeassistant.loader] Loaded luftdaten from homeassistant.components.luftdaten
2019-10-10 19:07:00 INFO (SyncWorker_5) [homeassistant.loader] Loaded mobile_app from homeassistant.components.mobile_app
2019-10-10 19:07:00 INFO (SyncWorker_8) [homeassistant.loader] Loaded ambiclimate from homeassistant.components.ambiclimate
2019-10-10 19:07:00 INFO (SyncWorker_15) [homeassistant.loader] Loaded twentemilieu from homeassistant.components.twentemilieu
2019-10-10 19:07:00 INFO (SyncWorker_7) [homeassistant.loader] Loaded life360 from homeassistant.components.life360

Service not loading.

Hi Kevin,

I'm testing out wyzesense. My environment is as follows:

Clean install of the latest version of HassIO on a RPi 3B. I have not installed anything else except HACS which I need for obvious reasons. Then I try to install your wyze sense code and the error in the log file.(see pastbin link below). I did have some switches configured to my wyze bridge which I configured via the wyze app. I do see these appear in my HA dashboard, so it is working, I believe its just the service to add and remove switches that is not working.

Please help when you have a moment.
Sam

Config File:

_# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

Uncomment this if you are using SSL/TLS, running in Docker container, etc.

http:

base_url: example.duckdns.org:8123

Text to speech

tts:

  • platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml

hacs:
token: 63321c1786e0cee234sdjkhf23448f5abca24238

binary_sensor:

  • platform: wyzesense
    device: "/dev/hidraw0"

logger:
default: info
logs:
custom_components.wyzesense: debug
wyzesense.gateway: debug_

Link to Log File:
https://pastebin.com/P2DW52a9

pi 4 docker home assistant 97.2

just got my sensor pack but struggling with the usb dongle im not getting any lights
dmesg | grep hidraw shows the dongle as hidraw2 so i have that in my config, installed the component via hacs and rebooted several times , i did once get a blue light to show momenteraily but then it went off.
it would appear the component isnt loading as i see lots of _DoCommand errors
`

arch armv7l
dev false
docker true
hassio true
os_name Linux
python_version 3.7.4
timezone Europe/London
version 0.97.2
virtualenv false

`
home-assistant.log

Sensor states missing after Home Assistant restart

I'm running 0.100.1.

I have ~20 Wyze sensors sending data to the USB dongle. When I restart Home Assistant, none of the sensors appear anywhere in the UI or on the developer-tools/state page until they update.

Once the sensor triggers because of motion or a door opening or whatever, it appears in in the UI and on the developer-tools/state page.

I don't use the initial_state config option.

TimeoutError _DoCommand Freenas 11.2 jail Hassio

I have a freenas 11.2 jail with home assistant in a virtualenv and found the device (uhid0). This appears and disappears when I place and remove the Wyze hub. I have Nortek zwave USB running without problems so I feel that I can expose and configure USB devices in a jail. I believe my usbconfig shows the device as <vendor 0x1a86 product 0xe024>. I never got a (hidraw0) interface and I had write permission errors to (uhid0)and have overcome that and now get this output. For this integration to work does the device have to be seen as hidraw0? Thanks for any insight and great work on the integration!

usbconfig in jail:

ugen1.8: <vendor 0x1a86 product 0xe024> at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (100mA)
ugen1.8.0: uhid0: <vendor 0x1a86 product 0xe024, class 0/0, rev 1.10/1.0c, addr 8>

                                     Error while setting up platform wyzesense2019-08-19 14:02:40 DEBUG (SyncWorker_53) [wyzesense.gateway] Start Inquiry...

2019-08-19 14:02:40 DEBUG (SyncWorker_53) [wyzesense.gateway] ===> Sending: Packet: Cmd=4327, Payload=
2019-08-19 14:02:40 DEBUG (SyncWorker_53) [wyzesense.gateway] Sending: b'aa55430327016c'
2019-08-19 14:02:42 WARNING (SyncWorker_53) [custom_components.wyzesense.binary_sensor] _DoCommand, retrying in 1 seconds...
2019-08-19 14:02:43 DEBUG (SyncWorker_53) [wyzesense.gateway] Start Inquiry...
2019-08-19 14:02:43 DEBUG (SyncWorker_53) [wyzesense.gateway] ===> Sending: Packet: Cmd=4327, Payload=
2019-08-19 14:02:43 DEBUG (SyncWorker_53) [wyzesense.gateway] Sending: b'aa55430327016c'
2019-08-19 14:02:45 WARNING (SyncWorker_53) [custom_components.wyzesense.binary_sensor] _DoCommand, retrying in 1 seconds...
2019-08-19 14:02:46 DEBUG (SyncWorker_53) [wyzesense.gateway] Start Inquiry...
2019-08-19 14:02:46 DEBUG (SyncWorker_53) [wyzesense.gateway] ===> Sending: Packet: Cmd=4327, Payload=
2019-08-19 14:02:46 DEBUG (SyncWorker_53) [wyzesense.gateway] Sending: b'aa55430327016c'
2019-08-19 14:02:46 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of platform wyzesense is taking over 10 seconds.
2019-08-19 14:02:48 WARNING (SyncWorker_53) [custom_components.wyzesense.binary_sensor] _DoCommand, retrying in 1 seconds...
2019-08-19 14:02:49 DEBUG (SyncWorker_53) [wyzesense.gateway] Start Inquiry...
2019-08-19 14:02:49 DEBUG (SyncWorker_53) [wyzesense.gateway] ===> Sending: Packet: Cmd=4327, Payload=
2019-08-19 14:02:49 DEBUG (SyncWorker_53) [wyzesense.gateway] Sending: b'aa55430327016c'
2019-08-19 14:02:51 WARNING (SyncWorker_53) [custom_components.wyzesense.binary_sensor] _DoCommand, retrying in 1 seconds...
2019-08-19 14:02:52 DEBUG (SyncWorker_53) [wyzesense.gateway] Start Inquiry...
2019-08-19 14:02:52 DEBUG (SyncWorker_53) [wyzesense.gateway] ===> Sending: Packet: Cmd=4327, Payload=
2019-08-19 14:02:52 DEBUG (SyncWorker_53) [wyzesense.gateway] Sending: b'aa55430327016c'
2019-08-19 14:02:54 WARNING (SyncWorker_53) [custom_components.wyzesense.binary_sensor] _DoCommand, retrying in 1 seconds...
2019-08-19 14:02:55 DEBUG (SyncWorker_53) [wyzesense.gateway] Start Inquiry...
2019-08-19 14:02:55 DEBUG (SyncWorker_53) [wyzesense.gateway] ===> Sending: Packet: Cmd=4327, Payload=
2019-08-19 14:02:55 DEBUG (SyncWorker_53) [wyzesense.gateway] Sending: b'aa55430327016c'
2019-08-19 14:02:57 WARNING (SyncWorker_53) [custom_components.wyzesense.binary_sensor] _DoCommand, retrying in 1 seconds...
2019-08-19 14:02:58 DEBUG (SyncWorker_53) [wyzesense.gateway] Start Inquiry...
2019-08-19 14:02:58 DEBUG (SyncWorker_53) [wyzesense.gateway] ===> Sending: Packet: Cmd=4327, Payload=
2019-08-19 14:02:58 DEBUG (SyncWorker_53) [wyzesense.gateway] Sending: b'aa55430327016c'
2019-08-19 14:03:01 WARNING (SyncWorker_53) [custom_components.wyzesense.binary_sensor] _DoCommand, retrying in 1 seconds...
2019-08-19 14:03:02 DEBUG (SyncWorker_53) [wyzesense.gateway] Start Inquiry...
2019-08-19 14:03:02 DEBUG (SyncWorker_53) [wyzesense.gateway] ===> Sending: Packet: Cmd=4327, Payload=
2019-08-19 14:03:02 DEBUG (SyncWorker_53) [wyzesense.gateway] Sending: b'aa55430327016c'
2019-08-19 14:03:04 WARNING (SyncWorker_53) [custom_components.wyzesense.binary_sensor] _DoCommand, retrying in 1 seconds...
2019-08-19 14:03:05 DEBUG (SyncWorker_53) [wyzesense.gateway] Start Inquiry...
2019-08-19 14:03:05 DEBUG (SyncWorker_53) [wyzesense.gateway] ===> Sending: Packet: Cmd=4327, Payload=
2019-08-19 14:03:05 DEBUG (SyncWorker_53) [wyzesense.gateway] Sending: b'aa55430327016c'
2019-08-19 14:03:07 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up platform wyzesense
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 149, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File "/usr/local/lib/python3.6/asyncio/tasks.py", line 358, in wait_for
return fut.result()
File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/home/hass/homeassistant/custom_components/wyzesense/binary_sensor.py", line 81, in setup_platform
ws = beginConn()
File "</srv/homeassistant/lib/python3.6/site-packages/decorator.py:decorator-gen-2>", line 2, in beginConn
File "/srv/homeassistant/lib/python3.6/site-packages/retry/api.py", line 74, in retry_decorator
logger)
File "/srv/homeassistant/lib/python3.6/site-packages/retry/api.py", line 33, in __retry_internal
return f()
File "/home/hass/homeassistant/custom_components/wyzesense/binary_sensor.py", line 79, in beginConn
return wyzesense.Open(config[CONF_DEVICE], on_event)
File "/srv/homeassistant/lib/python3.6/site-packages/wyzesense/gateway.py", line 551, in Open
return Dongle(device, event_handler)
File "/srv/homeassistant/lib/python3.6/site-packages/wyzesense/gateway.py", line 295, in init
self._Start()
File "/srv/homeassistant/lib/python3.6/site-packages/wyzesense/gateway.py", line 482, in _Start
self._Inquiry()
File "/srv/homeassistant/lib/python3.6/site-packages/wyzesense/gateway.py", line 388, in _Inquiry
resp = self._DoSimpleCommand(Packet.Inquiry())
File "/srv/homeassistant/lib/python3.6/site-packages/wyzesense/gateway.py", line 383, in _DoSimpleCommand
self._DoCommand(pkt, cmd_handler, timeout)
File "/srv/homeassistant/lib/python3.6/site-packages/wyzesense/gateway.py", line 374, in _DoCommand
raise TimeoutError("_DoCommand")
TimeoutError: _DoCommand

Permission denied 'dev/hidraw0'

I'm running Hassbian on an RPi 3b+. I installed everything through HACS and get an amber light. I verified the USB device is on hidraw0. I get the following errors on startup.

2019-08-16 15:23:14 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 do experience issues with Home Assistant.
2019-08-16 15:23:17 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for wyzesense which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-08-16 15:23:21 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up platform wyzesense
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 149, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File "/usr/lib/python3.7/asyncio/tasks.py", line 416, in wait_for
return fut.result()
File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/home/homeassistant/.homeassistant/custom_components/wyzesense/binary_sensor.py", line 81, in setup_platform
ws = beginConn()
File "</srv/homeassistant/lib/python3.7/site-packages/decorator.py:decorator-gen-2>", line 2, in beginConn
File "/srv/homeassistant/lib/python3.7/site-packages/retry/api.py", line 74, in retry_decorator
logger)
File "/srv/homeassistant/lib/python3.7/site-packages/retry/api.py", line 33, in __retry_internal
return f()
File "/home/homeassistant/.homeassistant/custom_components/wyzesense/binary_sensor.py", line 79, in beginConn
return wyzesense.Open(config[CONF_DEVICE], on_event)
File "/srv/homeassistant/lib/python3.7/site-packages/wyzesense/gateway.py", line 551, in Open
return Dongle(device, event_handler)
File "/srv/homeassistant/lib/python3.7/site-packages/wyzesense/gateway.py", line 283, in init
self.__fd = os.open(device, os.O_RDWR | os.O_NONBLOCK)
PermissionError: [Errno 13] Permission denied: '/dev/hidraw0'

Motion sensor battery level reported as 102

I've just updated to version 9ea846c through HACS and tested the new persistent_notifications stuff which works great. Thanks for adding my feature request.

This was my first time scanning and adding the Wyze motion sensor and although it added and functions perfectly fine, it shows a battery_level of 102. Which would be awesome if true, but I'm pretty sure it's a bug 😛

Not sure if there's anything else I can do to help beyond providing a screenshot. Not a big deal imo, just thought you should be aware of it.

image
image

Entities Failing to Trigger then Instability During Reboots

This worked very well during the installation. It quickly found the sensors and I was able to change the entity ID and friendly names. It took a few reboots to get it to work again after the entity changes but everything was good for a few days. For the last two nights the sensors have stopped triggering in HA. Last night I noticed that an upgrade was available. The component was installed on HASSIO via HACS. I applied the upgrade and it again took a couple of reboots to get them stable in HA. Tonight the same thing happened and again I noticed an upgrade was available in HACS. I applied the upgrade and rebooted and the entities were unavailable. Another reboot and they were unavailable but some would show up after a state change. Others would not. I applied an update to HA and to HACS and checked the entities after each reboot. It took a few more reboots past the updates to finally get them to a state where they are all seen and triggering state changes.

Having the same issue right now, this behavior only started today after I updated the wyzsense integration to latest version (d4079eb) through HACS. Apparently the only thing that was changed was the readme file, so perhaps it's just a coincidence? Only other change to my setup made today was updating HACS itself to 13.0.

Having the same issue right now, this behavior only started today after I updated the wyzsense integration to latest version (d4079eb) through HACS. Apparently the only thing that was changed was the readme file, so perhaps it's just a coincidence? Only other change to my setup made today was updating HACS itself to 13.0.

Here is some potential relevant info from my home-assistant.log file.

2019-08-11 22:47:24 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for wyzesense which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-08-11 22:47:29 ERROR (Thread-4) [wyzesense.gateway] Invalid packet: b'55aa531937a237373839423938394239383942394434020000016c839b'
2019-08-11 22:47:29 ERROR (Thread-4) [wyzesense.gateway] Mismatched checksum, remote=839B, local=065D
2019-08-11 22:47:39 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of platform wyzesense is taking over 10 seconds.
2019-08-11 22:47:39 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up platform wyzesense
  File "/config/custom_components/wyzesense/binary_sensor.py", line 76, in setup_platform
    ws = wyzesense.Open(config[CONF_DEVICE], on_event)
  File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 551, in Open
  File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 295, in __init__
  File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 484, in _Start
  File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 402, in _GetEnr
  File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 383, in _DoSimpleCommand
  File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 374, in _DoCommand
Sun Aug 11 2019 22:47:39 GMT-0400 (Eastern Daylight Time)
Error while setting up platform wyzesense
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 149, in _async_setup_platform
    await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
  File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
    return fut.result()
  File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/config/custom_components/wyzesense/binary_sensor.py", line 76, in setup_platform
    ws = wyzesense.Open(config[CONF_DEVICE], on_event)
  File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 551, in Open
    return Dongle(device, event_handler)
  File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 295, in __init__
    self._Start()
  File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 484, in _Start
    self.ENR = self._GetEnr([0x30303030] * 4)
  File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 402, in _GetEnr
    resp = self._DoSimpleCommand(Packet.GetEnr(r_string))
  File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 383, in _DoSimpleCommand
    self._DoCommand(pkt, cmd_handler, timeout)
  File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 374, in _DoCommand
    raise TimeoutError("_DoCommand")
TimeoutError: _DoCommand

I am also on Hassio (HassOS 2.12 & Supervisor 173) / Home Assistant 0.97.1 on a Raspberry Pi 3B+.

Originally posted by @SeanPM5 in #8 (comment)

Platform not found: binary_sensor.wyzesense

Tried installing through HACS and Manually, get the same result both time, when I do a check config, I get the error:

Platform not found: binary_sensor.wyzesense

I used HACS to install the integration and then restarted HA, tried adding the configuration to my config file and go the error on config check.

HA Version: 0.96.0
Log: https://pastebin.com/v7YeZKCU

arch | x86_64
dev | false
docker | true
hassio | true
os_name | Linux
python_version | 3.7.4
timezone | America/Los_Angeles
version | 0.96.0
virtualenv | false

dmesg | grep hidraw
[ 1.122271] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.404180] hid-generic 0003:0E0F:0003.0001: input,hidraw0: USB HID v1.10 Mouse [VMware VMware Virtual USB Mouse] on usb-0000:02:02.0-1/input0
[ 2.423103] hid-generic 0003:0E0F:0003.0002: input,hidraw1: USB HID v1.10 Mouse [VMware VMware Virtual USB Mouse] on usb-0000:02:02.0-1/input1
[ 4.237589] hid-generic 0003:1A86:E024.0003: hiddev96,hidraw2: USB HID v1.00 Device [HID 1a86:e024] on usb-0000:02:02.0-2.2/input0
[ 188.026839] hid-generic 0003:1A86:E024.0004: hiddev96,hidraw2: USB HID v1.00 Device [HID 1a86:e024] on usb-0000:02:02.0-2.2/input0

Config:
binary_sensor:

  • platform: wyzesense
    device: '/dev/hidraw2'

Must Disable WyzeSense to Update Hassio

Everytime I try to update my Hassio installation the update fails and the Hassio front end fails to load. However, the SSH server and Samba share are up and running as expected during the event. WyzeSense is my only custom_component.

Workaround:
The only way I've been able to successfully install any Hassio update is to (1) disable WyzeSense by renaming the custom_component folder to custom_component.disabled (or whatever), (2) perform the update, (3) rename custom_component folder back, and (4) restart. After that, all is well including any subsequent restarts.

I'm running Hassio is v0.98.2 on a Raspberry Pi 3B+. The SSH server, Samba Share and DuckDNS service with Let's Encrypt add-ons are installed.

Hassio Fail to Restart.log

Off to a good start ... but then nothing.

First install went well.
2 contact sensors detected and working 100%
1 motion sensor detected but not detecting motion.
...
I had created a full backup just before installing WyzeSense so I went back to that and reinstalled HA-WyzeSense.

The motion sensor had been working perfectly before separate to HA. I also checked the motion sensor was working. It wasn't, so I opened the back, removed the battery, put battery back., put Wyze bridge device back on camera to check motion ... eventually it worked. Then reconnected Wyze bridge to HA.

I got the motion sensor detected in HA but now no contact sensors.
The WyzeSense service is not found in Development tools/Services so I cannot use rescan.
Odd how the motion sensor was detecting motion, even tho the WyzeSense service was not running. I guess the WyzeSense service is for initial detection of devices and not require for function.

My system ...
Raspberry Pi 3B+
Wired connection to BT (British Telecom) router.
Wyze hub plugged into USB port on Raspberry Pi
(and other information require please let me know)

Please forgive me this is the first time I have submitted a report/issue here.

complete log follows ...
2019-08-03 11:03:10 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 do experience issues with Home Assistant.
2019-08-03 11:03:10 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds.
2019-08-03 11:03:10 INFO (MainThread) [homeassistant.setup] Setting up http
2019-08-03 11:03:10 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.0 seconds.
2019-08-03 11:03:10 INFO (MainThread) [homeassistant.setup] Setting up system_log
2019-08-03 11:03:10 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.0 seconds.
2019-08-03 11:03:10 INFO (MainThread) [homeassistant.setup] Setting up recorder
2019-08-03 11:03:11 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.9 seconds.
2019-08-03 11:03:13 INFO (MainThread) [homeassistant.setup] Setting up scene
2019-08-03 11:03:13 INFO (MainThread) [homeassistant.setup] Setting up tplink
2019-08-03 11:03:13 INFO (MainThread) [homeassistant.setup] Setup of domain tplink took 0.0 seconds.
2019-08-03 11:03:13 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for wyzesense which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-08-03 11:03:13 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
2019-08-03 11:03:13 INFO (MainThread) [homeassistant.setup] Setting up cast
2019-08-03 11:03:13 INFO (MainThread) [homeassistant.setup] Setup of domain cast took 0.0 seconds.
2019-08-03 11:03:13 INFO (MainThread) [homeassistant.setup] Setting up ssdp
2019-08-03 11:03:13 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.0 seconds.
2019-08-03 11:03:13 INFO (MainThread) [homeassistant.setup] Setting up sun
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.1 seconds.
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.setup] Setting up tuya
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.setup] Setting up updater
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.setup] Setup of domain updater took 0.0 seconds.
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.setup] Setting up group
2019-08-03 11:03:14 INFO (SyncWorker_14) [homeassistant.loader] Loaded darksky from homeassistant.components.darksky
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.setup] Setting up hacs
2019-08-03 11:03:14 INFO (MainThread) [custom_components.hacs]

HACS (Home Assistant Community Store)
Version: 0.12.1
This is a custom integration
If you have any issues with this you need to open an issue here:
https://github.com/custom-components/hacs/issues

2019-08-03 11:03:14 INFO (MainThread) [homeassistant.setup] Setting up met
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.setup] Setup of domain met took 0.0 seconds.
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.setup] Setting up input_boolean
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.setup] Setting up person
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.setup] Setting up lovelace
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.0 seconds.
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.wyzesense
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.setup] Setting up sensor
2019-08-03 11:03:14 INFO (SyncWorker_8) [homeassistant.loader] Loaded weather from homeassistant.components.weather
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.setup] Setting up auth
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds.
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.setup] Setting up system_health
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 0.0 seconds.
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.setup] Setting up webhook
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds.
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds.
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.setup] Setup of domain group took 0.7 seconds.
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.setup] Setting up api
2019-08-03 11:03:14 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.darksky
2019-08-03 11:03:15 INFO (SyncWorker_10) [homeassistant.loader] Loaded google_translate from homeassistant.components.google_translate
2019-08-03 11:03:15 INFO (MainThread) [homeassistant.setup] Setting up config
2019-08-03 11:03:15 INFO (SyncWorker_9) [homeassistant.loader] Loaded plex from homeassistant.components.plex
2019-08-03 11:03:15 INFO (MainThread) [homeassistant.setup] Setting up history
2019-08-03 11:03:15 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds.
2019-08-03 11:03:15 INFO (MainThread) [homeassistant.setup] Setting up weather
2019-08-03 11:03:15 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 0.0 seconds.
2019-08-03 11:03:15 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.3 seconds.
2019-08-03 11:03:15 INFO (MainThread) [homeassistant.setup] Setting up tts
2019-08-03 11:03:15 INFO (MainThread) [homeassistant.setup] Setting up media_player
2019-08-03 11:03:15 INFO (MainThread) [homeassistant.components.weather] Setting up weather.met
2019-08-03 11:03:15 INFO (MainThread) [homeassistant.setup] Setting up onboarding
2019-08-03 11:03:16 INFO (MainThread) [homeassistant.setup] Setting up cloud
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setting up mobile_app
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setting up ifttt
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setup of domain ifttt took 0.0 seconds.
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setting up automation
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setting up script
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.0 seconds.
2019-08-03 11:03:17 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up platform wyzesense
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 126, in _async_setup_platform
SLOW_SETUP_MAX_WAIT)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
return fut.result()
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/wyzesense/binary_sensor.py", line 76, in setup_platform
ws = wyzesense.Open(config[CONF_DEVICE], on_event)
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 551, in Open
return Dongle(device, event_handler)
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 283, in init
self.__fd = os.open(device, os.O_RDWR | os.O_NONBLOCK)
FileNotFoundError: [Errno 2] No such file or directory: '/dev/hidraw0'
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setup of domain config took 2.1 seconds.
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.components.tplink.common] Discovered 3 TP-Link smart home device(s)
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 3.5 seconds.
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setting up zeroconf
2019-08-03 11:03:17 INFO (SyncWorker_11) [homeassistant.loader] Loaded configurator from homeassistant.components.configurator
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setup of domain scene took 3.9 seconds.
2019-08-03 11:03:17 INFO (SyncWorker_0) [homeassistant.loader] Loaded switch from homeassistant.components.switch
2019-08-03 11:03:17 INFO (SyncWorker_10) [homeassistant.loader] Loaded light from homeassistant.components.light
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 2.0 seconds.
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setup of domain mobile_app took 0.3 seconds.
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setting up configurator
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setup of domain configurator took 0.0 seconds.
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setup of domain tuya took 3.4 seconds.
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.3 seconds.
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 2.9 seconds.
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setup of domain person took 2.9 seconds.
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 2.2 seconds.
2019-08-03 11:03:17 INFO (SyncWorker_1) [homeassistant.loader] Loaded notify from homeassistant.components.notify
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setting up frontend
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds.
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.plex
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setting up switch
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 0.0 seconds.
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setting up light
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setting up notify
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 0.0 seconds.
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setting up map
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds.
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setting up logbook
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 0.0 seconds.
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setting up panel_custom
2019-08-03 11:03:17 INFO (MainThread) [homeassistant.setup] Setup of domain panel_custom took 0.0 seconds.
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/places
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/brewdog
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/weatheralerts
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/wienerlinien
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.rpi_power
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.untappd
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/authenticated
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/unsplash
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/combined
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/feedparser
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.personalcapital
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.trakt
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/climate.e_thermostaat
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/media_player.braviatv_psk
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.sonarr_upcoming_media
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.radarr_upcoming_media
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.owlintuition
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.unifigateway
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.ssh
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.plex_recently_added
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.kodi_recently_added
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/youtube
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/hacs
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/config_check
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.yandex_maps
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/climate.programmable_thermostat
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.file_restore
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.avanza_stock
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/gpodder
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.airthings_wave
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/breaking_changes
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/zaptec
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/grocy
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/qbo
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.nintendo_wishlist
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/templatesensor
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.stadtreinigung_hamburg
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] DSorlov/hasl-platform
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] StyraHem/ShellyForHASS
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] isabellaalstrom/sensor.krisinformation
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] JurajNyiri/HomeAssistant-Tavos
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] JurajNyiri/HomeAssistant-Atrea
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] JurajNyiri/HomeAssistant-qBitTorrentAlternativeSpeed
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] TimSoethout/goodwe-sems-home-assistant
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] bramkragten/lyric
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] bramkragten/mind
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] bouwew/sems2mqtt
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] akasma74/Hass-Custom-Alarm
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] keatontaylor/alexa_media_player
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] albertogeniola/meross-homeassistant
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] mudape/iphonedetect
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] bertbert72/HomeAssistant_VirginTivo
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] nstrelow/ha_philips_android_tv
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] rsnodgrass/hass-integrations
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] Ceerbeerus/beerbolaget
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] thomasloven/hass-browser_mod
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] claytonjn/hass-circadian_lighting
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] xMrVizzy/Philips-AirPurifier
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] jomwells/ambilights
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] jomwells/ambihue
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] jomwells/ambilight-yeelight
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] MatthewFlamm/nwsradar
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] Paul-dH/Home-Assisant-Sensor-OvApi
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] rt400/School-Vacation
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] xirixiz/Home-Assistant-Sensor-Afvalwijzer
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] bieniu/ha-airly
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] bieniu/ha-gios
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] DavidFW1960/bom_forecast
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] legrego/homeassistant-elasticsearch
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] kalanda/homeassistant-aemet-sensor
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] basschipper/homeassistant-generic-hygrostat
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] claudegel/sinope-1
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] claudegel/sinope-gt125
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] tybritten/ical-sensor-homeassistant
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] Martinvdm/garbage-nissewaard-homeassistant
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] RobHofmann/HomeAssistant-GreeClimateComponent
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] pippyn/Home-Assistant-Sensor-Afvalbeheer
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] pippyn/Home-Assistant-Sensor-Groningen-Afvalwijzer
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] pippyn/Home-Assistant-Sensor-Ophaalkalender
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] pilotak/homeassistant-clientraw
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] pilotak/homeassistant-attributes
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] pilotak/homeassistant-mikrotik
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] safepay/sensor.fronius
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] safepay/sensor.willyweather
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] RobHofmann/HomeAssistant-PhilipsAndroid2014
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] twrecked/hass-aarlo
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] mlowijs/HomeAssistant-TeslaCustomComponent
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] rgruebel/ha_zigbee2mqtt_networkmap
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] PiotrMachowski/Home-Assistant-custom-components-Tauron-AMIplus
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] PiotrMachowski/Home-Assistant-custom-components-Rozkladzik
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] PiotrMachowski/Home-Assistant-custom-components-Looko2
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] PiotrMachowski/Home-Assistant-custom-components-iMPK
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] PiotrMachowski/Home-Assistant-custom-components-Burze.dzis.net
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] PiotrMachowski/Home-Assistant-custom-components-Antistorm
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] ljmerza/ha-email-sensor
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] rdehuyss/homeassistant-custom_components-denkovi
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] ljmerza/ha-our-groceries
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] jihao/colorfulclouds-hass
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] jihao/rokid-webhook-hass
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] jihao/traccar-cn-hass
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] tefinger/hass-brematic
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] doudz/homeassistant-zigate
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] asantaga/lightwaverf_HA_EnergySensor
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] asantaga/wiserHomeAssistantPlatform
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] amaximus/bkk_stop
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] jxlarrea/ha-emfitqs
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] PiotrMachowski/Home-Assistant-custom-components-Google-Keep
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] burnnat/media_player.screenly
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] snarky-snark/home-assistant-variables
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] LordBoos/discord_game
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] dlashua/templatebinarysensor
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/text-element
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/circle-sensor-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/state-attribute-element
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/vertical-stack-in-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/state-element
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/canvas-gauge-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/dual-gauge-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/beer-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/ext-weblink
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/aftership-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/username-element
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/list-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/button-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/rmv-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/upcoming-media-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/surveillance-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/light-entity-row
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/button-entity-row
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/flex-table-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/secondaryinfo-entity-row
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/bar-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/roku-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/pc-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/config-template-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/podcast-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/untappd-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/group-element
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/text-divider-row
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/cover-element
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/radial-menu
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/text-action-element
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/bignumber-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/entity-attributes-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/gauge-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/group-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/home-setter
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/monster-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/plan-coordinates
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/decluttering-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/nintendo-wishlist-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] custom-cards/favicon-counter
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] maykar/compact-custom-header
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] maykar/lovelace-swipe-navigation
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] peternijssen/lovelace-postnl-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] nervetattoo/simple-thermostat
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] nervetattoo/banner-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] kalkih/mini-media-player
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] kalkih/mini-graph-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] kalkih/simple-weather-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] finity69x2/fan-control-entity-row
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] thomasloven/lovelace-card-mod
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] thomasloven/lovelace-markdown-mod
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] thomasloven/lovelace-slider-entity-row
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] thomasloven/lovelace-fold-entity-row
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] isabellaalstrom/krisinfo-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] tcarlsen/lovelace-light-with-profiles
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] atomic7777/atomic_calendar
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] bramkragten/weather-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] bramkragten/swipe-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] CyrisXD/love-lock-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] dimagoltsman/content-card-remote-control
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] PiotrMachowski/lovelace-xiaomi-vacuum-map-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] ljmerza/calendar-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] ljmerza/light-entity-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] ljmerza/fitbit-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] ljmerza/github-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] ljmerza/travel-time-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] ljmerza/reddit-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] ljmerza/tracking-number-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] gadgetchnnel/lovelace-card-templater
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] gadgetchnnel/lovelace-home-feed-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] gadgetchnnel/lovelace-text-input-row
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] DavidFW1960/bom-weather-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] isabellaalstrom/lovelace-grocy-chores-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] Ceerbeerus/beerbolaget-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] benct/lovelace-xiaomi-vacuum-card
2019-08-03 11:03:17 INFO (MainThread) [custom_components.hacs.restore] benct/lovelace-multiple-entity-row
2019-08-03 11:03:18 INFO (MainThread) [custom_components.hacs.restore] benct/lovelace-github-entity-row
2019-08-03 11:03:18 INFO (MainThread) [custom_components.hacs.restore] twrecked/lovelace-hass-aarlo
2019-08-03 11:03:18 INFO (MainThread) [custom_components.hacs.restore] RodBr/miflora-card
2019-08-03 11:03:18 INFO (MainThread) [custom_components.hacs.restore] ljmerza/our-groceries-card
2019-08-03 11:03:18 INFO (MainThread) [custom_components.hacs.restore] dmulcahey/zha-network-card
2019-08-03 11:03:18 INFO (MainThread) [custom_components.hacs.restore] jonkristian/entur-card
2019-08-03 11:03:18 INFO (MainThread) [custom_components.hacs.restore] dnguyen800/air-visual-card
2019-08-03 11:03:18 INFO (MainThread) [custom_components.hacs.restore] PiotrMachowski/lovelace-google-keep-card
2019-08-03 11:03:18 INFO (MainThread) [custom_components.hacs.restore] amaximus/bkk-stop-card
2019-08-03 11:03:18 INFO (MainThread) [custom_components.hacs.restore] postlund/search-card
2019-08-03 11:03:18 INFO (MainThread) [custom_components.hacs.restore] kevinvincent/ha-wyzesense
2019-08-03 11:03:18 INFO (MainThread) [homeassistant.setup] Setup of domain hacs took 3.7 seconds.
2019-08-03 11:03:18 INFO (MainThread) [homeassistant.components.switch] Setting up switch.tuya
2019-08-03 11:03:18 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 2.0 seconds.
2019-08-03 11:03:18 INFO (MainThread) [homeassistant.components.notify] Setting up notify.mobile_app
2019-08-03 11:03:18 INFO (MainThread) [homeassistant.setup] Setup of domain light took 0.4 seconds.
2019-08-03 11:03:18 INFO (MainThread) [homeassistant.components.light] Setting up light.tplink
2019-08-03 11:03:18 INFO (MainThread) [homeassistant.setup] Setting up hassio
2019-08-03 11:03:18 INFO (MainThread) [homeassistant.setup] Setup of domain media_player took 2.8 seconds.
2019-08-03 11:03:18 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.cast
2019-08-03 11:03:18 INFO (MainThread) [homeassistant.components.light] Setting up light.tuya
2019-08-03 11:03:18 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 1.0 seconds.
2019-08-03 11:03:18 INFO (MainThread) [homeassistant.setup] Setting up default_config
2019-08-03 11:03:18 INFO (SyncWorker_15) [homeassistant.loader] Loaded stream from homeassistant.components.stream
2019-08-03 11:03:19 INFO (MainThread) [homeassistant.setup] Setting up stream
2019-08-03 11:03:19 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 0.0 seconds.
2019-08-03 11:03:19 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 1.2 seconds.
2019-08-03 11:03:19 INFO (MainThread) [homeassistant.setup] Setup of domain hassio took 1.7 seconds.
2019-08-03 11:03:19 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 5.0 seconds.
2019-08-03 11:03:19 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hacs
2019-08-03 11:03:21 INFO (SyncWorker_10) [pychromecast] Querying device status
2019-08-03 11:03:21 INFO (SyncWorker_4) [pychromecast] Querying device status
2019-08-03 11:03:21 INFO (SyncWorker_12) [pychromecast] Querying device status
2019-08-03 11:03:21 INFO (SyncWorker_2) [pychromecast] Querying device status
2019-08-03 11:03:21 INFO (SyncWorker_8) [pychromecast] Querying device status
2019-08-03 11:03:21 INFO (SyncWorker_13) [pychromecast] Querying device status
2019-08-03 11:03:23 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 13.85s
2019-08-03 11:03:23 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2019-08-03 11:03:23 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Motion 1 Off
2019-08-03 11:03:23 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Motion 1 On
2019-08-03 11:03:23 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Turn Off Kettle
2019-08-03 11:03:23 INFO (MainThread) [custom_components.hacs] Runing startup tasks.
2019-08-03 11:03:23 DEBUG (MainThread) [custom_components.hacs.token] 95159db5-a40f-49ab-b45c-38d677c87145-e4ae68df-6f9d-4cb2-96e5-ceaf154d7fb8
2019-08-03 11:03:23 INFO (MainThread) [custom_components.hacs] Trying to load existing data.
2019-08-03 11:03:23 INFO (MainThread) [custom_components.hacs] Running scheduled update of installed repositories
2019-08-03 11:03:23 INFO (MainThread) [custom_components.hacs.custom-components/hacs] Running update
2019-08-03 11:03:23 INFO (MainThread) [homeassistant.core] Timer:starting
2019-08-03 11:03:25 INFO (MainThread) [custom_components.hacs.kevinvincent/ha-wyzesense] Running update
2019-08-03 11:03:27 INFO (MainThread) [custom_components.hacs] Fetching updated blacklist
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-components/sensor.versions
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-components/switch.hadockermon
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-components/sensor.ruter
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-components/sensor.launchlibrary
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-components/binary_sensor.hadockermon
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-components/sickchill
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-components/sensor.custom_cards
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-components/sensor.custom_components
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-components/sensor.tautulli
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-components/sensor.syncthing
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-components/google_keep
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-cards/muuri-grid
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-cards/timer-card
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-cards/camera-card
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-cards/marquee-state-element
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-components/lists
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-components/custom_components
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-components/custom_cards
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-components/hassbian_config
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-components/cloudflare
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-cards/boilerplate-card
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-cards/custom-card-helpers
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-cards/information
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-cards/tracker-card
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-components/blueprint
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-components/information
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] ljmerza/waze-card
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] custom-components/custom_updater
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] boralyl/hass-smartthinq
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] amaximus/bkk_stop_card
2019-08-03 11:03:27 DEBUG (MainThread) [custom_components.hacs.blacklist] Boosik/discord_game
2019-08-03 11:03:29 INFO (MainThread) [custom_components.hacs.integration] Fetching updated repository list
2019-08-03 11:03:29 INFO (MainThread) [custom_components.hacs.plugin] Fetching updated repository list
2019-08-03 11:03:55 INFO (SyncWorker_15) [homeassistant.loader] Loaded plaato from homeassistant.components.plaato
2019-08-03 11:03:56 INFO (SyncWorker_2) [homeassistant.loader] Loaded wemo from homeassistant.components.wemo
2019-08-03 11:03:57 INFO (SyncWorker_13) [homeassistant.loader] Loaded rainmachine from homeassistant.components.rainmachine
2019-08-03 11:03:57 INFO (SyncWorker_3) [homeassistant.loader] Loaded openuv from homeassistant.components.openuv
2019-08-03 11:03:57 INFO (SyncWorker_18) [homeassistant.loader] Loaded owntracks from homeassistant.components.owntracks
2019-08-03 11:03:57 INFO (SyncWorker_12) [homeassistant.loader] Loaded ios from homeassistant.components.ios
2019-08-03 11:03:57 INFO (SyncWorker_5) [homeassistant.loader] Loaded mqtt from homeassistant.components.mqtt
2019-08-03 11:03:57 INFO (SyncWorker_2) [homeassistant.loader] Loaded axis from homeassistant.components.axis
2019-08-03 11:03:57 INFO (SyncWorker_7) [homeassistant.loader] Loaded somfy from homeassistant.components.somfy
2019-08-03 11:03:57 INFO (SyncWorker_16) [homeassistant.loader] Loaded ambiclimate from homeassistant.components.ambiclimate
2019-08-03 11:03:57 INFO (SyncWorker_4) [homeassistant.loader] Loaded upnp from homeassistant.components.upnp
2019-08-03 11:03:57 INFO (SyncWorker_1) [homeassistant.loader] Loaded deconz from homeassistant.components.deconz
2019-08-03 11:03:57 INFO (SyncWorker_6) [homeassistant.loader] Loaded zone from homeassistant.components.zone
2019-08-03 11:03:57 INFO (SyncWorker_3) [homeassistant.loader] Loaded zwave from homeassistant.components.zwave
2019-08-03 11:03:57 INFO (SyncWorker_11) [homeassistant.loader] Loaded notion from homeassistant.components.notion
2019-08-03 11:03:57 INFO (SyncWorker_0) [homeassistant.loader] Loaded emulated_roku from homeassistant.components.emulated_roku
2019-08-03 11:03:57 INFO (SyncWorker_5) [homeassistant.loader] Loaded smhi from homeassistant.components.smhi
2019-08-03 11:03:57 INFO (SyncWorker_19) [homeassistant.loader] Loaded wwlln from homeassistant.components.wwlln
2019-08-03 11:03:57 INFO (SyncWorker_14) [homeassistant.loader] Loaded locative from homeassistant.components.locative
2019-08-03 11:03:57 INFO (SyncWorker_7) [homeassistant.loader] Loaded heos from homeassistant.components.heos
2019-08-03 11:03:57 INFO (SyncWorker_8) [homeassistant.loader] Loaded simplisafe from homeassistant.components.simplisafe
2019-08-03 11:03:57 INFO (SyncWorker_15) [homeassistant.loader] Loaded geofency from homeassistant.components.geofency
2019-08-03 11:03:57 INFO (SyncWorker_13) [homeassistant.loader] Loaded daikin from homeassistant.components.daikin
2019-08-03 11:03:57 INFO (SyncWorker_17) [homeassistant.loader] Loaded hue from homeassistant.components.hue
2019-08-03 11:03:57 INFO (SyncWorker_9) [homeassistant.loader] Loaded gpslogger from homeassistant.components.gpslogger
2019-08-03 11:03:57 INFO (SyncWorker_18) [homeassistant.loader] Loaded dialogflow from homeassistant.components.dialogflow
2019-08-03 11:03:57 INFO (SyncWorker_12) [homeassistant.loader] Loaded ps4 from homeassistant.components.ps4
2019-08-03 11:03:57 INFO (SyncWorker_5) [homeassistant.loader] Loaded nest from homeassistant.components.nest
2019-08-03 11:03:57 INFO (SyncWorker_2) [homeassistant.loader] Loaded lifx from homeassistant.components.lifx
2019-08-03 11:03:57 INFO (SyncWorker_14) [homeassistant.loader] Loaded tellduslive from homeassistant.components.tellduslive
2019-08-03 11:03:57 INFO (SyncWorker_7) [homeassistant.loader] Loaded adguard from homeassistant.components.adguard
2019-08-03 11:03:57 INFO (SyncWorker_4) [homeassistant.loader] Loaded ambient_station from homeassistant.components.ambient_station
2019-08-03 11:03:57 INFO (SyncWorker_1) [homeassistant.loader] Loaded iqvia from homeassistant.components.iqvia
2019-08-03 11:03:57 INFO (SyncWorker_6) [homeassistant.loader] Loaded toon from homeassistant.components.toon
2019-08-03 11:03:57 INFO (SyncWorker_3) [homeassistant.loader] Loaded logi_circle from homeassistant.components.logi_circle
2019-08-03 11:03:57 INFO (SyncWorker_11) [homeassistant.loader] Loaded unifi from homeassistant.components.unifi
2019-08-03 11:03:57 INFO (SyncWorker_0) [homeassistant.loader] Loaded luftdaten from homeassistant.components.luftdaten
2019-08-03 11:03:57 INFO (SyncWorker_10) [homeassistant.loader] Loaded smartthings from homeassistant.components.smartthings
2019-08-03 11:03:57 INFO (SyncWorker_19) [homeassistant.loader] Loaded sonos from homeassistant.components.sonos
2019-08-03 11:03:57 INFO (SyncWorker_16) [homeassistant.loader] Loaded point from homeassistant.components.point
2019-08-03 11:03:57 INFO (SyncWorker_8) [homeassistant.loader] Loaded homematicip_cloud from homeassistant.components.homematicip_cloud
2019-08-03 11:03:57 INFO (SyncWorker_15) [homeassistant.loader] Loaded life360 from homeassistant.components.life360
2019-08-03 11:03:57 INFO (SyncWorker_13) [homeassistant.loader] Loaded homekit_controller from homeassistant.components.homekit_controller
2019-08-03 11:03:57 INFO (SyncWorker_17) [homeassistant.loader] Loaded hangouts from homeassistant.components.hangouts
2019-08-03 11:03:57 INFO (SyncWorker_9) [homeassistant.loader] Loaded twilio from homeassistant.components.twilio
2019-08-03 11:03:57 INFO (SyncWorker_18) [homeassistant.loader] Loaded zha from homeassistant.components.zha
2019-08-03 11:03:57 INFO (SyncWorker_12) [homeassistant.loader] Loaded tradfri from homeassistant.components.tradfri
2019-08-03 11:03:57 INFO (SyncWorker_5) [homeassistant.loader] Loaded ipma from homeassistant.components.ipma
2019-08-03 11:03:57 INFO (SyncWorker_2) [homeassistant.loader] Loaded esphome from homeassistant.components.esphome
2019-08-03 11:03:57 INFO (SyncWorker_14) [homeassistant.loader] Loaded mailgun from homeassistant.components.mailgun
2019-08-03 11:05:54 DEBUG (MainThread) [custom_components.hacs.web] Endpoint (overview) called
2019-08-03 11:05:54 DEBUG (MainThread) [custom_components.hacs.web] Endpoint (static) called
2019-08-03 11:05:54 DEBUG (MainThread) [custom_components.hacs.web] Endpoint (static) called
2019-08-03 11:05:54 DEBUG (MainThread) [custom_components.hacs.web] Endpoint (static) called
2019-08-03 11:05:54 DEBUG (MainThread) [custom_components.hacs.web] Endpoint (static) called
2019-08-03 11:05:54 DEBUG (MainThread) [custom_components.hacs.web] Endpoint (static) called
2019-08-03 11:05:54 DEBUG (MainThread) [custom_components.hacs.web] Endpoint (static) called
2019-08-03 11:06:04 DEBUG (MainThread) [custom_components.hacs.web] Endpoint (repository) called
2019-08-03 11:06:06 DEBUG (MainThread) [custom_components.hacs.store] Saving data
2019-08-03 11:06:06 DEBUG (MainThread) [custom_components.hacs.web] Endpoint (static) called
2019-08-03 11:06:06 DEBUG (MainThread) [custom_components.hacs.web] Endpoint (static) called
2019-08-03 11:06:06 DEBUG (MainThread) [custom_components.hacs.web] Endpoint (static) called
2019-08-03 11:06:06 DEBUG (MainThread) [custom_components.hacs.web] Endpoint (static) called
2019-08-03 11:06:06 DEBUG (MainThread) [custom_components.hacs.web] Endpoint (static) called
2019-08-03 11:33:30 INFO (MainThread) [custom_components.hacs] Running scheduled update of installed repositories
2019-08-03 11:33:30 INFO (MainThread) [custom_components.hacs.custom-components/hacs] Running update
2019-08-03 11:33:32 INFO (MainThread) [custom_components.hacs.kevinvincent/ha-wyzesense] Running update
2019-08-03 12:03:14 INFO (MainThread) [homeassistant.components.updater] Submitted analytics to Home Assistant servers. Information submitted includes {}
2019-08-03 12:03:14 INFO (MainThread) [homeassistant.components.updater] You are on the latest version (0.96.5) of Home Assistant
2019-08-03 12:03:31 INFO (MainThread) [custom_components.hacs] Running scheduled update of installed repositories
2019-08-03 12:03:31 INFO (MainThread) [custom_components.hacs.custom-components/hacs] Running update
2019-08-03 12:03:32 INFO (MainThread) [custom_components.hacs.kevinvincent/ha-wyzesense] Running update

Sudden _doCommand Error

Hassio 0.101.3 on Pi 3
Log: https://pastebin.com/raw/m9mR6c7P

I just noticed today that when I restarted Home Assistant, the majority of my Wyze sensors were not available. I haven't changed anything from my configuration, so I am unsure how to proceed.

I interpreted the message below from Troubleshooting as reinstalling the component, but when I went to reinstall from HACS, nothing changed.

"Ensure that you have updated to the latest component code. If you still see this error follow Reporting an Issue below."

Any help is greatly appreciated :)

Works great at another site, but here

EDIT: SEE MY COMMENT BELOW FOR SOLUTION, HOPEFULLY THIS CAN HELP SOMEONE ELSE

I have another house that I've helped set up where this works great, but at my house I'm getting the below error(s)

I have hidraw0 and hidraw1, have set both in configuration.yaml and rebooted hassio, trying each one independently. Same probblem. Tried installing 914b6d5 in hacs, same error. Tried installing 9ea846c manually by copying into custom_components, same error.

I'm running hassio in vmware. I made sure the bridge is connected, shared with the vm, and showing in hassio.

I'm sure I'm doing something wrong, I'd just love to know what it is. This set up so easily at the other location, and I love using it. Thank you for your help and the time you put in to make this happen. Do you have a tip jar anywhere?

Sat Aug 10 2019 15:15:14 GMT-0700 (Pacific Daylight Time)
Error while setting up platform wyzesense
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 149, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
return fut.result()
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/wyzesense/binary_sensor.py", line 76, in setup_platform
ws = wyzesense.Open(config[CONF_DEVICE], on_event)
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 551, in Open
return Dongle(device, event_handler)
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 295, in init
self._Start()
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 482, in _Start
self._Inquiry()
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 388, in _Inquiry
resp = self._DoSimpleCommand(Packet.Inquiry())
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 383, in _DoSimpleCommand
self._DoCommand(pkt, cmd_handler, timeout)
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 374, in _DoCommand
raise TimeoutError("_DoCommand")
TimeoutError: _DoCommand

Full log:

2019-08-10 18:15:10 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for wyzesense which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-08-10 18:15:10 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 do experience issues with Home Assistant.
2019-08-10 18:15:10 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds.
2019-08-10 18:15:10 INFO (MainThread) [homeassistant.setup] Setting up http
2019-08-10 18:15:10 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.0 seconds.
2019-08-10 18:15:10 INFO (MainThread) [homeassistant.setup] Setting up system_log
2019-08-10 18:15:10 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.0 seconds.
2019-08-10 18:15:10 INFO (MainThread) [homeassistant.setup] Setting up recorder
2019-08-10 18:15:10 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.2 seconds.
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up wemo
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up wyzesense
2019-08-10 18:15:11 ERROR (MainThread) [homeassistant.setup] Setup failed for wyzesense: No setup function defined.
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up tplink
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setup of domain tplink took 0.0 seconds.
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up hacs
2019-08-10 18:15:11 INFO (MainThread) [custom_components.hacs]

HACS (Home Assistant Community Store)
Version: 0.12.1
This is a custom integration
If you have any issues with this you need to open an issue here:
https://github.com/custom-components/hacs/issues

2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up sun
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.0 seconds.
2019-08-10 18:15:11 INFO (SyncWorker_6) [homeassistant.loader] Loaded darksky from homeassistant.components.darksky
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up input_boolean
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up discovery
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setup of domain discovery took 0.0 seconds.
2019-08-10 18:15:11 INFO (SyncWorker_27) [homeassistant.loader] Loaded html5 from homeassistant.components.html5
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up hue
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setup of domain hue took 0.0 seconds.
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up nest
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setup of domain nest took 0.0 seconds.
2019-08-10 18:15:11 INFO (SyncWorker_15) [nest.nest] Open data stream
2019-08-10 18:15:11 INFO (SyncWorker_9) [homeassistant.loader] Loaded yr from homeassistant.components.yr
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up lovelace
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.0 seconds.
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up group
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setup of domain group took 0.0 seconds.
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up updater
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.wyzesense
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setup of domain wemo took 0.2 seconds.
2019-08-10 18:15:11 DEBUG (SyncWorker_33) [custom_components.wyzesense.binary_sensor] Attempting to open connection to hub at /dev/hidraw1
2019-08-10 18:15:11 INFO (Wemo HTTP Thread) [pywemo.subscribe] Listening on port 8989
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up weather
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up notify
2019-08-10 18:15:11 INFO (SyncWorker_11) [homeassistant.loader] Loaded systemmonitor from homeassistant.components.systemmonitor
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up api
2019-08-10 18:15:11 INFO (SyncWorker_28) [homeassistant.loader] Loaded myq from homeassistant.components.myq
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up webhook
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds.
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setup of domain updater took 0.3 seconds.
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up system_health
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 0.0 seconds.
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.components.weather] Setting up weather.darksky
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up light
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up conversation
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setup of domain conversation took 0.0 seconds.
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up auth
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds.
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up config
2019-08-10 18:15:11 INFO (SyncWorker_29) [homeassistant.loader] Loaded wake_on_lan from homeassistant.components.wake_on_lan
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up history
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds.
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds.
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up mqtt
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setup of domain mqtt took 0.0 seconds.
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up lock
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up media_player
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setup of domain media_player took 0.0 seconds.
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up tts
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up script
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.components.light] Setting up light.group
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.components.light] Setting up light.group
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.components.light] Setting up light.group
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.components.light] Setting up light.group
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up sensor
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.2 seconds.
2019-08-10 18:15:11 INFO (MainThread) [homeassistant.setup] Setting up cover
2019-08-10 18:15:12 INFO (SyncWorker_15) [nest.nest] Event loop started.
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setting up switch
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.systemmonitor
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.yr
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.cover] Setting up cover.myq
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setting up automation
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setting up cloud
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setting up onboarding
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setup of domain config took 1.1 seconds.
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.lock] Setting up lock.mqtt
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setup of domain script took 1.0 seconds.
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setting up wake_on_lan
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setup of domain wake_on_lan took 0.0 seconds.
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 1.0 seconds.
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.switch] Setting up switch.wake_on_lan
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.switch] Setting up switch.wake_on_lan
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.switch] Setting up switch.wake_on_lan
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.helpers.storage] Migrating onboarding storage from 2 to 3
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.1 seconds.
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.3 seconds.
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 1.6 seconds.
2019-08-10 18:15:12 INFO (SyncWorker_25) [homeassistant.loader] Loaded climate from homeassistant.components.climate
2019-08-10 18:15:12 INFO (SyncWorker_6) [homeassistant.loader] Loaded generic from homeassistant.components.generic
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setting up frontend
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds.
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setting up climate
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setup of domain climate took 0.0 seconds.
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setting up camera
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setup of domain light took 1.3 seconds.
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.climate] Setting up climate.nest
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.light] Setting up light.hue
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setting up panel_custom
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setup of domain panel_custom took 0.0 seconds.
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setting up logbook
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 0.0 seconds.
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setting up map
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds.
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.notify] Setting up notify.html5
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 0.4 seconds.
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setting up hassio
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.camera] Setting up camera.generic
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setup of domain lock took 1.2 seconds.
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 1.6 seconds.
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 0.5 seconds.
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.switch] Setting up switch.tplink
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setup of domain camera took 0.1 seconds.
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.components.camera] Setting up camera.nest
2019-08-10 18:15:12 INFO (MainThread) [homeassistant.setup] Setup of domain hassio took 0.0 seconds.
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/places
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/brewdog
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/weatheralerts
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/wienerlinien
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.rpi_power
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.untappd
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/authenticated
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/unsplash
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/combined
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/feedparser
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.personalcapital
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.trakt
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/climate.e_thermostaat
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/media_player.braviatv_psk
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.sonarr_upcoming_media
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.radarr_upcoming_media
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.owlintuition
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.unifigateway
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.ssh
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.plex_recently_added
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.kodi_recently_added
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/youtube
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/hacs
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/config_check
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.yandex_maps
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/climate.programmable_thermostat
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.file_restore
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.avanza_stock
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/gpodder
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.airthings_wave
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/breaking_changes
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/zaptec
2019-08-10 18:15:12 INFO (MainThread) [custom_components.hacs.restore] custom-components/grocy
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-components/qbo
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.nintendo_wishlist
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-components/templatesensor
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-components/sensor.stadtreinigung_hamburg
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] DSorlov/hasl-platform
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] StyraHem/ShellyForHASS
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] isabellaalstrom/sensor.krisinformation
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] JurajNyiri/HomeAssistant-Tavos
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] JurajNyiri/HomeAssistant-Atrea
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] JurajNyiri/HomeAssistant-qBitTorrentAlternativeSpeed
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] TimSoethout/goodwe-sems-home-assistant
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] bramkragten/lyric
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] bramkragten/mind
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] bouwew/sems2mqtt
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] akasma74/Hass-Custom-Alarm
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] keatontaylor/alexa_media_player
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] albertogeniola/meross-homeassistant
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] mudape/iphonedetect
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] bertbert72/HomeAssistant_VirginTivo
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] nstrelow/ha_philips_android_tv
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] rsnodgrass/hass-integrations
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] Ceerbeerus/beerbolaget
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] thomasloven/hass-browser_mod
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] thomasloven/hass-lovelace_gen
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] claytonjn/hass-circadian_lighting
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] xMrVizzy/Philips-AirPurifier
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] jomwells/ambilights
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] jomwells/ambihue
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] jomwells/ambilight-yeelight
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] MatthewFlamm/nwsradar
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] Paul-dH/Home-Assisant-Sensor-OvApi
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] rt400/School-Vacation
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] xirixiz/Home-Assistant-Sensor-Afvalwijzer
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] bieniu/ha-airly
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] bieniu/ha-gios
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] DavidFW1960/bom_forecast
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] legrego/homeassistant-elasticsearch
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] kalanda/homeassistant-aemet-sensor
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] basschipper/homeassistant-generic-hygrostat
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] claudegel/sinope-1
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] claudegel/sinope-gt125
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] tybritten/ical-sensor-homeassistant
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] Martinvdm/garbage-nissewaard-homeassistant
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] RobHofmann/HomeAssistant-GreeClimateComponent
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] pippyn/Home-Assistant-Sensor-Afvalbeheer
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] pippyn/Home-Assistant-Sensor-Groningen-Afvalwijzer
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] pippyn/Home-Assistant-Sensor-Ophaalkalender
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] pilotak/homeassistant-clientraw
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] pilotak/homeassistant-attributes
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] pilotak/homeassistant-mikrotik
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] safepay/sensor.fronius
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] safepay/sensor.willyweather
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] RobHofmann/HomeAssistant-PhilipsAndroid2014
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] twrecked/hass-aarlo
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] mlowijs/HomeAssistant-TeslaCustomComponent
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] rgruebel/ha_zigbee2mqtt_networkmap
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] PiotrMachowski/Home-Assistant-custom-components-Tauron-AMIplus
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] PiotrMachowski/Home-Assistant-custom-components-Rozkladzik
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] PiotrMachowski/Home-Assistant-custom-components-Looko2
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] PiotrMachowski/Home-Assistant-custom-components-iMPK
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] PiotrMachowski/Home-Assistant-custom-components-Burze.dzis.net
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] PiotrMachowski/Home-Assistant-custom-components-Antistorm
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] ljmerza/ha-email-sensor
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] rdehuyss/homeassistant-custom_components-denkovi
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] ljmerza/ha-our-groceries
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] jihao/colorfulclouds-hass
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] jihao/rokid-webhook-hass
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] jihao/traccar-cn-hass
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] tefinger/hass-brematic
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] doudz/homeassistant-zigate
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] asantaga/lightwaverf_HA_EnergySensor
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] asantaga/wiserHomeAssistantPlatform
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] amaximus/bkk_stop
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] jxlarrea/ha-emfitqs
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] PiotrMachowski/Home-Assistant-custom-components-Google-Keep
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] burnnat/media_player.screenly
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] snarky-snark/home-assistant-variables
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] LordBoos/discord_game
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] dlashua/templatebinarysensor
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] andersonshatch/midea-ac-py
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] fondberg/spotcast
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/text-element
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/circle-sensor-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/state-attribute-element
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/vertical-stack-in-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/state-element
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/canvas-gauge-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/dual-gauge-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/beer-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/ext-weblink
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/aftership-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/username-element
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/list-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/button-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/rmv-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/upcoming-media-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/surveillance-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/light-entity-row
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/button-entity-row
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/flex-table-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/secondaryinfo-entity-row
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/bar-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/roku-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/pc-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/config-template-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/spotify-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/podcast-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/untappd-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/group-element
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/text-divider-row
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/cover-element
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/radial-menu
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/text-action-element
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/bignumber-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/entity-attributes-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/gauge-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/group-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/home-setter
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/monster-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/plan-coordinates
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/decluttering-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/nintendo-wishlist-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] custom-cards/favicon-counter
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] maykar/compact-custom-header
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] maykar/lovelace-swipe-navigation
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] peternijssen/lovelace-postnl-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] nervetattoo/simple-thermostat
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] nervetattoo/banner-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] kalkih/mini-media-player
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] kalkih/mini-graph-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] kalkih/simple-weather-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] finity69x2/fan-control-entity-row
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] thomasloven/lovelace-card-mod
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] thomasloven/lovelace-markdown-mod
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] thomasloven/lovelace-slider-entity-row
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] thomasloven/lovelace-fold-entity-row
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] isabellaalstrom/krisinfo-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] tcarlsen/lovelace-light-with-profiles
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] atomic7777/atomic_calendar
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] bramkragten/weather-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] bramkragten/swipe-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] CyrisXD/love-lock-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] dimagoltsman/content-card-remote-control
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] PiotrMachowski/lovelace-xiaomi-vacuum-map-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] ljmerza/calendar-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] ljmerza/light-entity-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] ljmerza/fitbit-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] ljmerza/github-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] ljmerza/travel-time-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] ljmerza/reddit-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] ljmerza/tracking-number-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] gadgetchnnel/lovelace-card-templater
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] gadgetchnnel/lovelace-home-feed-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] gadgetchnnel/lovelace-text-input-row
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] DavidFW1960/bom-weather-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] isabellaalstrom/lovelace-grocy-chores-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] Ceerbeerus/beerbolaget-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] benct/lovelace-xiaomi-vacuum-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] benct/lovelace-multiple-entity-row
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] benct/lovelace-github-entity-row
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] twrecked/lovelace-hass-aarlo
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] RodBr/miflora-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] ljmerza/our-groceries-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] dmulcahey/zha-network-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] jonkristian/entur-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] dnguyen800/air-visual-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] PiotrMachowski/lovelace-google-keep-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] amaximus/bkk-stop-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] postlund/search-card
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] kevinvincent/ha-wyzesense
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] Anonym-tsk/homeassistant-climate-xiaomi-remote
2019-08-10 18:15:13 INFO (MainThread) [custom_components.hacs.restore] Cadsters/acv-hass-component
2019-08-10 18:15:13 INFO (MainThread) [homeassistant.setup] Setup of domain hacs took 1.9 seconds.
2019-08-10 18:15:13 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 1.8 seconds.
2019-08-10 18:15:13 INFO (MainThread) [homeassistant.setup] Setup of domain cover took 1.5 seconds.
2019-08-10 18:15:13 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 1.8 seconds.
2019-08-10 18:15:13 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.nest
2019-08-10 18:15:13 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hue
2019-08-10 18:15:13 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hacs
2019-08-10 18:15:14 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up platform wyzesense
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 149, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
return fut.result()
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/wyzesense/binary_sensor.py", line 76, in setup_platform
ws = wyzesense.Open(config[CONF_DEVICE], on_event)
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 551, in Open
return Dongle(device, event_handler)
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 295, in init
self._Start()
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 482, in _Start
self._Inquiry()
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 388, in _Inquiry
resp = self._DoSimpleCommand(Packet.Inquiry())
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 383, in _DoSimpleCommand
self._DoCommand(pkt, cmd_handler, timeout)
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 374, in _DoCommand
raise TimeoutError("_DoCommand")
TimeoutError: _DoCommand
2019-08-10 18:15:14 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 3.0 seconds.
2019-08-10 18:15:14 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.nest
2019-08-10 18:15:14 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.hue
2019-08-10 18:15:14 INFO (MainThread) [homeassistant.components.hue.sensor_base] Starting sensor polling loop with 5.0 second interval
2019-08-10 18:15:14 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 3.70s
2019-08-10 18:15:14 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2019-08-10 18:15:14 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Carport Cam Motion
2019-08-10 18:15:14 INFO (MainThread) [custom_components.hacs] Runing startup tasks.
2019-08-10 18:15:14 INFO (MainThread) [custom_components.hacs] Trying to load existing data.
2019-08-10 18:15:14 INFO (MainThread) [custom_components.hacs] Running scheduled update of installed repositories
2019-08-10 18:15:14 INFO (MainThread) [custom_components.hacs.custom-components/hacs] Running update
2019-08-10 18:15:14 INFO (MainThread) [homeassistant.core] Timer:starting
2019-08-10 18:15:15 INFO (MainThread) [custom_components.hacs] Fetching updated blacklist
2019-08-10 18:15:15 INFO (MainThread) [hass_nabucasa.iot] Connected
2019-08-10 18:15:15 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.cloud
2019-08-10 18:15:16 INFO (MainThread) [custom_components.hacs.integration] Fetching updated repository list
2019-08-10 18:15:16 INFO (MainThread) [custom_components.hacs.plugin] Fetching updated repository list
2019-08-10 18:15:17 INFO (MainThread) [snitun.utils.aiohttp_client] AioHTTP snitun client started on 127.0.0.1:55433
2019-08-10 18:15:19 ERROR (MainThread) [snitun.client.client_peer] Challenge/Response error with SniTun server
2019-08-10 18:15:19 ERROR (MainThread) [hass_nabucasa.remote] Connection problem to snitun server
2019-08-10 18:15:23 INFO (MainThread) [snitun.utils.aiohttp_client] AioHTTP snitun client connected to: us-east-1.ui.nabu.casa:443
2019-08-10 18:15:28 INFO (SyncWorker_3) [homeassistant.loader] Loaded toon from homeassistant.components.toon
2019-08-10 18:15:28 INFO (SyncWorker_22) [homeassistant.loader] Loaded deconz from homeassistant.components.deconz
2019-08-10 18:15:28 INFO (SyncWorker_1) [homeassistant.loader] Loaded hangouts from homeassistant.components.hangouts
2019-08-10 18:15:28 INFO (SyncWorker_21) [homeassistant.loader] Loaded ps4 from homeassistant.components.ps4
2019-08-10 18:15:28 INFO (SyncWorker_37) [homeassistant.loader] Loaded zwave from homeassistant.components.zwave
2019-08-10 18:15:28 INFO (SyncWorker_6) [homeassistant.loader] Loaded esphome from homeassistant.components.esphome
2019-08-10 18:15:28 INFO (SyncWorker_35) [homeassistant.loader] Loaded homematicip_cloud from homeassistant.components.homematicip_cloud
2019-08-10 18:15:28 INFO (SyncWorker_27) [homeassistant.loader] Loaded wwlln from homeassistant.components.wwlln
2019-08-10 18:15:28 INFO (SyncWorker_11) [homeassistant.loader] Loaded iqvia from homeassistant.components.iqvia
2019-08-10 18:15:28 INFO (SyncWorker_24) [homeassistant.loader] Loaded mailgun from homeassistant.components.mailgun
2019-08-10 18:15:28 INFO (SyncWorker_32) [homeassistant.loader] Loaded ifttt from homeassistant.components.ifttt
2019-08-10 18:15:28 INFO (SyncWorker_28) [homeassistant.loader] Loaded axis from homeassistant.components.axis
2019-08-10 18:15:28 INFO (SyncWorker_38) [homeassistant.loader] Loaded lifx from homeassistant.components.lifx
2019-08-10 18:15:28 INFO (SyncWorker_33) [homeassistant.loader] Loaded met from homeassistant.components.met
2019-08-10 18:15:28 INFO (SyncWorker_16) [homeassistant.loader] Loaded ios from homeassistant.components.ios
2019-08-10 18:15:28 INFO (SyncWorker_7) [homeassistant.loader] Loaded logi_circle from homeassistant.components.logi_circle
2019-08-10 18:15:28 INFO (SyncWorker_20) [homeassistant.loader] Loaded life360 from homeassistant.components.life360
2019-08-10 18:15:28 INFO (SyncWorker_8) [homeassistant.loader] Loaded point from homeassistant.components.point
2019-08-10 18:15:28 INFO (SyncWorker_17) [homeassistant.loader] Loaded vesync from homeassistant.components.vesync
2019-08-10 18:15:28 INFO (SyncWorker_3) [homeassistant.loader] Loaded unifi from homeassistant.components.unifi
2019-08-10 18:15:28 INFO (SyncWorker_30) [homeassistant.loader] Loaded luftdaten from homeassistant.components.luftdaten
2019-08-10 18:15:28 INFO (SyncWorker_22) [homeassistant.loader] Loaded daikin from homeassistant.components.daikin
2019-08-10 18:15:28 INFO (SyncWorker_2) [homeassistant.loader] Loaded openuv from homeassistant.components.openuv
2019-08-10 18:15:28 INFO (SyncWorker_25) [homeassistant.loader] Loaded smhi from homeassistant.components.smhi
2019-08-10 18:15:28 INFO (SyncWorker_37) [homeassistant.loader] Loaded smartthings from homeassistant.components.smartthings
2019-08-10 18:15:28 INFO (SyncWorker_6) [homeassistant.loader] Loaded cast from homeassistant.components.cast
2019-08-10 18:15:28 INFO (SyncWorker_35) [homeassistant.loader] Loaded adguard from homeassistant.components.adguard
2019-08-10 18:15:28 INFO (SyncWorker_27) [homeassistant.loader] Loaded ambiclimate from homeassistant.components.ambiclimate
2019-08-10 18:15:28 INFO (SyncWorker_19) [homeassistant.loader] Loaded emulated_roku from homeassistant.components.emulated_roku
2019-08-10 18:15:28 INFO (SyncWorker_36) [homeassistant.loader] Loaded heos from homeassistant.components.heos
2019-08-10 18:15:28 INFO (SyncWorker_31) [homeassistant.loader] Loaded rainmachine from homeassistant.components.rainmachine
2019-08-10 18:15:28 INFO (SyncWorker_28) [homeassistant.loader] Loaded tellduslive from homeassistant.components.tellduslive
2019-08-10 18:15:28 INFO (SyncWorker_38) [homeassistant.loader] Loaded plaato from homeassistant.components.plaato
2019-08-10 18:15:28 INFO (SyncWorker_5) [homeassistant.loader] Loaded ipma from homeassistant.components.ipma
2019-08-10 18:15:28 INFO (SyncWorker_16) [homeassistant.loader] Loaded twilio from homeassistant.components.twilio
2019-08-10 18:15:28 INFO (SyncWorker_7) [homeassistant.loader] Loaded zone from homeassistant.components.zone
2019-08-10 18:15:28 INFO (SyncWorker_15) [homeassistant.loader] Loaded twentemilieu from homeassistant.components.twentemilieu
2019-08-10 18:15:28 INFO (SyncWorker_18) [homeassistant.loader] Loaded gpslogger from homeassistant.components.gpslogger
2019-08-10 18:15:28 INFO (SyncWorker_17) [homeassistant.loader] Loaded tradfri from homeassistant.components.tradfri
2019-08-10 18:15:28 INFO (SyncWorker_13) [homeassistant.loader] Loaded sonos from homeassistant.components.sonos
2019-08-10 18:15:28 INFO (SyncWorker_34) [homeassistant.loader] Loaded owntracks from homeassistant.components.owntracks
2019-08-10 18:15:28 INFO (SyncWorker_14) [homeassistant.loader] Loaded notion from homeassistant.components.notion
2019-08-10 18:15:28 INFO (SyncWorker_1) [homeassistant.loader] Loaded velbus from homeassistant.components.velbus
2019-08-10 18:15:28 INFO (SyncWorker_21) [homeassistant.loader] Loaded upnp from homeassistant.components.upnp
2019-08-10 18:15:28 INFO (SyncWorker_0) [homeassistant.loader] Loaded dialogflow from homeassistant.components.dialogflow
2019-08-10 18:15:28 INFO (SyncWorker_9) [homeassistant.loader] Loaded locative from homeassistant.components.locative
2019-08-10 18:15:28 INFO (SyncWorker_10) [homeassistant.loader] Loaded simplisafe from homeassistant.components.simplisafe
2019-08-10 18:15:28 INFO (SyncWorker_11) [homeassistant.loader] Loaded somfy from homeassistant.components.somfy
2019-08-10 18:15:28 INFO (SyncWorker_19) [homeassistant.loader] Loaded mobile_app from homeassistant.components.mobile_app
2019-08-10 18:15:28 INFO (SyncWorker_32) [homeassistant.loader] Loaded zha from homeassistant.components.zha
2019-08-10 18:15:28 INFO (SyncWorker_31) [homeassistant.loader] Loaded homekit_controller from homeassistant.components.homekit_controller
2019-08-10 18:15:28 INFO (SyncWorker_28) [homeassistant.loader] Loaded ambient_station from homeassistant.components.ambient_station
2019-08-10 18:15:28 INFO (SyncWorker_38) [homeassistant.loader] Loaded geofency from homeassistant.components.geofency
2019-08-10 18:15:42 ERROR (SyncWorker_23) [homeassistant.components.wemo] Unable to get description url for WeMo at: 192.168.1.45
2019-08-10 18:16:04 WARNING (SyncWorker_23) [pywemo.ssdp] Error fetching description at http://192.168.1.87:49153/setup.xml
2019-08-10 18:16:06 INFO (MainThread) [homeassistant.components.switch] Setting up switch.wemo
2019-08-10 18:16:06 INFO (MainThread) [homeassistant.components.switch] Setting up switch.wemo
2019-08-10 18:16:06 INFO (MainThread) [homeassistant.components.switch] Setting up switch.wemo
2019-08-10 18:16:06 INFO (MainThread) [homeassistant.components.switch] Setting up switch.wemo
2019-08-10 18:16:06 INFO (MainThread) [homeassistant.components.switch] Setting up switch.wemo
2019-08-10 18:16:06 INFO (MainThread) [homeassistant.components.switch] Setting up switch.wemo
2019-08-10 18:16:06 INFO (SyncWorker_33) [pywemo.subscribe] Subscribing to events from <WeMo Switch "Backyard Bistro Lights">
2019-08-10 18:16:06 INFO (Wemo Events Thread) [pywemo.subscribe] Resubscribe for <WeMo Switch "Backyard Bistro Lights">
2019-08-10 18:16:06 INFO (SyncWorker_38) [pywemo.subscribe] Subscribing to events from <WeMo Switch "Bedroom AC">
2019-08-10 18:16:06 INFO (Wemo Events Thread) [pywemo.subscribe] Resubscribe for <WeMo Switch "Bedroom AC">
2019-08-10 18:16:06 INFO (Wemo HTTP Thread) [pywemo.subscribe] Received event from <WeMo Switch "Backyard Bistro Lights">(192.168.1.238) - BinaryState 0
2019-08-10 18:16:06 INFO (Wemo HTTP Thread) [homeassistant.components.wemo.switch] Subscription update for Backyard Bistro Lights
2019-08-10 18:16:06 INFO (Wemo HTTP Thread) [pywemo.subscribe] Received event from <WeMo Switch "Bedroom AC">(192.168.1.44) - BinaryState 0
2019-08-10 18:16:06 INFO (Wemo HTTP Thread) [homeassistant.components.wemo.switch] Subscription update for Bedroom AC
2019-08-10 18:16:06 INFO (SyncWorker_15) [pywemo.subscribe] Subscribing to events from <WeMo LightSwitch "Whole House Exhaust Fan">
2019-08-10 18:16:06 INFO (Wemo Events Thread) [pywemo.subscribe] Resubscribe for <WeMo LightSwitch "Whole House Exhaust Fan">
2019-08-10 18:16:06 INFO (SyncWorker_18) [pywemo.subscribe] Subscribing to events from <WeMo Switch "Kitchen Microwave">
2019-08-10 18:16:06 INFO (Wemo Events Thread) [pywemo.subscribe] Resubscribe for <WeMo Switch "Kitchen Microwave">
2019-08-10 18:16:06 INFO (SyncWorker_3) [pywemo.subscribe] Subscribing to events from <WeMo LightSwitch "Jareds Bedroom Fan">
2019-08-10 18:16:06 INFO (Wemo HTTP Thread) [pywemo.subscribe] Received event from <WeMo LightSwitch "Whole House Exhaust Fan">(192.168.1.42) - BinaryState 0
2019-08-10 18:16:06 INFO (Wemo HTTP Thread) [homeassistant.components.wemo.switch] Subscription update for Whole House Exhaust Fan
2019-08-10 18:16:06 INFO (Wemo Events Thread) [pywemo.subscribe] Resubscribe for <WeMo LightSwitch "Jareds Bedroom Fan">
2019-08-10 18:16:06 INFO (SyncWorker_30) [pywemo.subscribe] Subscribing to events from <WeMo Switch "Bedroom Stereo">
2019-08-10 18:16:06 INFO (Wemo HTTP Thread) [pywemo.subscribe] Received event from <WeMo Switch "Kitchen Microwave">(192.168.1.43) - BinaryState 1
2019-08-10 18:16:06 INFO (Wemo HTTP Thread) [homeassistant.components.wemo.switch] Subscription update for Kitchen Microwave
2019-08-10 18:16:06 INFO (Wemo Events Thread) [pywemo.subscribe] Resubscribe for <WeMo Switch "Bedroom Stereo">
2019-08-10 18:16:06 INFO (Wemo HTTP Thread) [pywemo.subscribe] Received event from <WeMo LightSwitch "Jareds Bedroom Fan">(192.168.1.231) - BinaryState 1
2019-08-10 18:16:06 INFO (Wemo HTTP Thread) [homeassistant.components.wemo.switch] Subscription update for Jareds Bedroom Fan
2019-08-10 18:16:06 INFO (Wemo HTTP Thread) [pywemo.subscribe] Received event from <WeMo Switch "Bedroom Stereo">(192.168.1.63) - BinaryState 0
2019-08-10 18:16:06 INFO (Wemo HTTP Thread) [homeassistant.components.wemo.switch] Subscription update for Bedroom Stereo

Services Unavailable V0.0.4

The services such as wyzesense.scan are unavailable after upgrading to V0.0.4. Downgrading to V0.0.3 resolved the issue. I'm running Hassio on an Intel NUC using HACS

Proxmox v0.0.4 _DoCommand, No entities or services

Hello, I've been playing with this for a few days, asking around and trying different things. I successfully passed the USB into my hassio VM (install from the one-click proxmox script), and when I run dmesg | grep hidraw I get:

[    1.130239] hidraw: raw HID events driver (C) Jiri Kosina
[    2.056073] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0
[    2.529353] hid-generic 0003:1A86:E024.0002: hiddev96,hidraw1: USB HID v1.00 Device [HID 1a86:e024] on usb-0000:00:1d.0-2/input0

Configuration.yaml is:

  - platform: wyzesense
    device: "/dev/hidraw1"

I first tried with hidraw0, then with hidraw1. I have a blue light on my Wyze Sense hub and logs seem to show activity but then fail. Please see this pastebin, note the comments about starting with v0.0.4, downgrading to v0.0.3 to test, and then back up to v0.0.4:
Pastebin Link

Everything worked then I rebooted now it still does maybe??

I am running HASSOS on a VM under unraid.

Hi everyone new to github and HA. Not sure how to explain this. I had one heck of a time getting this to work. I have nothing but Hacs and Wyzesense installed so I am sure nothing else is messing things up. After I got the dongle installed and found by HA I was able to scan all of my sensors into HA. I left it alone for 2-3 hours and came back and all of the sensors dropped off the overview. If I activate them open a door sensor or walk in front of a motion sensor they show up on the overview again. However I am no longer able to use the scan or remove feature because they are removed from services. My dongle is still blue.

This is my usb dongle being passed:
QinHeng Electronics (1a86:e024)

response from dmesg |grep hidraw:
[ 1.228782] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.627171] hid-generic 0003:1A86:E024.0001: hiddev96,hidraw0: USB HID v1.00 Device [HID 1a86:e024] on usb-0000:00:07.0-1/input0
[ 2.931135] hid-generic 0003:0627:0001.0002: input,hidraw1: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:07.7-2/input0
core-ssh:~#

Here is my config.yaml:

Configure a default setup of Home Assistant (frontend, api, etc)

default_config:

Uncomment this if you are using SSL/TLS, running in Docker container, etc.

http:

base_url: example.duckdns.org:8123

Adds Wyze Sensors to Home Assistant

binary_sensor:

  • platform: wyzesense
    device: "/dev/hidraw0"
    logger:
    default: info
    logs:
    custom_components.wyzesense: debug
    wyzesense.gateway: debug

Text to speech

tts:

  • platform: google_translate
    group: !include groups.yaml
    automation: !include automations.yaml
    script: !include scripts.yaml

What shows in Entity registry: (bottom two I messed with top one was left alone and does not show in overview.)

Unavailable | binary_sensor.wyzesense_77854c72 | wyzesense |  
 
  | wyzesense 77854e33 | binary_sensor.wyzesense_77854e33 | wyzesense |  
  | wyzesense 7786cf87 | binary_sensor.wyzesense_7786cf87 | wyzesense

Here is my log after second or third reboot:

2019-10-24 22:24:02 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 do experience issues with Home Assistant.
2019-10-24 22:24:02 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds.
2019-10-24 22:24:02 INFO (MainThread) [homeassistant.setup] Setting up http
2019-10-24 22:24:02 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.0 seconds.
2019-10-24 22:24:02 INFO (MainThread) [homeassistant.setup] Setting up system_log
2019-10-24 22:24:02 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.0 seconds.
2019-10-24 22:24:02 INFO (MainThread) [homeassistant.setup] Setting up recorder
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.7 seconds.
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setting up updater
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain updater took 0.0 seconds.
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setting up group
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain group took 0.0 seconds.
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setting up lovelace
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.0 seconds.
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setting up sun
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.0 seconds.
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setting up ssdp
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.0 seconds.
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setting up hacs
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain hacs took 0.0 seconds.
2019-10-24 22:24:03 INFO (MainThread) [hacs]

HACS (Home Assistant Community Store)

Version: 0.15.11
This is a custom integration
If you have any issues with this you need to open an issue here:
https://github.com/custom-components/hacs/issues

2019-10-24 22:24:03 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for wyzesense which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setting up person
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.wyzesense
2019-10-24 22:24:03 DEBUG (SyncWorker_7) [custom_components.wyzesense.binary_sensor] WYZESENSE v0.0.4
2019-10-24 22:24:03 DEBUG (SyncWorker_7) [custom_components.wyzesense.binary_sensor] Attempting to open connection to hub at /dev/hidraw0
2019-10-24 22:24:03 INFO (SyncWorker_6) [homeassistant.loader] Loaded google_translate from homeassistant.components.google_translate
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setting up system_health
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 0.0 seconds.
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setting up api
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setting up webhook
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds.
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds.
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setting up script
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.0 seconds.
2019-10-24 22:24:03 DEBUG (SyncWorker_7) [custom_components.wyzesense.wyzesense_custom] Start Inquiry...
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setting up auth
2019-10-24 22:24:03 DEBUG (SyncWorker_7) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=4327, Payload=
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds.
2019-10-24 22:24:03 DEBUG (SyncWorker_7) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa55430327016c'
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setting up config
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setting up history
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds.
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setting up tts
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.1 seconds.
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setting up device_automation
2019-10-24 22:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.0 seconds.
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa43042801016f'
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa43042801016f'
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=4328, Payload=b'01'
2019-10-24 22:24:03 DEBUG (SyncWorker_7) [custom_components.wyzesense.wyzesense_custom] Inquiry returns 1
2019-10-24 22:24:03 DEBUG (SyncWorker_7) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=5314, Payload=b'ff'
2019-10-24 22:24:03 DEBUG (SyncWorker_7) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa55530414ff0269'
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5314ff026555aa530e350000016e00f123fd0314ff052b55aa530315016a'
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5314ff0265'
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=53FF, Payload=ACK(5314)
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa530e350000016e00f123fd0314ff052b55aa530315016a55aa5319350000016e00f124110ea237373835344533330101000405a555aa531d190000016e00f12414a2373738353445333301145e0001010004300625'
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa530e350000016e00f123fd0314ff052b'
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'0000016e00f123fd0314ff'
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335)
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286'
2019-10-24 22:24:03 INFO (Thread-2) [custom_components.wyzesense.wyzesense_custom] LOG: time=2019-10-24T22:23:53.725000, data=b'14ff'
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa530315016a55aa5319350000016e00f124110ea237373835344533330101000405a555aa531d190000016e00f12414a2373738353445333301145e0001010004300625'
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa530315016a'
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5315, Payload=
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5315)
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555315ff0266'
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5319350000016e00f124110ea237373835344533330101000405a555aa531d190000016e00f12414a2373738353445333301145e0001010004300625'
2019-10-24 22:24:03 DEBUG (SyncWorker_7) [custom_components.wyzesense.wyzesense_custom] Start GetSensors...
2019-10-24 22:24:03 DEBUG (SyncWorker_7) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=532E, Payload=
2019-10-24 22:24:03 DEBUG (SyncWorker_7) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa5553032e0183'
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5319350000016e00f124110ea237373835344533330101000405a5'
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'0000016e00f124110ea2373738353445333301010004'
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335)
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286'
2019-10-24 22:24:03 INFO (Thread-2) [custom_components.wyzesense.wyzesense_custom] LOG: time=2019-10-24T22:23:53.745000, data=b'a2373738353445333301010004'
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016e00f12414a2373738353445333301145e000101000430062555aa530332018755aa532eff027f55aa53042f040189'
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016e00f12414a2373738353445333301145e0001010004300625'
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016e00f12414a2373738353445333301145e000101000430'
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '77854E33', 'state': 1, 'device_class': 'door', 'timestamp': '2019-10-24T22:23:53.748000', 'rssi': -48, 'battery_level': 94}
2019-10-24 22:24:03 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '77854E33', 'state': 1, 'device_class': 'door', 'timestamp': '2019-10-24T22:23:53.748000', 'rssi': -48, 'battery_level': 94}
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setting up cloud
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setting up onboarding
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.6 seconds.
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa530332018755aa532eff027f55aa53042f040189'
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5303320187'
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5332, Payload=
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5332)
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555332ff0283'
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=5333, Payload=b'0000016e00f14cc8'
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa55530b330000016e00f14cc80404'
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setting up zeroconf
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setting up automation
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa532eff027f55aa53042f040189'
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.0 seconds.
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa532eff027f'
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.1 seconds.
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=53FF, Payload=ACK(532E)
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa53042f04018955aa5333ff0284'
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa53042f040189'
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=532F, Payload=b'04'
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(532F)
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa55532fff0280'
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5333ff0284'
2019-10-24 22:24:04 DEBUG (SyncWorker_7) [custom_components.wyzesense.wyzesense_custom] 4 sensors reported, waiting for each one to report...
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5333ff0284'
2019-10-24 22:24:04 DEBUG (SyncWorker_7) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=5330, Payload=b'04'
2019-10-24 22:24:04 DEBUG (SyncWorker_7) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa5553043004018a'
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=53FF, Payload=ACK(5333)
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 0.7 seconds.
2019-10-24 22:24:04 INFO (SyncWorker_8) [homeassistant.loader] Loaded cast from homeassistant.components.cast
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setting up frontend
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds.
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.1 seconds.
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5330ff028155aa530b313737383534453333034855aa530b313737383643463837036255aa530b3137373835344337320349'
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5330ff0281'
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=53FF, Payload=ACK(5330)
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa530b313737383534453333034855aa530b313737383643463837036255aa530b3137373835344337320349'
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa530b3137373835344533330348'
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setting up panel_custom
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setup of domain panel_custom took 0.0 seconds.
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5331, Payload=b'3737383534453333'
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5331)
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555331ff0282'
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setting up logbook
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 0.0 seconds.
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sensor 1/4, MAC:77854E33
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setting up map
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa530b313737383643463837036255aa530b3137373835344337320349'
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds.
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa530b3137373836434638370362'
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setup of domain person took 1.0 seconds.
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5331, Payload=b'3737383643463837'
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5331)
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 0.3 seconds.
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555331ff0282'
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setting up hassio
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sensor 2/4, MAC:7786CF87
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa530b3137373835344337320349'
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa530b3137373835344337320349'
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5331, Payload=b'3737383534433732'
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5331)
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555331ff0282'
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sensor 3/4, MAC:77854C72
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setting up mobile_app
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setup of domain mobile_app took 0.0 seconds.
2019-10-24 22:24:04 INFO (SyncWorker_9) [homeassistant.loader] Loaded notify from homeassistant.components.notify
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setting up default_config
2019-10-24 22:24:04 INFO (SyncWorker_3) [homeassistant.loader] Loaded stream from homeassistant.components.stream
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setting up notify
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 0.0 seconds.
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.components.notify] Setting up notify.mobile_app
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setting up stream
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 0.0 seconds.
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 0.0 seconds.
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5319350000016e00f14de90ea237373835344533330100000506a655aa531d190000016e00f14deca2373738353445333301145e00010000052a0720'
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5319350000016e00f14de90ea237373835344533330100000506a6'
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'0000016e00f14de90ea2373738353445333301000005'
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335)
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286'
2019-10-24 22:24:04 INFO (Thread-2) [custom_components.wyzesense.wyzesense_custom] LOG: time=2019-10-24T22:24:04.457000, data=b'a2373738353445333301000005'
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016e00f14deca2373738353445333301145e00010000052a0720'
2019-10-24 22:24:04 INFO (MainThread) [homeassistant.setup] Setup of domain hassio took 0.2 seconds.
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016e00f14deca2373738353445333301145e00010000052a0720'
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016e00f14deca2373738353445333301145e00010000052a'
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-10-24 22:24:04 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '77854E33', 'state': 0, 'device_class': 'door', 'timestamp': '2019-10-24T22:24:04.460000', 'rssi': -42, 'battery_level': 94}
2019-10-24 22:24:05 INFO (MainThread) [hacs.repository.integration.hacs.integration] Registration complete
2019-10-24 22:24:06 INFO (MainThread) [hacs.data] Restore started
2019-10-24 22:24:06 INFO (MainThread) [hacs.data] Restore done
2019-10-24 22:24:06 INFO (SyncWorker_0) [homeassistant.loader] Loaded sensor from homeassistant.components.sensor
2019-10-24 22:24:06 INFO (MainThread) [homeassistant.setup] Setting up sensor
2019-10-24 22:24:06 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.0 seconds.
2019-10-24 22:24:06 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hacs
2019-10-24 22:24:07 INFO (SyncWorker_1) [homeassistant.loader] Loaded homekit_controller from homeassistant.components.homekit_controller
2019-10-24 22:24:07 INFO (SyncWorker_5) [homeassistant.loader] Loaded lifx from homeassistant.components.lifx
2019-10-24 22:24:13 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of platform wyzesense is taking over 10 seconds.
2019-10-24 22:24:24 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up platform wyzesense
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 150, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
return fut.result()
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/wyzesense/binary_sensor.py", line 85, in setup_platform
result = ws.List()
File "/config/custom_components/wyzesense/wyzesense_custom.py", line 507, in List
sensors = self._GetSensors()
File "/config/custom_components/wyzesense/wyzesense_custom.py", line 479, in _GetSensors
self._DoCommand(Packet.GetSensorList(count), cmd_handler, timeout=self._CMD_TIMEOUT * count)
File "/config/custom_components/wyzesense/wyzesense_custom.py", line 384, in _DoCommand
raise TimeoutError("_DoCommand")
TimeoutError: _DoCommand
2019-10-24 22:24:24 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 20.8 seconds.
2019-10-24 22:24:24 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.updater
2019-10-24 22:24:24 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 22.35s
2019-10-24 22:24:24 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2019-10-24 22:24:24 INFO (MainThread) [homeassistant.core] Timer:starting
2019-10-24 22:24:24 INFO (SyncWorker_9) [homeassistant.components.zeroconf] Starting Zeroconf broadcast
2019-10-24 22:24:25 INFO (MainThread) [hacs] Loading known repositories
2019-10-24 22:24:27 INFO (MainThread) [hass_nabucasa.iot] Connected
2019-10-24 22:24:27 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.cloud
2019-10-24 22:24:29 INFO (MainThread) [snitun.utils.aiohttp_client] AioHTTP snitun client started on 127.0.0.1:49225
2019-10-24 22:24:30 INFO (MainThread) [snitun.utils.aiohttp_client] AioHTTP snitun client connected to: us-east-1.ui.nabu.casa:443
2019-10-24 22:24:32 INFO (SyncWorker_9) [homeassistant.loader] Loaded hangouts from homeassistant.components.hangouts
2019-10-24 22:24:32 INFO (SyncWorker_0) [homeassistant.loader] Loaded twilio from homeassistant.components.twilio
2019-10-24 22:24:32 INFO (SyncWorker_2) [homeassistant.loader] Loaded esphome from homeassistant.components.esphome
2019-10-24 22:24:32 INFO (SyncWorker_4) [homeassistant.loader] Loaded tellduslive from homeassistant.components.tellduslive
2019-10-24 22:24:32 INFO (SyncWorker_7) [homeassistant.loader] Loaded soma from homeassistant.components.soma
2019-10-24 22:24:32 INFO (SyncWorker_8) [homeassistant.loader] Loaded toon from homeassistant.components.toon
2019-10-24 22:24:32 INFO (SyncWorker_0) [homeassistant.loader] Loaded vesync from homeassistant.components.vesync
2019-10-24 22:24:32 INFO (SyncWorker_2) [homeassistant.loader] Loaded emulated_roku from homeassistant.components.emulated_roku
2019-10-24 22:24:32 INFO (SyncWorker_3) [homeassistant.loader] Loaded luftdaten from homeassistant.components.luftdaten
2019-10-24 22:24:32 INFO (SyncWorker_9) [homeassistant.loader] Loaded tradfri from homeassistant.components.tradfri
2019-10-24 22:24:32 INFO (SyncWorker_1) [homeassistant.loader] Loaded ps4 from homeassistant.components.ps4
2019-10-24 22:24:32 INFO (SyncWorker_5) [homeassistant.loader] Loaded transmission from homeassistant.components.transmission
2019-10-24 22:24:32 INFO (SyncWorker_6) [homeassistant.loader] Loaded withings from homeassistant.components.withings
2019-10-24 22:24:32 INFO (SyncWorker_4) [homeassistant.loader] Loaded iaqualink from homeassistant.components.iaqualink
2019-10-24 22:24:32 INFO (SyncWorker_7) [homeassistant.loader] Loaded hue from homeassistant.components.hue
2019-10-24 22:24:32 INFO (SyncWorker_8) [homeassistant.loader] Loaded solaredge from homeassistant.components.solaredge
2019-10-24 22:24:32 INFO (SyncWorker_0) [homeassistant.loader] Loaded ipma from homeassistant.components.ipma
2019-10-24 22:24:32 INFO (SyncWorker_2) [homeassistant.loader] Loaded glances from homeassistant.components.glances
2019-10-24 22:24:32 INFO (SyncWorker_3) [homeassistant.loader] Loaded izone from homeassistant.components.izone
2019-10-24 22:24:32 INFO (SyncWorker_9) [homeassistant.loader] Loaded sonos from homeassistant.components.sonos
2019-10-24 22:24:32 INFO (SyncWorker_1) [homeassistant.loader] Loaded ambient_station from homeassistant.components.ambient_station
2019-10-24 22:24:32 INFO (SyncWorker_5) [homeassistant.loader] Loaded owntracks from homeassistant.components.owntracks
2019-10-24 22:24:32 INFO (SyncWorker_6) [homeassistant.loader] Loaded deconz from homeassistant.components.deconz
2019-10-24 22:24:32 INFO (SyncWorker_4) [homeassistant.loader] Loaded abode from homeassistant.components.abode
2019-10-24 22:24:32 INFO (SyncWorker_7) [homeassistant.loader] Loaded plaato from homeassistant.components.plaato
2019-10-24 22:24:32 INFO (SyncWorker_8) [homeassistant.loader] Loaded velbus from homeassistant.components.velbus
2019-10-24 22:24:32 INFO (SyncWorker_0) [homeassistant.loader] Loaded ambiclimate from homeassistant.components.ambiclimate
2019-10-24 22:24:32 INFO (SyncWorker_6) [homeassistant.loader] Loaded met from homeassistant.components.met
2019-10-24 22:24:32 INFO (SyncWorker_3) [homeassistant.loader] Loaded heos from homeassistant.components.heos
2019-10-24 22:24:32 INFO (SyncWorker_9) [homeassistant.loader] Loaded homematicip_cloud from homeassistant.components.homematicip_cloud
2019-10-24 22:24:32 INFO (SyncWorker_1) [homeassistant.loader] Loaded solarlog from homeassistant.components.solarlog
2019-10-24 22:24:32 INFO (SyncWorker_5) [homeassistant.loader] Loaded zwave from homeassistant.components.zwave
2019-10-24 22:24:32 INFO (SyncWorker_2) [homeassistant.loader] Loaded point from homeassistant.components.point
2019-10-24 22:24:32 INFO (SyncWorker_4) [homeassistant.loader] Loaded locative from homeassistant.components.locative
2019-10-24 22:24:32 INFO (SyncWorker_7) [homeassistant.loader] Loaded gpslogger from homeassistant.components.gpslogger
2019-10-24 22:24:32 INFO (SyncWorker_8) [homeassistant.loader] Loaded smhi from homeassistant.components.smhi
2019-10-24 22:24:32 INFO (SyncWorker_0) [homeassistant.loader] Loaded logi_circle from homeassistant.components.logi_circle
2019-10-24 22:24:32 INFO (SyncWorker_6) [homeassistant.loader] Loaded ios from homeassistant.components.ios
2019-10-24 22:24:32 INFO (SyncWorker_3) [homeassistant.loader] Loaded life360 from homeassistant.components.life360
2019-10-24 22:24:32 INFO (SyncWorker_9) [homeassistant.loader] Loaded smartthings from homeassistant.components.smartthings
2019-10-24 22:24:32 INFO (SyncWorker_8) [homeassistant.loader] Loaded iqvia from homeassistant.components.iqvia
2019-10-24 22:24:32 INFO (SyncWorker_5) [homeassistant.loader] Loaded geofency from homeassistant.components.geofency
2019-10-24 22:24:32 INFO (SyncWorker_2) [homeassistant.loader] Loaded upnp from homeassistant.components.upnp
2019-10-24 22:24:32 INFO (SyncWorker_4) [homeassistant.loader] Loaded axis from homeassistant.components.axis
2019-10-24 22:24:32 INFO (SyncWorker_7) [homeassistant.loader] Loaded opentherm_gw from homeassistant.components.opentherm_gw
2019-10-24 22:24:32 INFO (SyncWorker_8) [homeassistant.loader] Loaded daikin from homeassistant.components.daikin
2019-10-24 22:24:32 INFO (SyncWorker_5) [homeassistant.loader] Loaded dialogflow from homeassistant.components.dialogflow
2019-10-24 22:24:32 INFO (SyncWorker_6) [homeassistant.loader] Loaded rainmachine from homeassistant.components.rainmachine
2019-10-24 22:24:32 INFO (SyncWorker_3) [homeassistant.loader] Loaded wwlln from homeassistant.components.wwlln
2019-10-24 22:24:32 INFO (SyncWorker_9) [homeassistant.loader] Loaded linky from homeassistant.components.linky
2019-10-24 22:24:32 INFO (SyncWorker_1) [homeassistant.loader] Loaded cert_expiry from homeassistant.components.cert_expiry
2019-10-24 22:24:32 INFO (SyncWorker_0) [homeassistant.loader] Loaded plex from homeassistant.components.plex
2019-10-24 22:24:32 INFO (SyncWorker_6) [homeassistant.loader] Loaded simplisafe from homeassistant.components.simplisafe
2019-10-24 22:24:32 INFO (SyncWorker_4) [homeassistant.loader] Loaded adguard from homeassistant.components.adguard
2019-10-24 22:24:32 INFO (SyncWorker_7) [homeassistant.loader] Loaded twentemilieu from homeassistant.components.twentemilieu
2019-10-24 22:24:32 INFO (SyncWorker_8) [homeassistant.loader] Loaded ifttt from homeassistant.components.ifttt
2019-10-24 22:24:32 INFO (SyncWorker_5) [homeassistant.loader] Loaded zone from homeassistant.components.zone
2019-10-24 22:24:32 INFO (SyncWorker_2) [homeassistant.loader] Loaded notion from homeassistant.components.notion
2019-10-24 22:24:32 INFO (SyncWorker_3) [homeassistant.loader] Loaded wemo from homeassistant.components.wemo
2019-10-24 22:24:32 INFO (SyncWorker_9) [homeassistant.loader] Loaded traccar from homeassistant.components.traccar
2019-10-24 22:24:32 INFO (SyncWorker_1) [homeassistant.loader] Loaded geonetnz_quakes from homeassistant.components.geonetnz_quakes
2019-10-24 22:24:32 INFO (SyncWorker_0) [homeassistant.loader] Loaded openuv from homeassistant.components.openuv
2019-10-24 22:24:32 INFO (SyncWorker_6) [homeassistant.loader] Loaded nest from homeassistant.components.nest
2019-10-24 22:24:32 INFO (SyncWorker_3) [homeassistant.loader] Loaded ecobee from homeassistant.components.ecobee
2019-10-24 22:24:32 INFO (SyncWorker_7) [homeassistant.loader] Loaded zha from homeassistant.components.zha
2019-10-24 22:24:32 INFO (SyncWorker_8) [homeassistant.loader] Loaded unifi from homeassistant.components.unifi
2019-10-24 22:24:32 INFO (SyncWorker_5) [homeassistant.loader] Loaded neato from homeassistant.components.neato
2019-10-24 22:24:32 INFO (SyncWorker_6) [homeassistant.loader] Loaded mqtt from homeassistant.components.mqtt
2019-10-24 22:24:32 INFO (SyncWorker_4) [homeassistant.loader] Loaded tplink from homeassistant.components.tplink
2019-10-24 22:24:32 INFO (SyncWorker_9) [homeassistant.loader] Loaded somfy from homeassistant.components.somfy
2019-10-24 22:24:32 INFO (SyncWorker_1) [homeassistant.loader] Loaded mailgun from homeassistant.components.mailgun
2019-10-24 22:24:32 INFO (SyncWorker_0) [homeassistant.loader] Loaded coolmaster from homeassistant.components.coolmaster
2019-10-24 22:24:32 INFO (SyncWorker_2) [homeassistant.loader] Loaded airly from homeassistant.components.airly

BrokenPipeError: [Errno 32] Broken pipe

Hi!

Here's my setup:
unraid server, home assistant docker.
/dev/hidraw0 is passed to the HA docker. I see it in the HA docker console.
I installed thru HACS, added the lines to my configuration.yaml
The sensor light stays orange, and I get the following message:

Error while setting up platform wyzesense Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 150, in _async_setup_platform await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT) File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for return fut.result() File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/config/custom_components/wyzesense/binary_sensor.py", line 82, in setup_platform ws = beginConn() File "</usr/local/lib/python3.7/site-packages/decorator.py:decorator-gen-2>", line 2, in beginConn File "/usr/local/lib/python3.7/site-packages/retry/api.py", line 74, in retry_decorator logger) File "/usr/local/lib/python3.7/site-packages/retry/api.py", line 33, in __retry_internal return f() File "/config/custom_components/wyzesense/binary_sensor.py", line 80, in beginConn return Open(config[CONF_DEVICE], on_event) File "/config/custom_components/wyzesense/wyzesense_custom.py", line 561, in Open return Dongle(device, event_handler) File "/config/custom_components/wyzesense/wyzesense_custom.py", line 297, in __init__ self._Start() File "/config/custom_components/wyzesense/wyzesense_custom.py", line 492, in _Start self._Inquiry() File "/config/custom_components/wyzesense/wyzesense_custom.py", line 398, in _Inquiry resp = self._DoSimpleCommand(Packet.Inquiry()) File "/config/custom_components/wyzesense/wyzesense_custom.py", line 393, in _DoSimpleCommand self._DoCommand(pkt, cmd_handler, timeout) File "/config/custom_components/wyzesense/wyzesense_custom.py", line 379, in _DoCommand self._SendPacket(pkt) File "/config/custom_components/wyzesense/wyzesense_custom.py", line 331, in _SendPacket pkt.Send(self.__fd) File "/config/custom_components/wyzesense/wyzesense_custom.py", line 106, in Send ss = os.write(fd, pkt) BrokenPipeError: [Errno 32] Broken pipe

I tried reinstalling thru HACS, rebooted multiple time, no luck.

Any clues?

_DoCommand

Hello,

When I restart home assistant I see a log entry of "_DoCommand, retrying in 1 seconds..." over and over before home assistant proceeds with the startup without wyze. When this happens my CPU is pegged out at 100 pct usage and stays that way for the duration of home assistants run time.

System:
Fresh Docker.
Hass version 0.100.2
ha-wyzesense version 0.0.4 - Manual installation

Logs: https://hastebin.com/ajigahebap.sql

When I just spun up a version 0.92.0 of HASS it appears to startup with no issue. I'd prefer to be able to stay current on HASS release, however.

Please let me know what other information would be of use and I can post it. Thank you!

Is the timestamp attribute being set properly?

This component is working great! Thank you for your work on this.
I am noticing however, that these sensors appear to be one-hour off on the timestamp attribute.

Wondering if that could be me, in some way. The Pi's time is set properly:

2019-08-07_20-37-12

Hassio Instability and Crash

Running hassio with 0.98.1 on a raspberry pi 3b+. I installed wyzesense via hacs and set up the wyze sense starter kit. Hassio began having issues with losing connection and it was not available through ssh either. It would stay disconnected for about 5 minutes and then reconnect for a short time before losing connection again. I disconnected power to my Pi and reconnected and it took 5 to 10 minutes to start back up but still was unstable (disconnected after a short while). I uninstalled wyzesense via hacs and removed the config.yaml entry and hassio stopped having issues and began normal function/operation.

Config.yaml entry:

binary_sensor:

  • platform: wyzesense
    device: "/dev/hidraw0"

I set up the logger:

logger:
default: info
logs:
custom_components.wyzesense: debug
wyzesense.gateway: debug

Log file:
2019-08-31 11:24:32 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for browser_mod which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-08-31 11:24:32 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 do experience issues with Home Assistant.
2019-08-31 11:24:33 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds.
2019-08-31 11:24:33 INFO (MainThread) [homeassistant.setup] Setting up http
2019-08-31 11:24:33 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.0 seconds.
2019-08-31 11:24:33 INFO (MainThread) [homeassistant.setup] Setting up system_log
2019-08-31 11:24:33 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.0 seconds.
2019-08-31 11:24:33 INFO (MainThread) [homeassistant.setup] Setting up recorder
2019-08-31 11:24:34 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 1.2 seconds.
2019-08-31 11:24:34 INFO (MainThread) [homeassistant.setup] Setting up lovelace
2019-08-31 11:24:34 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.0 seconds.
2019-08-31 11:24:34 INFO (SyncWorker_12) [homeassistant.loader] Loaded systemmonitor from homeassistant.components.systemmonitor
2019-08-31 11:24:34 INFO (MainThread) [homeassistant.setup] Setting up input_number
2019-08-31 11:24:34 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for wyzesense which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-08-31 11:24:35 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
2019-08-31 11:24:35 INFO (MainThread) [homeassistant.setup] Setting up updater
2019-08-31 11:24:35 INFO (MainThread) [homeassistant.setup] Setup of domain updater took 0.0 seconds.
2019-08-31 11:24:35 INFO (MainThread) [homeassistant.setup] Setting up input_boolean
2019-08-31 11:24:35 INFO (MainThread) [homeassistant.setup] Setting up sun
2019-08-31 11:24:35 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.1 seconds.
2019-08-31 11:24:35 INFO (MainThread) [homeassistant.setup] Setting up group
2019-08-31 11:24:35 INFO (MainThread) [homeassistant.setup] Setting up zone
2019-08-31 11:24:35 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 0.0 seconds.
2019-08-31 11:24:35 INFO (MainThread) [homeassistant.setup] Setting up esphome
2019-08-31 11:24:35 INFO (MainThread) [homeassistant.setup] Setup of domain esphome took 0.0 seconds.
2019-08-31 11:24:35 INFO (MainThread) [homeassistant.setup] Setting up roku
2019-08-31 11:24:36 INFO (MainThread) [homeassistant.setup] Setting up sense
2019-08-31 11:24:38 INFO (MainThread) [homeassistant.setup] Setting up tuya
2019-08-31 11:24:38 INFO (MainThread) [homeassistant.setup] Setting up intent_script
2019-08-31 11:24:38 INFO (MainThread) [homeassistant.setup] Setup of domain intent_script took 0.0 seconds.
2019-08-31 11:24:38 INFO (MainThread) [homeassistant.setup] Setting up configurator
2019-08-31 11:24:38 INFO (MainThread) [homeassistant.setup] Setup of domain configurator took 0.0 seconds.
2019-08-31 11:24:38 INFO (MainThread) [homeassistant.setup] Setting up life360
2019-08-31 11:24:38 INFO (MainThread) [homeassistant.setup] Setting up cast
2019-08-31 11:24:38 INFO (MainThread) [homeassistant.setup] Setup of domain cast took 0.0 seconds.
2019-08-31 11:24:38 INFO (SyncWorker_2) [homeassistant.loader] Loaded manual from homeassistant.components.manual
2019-08-31 11:24:38 INFO (MainThread) [homeassistant.setup] Setting up person
2019-08-31 11:24:39 INFO (MainThread) [homeassistant.setup] Setting up hacs
2019-08-31 11:24:39 INFO (MainThread) [hacs]

HACS (Home Assistant Community Store)

Version: 0.13.2
This is a custom integration
If you have any issues with this you need to open an issue here:
https://github.com/custom-components/hacs/issues

2019-08-31 11:24:39 INFO (MainThread) [homeassistant.setup] Setting up ssdp
2019-08-31 11:24:39 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.0 seconds.
2019-08-31 11:24:39 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.wyzesense
2019-08-31 11:24:39 DEBUG (SyncWorker_14) [custom_components.wyzesense.binary_sensor] WYZESENSE v0.0.4
2019-08-31 11:24:39 DEBUG (SyncWorker_14) [custom_components.wyzesense.binary_sensor] Attempting to open connection to hub at /dev/hidraw0
2019-08-31 11:24:39 DEBUG (SyncWorker_14) [custom_components.wyzesense.wyzesense_custom] Start Inquiry...
2019-08-31 11:24:39 DEBUG (SyncWorker_14) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=4327, Payload=
2019-08-31 11:24:39 DEBUG (SyncWorker_14) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa55430327016c'
2019-08-31 11:24:40 INFO (MainThread) [homeassistant.setup] Setup of domain life360 took 1.6 seconds.
2019-08-31 11:24:40 INFO (SyncWorker_6) [homeassistant.loader] Loaded template from homeassistant.components.template
2019-08-31 11:24:40 INFO (SyncWorker_4) [homeassistant.loader] Loaded media_player from homeassistant.components.media_player
2019-08-31 11:24:40 INFO (MainThread) [homeassistant.setup] Setting up alarm_control_panel
2019-08-31 11:24:40 INFO (MainThread) [homeassistant.setup] Setting up history
2019-08-31 11:24:40 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds.
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa43042801016f'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa43042801016f'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=4328, Payload=b'01'
2019-08-31 11:24:40 DEBUG (SyncWorker_14) [custom_components.wyzesense.wyzesense_custom] Inquiry returns 1
2019-08-31 11:24:40 DEBUG (SyncWorker_14) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=5314, Payload=b'ff'
2019-08-31 11:24:40 DEBUG (SyncWorker_14) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa55530414ff0269'
2019-08-31 11:24:40 INFO (MainThread) [homeassistant.setup] Setting up ecobee
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5314ff026555aa530e350000016ce87e188a0314ff052055aa530315016a'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5314ff0265'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=53FF, Payload=ACK(5314)
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa530e350000016ce87e188a0314ff052055aa530315016a'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa530e350000016ce87e188a0314ff0520'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'0000016ce87e188a0314ff'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335)
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286'
2019-08-31 11:24:40 INFO (Thread-2) [custom_components.wyzesense.wyzesense_custom] LOG: time=2019-08-31T11:24:33.674000, data=b'14ff'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa530315016a'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa530315016a'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5315, Payload=
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5315)
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555315ff0266'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa530315016a'
2019-08-31 11:24:40 DEBUG (SyncWorker_14) [custom_components.wyzesense.wyzesense_custom] Start GetSensors...
2019-08-31 11:24:40 INFO (MainThread) [homeassistant.setup] Setting up auth
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa530315016a'
2019-08-31 11:24:40 DEBUG (SyncWorker_14) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=532E, Payload=
2019-08-31 11:24:40 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds.
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5315, Payload=
2019-08-31 11:24:40 DEBUG (SyncWorker_14) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa5553032e0183'
2019-08-31 11:24:40 INFO (MainThread) [homeassistant.setup] Setting up system_health
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5315)
2019-08-31 11:24:40 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 0.0 seconds.
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555315ff0266'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5303320187'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5303320187'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5332, Payload=
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5332)
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555332ff0283'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=5333, Payload=b'0000016ce87e3330'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa55530b330000016ce87e333003c6'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa532eff027f55aa53042f030188'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa532eff027f'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=53FF, Payload=ACK(532E)
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa53042f03018855aa5303320187'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa53042f030188'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=532F, Payload=b'03'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(532F)
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa55532fff0280'
2019-08-31 11:24:40 DEBUG (SyncWorker_14) [custom_components.wyzesense.wyzesense_custom] 3 sensors reported, waiting for each one to report...
2019-08-31 11:24:40 DEBUG (SyncWorker_14) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=5330, Payload=b'03'
2019-08-31 11:24:40 DEBUG (SyncWorker_14) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa55530430030189'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa530332018755aa5333ff0284'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5303320187'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5332, Payload=
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5332)
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555332ff0283'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=5333, Payload=b'0000016ce87e3373'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa55530b330000016ce87e33730409'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5333ff0284'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5333ff0284'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=53FF, Payload=ACK(5333)
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5330ff028155aa530b313737384345323541036455aa530b313737383546303443035655aa530b3137373841373035440355'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5330ff0281'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=53FF, Payload=ACK(5330)
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa530b313737384345323541036455aa530b313737383546303443035655aa530b313737384137303544035555aa5333ff0284'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa530b3137373843453235410364'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5331, Payload=b'3737384345323541'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5331)
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555331ff0282'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sensor 1/3, MAC:778CE25A
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa530b313737383546303443035655aa530b313737384137303544035555aa5333ff0284'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa530b3137373835463034430356'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5331, Payload=b'3737383546303443'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5331)
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555331ff0282'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sensor 2/3, MAC:7785F04C
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa530b313737384137303544035555aa5333ff0284'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa530b3137373841373035440355'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5331, Payload=b'3737384137303544'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5331)
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555331ff0282'
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sensor 3/3, MAC:778A705D
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5333ff0284'
2019-08-31 11:24:40 DEBUG (SyncWorker_14) [custom_components.wyzesense.wyzesense_custom] Sensor found: 778CE25A
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5333ff0284'
2019-08-31 11:24:40 DEBUG (SyncWorker_14) [custom_components.wyzesense.wyzesense_custom] Sensor found: 7785F04C
2019-08-31 11:24:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=53FF, Payload=ACK(5333)
2019-08-31 11:24:40 DEBUG (SyncWorker_14) [custom_components.wyzesense.wyzesense_custom] Sensor found: 778A705D
2019-08-31 11:24:40 DEBUG (SyncWorker_14) [custom_components.wyzesense.binary_sensor] 3 Sensors Paired
2019-08-31 11:24:40 DEBUG (SyncWorker_14) [custom_components.wyzesense.binary_sensor] Registering Sensor Entity: 778CE25A
2019-08-31 11:24:40 DEBUG (SyncWorker_14) [custom_components.wyzesense.binary_sensor] {'available': False, 'mac': '778CE25A', 'state': 0}
2019-08-31 11:24:41 INFO (MainThread) [homeassistant.setup] Setting up mqtt
2019-08-31 11:24:41 INFO (MainThread) [homeassistant.setup] Setup of domain mqtt took 0.0 seconds.
2019-08-31 11:24:41 INFO (MainThread) [homeassistant.setup] Setting up config
2019-08-31 11:24:42 INFO (MainThread) [homeassistant.setup] Setting up august
2019-08-31 11:24:42 INFO (MainThread) [homeassistant.setup] Setting up api
2019-08-31 11:24:42 INFO (MainThread) [homeassistant.components.alarm_control_panel] Setting up alarm_control_panel.manual
2019-08-31 11:24:42 INFO (MainThread) [homeassistant.setup] Setting up webhook
2019-08-31 11:24:42 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds.
2019-08-31 11:24:42 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2019-08-31 11:24:42 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds.
2019-08-31 11:24:42 DEBUG (SyncWorker_14) [custom_components.wyzesense.binary_sensor] Registering Sensor Entity: 7785F04C
2019-08-31 11:24:42 DEBUG (SyncWorker_14) [custom_components.wyzesense.binary_sensor] {'available': False, 'mac': '7785F04C', 'state': 0}
2019-08-31 11:24:42 INFO (SyncWorker_10) [homeassistant.loader] Loaded google_translate from homeassistant.components.google_translate
2019-08-31 11:24:42 INFO (MainThread) [homeassistant.setup] Setting up sensor
2019-08-31 11:24:42 INFO (MainThread) [homeassistant.setup] Setup of domain roku took 6.6 seconds.
2019-08-31 11:24:42 INFO (SyncWorker_6) [homeassistant.loader] Loaded remote from homeassistant.components.remote
2019-08-31 11:24:42 DEBUG (SyncWorker_14) [custom_components.wyzesense.binary_sensor] Registering Sensor Entity: 778A705D
2019-08-31 11:24:42 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2019-08-31 11:24:42 DEBUG (SyncWorker_14) [custom_components.wyzesense.binary_sensor] {'available': False, 'mac': '778A705D', 'state': 0}
2019-08-31 11:24:42 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.systemmonitor
2019-08-31 11:24:42 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.7 seconds.
2019-08-31 11:24:42 INFO (MainThread) [homeassistant.setup] Setting up onboarding
2019-08-31 11:24:43 INFO (MainThread) [homeassistant.setup] Setting up tts
2019-08-31 11:24:43 INFO (MainThread) [homeassistant.setup] Setup of domain config took 1.1 seconds.
2019-08-31 11:24:43 INFO (MainThread) [homeassistant.setup] Setting up ifttt
2019-08-31 11:24:43 INFO (MainThread) [homeassistant.setup] Setup of domain ifttt took 0.0 seconds.
2019-08-31 11:24:44 INFO (MainThread) [homeassistant.setup] Setting up mobile_app
2019-08-31 11:24:44 INFO (MainThread) [homeassistant.setup] Setting up cloud
2019-08-31 11:24:45 INFO (MainThread) [homeassistant.setup] Setting up dialogflow
2019-08-31 11:24:45 INFO (MainThread) [homeassistant.setup] Setup of domain dialogflow took 0.0 seconds.
2019-08-31 11:24:45 INFO (MainThread) [homeassistant.setup] Setting up browser_mod
2019-08-31 11:24:45 INFO (MainThread) [homeassistant.setup] Setting up media_player
2019-08-31 11:24:45 INFO (MainThread) [homeassistant.setup] Setup of domain media_player took 0.0 seconds.
2019-08-31 11:24:45 WARNING (MainThread) [homeassistant.setup] Setup of input_number is taking over 10 seconds.
2019-08-31 11:24:45 WARNING (MainThread) [homeassistant.setup] Setup of input_boolean is taking over 10 seconds.
2019-08-31 11:24:45 WARNING (MainThread) [homeassistant.setup] Setup of group is taking over 10 seconds.
2019-08-31 11:24:45 INFO (MainThread) [homeassistant.setup] Setup of domain ecobee took 5.4 seconds.
2019-08-31 11:24:45 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.cast
2019-08-31 11:24:45 INFO (MainThread) [homeassistant.setup] Setup of domain browser_mod took 0.2 seconds.
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.setup] Setting up zeroconf
2019-08-31 11:24:46 INFO (MainThread) [backoff] Backing off get_ratelimit(...) for 0.9s (concurrent.futures._base.TimeoutError)
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.setup] Setup of domain group took 10.8 seconds.
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: light D1DCED_LI_1
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch A066AC_RL_1
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch E61CB8_RL_1
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch 8D25EB_RL_1
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch 8D25EB_RL_2
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch 5C628F_RL_1
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch 29B5BB_RL_1
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch 29B5BB_RL_2
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch 00B923_RL_1
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch 00B923_RL_2
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch 997A32_RL_1
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor A066AC_ANALOG_A0
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor A066AC_status
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor E61CB8_ANALOG_Temperature
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor E61CB8_ENERGY_TotalStartTime
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor E61CB8_ENERGY_Total
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor E61CB8_ENERGY_Yesterday
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor E61CB8_ENERGY_Today
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor E61CB8_ENERGY_Power
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor E61CB8_status
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor D1DCED_status
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor D1DCED_ANALOG_A0
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 8D25EB_status
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 5C628F_status
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 29B5BB_status
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 00B923_ANALOG_Temperature
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 00B923_ENERGY_TotalStartTime
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 00B923_ENERGY_Total
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 00B923_ENERGY_Yesterday
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 00B923_ENERGY_Today
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 00B923_ENERGY_Power
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 00B923_ENERGY_ApparentPower
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 00B923_ENERGY_ReactivePower
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 00B923_ENERGY_Factor
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 00B923_ENERGY_Voltage
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 00B923_ENERGY_Current
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 00B923_status
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 997A32_status
2019-08-31 11:24:46 INFO (SyncWorker_8) [homeassistant.loader] Loaded climate from homeassistant.components.climate
2019-08-31 11:24:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded weather from homeassistant.components.weather
2019-08-31 11:24:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded light from homeassistant.components.light
2019-08-31 11:24:46 WARNING (MainThread) [homeassistant.setup] Setup of sense is taking over 10 seconds.
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 3.3 seconds.
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.roku
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.browser_mod
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.setup] Setup of domain mobile_app took 2.3 seconds.
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: light D1DCED_LI_1, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch A066AC_RL_1, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch E61CB8_RL_1, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch 8D25EB_RL_1, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch 8D25EB_RL_2, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch 5C628F_RL_1, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch 29B5BB_RL_1, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch 29B5BB_RL_2, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch 00B923_RL_1, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch 00B923_RL_2, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch 997A32_RL_1, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor A066AC_ANALOG_A0, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor A066AC_status, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor E61CB8_ANALOG_Temperature, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor E61CB8_ENERGY_TotalStartTime, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor E61CB8_ENERGY_Total, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor E61CB8_ENERGY_Yesterday, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor E61CB8_ENERGY_Today, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor E61CB8_ENERGY_Power, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor E61CB8_status, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor D1DCED_status, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor D1DCED_ANALOG_A0, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 8D25EB_status, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 5C628F_status, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 29B5BB_status, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 00B923_ANALOG_Temperature, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 00B923_ENERGY_TotalStartTime, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 00B923_ENERGY_Total, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 00B923_ENERGY_Yesterday, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 00B923_ENERGY_Today, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 00B923_ENERGY_Power, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 00B923_ENERGY_ApparentPower, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 00B923_ENERGY_ReactivePower, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 00B923_ENERGY_Factor, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 00B923_ENERGY_Voltage, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 00B923_ENERGY_Current, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 00B923_status, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 997A32_status, sending update
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.setup] Setup of domain tuya took 8.9 seconds.
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.setup] Setting up climate
2019-08-31 11:24:46 INFO (MainThread) [homeassistant.setup] Setup of domain climate took 0.0 seconds.
2019-08-31 11:24:47 INFO (MainThread) [homeassistant.setup] Setting up weather
2019-08-31 11:24:47 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 0.0 seconds.
2019-08-31 11:24:47 INFO (MainThread) [homeassistant.setup] Setting up script
2019-08-31 11:24:47 INFO (SyncWorker_18) [homeassistant.loader] Loaded broadlink from homeassistant.components.broadlink
2019-08-31 11:24:47 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.0 seconds.
2019-08-31 11:24:47 INFO (MainThread) [homeassistant.setup] Setting up cover
2019-08-31 11:24:47 INFO (MainThread) [homeassistant.setup] Setting up device_tracker
2019-08-31 11:24:47 INFO (MainThread) [homeassistant.setup] Setting up automation
2019-08-31 11:24:47 INFO (MainThread) [homeassistant.setup] Setting up remote
2019-08-31 11:24:47 INFO (MainThread) [homeassistant.setup] Setup of domain remote took 0.0 seconds.
2019-08-31 11:24:47 INFO (MainThread) [homeassistant.setup] Setup of domain input_number took 12.4 seconds.
2019-08-31 11:24:47 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 12.1 seconds.
2019-08-31 11:24:47 INFO (MainThread) [homeassistant.setup] Setup of domain person took 8.6 seconds.
2019-08-31 11:24:47 INFO (MainThread) [homeassistant.components.cover] Setting up cover.template
2019-08-31 11:24:47 INFO (SyncWorker_16) [homeassistant.loader] Loaded notify from homeassistant.components.notify
2019-08-31 11:24:47 INFO (MainThread) [homeassistant.setup] Setting up frontend
2019-08-31 11:24:47 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds.
2019-08-31 11:24:47 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 4.6 seconds.
2019-08-31 11:24:47 INFO (MainThread) [homeassistant.setup] Setting up switch
2019-08-31 11:24:47 INFO (MainThread) [homeassistant.setup] Setup of domain august took 5.8 seconds.
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.components.climate] Setting up climate.ecobee
2019-08-31 11:24:48 INFO (SyncWorker_6) [homeassistant.components.ecobee.climate] Loading ecobee thermostat component with hold_temp set to False
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.components.weather] Setting up weather.ecobee
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.setup] Setting up light
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.components.switch] Setting up switch.broadlink
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 2.2 seconds.
2019-08-31 11:24:48 INFO (SyncWorker_19) [homeassistant.loader] Loaded lock from homeassistant.components.lock
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.setup] Setting up notify
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 0.0 seconds.
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.components.remote] Setting up remote.roku
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.setup] Setup of domain alarm_control_panel took 8.2 seconds.
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 13.3 seconds.
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.setup] Setting up panel_custom
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.setup] Setup of domain panel_custom took 0.0 seconds.
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.setup] Setting up logbook
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 0.0 seconds.
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.setup] Setting up map
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds.
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.esphome
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.esphome
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.esphome
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.esphome
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.setup] Setup of domain light took 0.4 seconds.
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.setup] Setup of domain device_tracker took 1.4 seconds.
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2019-08-31 11:24:48 INFO (SyncWorker_1) [pychromecast] Querying device status
2019-08-31 11:24:48 INFO (SyncWorker_4) [pychromecast] Querying device status
2019-08-31 11:24:48 INFO (SyncWorker_17) [homeassistant.loader] Loaded ffmpeg from homeassistant.components.ffmpeg
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.components.notify] Setting up notify.mobile_app
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 4.0 seconds.
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 1.3 seconds.
2019-08-31 11:24:48 INFO (SyncWorker_7) [pychromecast] Querying device status
2019-08-31 11:24:48 INFO (SyncWorker_5) [pychromecast] Querying device status
2019-08-31 11:24:48 INFO (SyncWorker_3) [pychromecast] Querying device status
2019-08-31 11:24:48 INFO (SyncWorker_18) [pychromecast] Querying device status
2019-08-31 11:24:48 INFO (SyncWorker_13) [pychromecast] Querying device status
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.updater
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.ecobee
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.august
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.setup] Setting up hassio
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.components.light] Setting up light.tuya
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.setup] Setting up proximity
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.setup] Setting up ios
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.legacy
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.setup] Setting up lock
2019-08-31 11:24:48 INFO (MainThread) [homeassistant.setup] Setup of domain lock took 0.0 seconds.
2019-08-31 11:24:49 INFO (MainThread) [homeassistant.setup] Setting up camera
2019-08-31 11:24:49 INFO (MainThread) [homeassistant.setup] Setting up default_config
2019-08-31 11:24:49 WARNING (MainThread) [homeassistant.setup] Setup of hacs is taking over 10 seconds.
2019-08-31 11:24:49 INFO (MainThread) [homeassistant.setup] Setup of domain cover took 2.4 seconds.
2019-08-31 11:24:49 INFO (MainThread) [homeassistant.setup] Setup of domain ios took 0.6 seconds.
2019-08-31 11:24:49 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 6.9 seconds.
2019-08-31 11:24:49 INFO (SyncWorker_18) [homeassistant.loader] Loaded stream from homeassistant.components.stream
2019-08-31 11:24:49 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.ios
2019-08-31 11:24:49 INFO (MainThread) [homeassistant.components.lock] Setting up lock.august
2019-08-31 11:24:49 INFO (MainThread) [homeassistant.setup] Setup of domain proximity took 0.8 seconds.
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.ecobee
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.components.notify] Setting up notify.ios
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.setup] Setting up ffmpeg
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.setup] Setting up stream
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 0.0 seconds.
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.setup] Setup of domain sense took 14.2 seconds.
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 2.3 seconds.
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 0.9 seconds.
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.sense
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.sense
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.components.switch] Setting up switch.tuya
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.setup] Setup of domain ffmpeg took 0.3 seconds.
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.components.camera] Setting up camera.ffmpeg
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.setup] Setup of domain camera took 1.4 seconds.
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.components.camera] Setting up camera.august
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to 192.168.1.182
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to 192.168.1.109
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.setup] Setup of domain hassio took 1.9 seconds.
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Front Porch Light ANALOG Temperature because it's disabled
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Front Porch Light ENERGY TotalStartTime because it's disabled
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Front Porch Light ENERGY Total because it's disabled
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Front Porch Light ENERGY Yesterday because it's disabled
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Front Porch Light ENERGY Today because it's disabled
2019-08-31 11:24:50 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Front Porch Light status because it's disabled
2019-08-31 11:24:51 INFO (MainThread) [homeassistant.components.sensor] Not adding entity S2.5 1 R1 ANALOG Temperature because it's disabled
2019-08-31 11:24:51 INFO (MainThread) [homeassistant.components.sensor] Not adding entity S2.5 1 R1 ENERGY TotalStartTime because it's disabled
2019-08-31 11:24:51 INFO (MainThread) [homeassistant.components.sensor] Not adding entity S2.5 1 R1 ENERGY Total because it's disabled
2019-08-31 11:24:51 INFO (MainThread) [homeassistant.components.sensor] Not adding entity S2.5 1 R1 ENERGY Yesterday because it's disabled
2019-08-31 11:24:51 INFO (MainThread) [homeassistant.components.sensor] Not adding entity S2.5 1 R1 ENERGY Today because it's disabled
2019-08-31 11:24:51 INFO (MainThread) [homeassistant.components.sensor] Not adding entity S2.5 1 R1 ENERGY ApparentPower because it's disabled
2019-08-31 11:24:51 INFO (MainThread) [homeassistant.components.sensor] Not adding entity S2.5 1 R1 ENERGY ReactivePower because it's disabled
2019-08-31 11:24:51 INFO (MainThread) [homeassistant.components.sensor] Not adding entity S2.5 1 R1 ENERGY Factor because it's disabled
2019-08-31 11:24:51 INFO (MainThread) [homeassistant.components.sensor] Not adding entity S2.5 1 R1 ENERGY Voltage because it's disabled
2019-08-31 11:24:51 INFO (MainThread) [homeassistant.components.sensor] Not adding entity S2.5 1 R1 ENERGY Current because it's disabled
2019-08-31 11:24:51 INFO (MainThread) [homeassistant.components.sensor] Not adding entity S2.5 1 R1 status because it's disabled
2019-08-31 11:24:53 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for 192.168.1.114: Error connecting to ('192.168.1.114', 6053): [Errno 113] Connect call failed ('192.168.1.114', 6053)
2019-08-31 11:24:53 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 2 seconds
2019-08-31 11:24:56 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for 192.168.1.114: Error connecting to ('192.168.1.114', 6053): [Errno 113] Connect call failed ('192.168.1.114', 6053)
2019-08-31 11:24:56 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 3 seconds
2019-08-31 11:24:57 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for 192.168.1.170: Error connecting to ('192.168.1.170', 6053): [Errno 111] Connect call failed ('192.168.1.170', 6053)
2019-08-31 11:24:57 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 2 seconds
2019-08-31 11:24:59 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for 192.168.1.114: Error connecting to ('192.168.1.114', 6053): [Errno 113] Connect call failed ('192.168.1.114', 6053)
2019-08-31 11:24:59 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 6 seconds
2019-08-31 11:24:59 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for 192.168.1.170: Error connecting to ('192.168.1.170', 6053): [Errno 111] Connect call failed ('192.168.1.170', 6053)
2019-08-31 11:24:59 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 3 seconds
2019-08-31 11:25:00 INFO (MainThread) [hacs.repository.integration.custom-components.hacs] Registration complete
2019-08-31 11:25:00 INFO (MainThread) [hacs.data] Restore started
2019-08-31 11:25:00 INFO (MainThread) [hacs.data] Restore done
2019-08-31 11:25:00 INFO (MainThread) [homeassistant.setup] Setup of domain hacs took 21.8 seconds.
2019-08-31 11:25:00 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hacs
2019-08-31 11:25:00 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 28.43s
2019-08-31 11:25:00 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2019-08-31 11:25:00 INFO (MainThread) [hacs] Loading known repositories
2019-08-31 11:25:01 INFO (MainThread) [homeassistant.core] Timer:starting
2019-08-31 11:25:04 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for 192.168.1.170: Error connecting to ('192.168.1.170', 6053): [Errno 111] Connect call failed ('192.168.1.170', 6053)
2019-08-31 11:25:04 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 6 seconds
2019-08-31 11:25:05 INFO (SyncWorker_10) [homeassistant.loader] Loaded vesync from homeassistant.components.vesync
2019-08-31 11:25:07 INFO (SyncWorker_16) [homeassistant.loader] Loaded hangouts from homeassistant.components.hangouts
2019-08-31 11:25:08 WARNING (MainThread) [homeassistant.components.lock] Updating august lock took longer than the scheduled update interval 0:00:05
2019-08-31 11:25:09 INFO (SyncWorker_7) [homeassistant.loader] Loaded logi_circle from homeassistant.components.logi_circle
2019-08-31 11:25:09 INFO (SyncWorker_16) [homeassistant.loader] Loaded zha from homeassistant.components.zha
2019-08-31 11:25:09 INFO (SyncWorker_14) [homeassistant.loader] Loaded point from homeassistant.components.point
2019-08-31 11:25:09 INFO (SyncWorker_15) [homeassistant.loader] Loaded gpslogger from homeassistant.components.gpslogger
2019-08-31 11:25:09 INFO (SyncWorker_12) [homeassistant.loader] Loaded ambient_station from homeassistant.components.ambient_station
2019-08-31 11:25:09 INFO (SyncWorker_5) [homeassistant.loader] Loaded luftdaten from homeassistant.components.luftdaten
2019-08-31 11:25:09 INFO (SyncWorker_3) [homeassistant.loader] Loaded ambiclimate from homeassistant.components.ambiclimate
2019-08-31 11:25:10 INFO (SyncWorker_7) [homeassistant.loader] Loaded geonetnz_quakes from homeassistant.components.geonetnz_quakes
2019-08-31 11:25:10 INFO (SyncWorker_10) [homeassistant.loader] Loaded somfy from homeassistant.components.somfy
2019-08-31 11:25:10 INFO (SyncWorker_2) [homeassistant.loader] Loaded axis from homeassistant.components.axis
2019-08-31 11:25:10 INFO (SyncWorker_1) [homeassistant.loader] Loaded twentemilieu from homeassistant.components.twentemilieu
2019-08-31 11:25:10 INFO (SyncWorker_14) [homeassistant.loader] Loaded zwave from homeassistant.components.zwave
2019-08-31 11:25:10 INFO (SyncWorker_15) [homeassistant.loader] Loaded simplisafe from homeassistant.components.simplisafe
2019-08-31 11:25:10 INFO (SyncWorker_8) [homeassistant.loader] Loaded twilio from homeassistant.components.twilio
2019-08-31 11:25:10 INFO (SyncWorker_6) [homeassistant.loader] Loaded daikin from homeassistant.components.daikin
2019-08-31 11:25:10 INFO (SyncWorker_18) [homeassistant.loader] Loaded velbus from homeassistant.components.velbus
2019-08-31 11:25:10 INFO (SyncWorker_7) [homeassistant.loader] Loaded hue from homeassistant.components.hue
2019-08-31 11:25:10 INFO (SyncWorker_10) [homeassistant.loader] Loaded tplink from homeassistant.components.tplink
2019-08-31 11:25:10 INFO (SyncWorker_2) [homeassistant.loader] Loaded tellduslive from homeassistant.components.tellduslive
2019-08-31 11:25:10 INFO (SyncWorker_1) [homeassistant.loader] Loaded homekit_controller from homeassistant.components.homekit_controller
2019-08-31 11:25:10 INFO (SyncWorker_14) [homeassistant.loader] Loaded notion from homeassistant.components.notion
2019-08-31 11:25:10 INFO (SyncWorker_15) [homeassistant.loader] Loaded iqvia from homeassistant.components.iqvia
2019-08-31 11:25:10 INFO (SyncWorker_8) [homeassistant.loader] Loaded unifi from homeassistant.components.unifi
2019-08-31 11:25:10 INFO (SyncWorker_6) [homeassistant.loader] Loaded met from homeassistant.components.met
2019-08-31 11:25:10 INFO (SyncWorker_18) [homeassistant.loader] Loaded homematicip_cloud from homeassistant.components.homematicip_cloud
2019-08-31 11:25:10 INFO (SyncWorker_7) [homeassistant.loader] Loaded traccar from homeassistant.components.traccar
2019-08-31 11:25:10 INFO (SyncWorker_10) [homeassistant.loader] Loaded locative from homeassistant.components.locative
2019-08-31 11:25:10 INFO (SyncWorker_2) [homeassistant.loader] Loaded mailgun from homeassistant.components.mailgun
2019-08-31 11:25:10 INFO (SyncWorker_1) [homeassistant.loader] Loaded sonos from homeassistant.components.sonos
2019-08-31 11:25:10 INFO (SyncWorker_14) [homeassistant.loader] Loaded toon from homeassistant.components.toon
2019-08-31 11:25:10 INFO (SyncWorker_15) [homeassistant.loader] Loaded heos from homeassistant.components.heos
2019-08-31 11:25:10 INFO (SyncWorker_0) [homeassistant.loader] Loaded deconz from homeassistant.components.deconz
2019-08-31 11:25:10 INFO (SyncWorker_19) [homeassistant.loader] Loaded wemo from homeassistant.components.wemo
2019-08-31 11:25:10 INFO (SyncWorker_2) [homeassistant.loader] Loaded emulated_roku from homeassistant.components.emulated_roku
2019-08-31 11:25:11 INFO (SyncWorker_14) [homeassistant.loader] Loaded nest from homeassistant.components.nest
2019-08-31 11:25:11 INFO (SyncWorker_15) [homeassistant.loader] Loaded ipma from homeassistant.components.ipma
2019-08-31 11:25:11 INFO (SyncWorker_17) [homeassistant.loader] Loaded smartthings from homeassistant.components.smartthings
2019-08-31 11:25:11 INFO (SyncWorker_6) [homeassistant.loader] Loaded upnp from homeassistant.components.upnp
2019-08-31 11:25:11 INFO (SyncWorker_0) [homeassistant.loader] Loaded rainmachine from homeassistant.components.rainmachine
2019-08-31 11:25:11 INFO (SyncWorker_7) [homeassistant.loader] Loaded tradfri from homeassistant.components.tradfri
2019-08-31 11:25:11 INFO (SyncWorker_11) [homeassistant.loader] Loaded adguard from homeassistant.components.adguard
2019-08-31 11:25:11 INFO (SyncWorker_19) [homeassistant.loader] Loaded plaato from homeassistant.components.plaato
2019-08-31 11:25:11 INFO (SyncWorker_2) [homeassistant.loader] Loaded geofency from homeassistant.components.geofency
2019-08-31 11:25:11 INFO (SyncWorker_1) [homeassistant.loader] Loaded owntracks from homeassistant.components.owntracks
2019-08-31 11:25:11 INFO (SyncWorker_14) [homeassistant.loader] Loaded smhi from homeassistant.components.smhi
2019-08-31 11:25:11 INFO (SyncWorker_15) [homeassistant.loader] Loaded openuv from homeassistant.components.openuv
2019-08-31 11:25:11 INFO (SyncWorker_17) [homeassistant.loader] Loaded lifx from homeassistant.components.lifx
2019-08-31 11:25:11 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for 192.168.1.170: Error connecting to ('192.168.1.170', 6053): [Errno 111] Connect call failed ('192.168.1.170', 6053)
2019-08-31 11:25:11 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 10 seconds
2019-08-31 11:25:11 INFO (SyncWorker_6) [homeassistant.loader] Loaded wwlln from homeassistant.components.wwlln
2019-08-31 11:25:11 INFO (SyncWorker_0) [homeassistant.loader] Loaded ps4 from homeassistant.components.ps4
2019-08-31 11:25:12 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for 192.168.1.114: Error connecting to ('192.168.1.114', 6053): [Errno 113] Connect call failed ('192.168.1.114', 6053)
2019-08-31 11:25:12 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 10 seconds
2019-08-31 11:25:15 INFO (MainThread) [hass_nabucasa.iot] Connected
2019-08-31 11:25:15 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.cloud
2019-08-31 11:25:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5323190000016ce87ebb27ab3737383546303443020a020206060302070501030638000725'
2019-08-31 11:25:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5323190000016ce87ebb27ab3737383546303443020a020206060302070501030638000725'
2019-08-31 11:25:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce87ebb27ab3737383546303443020a02020606030207050103063800'
2019-08-31 11:25:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:25:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:25:19 INFO (MainThread) [snitun.utils.aiohttp_client] AioHTTP snitun client started on 127.0.0.1:34577
2019-08-31 11:25:21 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for 192.168.1.170: Error connecting to ('192.168.1.170', 6053): [Errno 111] Connect call failed ('192.168.1.170', 6053)
2019-08-31 11:25:21 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 19 seconds
2019-08-31 11:25:22 INFO (MainThread) [snitun.utils.aiohttp_client] AioHTTP snitun client connected to: us-east-1.ui.nabu.casa:443
2019-08-31 11:25:25 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for 192.168.1.114: Error connecting to ('192.168.1.114', 6053): [Errno 113] Connect call failed ('192.168.1.114', 6053)
2019-08-31 11:25:25 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 19 seconds
2019-08-31 11:25:31 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.yearly_production is taking over 10 seconds
2019-08-31 11:25:47 INFO (MainThread) [homeassistant.components.websocket_api.http.connection.1829587504] Connection closed by client
2019-08-31 11:25:47 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for 192.168.1.114: Error connecting to ('192.168.1.114', 6053): [Errno 113] Connect call failed ('192.168.1.114', 6053)
2019-08-31 11:25:47 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 34 seconds
2019-08-31 11:26:10 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for 192.168.1.170: Timeout while connecting to ('192.168.1.170', 6053)
2019-08-31 11:26:10 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 34 seconds
2019-08-31 11:26:24 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for 192.168.1.114: Error connecting to ('192.168.1.114', 6053): [Errno 113] Connect call failed ('192.168.1.114', 6053)
2019-08-31 11:26:24 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 60 seconds
2019-08-31 11:27:11 INFO (MainThread) [homeassistant.components.websocket_api.http.connection.1900151952] Connection closed by client
2019-08-31 11:27:14 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for 192.168.1.170: Timeout while connecting to ('192.168.1.170', 6053)
2019-08-31 11:27:14 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 60 seconds
2019-08-31 11:27:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5323190000016ce8807996ab373738354630344302070603090a08050d0b0507073a00077c'
2019-08-31 11:27:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5323190000016ce8807996ab373738354630344302070603090a08050d0b0507073a00077c'
2019-08-31 11:27:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce8807996ab373738354630344302070603090a08050d0b0507073a00'
2019-08-31 11:27:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:27:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:27:28 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for 192.168.1.114: Error connecting to ('192.168.1.114', 6053): [Errno 113] Connect call failed ('192.168.1.114', 6053)
2019-08-31 11:27:28 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 60 seconds
2019-08-31 11:27:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5319350000016ce880d4400ea2373738434532354101010082079355aa531d190000016ce880d443a2373738434532354101115e0001010082480828'
2019-08-31 11:27:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5319350000016ce880d4400ea23737384345323541010100820793'
2019-08-31 11:27:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'0000016ce880d4400ea2373738434532354101010082'
2019-08-31 11:27:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335)
2019-08-31 11:27:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286'
2019-08-31 11:27:41 INFO (Thread-2) [custom_components.wyzesense.wyzesense_custom] LOG: time=2019-08-31T11:27:32.800000, data=b'a2373738434532354101010082'
2019-08-31 11:27:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce880d443a2373738434532354101115e000101008248082855aa531d190000016ce880d443a2373738434532354101115e0001010082480828'
2019-08-31 11:27:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce880d443a2373738434532354101115e0001010082480828'
2019-08-31 11:27:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce880d443a2373738434532354101115e000101008248'
2019-08-31 11:27:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:27:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:27:41 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 1, 'device_class': 'door', 'timestamp': '2019-08-31T11:27:32.803000', 'rssi': -72, 'battery_level': 94}
2019-08-31 11:27:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce880d443a2373738434532354101115e0001010082480828'
2019-08-31 11:27:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce880d443a2373738434532354101115e0001010082480828'
2019-08-31 11:27:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce880d443a2373738434532354101115e000101008248'
2019-08-31 11:27:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:27:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:27:41 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 1, 'device_class': 'door', 'timestamp': '2019-08-31T11:27:32.803000', 'rssi': -72, 'battery_level': 94}
2019-08-31 11:27:44 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5319350000016ce880de3b0ea2373738434532354101000083079855aa531d190000016ce880de3ea2373738434532354101115e0001000083440829'
2019-08-31 11:27:44 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5319350000016ce880de3b0ea23737384345323541010000830798'
2019-08-31 11:27:44 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'0000016ce880de3b0ea2373738434532354101000083'
2019-08-31 11:27:44 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335)
2019-08-31 11:27:44 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286'
2019-08-31 11:27:44 INFO (Thread-2) [custom_components.wyzesense.wyzesense_custom] LOG: time=2019-08-31T11:27:35.355000, data=b'a2373738434532354101000083'
2019-08-31 11:27:44 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce880de3ea2373738434532354101115e000100008344082955aa531d190000016ce880de3ea2373738434532354101115e0001000083440829'
2019-08-31 11:27:44 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce880de3ea2373738434532354101115e0001000083440829'
2019-08-31 11:27:44 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce880de3ea2373738434532354101115e000100008344'
2019-08-31 11:27:44 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:27:44 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:27:44 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 0, 'device_class': 'door', 'timestamp': '2019-08-31T11:27:35.358000', 'rssi': -68, 'battery_level': 94}
2019-08-31 11:27:44 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce880de3ea2373738434532354101115e0001000083440829'
2019-08-31 11:27:44 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce880de3ea2373738434532354101115e0001000083440829'
2019-08-31 11:27:44 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce880de3ea2373738434532354101115e000100008344'
2019-08-31 11:27:44 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:27:44 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:27:44 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 0, 'device_class': 'door', 'timestamp': '2019-08-31T11:27:35.358000', 'rssi': -68, 'battery_level': 94}
2019-08-31 11:28:05 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5319350000016ce8812ba20ea2373738434532354101010084074f55aa531d190000016ce8812ba5a2373738434532354101115e00010100844207de'
2019-08-31 11:28:05 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5319350000016ce8812ba20ea2373738434532354101010084074f'
2019-08-31 11:28:05 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'0000016ce8812ba20ea2373738434532354101010084'
2019-08-31 11:28:05 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335)
2019-08-31 11:28:05 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286'
2019-08-31 11:28:05 INFO (Thread-2) [custom_components.wyzesense.wyzesense_custom] LOG: time=2019-08-31T11:27:55.170000, data=b'a2373738434532354101010084'
2019-08-31 11:28:05 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce8812ba5a2373738434532354101115e00010100844207de55aa531d190000016ce8812ba5a2373738434532354101115e00010100844207de'
2019-08-31 11:28:05 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce8812ba5a2373738434532354101115e00010100844207de'
2019-08-31 11:28:05 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce8812ba5a2373738434532354101115e000101008442'
2019-08-31 11:28:05 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:28:05 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:28:05 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 1, 'device_class': 'door', 'timestamp': '2019-08-31T11:27:55.173000', 'rssi': -66, 'battery_level': 94}
2019-08-31 11:28:05 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce8812ba5a2373738434532354101115e00010100844207de'
2019-08-31 11:28:05 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce8812ba5a2373738434532354101115e00010100844207de'
2019-08-31 11:28:05 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce8812ba5a2373738434532354101115e000101008442'
2019-08-31 11:28:05 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:28:05 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:28:05 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 1, 'device_class': 'door', 'timestamp': '2019-08-31T11:27:55.173000', 'rssi': -66, 'battery_level': 94}
2019-08-31 11:28:09 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5319350000016ce8813a670ea2373738434532354101000085072355aa531d190000016ce8813a6aa2373738434532354101115e00010000854507b5'
2019-08-31 11:28:09 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5319350000016ce8813a670ea23737384345323541010000850723'
2019-08-31 11:28:09 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'0000016ce8813a670ea2373738434532354101000085'
2019-08-31 11:28:09 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335)
2019-08-31 11:28:09 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286'
2019-08-31 11:28:09 INFO (Thread-2) [custom_components.wyzesense.wyzesense_custom] LOG: time=2019-08-31T11:27:58.951000, data=b'a2373738434532354101000085'
2019-08-31 11:28:09 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce8813a6aa2373738434532354101115e00010000854507b555aa531d190000016ce8813a6aa2373738434532354101115e00010000854507b5'
2019-08-31 11:28:09 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce8813a6aa2373738434532354101115e00010000854507b5'
2019-08-31 11:28:09 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce8813a6aa2373738434532354101115e000100008545'
2019-08-31 11:28:09 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:28:09 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:28:09 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 0, 'device_class': 'door', 'timestamp': '2019-08-31T11:27:58.954000', 'rssi': -69, 'battery_level': 94}
2019-08-31 11:28:09 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce8813a6aa2373738434532354101115e00010000854507b5'
2019-08-31 11:28:09 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce8813a6aa2373738434532354101115e00010000854507b5'
2019-08-31 11:28:09 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce8813a6aa2373738434532354101115e000100008545'
2019-08-31 11:28:09 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:28:09 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:28:09 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 0, 'device_class': 'door', 'timestamp': '2019-08-31T11:27:58.954000', 'rssi': -69, 'battery_level': 94}
2019-08-31 11:28:21 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5319350000016ce88169250ea2373738434532354101010086071255aa531d190000016ce8816928a2373738434532354101115e00010100864307a2'
2019-08-31 11:28:21 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5319350000016ce88169250ea23737384345323541010100860712'
2019-08-31 11:28:21 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'0000016ce88169250ea2373738434532354101010086'
2019-08-31 11:28:21 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335)
2019-08-31 11:28:21 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286'
2019-08-31 11:28:21 INFO (Thread-2) [custom_components.wyzesense.wyzesense_custom] LOG: time=2019-08-31T11:28:10.917000, data=b'a2373738434532354101010086'
2019-08-31 11:28:21 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce8816928a2373738434532354101115e00010100864307a2'
2019-08-31 11:28:21 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce8816928a2373738434532354101115e00010100864307a2'
2019-08-31 11:28:21 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce8816928a2373738434532354101115e000101008643'
2019-08-31 11:28:21 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:28:21 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:28:21 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 1, 'device_class': 'door', 'timestamp': '2019-08-31T11:28:10.920000', 'rssi': -67, 'battery_level': 94}
2019-08-31 11:28:21 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce8816928a2373738434532354101115e00010100864307a2'
2019-08-31 11:28:21 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce8816928a2373738434532354101115e00010100864307a2'
2019-08-31 11:28:21 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce8816928a2373738434532354101115e000101008643'
2019-08-31 11:28:21 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:28:21 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:28:21 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 1, 'device_class': 'door', 'timestamp': '2019-08-31T11:28:10.920000', 'rssi': -67, 'battery_level': 94}
2019-08-31 11:28:24 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5319350000016ce881744d0ea2373738434532354101000087074555aa531d190000016ce8817450a2373738434532354101115e00010000874307d5'
2019-08-31 11:28:24 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5319350000016ce881744d0ea23737384345323541010000870745'
2019-08-31 11:28:24 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'0000016ce881744d0ea2373738434532354101000087'
2019-08-31 11:28:24 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335)
2019-08-31 11:28:24 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286'
2019-08-31 11:28:24 INFO (Thread-2) [custom_components.wyzesense.wyzesense_custom] LOG: time=2019-08-31T11:28:13.773000, data=b'a2373738434532354101000087'
2019-08-31 11:28:24 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce8817450a2373738434532354101115e00010000874307d5'
2019-08-31 11:28:24 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce8817450a2373738434532354101115e00010000874307d5'
2019-08-31 11:28:24 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce8817450a2373738434532354101115e000100008743'
2019-08-31 11:28:24 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:28:24 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:28:24 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 0, 'device_class': 'door', 'timestamp': '2019-08-31T11:28:13.776000', 'rssi': -67, 'battery_level': 94}
2019-08-31 11:28:31 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for 192.168.1.114: Error connecting to ('192.168.1.114', 6053): [Errno 113] Connect call failed ('192.168.1.114', 6053)
2019-08-31 11:28:31 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 60 seconds
2019-08-31 11:28:44 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for 192.168.1.170: Timeout while connecting to ('192.168.1.170', 6053)
2019-08-31 11:28:44 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 60 seconds
2019-08-31 11:28:45 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5319350000016ce881c42c0ea2373738434532354101010088077655aa531d190000016ce881c430a2373738434532354101115e000101008846080a'
2019-08-31 11:28:45 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5319350000016ce881c42c0ea23737384345323541010100880776'
2019-08-31 11:28:45 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'0000016ce881c42c0ea2373738434532354101010088'
2019-08-31 11:28:45 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335)
2019-08-31 11:28:45 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286'
2019-08-31 11:28:45 INFO (Thread-2) [custom_components.wyzesense.wyzesense_custom] LOG: time=2019-08-31T11:28:34.220000, data=b'a2373738434532354101010088'
2019-08-31 11:28:45 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce881c430a2373738434532354101115e000101008846080a'
2019-08-31 11:28:45 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce881c430a2373738434532354101115e000101008846080a'
2019-08-31 11:28:45 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce881c430a2373738434532354101115e000101008846'
2019-08-31 11:28:45 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:28:45 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:28:45 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 1, 'device_class': 'door', 'timestamp': '2019-08-31T11:28:34.224000', 'rssi': -70, 'battery_level': 94}
2019-08-31 11:28:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5319350000016ce881cfe70ea2373738434532354101000089083c55aa531d190000016ce881cfeaa2373738434532354101115e00010000894308cc'
2019-08-31 11:28:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5319350000016ce881cfe70ea2373738434532354101000089083c'
2019-08-31 11:28:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'0000016ce881cfe70ea2373738434532354101000089'
2019-08-31 11:28:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335)
2019-08-31 11:28:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286'
2019-08-31 11:28:49 INFO (Thread-2) [custom_components.wyzesense.wyzesense_custom] LOG: time=2019-08-31T11:28:37.223000, data=b'a2373738434532354101000089'
2019-08-31 11:28:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce881cfeaa2373738434532354101115e00010000894308cc'
2019-08-31 11:28:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce881cfeaa2373738434532354101115e00010000894308cc'
2019-08-31 11:28:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce881cfeaa2373738434532354101115e000100008943'
2019-08-31 11:28:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:28:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:28:49 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 0, 'device_class': 'door', 'timestamp': '2019-08-31T11:28:37.226000', 'rssi': -67, 'battery_level': 94}
2019-08-31 11:28:53 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5303320187'
2019-08-31 11:28:53 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5303320187'
2019-08-31 11:28:53 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5332, Payload=
2019-08-31 11:28:53 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5332)
2019-08-31 11:28:53 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555332ff0283'
2019-08-31 11:28:53 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=5333, Payload=b'0000016ce8820f59'
2019-08-31 11:28:53 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa55530b330000016ce8820f5903cf'
2019-08-31 11:28:53 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5333ff0284'
2019-08-31 11:28:53 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5333ff0284'
2019-08-31 11:28:53 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=53FF, Payload=ACK(5333)
2019-08-31 11:28:59 INFO (MainThread) [homeassistant.components.websocket_api.http.connection.1828089008] Connection closed by client
2019-08-31 11:29:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5323190000016ce8826716ab373738354630344302060709050000010704030705390006c6'
2019-08-31 11:29:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5323190000016ce8826716ab373738354630344302060709050000010704030705390006c6'
2019-08-31 11:29:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce8826716ab3737383546303443020607090500000107040307053900'
2019-08-31 11:29:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:29:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:29:34 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for 192.168.1.114: Error connecting to ('192.168.1.114', 6053): [Errno 113] Connect call failed ('192.168.1.114', 6053)
2019-08-31 11:29:34 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 60 seconds
2019-08-31 11:29:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5319350000016ce882de8c0ea23737383546303443020000f0084b55aa531d190000016ce882de8fa2373738354630344302206500010000f03a08e8'
2019-08-31 11:29:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5319350000016ce882de8c0ea23737383546303443020000f0084b'
2019-08-31 11:29:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'0000016ce882de8c0ea23737383546303443020000f0'
2019-08-31 11:29:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335)
2019-08-31 11:29:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286'
2019-08-31 11:29:49 INFO (Thread-2) [custom_components.wyzesense.wyzesense_custom] LOG: time=2019-08-31T11:29:46.508000, data=b'a23737383546303443020000f0'
2019-08-31 11:29:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce882de8fa2373738354630344302206500010000f03a08e8'
2019-08-31 11:29:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce882de8fa2373738354630344302206500010000f03a08e8'
2019-08-31 11:29:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce882de8fa2373738354630344302206500010000f03a'
2019-08-31 11:29:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:29:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:29:49 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '7785F04C', 'state': 0, 'device_class': 'motion', 'timestamp': '2019-08-31T11:29:46.511000', 'rssi': -58, 'battery_level': 101}
2019-08-31 11:29:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce882de8fa2373738354630344302206500010000f03a08e8'
2019-08-31 11:29:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce882de8fa2373738354630344302206500010000f03a08e8'
2019-08-31 11:29:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce882de8fa2373738354630344302206500010000f03a'
2019-08-31 11:29:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:29:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:29:49 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '7785F04C', 'state': 0, 'device_class': 'motion', 'timestamp': '2019-08-31T11:29:46.511000', 'rssi': -58, 'battery_level': 101}
2019-08-31 11:29:52 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5319350000016ce882e9ce0ea23737383546303443020100f1089a55aa531d190000016ce882e9d2a2373738354630344302206500010100f13a0938'
2019-08-31 11:29:52 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5319350000016ce882e9ce0ea23737383546303443020100f1089a'
2019-08-31 11:29:52 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'0000016ce882e9ce0ea23737383546303443020100f1'
2019-08-31 11:29:52 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335)
2019-08-31 11:29:52 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286'
2019-08-31 11:29:52 INFO (Thread-2) [custom_components.wyzesense.wyzesense_custom] LOG: time=2019-08-31T11:29:49.390000, data=b'a23737383546303443020100f1'
2019-08-31 11:29:52 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce882e9d2a2373738354630344302206500010100f13a0938'
2019-08-31 11:29:52 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce882e9d2a2373738354630344302206500010100f13a0938'
2019-08-31 11:29:52 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce882e9d2a2373738354630344302206500010100f13a'
2019-08-31 11:29:52 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:29:52 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:29:52 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '7785F04C', 'state': 1, 'device_class': 'motion', 'timestamp': '2019-08-31T11:29:49.394000', 'rssi': -58, 'battery_level': 101}
2019-08-31 11:30:02 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5319350000016ce8830ee00ea237373843453235410101008a077855aa531d190000016ce8830ee3a2373738434532354101115e000101008a46080b'
2019-08-31 11:30:02 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5319350000016ce8830ee00ea237373843453235410101008a0778'
2019-08-31 11:30:02 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'0000016ce8830ee00ea237373843453235410101008a'
2019-08-31 11:30:02 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335)
2019-08-31 11:30:02 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286'
2019-08-31 11:30:02 INFO (Thread-2) [custom_components.wyzesense.wyzesense_custom] LOG: time=2019-08-31T11:29:58.880000, data=b'a237373843453235410101008a'
2019-08-31 11:30:02 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce8830ee3a2373738434532354101115e000101008a46080b'
2019-08-31 11:30:02 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce8830ee3a2373738434532354101115e000101008a46080b'
2019-08-31 11:30:02 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce8830ee3a2373738434532354101115e000101008a46'
2019-08-31 11:30:02 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:30:02 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:30:02 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 1, 'device_class': 'door', 'timestamp': '2019-08-31T11:29:58.883000', 'rssi': -70, 'battery_level': 94}
2019-08-31 11:30:05 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5319350000016ce8831cba0ea237373843453235410100008b076055aa531d190000016ce8831cbda2373738434532354101115e000100008b4607f3'
2019-08-31 11:30:05 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5319350000016ce8831cba0ea237373843453235410100008b0760'
2019-08-31 11:30:05 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'0000016ce8831cba0ea237373843453235410100008b'
2019-08-31 11:30:05 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335)
2019-08-31 11:30:05 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286'
2019-08-31 11:30:05 INFO (Thread-2) [custom_components.wyzesense.wyzesense_custom] LOG: time=2019-08-31T11:30:02.426000, data=b'a237373843453235410100008b'
2019-08-31 11:30:05 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce8831cbda2373738434532354101115e000100008b4607f3'
2019-08-31 11:30:05 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce8831cbda2373738434532354101115e000100008b4607f3'
2019-08-31 11:30:05 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce8831cbda2373738434532354101115e000100008b46'
2019-08-31 11:30:05 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:30:05 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:30:05 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 0, 'device_class': 'door', 'timestamp': '2019-08-31T11:30:02.429000', 'rssi': -70, 'battery_level': 94}
2019-08-31 11:30:06 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce8831cbda2373738434532354101115e000100008b4607f3'
2019-08-31 11:30:06 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce8831cbda2373738434532354101115e000100008b4607f3'
2019-08-31 11:30:06 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce8831cbda2373738434532354101115e000100008b46'
2019-08-31 11:30:06 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:30:06 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:30:06 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 0, 'device_class': 'door', 'timestamp': '2019-08-31T11:30:02.429000', 'rssi': -70, 'battery_level': 94}
2019-08-31 11:30:14 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for 192.168.1.170: Timeout while connecting to ('192.168.1.170', 6053)
2019-08-31 11:30:14 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 60 seconds
2019-08-31 11:30:37 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for 192.168.1.114: Error connecting to ('192.168.1.114', 6053): [Errno 113] Connect call failed ('192.168.1.114', 6053)
2019-08-31 11:30:37 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 60 seconds
2019-08-31 11:30:41 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.monthly_production is taking over 10 seconds
2019-08-31 11:31:10 INFO (MainThread) [homeassistant.components.websocket_api.http.connection.1900151760] Connection closed by client
2019-08-31 11:31:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5323190000016ce8842586ab373738354630344302060000000b11040507000b083c000708'
2019-08-31 11:31:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5323190000016ce8842586ab373738354630344302060000000b11040507000b083c000708'
2019-08-31 11:31:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce8842586ab373738354630344302060000000b11040507000b083c00'
2019-08-31 11:31:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:31:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:31:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5323190000016ce8842586ab373738354630344302060000000b11040507000b083c000708'
2019-08-31 11:31:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5323190000016ce8842586ab373738354630344302060000000b11040507000b083c000708'
2019-08-31 11:31:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce8842586ab373738354630344302060000000b11040507000b083c00'
2019-08-31 11:31:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:31:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:31:18 INFO (MainThread) [homeassistant.components.websocket_api.http.connection.1827203248] Connection closed by client
2019-08-31 11:31:40 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for 192.168.1.114: Error connecting to ('192.168.1.114', 6053): [Errno 113] Connect call failed ('192.168.1.114', 6053)
2019-08-31 11:31:40 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 60 seconds
2019-08-31 11:31:44 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for 192.168.1.170: Timeout while connecting to ('192.168.1.170', 6053)
2019-08-31 11:31:44 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 60 seconds
2019-08-31 11:31:48 WARNING (MainThread) [homeassistant.helpers.entity] Updating state for media_player.55_hisense_roku_tv (<class 'homeassistant.components.roku.media_player.RokuDevice'>) took 0.447 seconds. Please report platform to the developers at https://goo.gl/Nvioub
2019-08-31 11:32:09 WARNING (Thread-9) [pychromecast.socket_client] [192.168.1.137:8009] Heartbeat timeout, resetting connection
2019-08-31 11:32:17 WARNING (Thread-10) [pychromecast.socket_client] [192.168.1.110:8009] Heartbeat timeout, resetting connection
2019-08-31 11:32:17 WARNING (Thread-5) [pychromecast.socket_client] [192.168.1.111:8009] Heartbeat timeout, resetting connection
2019-08-31 11:32:24 WARNING (Thread-7) [pychromecast.socket_client] [192.168.1.141:8009] Heartbeat timeout, resetting connection
2019-08-31 11:32:20 WARNING (Thread-6) [pychromecast.socket_client] [192.168.1.107:8009] Heartbeat timeout, resetting connection
2019-08-31 11:32:32 WARNING (Thread-4) [pychromecast.socket_client] [192.168.1.116:8009] Heartbeat timeout, resetting connection
2019-08-31 11:32:56 WARNING (MainThread) [homeassistant.helpers.entity] Update of binary_sensor.front_door_open is taking over 10 seconds
2019-08-31 11:33:15 WARNING (Thread-8) [pychromecast.socket_client] [192.168.1.118:8009] Heartbeat timeout, resetting connection
2019-08-31 11:33:17 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5323190000016ce885e3f5ab373738354630344302040b090207040901030708043b000835'
2019-08-31 11:33:25 WARNING (Thread-3) [homeassistant.components.mqtt] Disconnected from MQTT (1). Trying to reconnect in 1 s
2019-08-31 11:34:18 WARNING (MainThread) [homeassistant.helpers.entity] Update of lock.front_door is taking over 10 seconds
2019-08-31 11:34:27 ERROR (SyncWorker_10) [homeassistant.components.life360.device_tracker] get_circles: CommError: HTTPSConnectionPool(host='api.life360.com', port=443): Max retries exceeded with url: /v3/circles.json (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x6cf85050>: Failed to establish a new connection: [Errno -3] Try again'))
2019-08-31 11:34:27 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5323190000016ce885e3f5ab373738354630344302040b090207040901030708043b000835'
2019-08-31 11:34:46 ERROR (SyncWorker_18) [homeassistant.components.life360.device_tracker] Suppressing further errors until OK: get_circles: CommError: HTTPSConnectionPool(host='api.life360.com', port=443): Max retries exceeded with url: /v3/circles.json (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x6d191330>: Failed to establish a new connection: [Errno -3] Try again'))
2019-08-31 11:35:05 WARNING (Thread-3) [homeassistant.components.mqtt] Disconnected from MQTT (1). Trying to reconnect in 2 s
2019-08-31 11:36:27 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce885e3f5ab373738354630344302040b090207040901030708043b00'
2019-08-31 11:36:40 ERROR (SyncWorker_7) [homeassistant.components.august] Request error trying to retrieve door details for Front Door. HTTPSConnectionPool(host='api-production.august.com', port=443): Max retries exceeded with url: /locks/F87A36FD16234E6489817E618B0472DA (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x71465290>: Failed to establish a new connection: [Errno -3] Try again'))
2019-08-31 11:37:15 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:37:21 WARNING (Thread-3) [homeassistant.components.mqtt] Disconnected from MQTT (1). Trying to reconnect in 4 s
2019-08-31 11:38:38 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating august binary_sensor took longer than the scheduled update interval 0:00:05
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5323190000016ce885e3f5ab373738354630344302040b090207040901030708043b000835'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5323190000016ce885e3f5ab373738354630344302040b090207040901030708043b000835'
2019-08-31 11:38:39 WARNING (MainThread) [homeassistant.components.lock] Updating august lock took longer than the scheduled update interval 0:00:05
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce885e3f5ab373738354630344302040b090207040901030708043b00'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5323190000016ce885e3f5ab373738354630344302040b090207040901030708043b000835'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5323190000016ce885e3f5ab373738354630344302040b090207040901030708043b000835'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce885e3f5ab373738354630344302040b090207040901030708043b00'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5323190000016ce885e3f5ab373738354630344302040b090207040901030708043b000835'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5323190000016ce885e3f5ab373738354630344302040b090207040901030708043b000835'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce885e3f5ab373738354630344302040b090207040901030708043b00'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5319350000016ce886553b0ea237373841373035440101002006a455aa531d190000016ce886553ea237373841373035440117600001010020470740'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5319350000016ce886553b0ea237373841373035440101002006a4'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'0000016ce886553b0ea2373738413730354401010020'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335)
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286'
2019-08-31 11:38:39 INFO (Thread-2) [custom_components.wyzesense.wyzesense_custom] LOG: time=2019-08-31T11:33:33.499000, data=b'a2373738413730354401010020'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce886553ea23737384137303544011760000101002047074055aa531d190000016ce886553ea237373841373035440117600001010020470740'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce886553ea237373841373035440117600001010020470740'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce886553ea23737384137303544011760000101002047'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778A705D', 'state': 1, 'device_class': 'door', 'timestamp': '2019-08-31T11:33:33.502000', 'rssi': -71, 'battery_level': 96}
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce886553ea23737384137303544011760000101002047074055aa531d190000016ce886553ea237373841373035440117600001010020470740'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce886553ea237373841373035440117600001010020470740'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce886553ea23737384137303544011760000101002047'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778A705D', 'state': 1, 'device_class': 'door', 'timestamp': '2019-08-31T11:33:33.502000', 'rssi': -71, 'battery_level': 96}
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce886553ea23737384137303544011760000101002047074055aa531d190000016ce886553ea237373841373035440117600001010020470740'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce886553ea237373841373035440117600001010020470740'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce886553ea23737384137303544011760000101002047'
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:39 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778A705D', 'state': 1, 'device_class': 'door', 'timestamp': '2019-08-31T11:33:33.502000', 'rssi': -71, 'battery_level': 96}
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce886553ea23737384137303544011760000101002047074055aa5319350000016ce88666ea0ea2373738413730354401000021076455aa531d190000016ce88666eda237373841373035440117600001000021470800'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce886553ea237373841373035440117600001010020470740'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce886553ea23737384137303544011760000101002047'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778A705D', 'state': 1, 'device_class': 'door', 'timestamp': '2019-08-31T11:33:33.502000', 'rssi': -71, 'battery_level': 96}
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5319350000016ce88666ea0ea2373738413730354401000021076455aa531d190000016ce88666eda23737384137303544011760000100002147080055aa531d190000016ce88666eda237373841373035440117600001000021470800'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5319350000016ce88666ea0ea23737384137303544010000210764'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'0000016ce88666ea0ea2373738413730354401000021'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335)
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286'
2019-08-31 11:38:40 INFO (Thread-2) [custom_components.wyzesense.wyzesense_custom] LOG: time=2019-08-31T11:33:38.026000, data=b'a2373738413730354401000021'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce88666eda23737384137303544011760000100002147080055aa531d190000016ce88666eda23737384137303544011760000100002147080055aa531d190000016ce88666eda237373841373035440117600001000021470800'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce88666eda237373841373035440117600001000021470800'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce88666eda23737384137303544011760000100002147'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778A705D', 'state': 0, 'device_class': 'door', 'timestamp': '2019-08-31T11:33:38.029000', 'rssi': -71, 'battery_level': 96}
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce88666eda23737384137303544011760000100002147080055aa531d190000016ce88666eda23737384137303544011760000100002147080055aa531d190000016ce88666eda237373841373035440117600001000021470800'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce88666eda237373841373035440117600001000021470800'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce88666eda23737384137303544011760000100002147'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778A705D', 'state': 0, 'device_class': 'door', 'timestamp': '2019-08-31T11:33:38.029000', 'rssi': -71, 'battery_level': 96}
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce88666eda23737384137303544011760000100002147080055aa531d190000016ce88666eda23737384137303544011760000100002147080055aa5319350000016ce88698dd0ea237373843453235410101008c080455aa531d190000016ce88698e0a2373738434532354101145e000101008c47089b'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce88666eda237373841373035440117600001000021470800'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce88666eda23737384137303544011760000100002147'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778A705D', 'state': 0, 'device_class': 'door', 'timestamp': '2019-08-31T11:33:38.029000', 'rssi': -71, 'battery_level': 96}
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce88666eda23737384137303544011760000100002147080055aa5319350000016ce88698dd0ea237373843453235410101008c080455aa531d190000016ce88698e0a2373738434532354101145e000101008c47089b55aa531d190000016ce88698e0a2373738434532354101145e000101008c47089b'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce88666eda237373841373035440117600001000021470800'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce88666eda23737384137303544011760000100002147'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778A705D', 'state': 0, 'device_class': 'door', 'timestamp': '2019-08-31T11:33:38.029000', 'rssi': -71, 'battery_level': 96}
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5319350000016ce88698dd0ea237373843453235410101008c080455aa531d190000016ce88698e0a2373738434532354101145e000101008c47089b55aa531d190000016ce88698e0a2373738434532354101145e000101008c47089b55aa531d190000016ce88698e0a2373738434532354101145e000101008c47089b'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5319350000016ce88698dd0ea237373843453235410101008c0804'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'0000016ce88698dd0ea237373843453235410101008c'
2019-08-31 11:38:40 WARNING (MainThread) [homeassistant.components.climate] Updating ecobee climate took longer than the scheduled update interval 0:01:00
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335)
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286'
2019-08-31 11:38:40 WARNING (MainThread) [homeassistant.components.sensor] Updating systemmonitor sensor took longer than the scheduled update interval 0:00:30
2019-08-31 11:38:40 INFO (Thread-2) [custom_components.wyzesense.wyzesense_custom] LOG: time=2019-08-31T11:33:50.813000, data=b'a237373843453235410101008c'
2019-08-31 11:38:40 WARNING (MainThread) [homeassistant.components.light] Updating tuya light took longer than the scheduled update interval 0:00:30
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce88698e0a2373738434532354101145e000101008c47089b55aa531d190000016ce88698e0a2373738434532354101145e000101008c47089b55aa531d190000016ce88698e0a2373738434532354101145e000101008c47089b55aa531d190000016ce88698e0a2373738434532354101145e000101008c47089b'
2019-08-31 11:38:40 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating ecobee binary_sensor took longer than the scheduled update interval 0:00:30
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce88698e0a2373738434532354101145e000101008c47089b'
2019-08-31 11:38:40 WARNING (MainThread) [homeassistant.components.sensor] Updating sense sensor took longer than the scheduled update interval 0:00:30
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce88698e0a2373738434532354101145e000101008c47'
2019-08-31 11:38:40 WARNING (MainThread) [homeassistant.components.switch] Updating tuya switch took longer than the scheduled update interval 0:00:30
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:40 WARNING (MainThread) [homeassistant.components.sensor] Updating ios sensor took longer than the scheduled update interval 0:00:30
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:40 WARNING (MainThread) [homeassistant.components.sensor] Updating ecobee sensor took longer than the scheduled update interval 0:00:30
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 1, 'device_class': 'door', 'timestamp': '2019-08-31T11:33:50.816000', 'rssi': -71, 'battery_level': 94}
2019-08-31 11:38:40 WARNING (MainThread) [homeassistant.components.weather] Updating ecobee weather took longer than the scheduled update interval 0:00:30
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce88698e0a2373738434532354101145e000101008c47089b55aa531d190000016ce88698e0a2373738434532354101145e000101008c47089b55aa531d190000016ce88698e0a2373738434532354101145e000101008c47089b55aa5319350000016ce886a37d0ea237373843453235410100008d07af55aa531d190000016ce886a380a2373738434532354101115e000100008d440840'
2019-08-31 11:38:40 WARNING (MainThread) [homeassistant.components.media_player] Updating browser_mod media_player took longer than the scheduled update interval 0:00:10
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce88698e0a2373738434532354101145e000101008c47089b'
2019-08-31 11:38:40 WARNING (MainThread) [homeassistant.components.media_player] Updating roku media_player took longer than the scheduled update interval 0:00:10
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce88698e0a2373738434532354101145e000101008c47'
2019-08-31 11:38:40 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating august binary_sensor took longer than the scheduled update interval 0:00:05
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:40 WARNING (MainThread) [homeassistant.components.lock] Updating august lock took longer than the scheduled update interval 0:00:05
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 1, 'device_class': 'door', 'timestamp': '2019-08-31T11:33:50.816000', 'rssi': -71, 'battery_level': 94}
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce88698e0a2373738434532354101145e000101008c47089b55aa531d190000016ce88698e0a2373738434532354101145e000101008c47089b55aa5319350000016ce886a37d0ea237373843453235410100008d07af55aa531d190000016ce886a380a2373738434532354101115e000100008d44084055aa531d190000016ce886a380a2373738434532354101115e000100008d440840'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce88698e0a2373738434532354101145e000101008c47089b'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce88698e0a2373738434532354101145e000101008c47'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 1, 'device_class': 'door', 'timestamp': '2019-08-31T11:33:50.816000', 'rssi': -71, 'battery_level': 94}
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce88698e0a2373738434532354101145e000101008c47089b55aa5319350000016ce886a37d0ea237373843453235410100008d07af55aa531d190000016ce886a380a2373738434532354101115e000100008d44084055aa531d190000016ce886a380a2373738434532354101115e000100008d44084055aa531d190000016ce886a380a2373738434532354101115e000100008d440840'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce88698e0a2373738434532354101145e000101008c47089b'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce88698e0a2373738434532354101145e000101008c47'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 1, 'device_class': 'door', 'timestamp': '2019-08-31T11:33:50.816000', 'rssi': -71, 'battery_level': 94}
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5319350000016ce886a37d0ea237373843453235410100008d07af55aa531d190000016ce886a380a2373738434532354101115e000100008d44084055aa531d190000016ce886a380a2373738434532354101115e000100008d44084055aa531d190000016ce886a380a2373738434532354101115e000100008d44084055aa531d190000016ce886a380a2373738434532354101115e000100008d440840'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5319350000016ce886a37d0ea237373843453235410100008d07af'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'0000016ce886a37d0ea237373843453235410100008d'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335)
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286'
2019-08-31 11:38:40 INFO (Thread-2) [custom_components.wyzesense.wyzesense_custom] LOG: time=2019-08-31T11:33:53.533000, data=b'a237373843453235410100008d'
2019-08-31 11:38:40 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce886a380a2373738434532354101115e000100008d44084055aa531d190000016ce886a380a2373738434532354101115e000100008d44084055aa531d190000016ce886a380a2373738434532354101115e000100008d44084055aa531d190000016ce886a380a2373738434532354101115e000100008d44084055aa5323190000016ce887a26cab3737383546303443020a00070a08040404030207073d00076c'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce886a380a2373738434532354101115e000100008d440840'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce886a380a2373738434532354101115e000100008d44'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 0, 'device_class': 'door', 'timestamp': '2019-08-31T11:33:53.536000', 'rssi': -68, 'battery_level': 94}
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce886a380a2373738434532354101115e000100008d44084055aa531d190000016ce886a380a2373738434532354101115e000100008d44084055aa531d190000016ce886a380a2373738434532354101115e000100008d44084055aa5323190000016ce887a26cab3737383546303443020a00070a08040404030207073d00076c55aa5323190000016ce887a26cab3737383546303443020a00070a08040404030207073d00076c'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce886a380a2373738434532354101115e000100008d440840'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce886a380a2373738434532354101115e000100008d44'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 0, 'device_class': 'door', 'timestamp': '2019-08-31T11:33:53.536000', 'rssi': -68, 'battery_level': 94}
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce886a380a2373738434532354101115e000100008d44084055aa531d190000016ce886a380a2373738434532354101115e000100008d44084055aa5323190000016ce887a26cab3737383546303443020a00070a08040404030207073d00076c55aa5323190000016ce887a26cab3737383546303443020a00070a08040404030207073d00076c55aa5323190000016ce887a26cab3737383546303443020a00070a08040404030207073d00076c'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce886a380a2373738434532354101115e000100008d440840'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce886a380a2373738434532354101115e000100008d44'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 0, 'device_class': 'door', 'timestamp': '2019-08-31T11:33:53.536000', 'rssi': -68, 'battery_level': 94}
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce886a380a2373738434532354101115e000100008d44084055aa5323190000016ce887a26cab3737383546303443020a00070a08040404030207073d00076c55aa5323190000016ce887a26cab3737383546303443020a00070a08040404030207073d00076c55aa5323190000016ce887a26cab3737383546303443020a00070a08040404030207073d00076c55aa5323190000016ce887a26cab3737383546303443020a00070a08040404030207073d00076c'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce886a380a2373738434532354101115e000100008d440840'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce886a380a2373738434532354101115e000100008d44'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 0, 'device_class': 'door', 'timestamp': '2019-08-31T11:33:53.536000', 'rssi': -68, 'battery_level': 94}
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5323190000016ce887a26cab3737383546303443020a00070a08040404030207073d00076c55aa5323190000016ce887a26cab3737383546303443020a00070a08040404030207073d00076c55aa5323190000016ce887a26cab3737383546303443020a00070a08040404030207073d00076c55aa5323190000016ce887a26cab3737383546303443020a00070a08040404030207073d00076c55aa5319350000016ce888841f0ea237373843453235410101008e073655aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5323190000016ce887a26cab3737383546303443020a00070a08040404030207073d00076c'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce887a26cab3737383546303443020a00070a08040404030207073d00'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5323190000016ce887a26cab3737383546303443020a00070a08040404030207073d00076c55aa5323190000016ce887a26cab3737383546303443020a00070a08040404030207073d00076c55aa5323190000016ce887a26cab3737383546303443020a00070a08040404030207073d00076c55aa5319350000016ce888841f0ea237373843453235410101008e073655aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc55aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5323190000016ce887a26cab3737383546303443020a00070a08040404030207073d00076c'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce887a26cab3737383546303443020a00070a08040404030207073d00'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5323190000016ce887a26cab3737383546303443020a00070a08040404030207073d00076c55aa5323190000016ce887a26cab3737383546303443020a00070a08040404030207073d00076c55aa5319350000016ce888841f0ea237373843453235410101008e073655aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc55aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc55aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5323190000016ce887a26cab3737383546303443020a00070a08040404030207073d00076c'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce887a26cab3737383546303443020a00070a08040404030207073d00'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5323190000016ce887a26cab3737383546303443020a00070a08040404030207073d00076c55aa5319350000016ce888841f0ea237373843453235410101008e073655aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc55aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc55aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc55aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5323190000016ce887a26cab3737383546303443020a00070a08040404030207073d00076c'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce887a26cab3737383546303443020a00070a08040404030207073d00'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5319350000016ce888841f0ea237373843453235410101008e073655aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc55aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc55aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc55aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc55aa5319350000016ce8888fc80ea237373843453235410100008f07ea55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5319350000016ce888841f0ea237373843453235410101008e0736'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'0000016ce888841f0ea237373843453235410101008e'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335)
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286'
2019-08-31 11:38:41 INFO (Thread-2) [custom_components.wyzesense.wyzesense_custom] LOG: time=2019-08-31T11:35:56.575000, data=b'a237373843453235410101008e'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc55aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc55aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc55aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc55aa5319350000016ce8888fc80ea237373843453235410100008f07ea55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce8888422a2373738434532354101145e000101008e46'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 1, 'device_class': 'door', 'timestamp': '2019-08-31T11:35:56.578000', 'rssi': -70, 'battery_level': 94}
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc55aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc55aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc55aa5319350000016ce8888fc80ea237373843453235410100008f07ea55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce8888422a2373738434532354101145e000101008e46'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 1, 'device_class': 'door', 'timestamp': '2019-08-31T11:35:56.578000', 'rssi': -70, 'battery_level': 94}
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc55aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc55aa5319350000016ce8888fc80ea237373843453235410100008f07ea55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc'
2019-08-31 11:38:41 INFO (MainThread) [homeassistant.components.esphome] Disconnected from ESPHome API for 192.168.1.182
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce8888422a2373738434532354101145e000101008e46'
2019-08-31 11:38:41 INFO (MainThread) [homeassistant.components.esphome] Disconnected from ESPHome API for 192.168.1.109
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 1, 'device_class': 'door', 'timestamp': '2019-08-31T11:35:56.578000', 'rssi': -70, 'battery_level': 94}
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc55aa5319350000016ce8888fc80ea237373843453235410100008f07ea55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d55aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d5'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce8888422a2373738434532354101145e000101008e4607cc'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce8888422a2373738434532354101145e000101008e46'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:41 INFO (MainThread) [hass_nabucasa.iot] Connection closed
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 1, 'device_class': 'door', 'timestamp': '2019-08-31T11:35:56.578000', 'rssi': -70, 'battery_level': 94}
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5319350000016ce8888fc80ea237373843453235410100008f07ea55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d55aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d555aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d5'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5319350000016ce8888fc80ea237373843453235410100008f07ea'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'0000016ce8888fc80ea237373843453235410100008f'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335)
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286'
2019-08-31 11:38:41 INFO (Thread-2) [custom_components.wyzesense.wyzesense_custom] LOG: time=2019-08-31T11:35:59.560000, data=b'a237373843453235410100008f'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d55aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d555aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d555aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d5'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce8888fcba2373738434532354101115e000100008f46'
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:41 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 0, 'device_class': 'door', 'timestamp': '2019-08-31T11:35:59.563000', 'rssi': -70, 'battery_level': 94}
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d55aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d555aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d555aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d555aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d5'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce8888fcba2373738434532354101115e000100008f46'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:42 INFO (MainThread) [snitun.utils.aiohttp_client] AioHTTP snitun client disconnected from: us-east-1.ui.nabu.casa:443
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:42 INFO (MainThread) [snitun.utils.aiohttp_client] AioHTTP snitun client closed
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 0, 'device_class': 'door', 'timestamp': '2019-08-31T11:35:59.563000', 'rssi': -70, 'battery_level': 94}
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d55aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d555aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d555aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d555aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d5'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce8888fcba2373738434532354101115e000100008f46'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 0, 'device_class': 'door', 'timestamp': '2019-08-31T11:35:59.563000', 'rssi': -70, 'battery_level': 94}
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d55aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d555aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d555aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d555aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d5'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d190000016ce8888fcba2373738434532354101115e000100008f46087d'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce8888fcba2373738434532354101115e000100008f46'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': '778CE25A', 'state': 0, 'device_class': 'door', 'timestamp': '2019-08-31T11:35:59.563000', 'rssi': -70, 'battery_level': 94}
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d555aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d555aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d555aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d5'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d5'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e00'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d555aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d555aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d5'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d5'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e00'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d555aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d5'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d5'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e00'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d5'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5323190000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e0007d5'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'0000016ce88960f2ab37373835463034430206070a08080c080804060a0d3e00'
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319)
2019-08-31 11:38:42 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a'
2019-08-31 11:38:42 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to 192.168.1.109
2019-08-31 11:38:42 INFO (MainThread) [aioesphomeapi.connection] 192.168.1.109: Error while reading incoming messages: Error while writing data: Connection lost
2019-08-31 11:38:42 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to 192.168.1.182
2019-08-31 11:38:42 INFO (MainThread) [aioesphomeapi.connection] 192.168.1.182: Error while reading incoming messages: Error while writing data: Connection lost
2019-08-31 11:38:42 INFO (Thread-3) [homeassistant.components.mqtt] Successfully reconnected to the MQTT server
2019-08-31 11:38:43 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531937a23737384137303544010000016ce886553ea2010020073d'
2019-08-31 11:38:43 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531937a23737384137303544010000016ce886553ea2010020073d'
2019-08-31 11:38:43 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5337, Payload=b'a23737384137303544010000016ce886553ea2010020'
2019-08-31 11:38:43 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5337)
2019-08-31 11:38:43 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555337ff0288'
2019-08-31 11:38:44 INFO (MainThread) [aioesphomeapi.connection] 192.168.1.182: Ping Failed!
2019-08-31 11:38:44 INFO (MainThread) [aioesphomeapi.connection] 192.168.1.109: Ping Failed!
2019-08-31 11:38:44 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531937a23737384137303544010000016ce88666eda200002107fd'
2019-08-31 11:38:44 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531937a23737384137303544010000016ce88666eda200002107fd'
2019-08-31 11:38:44 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5337, Payload=b'a23737384137303544010000016ce88666eda2000021'
2019-08-31 11:38:44 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5337)
2019-08-31 11:38:44 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555337ff0288'
2019-08-31 11:38:44 ERROR (SyncWorker_14) [homeassistant.components.life360.device_tracker] get_circles: OK again
2019-08-31 11:38:44 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531937a23737384137303544010000016ce88666eda200002107fd'
2019-08-31 11:38:45 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531937a23737384137303544010000016ce88666eda200002107fd'
2019-08-31 11:38:45 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5337, Payload=b'a23737384137303544010000016ce88666eda2000021'
2019-08-31 11:38:45 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5337)
2019-08-31 11:38:45 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555337ff0288'
2019-08-31 11:38:45 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531937a23737384137303544010000016ce88666eda200002107fd'
2019-08-31 11:38:45 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531937a23737384137303544010000016ce88666eda200002107fd'
2019-08-31 11:38:45 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5337, Payload=b'a23737384137303544010000016ce88666eda2000021'
2019-08-31 11:38:45 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5337)
2019-08-31 11:38:45 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555337ff0288'
2019-08-31 11:38:45 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531937a23737384137303544010000016ce88666eda200002107fd'
2019-08-31 11:38:45 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531937a23737384137303544010000016ce88666eda200002107fd'
2019-08-31 11:38:45 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5337, Payload=b'a23737384137303544010000016ce88666eda2000021'
2019-08-31 11:38:45 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5337)
2019-08-31 11:38:45 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555337ff0288'
2019-08-31 11:38:45 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for 192.168.1.114: Error connecting to ('192.168.1.114', 6053): [Errno 113] Connect call failed ('192.168.1.114', 6053)
2019-08-31 11:38:45 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 60 seconds
2019-08-31 11:38:46 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531937a23737384345323541010000016ce88698e0a201008c089d'
2019-08-31 11:38:46 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531937a23737384345323541010000016ce88698e0a201008c089d'
2019-08-31 11:38:46 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5337, Payload=b'a23737384345323541010000016ce88698e0a201008c'
2019-08-31 11:38:46 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5337)
2019-08-31 11:38:46 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555337ff0288'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: light D1DCED_LI_1, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch A066AC_RL_1, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch E61CB8_RL_1, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch 8D25EB_RL_1, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Got update for entity with hash: ('light', 'D1DCED_LI_1') '{'name': 'RGB1', 'command_topic': 'RGB1/cmnd/POWER', 'state_topic': 'RGB1/tele/STATE', 'value_template': '{{value_json.POWER}}', 'payload_off': 'OFF', 'payload_on': 'ON', 'availability_topic': 'RGB1/tele/LWT', 'payload_available': 'Online', 'payload_not_available': 'Offline', 'unique_id': 'D1DCED_LI_1', 'device': {'identifiers': ['D1DCED']}, 'brightness_command_topic': 'RGB1/cmnd/Dimmer', 'brightness_state_topic': 'RGB1/tele/STATE', 'brightness_scale': 100, 'on_command_type': 'brightness', 'brightness_value_template': '{{value_json.Dimmer}}', 'rgb_command_topic': 'RGB1/cmnd/Color2', 'rgb_state_topic': 'RGB1/tele/STATE', 'rgb_value_template': "{{value_json.Color.split(',')[0:3]|join(',')}}", 'effect_command_topic': 'RGB1/cmnd/Scheme', 'effect_state_topic': 'RGB1/tele/STATE', 'effect_value_template': '{{value_json.Scheme}}', 'effect_list': ['0', '1', '2', '3', '4'], 'color_temp_command_topic': 'RGB1/cmnd/CT', 'color_temp_state_topic': 'RGB1/tele/STATE', 'color_temp_value_template': '{{value_json.CT}}', 'platform': 'mqtt', 'discovery_hash': ('light', 'D1DCED_LI_1')}'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Updating component: light.skylars_lamp
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Got update for entity with hash: ('switch', 'A066AC_RL_1') '{'name': 'Plug 1', 'command_topic': 'Plug_1/cmnd/POWER', 'state_topic': 'Plug_1/tele/STATE', 'value_template': '{{value_json.POWER}}', 'payload_off': 'OFF', 'payload_on': 'ON', 'availability_topic': 'Plug_1/tele/LWT', 'payload_available': 'Online', 'payload_not_available': 'Offline', 'unique_id': 'A066AC_RL_1', 'device': {'identifiers': ['A066AC']}, 'platform': 'mqtt', 'discovery_hash': ('switch', 'A066AC_RL_1')}'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Updating component: switch.ethans_lamp
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Got update for entity with hash: ('switch', 'E61CB8_RL_1') '{'name': 'Front Porch Light', 'command_topic': 'S1PM_1/cmnd/POWER', 'state_topic': 'S1PM_1/tele/STATE', 'value_template': '{{value_json.POWER}}', 'payload_off': 'OFF', 'payload_on': 'ON', 'availability_topic': 'S1PM_1/tele/LWT', 'payload_available': 'Online', 'payload_not_available': 'Offline', 'unique_id': 'E61CB8_RL_1', 'device': {'identifiers': ['E61CB8']}, 'platform': 'mqtt', 'discovery_hash': ('switch', 'E61CB8_RL_1')}'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Updating component: switch.front_porch_light
2019-08-31 11:38:47 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531937a23737384345323541010000016ce886a380a200008d0848'
2019-08-31 11:38:47 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531937a23737384345323541010000016ce886a380a200008d0848'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Got update for entity with hash: ('switch', '8D25EB_RL_1') '{'name': 'Moes 3 Way', 'command_topic': 'Moes3_1/cmnd/POWER1', 'state_topic': 'Moes3_1/tele/STATE', 'value_template': '{{value_json.POWER1}}', 'payload_off': 'OFF', 'payload_on': 'ON', 'availability_topic': 'Moes3_1/tele/LWT', 'payload_available': 'Online', 'payload_not_available': 'Offline', 'unique_id': '8D25EB_RL_1', 'device': {'identifiers': ['8D25EB']}, 'platform': 'mqtt', 'discovery_hash': ('switch', '8D25EB_RL_1')}'
2019-08-31 11:38:47 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5337, Payload=b'a23737384345323541010000016ce886a380a200008d'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Updating component: switch.moes3_state
2019-08-31 11:38:47 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5337)
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch 8D25EB_RL_2, sending update
2019-08-31 11:38:47 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555337ff0288'
2019-08-31 11:38:47 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531937a23737384345323541010000016ce886a380a200008d0848'
2019-08-31 11:38:47 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531937a23737384345323541010000016ce886a380a200008d0848'
2019-08-31 11:38:47 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5337, Payload=b'a23737384345323541010000016ce886a380a200008d'
2019-08-31 11:38:47 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5337)
2019-08-31 11:38:47 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555337ff0288'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch 5C628F_RL_1, sending update
2019-08-31 11:38:47 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531937a23737384345323541010000016ce886a380a200008d0848'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch 29B5BB_RL_1, sending update
2019-08-31 11:38:47 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531937a23737384345323541010000016ce886a380a200008d0848'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch 29B5BB_RL_2, sending update
2019-08-31 11:38:47 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5337, Payload=b'a23737384345323541010000016ce886a380a200008d'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch 00B923_RL_1, sending update
2019-08-31 11:38:47 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5337)
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch 00B923_RL_2, sending update
2019-08-31 11:38:47 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555337ff0288'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch 997A32_RL_1, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor A066AC_ANALOG_A0, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor A066AC_status, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor E61CB8_ANALOG_Temperature, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor E61CB8_ENERGY_TotalStartTime, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor E61CB8_ENERGY_Total, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor E61CB8_ENERGY_Yesterday, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor E61CB8_ENERGY_Today, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor E61CB8_ENERGY_Power, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor E61CB8_status, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor D1DCED_status, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor D1DCED_ANALOG_A0, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 8D25EB_status, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 5C628F_status, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 29B5BB_status, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 00B923_ANALOG_Temperature, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 00B923_ENERGY_TotalStartTime, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 00B923_ENERGY_Total, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 00B923_ENERGY_Yesterday, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 00B923_ENERGY_Today, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 00B923_ENERGY_Power, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 00B923_ENERGY_ApparentPower, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 00B923_ENERGY_ReactivePower, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 00B923_ENERGY_Factor, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 00B923_ENERGY_Voltage, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 00B923_ENERGY_Current, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 00B923_status, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor 997A32_status, sending update
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Got update for entity with hash: ('switch', '8D25EB_RL_2') '{'name': 'Sonoff2', 'command_topic': 'Moes3_1/cmnd/POWER2', 'state_topic': 'Moes3_1/tele/STATE', 'value_template': '{{value_json.POWER2}}', 'payload_off': 'OFF', 'payload_on': 'ON', 'availability_topic': 'Moes3_1/tele/LWT', 'payload_available': 'Online', 'payload_not_available': 'Offline', 'unique_id': '8D25EB_RL_2', 'device': {'identifiers': ['8D25EB']}, 'platform': 'mqtt', 'discovery_hash': ('switch', '8D25EB_RL_2')}'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Updating component: switch.moes3_toggle
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Got update for entity with hash: ('switch', '5C628F_RL_1') '{'name': 'Kitchen Light', 'command_topic': 'MJ1_1/cmnd/POWER', 'state_topic': 'MJ1_1/tele/STATE', 'value_template': '{{value_json.POWER}}', 'payload_off': 'OFF', 'payload_on': 'ON', 'availability_topic': 'MJ1_1/tele/LWT', 'payload_available': 'Online', 'payload_not_available': 'Offline', 'unique_id': '5C628F_RL_1', 'device': {'identifiers': ['5C628F']}, 'platform': 'mqtt', 'discovery_hash': ('switch', '5C628F_RL_1')}'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Updating component: switch.kitchen_light
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Got update for entity with hash: ('switch', '29B5BB_RL_1') '{'name': 'Pool Filter Unused', 'command_topic': 'pool_filter/cmnd/POWER1', 'state_topic': 'pool_filter/tele/STATE', 'value_template': '{{value_json.POWER1}}', 'payload_off': 'OFF', 'payload_on': 'ON', 'availability_topic': 'pool_filter/tele/LWT', 'payload_available': 'Online', 'payload_not_available': 'Offline', 'unique_id': '29B5BB_RL_1', 'device': {'identifiers': ['29B5BB']}, 'platform': 'mqtt', 'discovery_hash': ('switch', '29B5BB_RL_1')}'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Updating component: switch.pool_filter_unused
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Got update for entity with hash: ('switch', '29B5BB_RL_2') '{'name': 'Pool Filter', 'command_topic': 'pool_filter/cmnd/POWER2', 'state_topic': 'pool_filter/tele/STATE', 'value_template': '{{value_json.POWER2}}', 'payload_off': 'OFF', 'payload_on': 'ON', 'availability_topic': 'pool_filter/tele/LWT', 'payload_available': 'Online', 'payload_not_available': 'Offline', 'unique_id': '29B5BB_RL_2', 'device': {'identifiers': ['29B5BB']}, 'platform': 'mqtt', 'discovery_hash': ('switch', '29B5BB_RL_2')}'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Updating component: switch.pool_filter
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Got update for entity with hash: ('switch', '00B923_RL_1') '{'name': 'S2.5 1 R1', 'command_topic': 'S25_1/cmnd/POWER1', 'state_topic': 'S25_1/tele/STATE', 'value_template': '{{value_json.POWER1}}', 'payload_off': 'OFF', 'payload_on': 'ON', 'availability_topic': 'S25_1/tele/LWT', 'payload_available': 'Online', 'payload_not_available': 'Offline', 'unique_id': '00B923_RL_1', 'device': {'identifiers': ['00B923']}, 'platform': 'mqtt', 'discovery_hash': ('switch', '00B923_RL_1')}'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Updating component: switch.boys_bathroom_light
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Got update for entity with hash: ('switch', '00B923_RL_2') '{'name': 'S2.5 1 R2', 'command_topic': 'S25_1/cmnd/POWER2', 'state_topic': 'S25_1/tele/STATE', 'value_template': '{{value_json.POWER2}}', 'payload_off': 'OFF', 'payload_on': 'ON', 'availability_topic': 'S25_1/tele/LWT', 'payload_available': 'Online', 'payload_not_available': 'Offline', 'unique_id': '00B923_RL_2', 'device': {'identifiers': ['00B923']}, 'platform': 'mqtt', 'discovery_hash': ('switch', '00B923_RL_2')}'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Updating component: switch.boys_bathroom_fan
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Got update for entity with hash: ('switch', '997A32_RL_1') '{'name': 'Attic Fan', 'command_topic': 'attic_fan/cmnd/POWER', 'state_topic': 'attic_fan/tele/STATE', 'value_template': '{{value_json.POWER}}', 'payload_off': 'OFF', 'payload_on': 'ON', 'availability_topic': 'attic_fan/tele/LWT', 'payload_available': 'Online', 'payload_not_available': 'Offline', 'unique_id': '997A32_RL_1', 'device': {'identifiers': ['997A32']}, 'platform': 'mqtt', 'discovery_hash': ('switch', '997A32_RL_1')}'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Updating component: switch.attic_fan
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Got update for entity with hash: ('sensor', 'A066AC_ANALOG_A0') '{'name': 'Plug 1 ANALOG A0', 'state_topic': 'Plug_1/tele/SENSOR', 'availability_topic': 'Plug_1/tele/LWT', 'payload_available': 'Online', 'payload_not_available': 'Offline', 'unique_id': 'A066AC_ANALOG_A0', 'device': {'identifiers': ['A066AC']}, 'unit_of_measurement': ' ', 'value_template': "{{value_json['ANALOG'].A0}}", 'platform': 'mqtt', 'discovery_hash': ('sensor', 'A066AC_ANALOG_A0')}'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Updating component: sensor.plug_1_analog_a0
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Got update for entity with hash: ('sensor', 'A066AC_status') '{'name': 'Plug 1 status', 'state_topic': 'Plug_1/tele/HASS_STATE', 'availability_topic': 'Plug_1/tele/LWT', 'payload_available': 'Online', 'payload_not_available': 'Offline', 'json_attributes_topic': 'Plug_1/tele/HASS_STATE', 'unit_of_measurement': ' ', 'value_template': "{{value_json['RSSI']}}", 'unique_id': 'A066AC_status', 'device': {'identifiers': ['A066AC'], 'name': 'Plug 1', 'model': 'Aoycocr Smart ', 'sw_version': '6.6.0(release-sonoff)', 'manufacturer': 'Tasmota'}, 'platform': 'mqtt', 'discovery_hash': ('sensor', 'A066AC_status')}'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Updating component: sensor.plug_1_status
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Got update for entity with hash: ('sensor', 'E61CB8_ENERGY_Power') '{'name': 'Front Porch Light ENERGY Power', 'state_topic': 'S1PM_1/tele/SENSOR', 'availability_topic': 'S1PM_1/tele/LWT', 'payload_available': 'Online', 'payload_not_available': 'Offline', 'unique_id': 'E61CB8_ENERGY_Power', 'device': {'identifiers': ['E61CB8']}, 'unit_of_measurement': 'W', 'value_template': "{{value_json['ENERGY'].Power}}", 'platform': 'mqtt', 'discovery_hash': ('sensor', 'E61CB8_ENERGY_Power')}'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Updating component: sensor.front_porch_light_energy_power
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Got update for entity with hash: ('sensor', 'D1DCED_status') '{'name': 'RGB1 status', 'state_topic': 'RGB1/tele/HASS_STATE', 'availability_topic': 'RGB1/tele/LWT', 'payload_available': 'Online', 'payload_not_available': 'Offline', 'json_attributes_topic': 'RGB1/tele/HASS_STATE', 'unit_of_measurement': ' ', 'value_template': "{{value_json['RSSI']}}", 'unique_id': 'D1DCED_status', 'device': {'identifiers': ['D1DCED'], 'name': 'RGB1', 'model': 'GlobeRGBWW', 'sw_version': '6.6.0(release-sonoff)', 'manufacturer': 'Tasmota'}, 'platform': 'mqtt', 'discovery_hash': ('sensor', 'D1DCED_status')}'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Updating component: sensor.rgb1_status
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Got update for entity with hash: ('sensor', 'D1DCED_ANALOG_A0') '{'name': 'RGB1 ANALOG A0', 'state_topic': 'RGB1/tele/SENSOR', 'availability_topic': 'RGB1/tele/LWT', 'payload_available': 'Online', 'payload_not_available': 'Offline', 'unique_id': 'D1DCED_ANALOG_A0', 'device': {'identifiers': ['D1DCED']}, 'unit_of_measurement': ' ', 'value_template': "{{value_json['ANALOG'].A0}}", 'platform': 'mqtt', 'discovery_hash': ('sensor', 'D1DCED_ANALOG_A0')}'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Updating component: sensor.rgb1_analog_a0
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Got update for entity with hash: ('sensor', '8D25EB_status') '{'name': 'Moes 3 Way status', 'state_topic': 'Moes3_1/tele/HASS_STATE', 'availability_topic': 'Moes3_1/tele/LWT', 'payload_available': 'Online', 'payload_not_available': 'Offline', 'json_attributes_topic': 'Moes3_1/tele/HASS_STATE', 'unit_of_measurement': ' ', 'value_template': "{{value_json['RSSI']}}", 'unique_id': '8D25EB_status', 'device': {'identifiers': ['8D25EB'], 'name': 'Moes 3 Way', 'model': 'Generic', 'sw_version': '6.6.0(release-sonoff)', 'manufacturer': 'Tasmota'}, 'platform': 'mqtt', 'discovery_hash': ('sensor', '8D25EB_status')}'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Updating component: sensor.martin_jerry_3way_status
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Got update for entity with hash: ('sensor', '5C628F_status') '{'name': 'Kitchen Light status', 'state_topic': 'MJ1_1/tele/HASS_STATE', 'availability_topic': 'MJ1_1/tele/LWT', 'payload_available': 'Online', 'payload_not_available': 'Offline', 'json_attributes_topic': 'MJ1_1/tele/HASS_STATE', 'unit_of_measurement': ' ', 'value_template': "{{value_json['RSSI']}}", 'unique_id': '5C628F_status', 'device': {'identifiers': ['5C628F'], 'name': 'Kitchen Light', 'model': 'MJ Switch', 'sw_version': '6.6.0(release-sonoff)', 'manufacturer': 'Tasmota'}, 'platform': 'mqtt', 'discovery_hash': ('sensor', '5C628F_status')}'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Updating component: sensor.mj1_1_status
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Got update for entity with hash: ('sensor', '29B5BB_status') '{'name': 'Pool Filter Unused status', 'state_topic': 'pool_filter/tele/HASS_STATE', 'availability_topic': 'pool_filter/tele/LWT', 'payload_available': 'Online', 'payload_not_available': 'Offline', 'json_attributes_topic': 'pool_filter/tele/HASS_STATE', 'unit_of_measurement': ' ', 'value_template': "{{value_json['RSSI']}}", 'unique_id': '29B5BB_status', 'device': {'identifiers': ['29B5BB'], 'name': 'Pool Filter Unused', 'model': 'KS-604', 'sw_version': '6.6.0(release-sonoff)', 'manufacturer': 'Tasmota'}, 'platform': 'mqtt', 'discovery_hash': ('sensor', '29B5BB_status')}'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Updating component: sensor.pool_filter_unused_status
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Got update for entity with hash: ('sensor', '00B923_ENERGY_Power') '{'name': 'S2.5 1 R1 ENERGY Power', 'state_topic': 'S25_1/tele/SENSOR', 'availability_topic': 'S25_1/tele/LWT', 'payload_available': 'Online', 'payload_not_available': 'Offline', 'unique_id': '00B923_ENERGY_Power', 'device': {'identifiers': ['00B923']}, 'unit_of_measurement': 'W', 'value_template': "{{value_json['ENERGY'].Power}}", 'platform': 'mqtt', 'discovery_hash': ('sensor', '00B923_ENERGY_Power')}'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Updating component: sensor.s2_5_1_r1_energy_power
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Got update for entity with hash: ('sensor', '997A32_status') '{'name': 'Attic Fan status', 'state_topic': 'attic_fan/tele/HASS_STATE', 'availability_topic': 'attic_fan/tele/LWT', 'payload_available': 'Online', 'payload_not_available': 'Offline', 'json_attributes_topic': 'attic_fan/tele/HASS_STATE', 'unit_of_measurement': ' ', 'value_template': "{{value_json['RSSI']}}", 'unique_id': '997A32_status', 'device': {'identifiers': ['997A32'], 'name': 'Attic Fan', 'model': 'MJ Switch', 'sw_version': '6.6.0(release-sonoff)', 'manufacturer': 'Tasmota'}, 'platform': 'mqtt', 'discovery_hash': ('sensor', '997A32_status')}'
2019-08-31 11:38:47 INFO (MainThread) [homeassistant.components.mqtt] Updating component: sensor.attic_fan_status
2019-08-31 11:38:48 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531937a23737384345323541010000016ce886a380a200008d0848'
2019-08-31 11:38:48 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531937a23737384345323541010000016ce886a380a200008d0848'
2019-08-31 11:38:48 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5337, Payload=b'a23737384345323541010000016ce886a380a200008d'
2019-08-31 11:38:48 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5337)
2019-08-31 11:38:48 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555337ff0288'
2019-08-31 11:38:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531937a23737384345323541010000016ce8888422a201008e07cf'
2019-08-31 11:38:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531937a23737384345323541010000016ce8888422a201008e07cf'
2019-08-31 11:38:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5337, Payload=b'a23737384345323541010000016ce8888422a201008e'
2019-08-31 11:38:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5337)
2019-08-31 11:38:49 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555337ff0288'
2019-08-31 11:38:50 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.daily_usage is taking over 10 seconds
2019-08-31 11:38:50 INFO (MainThread) [hass_nabucasa.iot] Connected
2019-08-31 11:38:51 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531937a23737384345323541010000016ce8888fcba200008f0883'
2019-08-31 11:38:51 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531937a23737384345323541010000016ce8888fcba200008f0883'
2019-08-31 11:38:51 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5337, Payload=b'a23737384345323541010000016ce8888fcba200008f'
2019-08-31 11:38:51 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5337)
2019-08-31 11:38:51 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555337ff0288'
2019-08-31 11:38:52 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531937a23737384345323541010000016ce8888fcba200008f0883'
2019-08-31 11:38:52 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531937a23737384345323541010000016ce8888fcba200008f0883'
2019-08-31 11:38:52 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5337, Payload=b'a23737384345323541010000016ce8888fcba200008f'
2019-08-31 11:38:52 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5337)
2019-08-31 11:38:52 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555337ff0288'
2019-08-31 11:38:52 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531937a23737384345323541010000016ce8888fcba200008f0883'
2019-08-31 11:38:52 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531937a23737384345323541010000016ce8888fcba200008f0883'
2019-08-31 11:38:52 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5337, Payload=b'a23737384345323541010000016ce8888fcba200008f'
2019-08-31 11:38:52 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5337)
2019-08-31 11:38:52 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555337ff0288'
2019-08-31 11:38:54 INFO (MainThread) [snitun.utils.aiohttp_client] AioHTTP snitun client started on 127.0.0.1:40323
2019-08-31 11:38:56 INFO (MainThread) [snitun.utils.aiohttp_client] AioHTTP snitun client connected to: us-east-1.ui.nabu.casa:443

Device not found when using udev rules

I have a bunch of hidraw devices connected to my Home Assistant machine. The computer in question is an Intel box running Ubuntu 18.04 with hass.io 0.99.2 and ha-wyzesense 0.0.5 in Docker.

I have multiple hidraw devices, and they occasionally change their /dev/hidraw numbers. I made the following udev rule to account for this:

SUBSYSTEMS=="usb", ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="e024", MODE="0664", SYMLINK+="wyze"
The rule creates a symbolic link for the device. When I run "cat /dev/wyze" on the host machine I get output when I click my sensors open and closed.

Home Assistant doesn't seem to be able to access the device, though. When the symlink is "wyze" and the device line in the wyzesense section of configuration.yaml is "/dev/wyze", I get this result from "grep wyze home-assistant.log":

2019-09-25 00:07:21 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for wyzesense which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-09-25 00:07:23 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.wyzesense
2019-09-25 00:07:23 DEBUG (SyncWorker_77) [custom_components.wyzesense.binary_sensor] WYZESENSE v0.0.4
2019-09-25 00:07:23 DEBUG (SyncWorker_77) [custom_components.wyzesense.binary_sensor] Attempting to open connection to hub at /dev/wyze
2019-09-25 00:07:25 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up platform wyzesense
  File "/config/custom_components/wyzesense/binary_sensor.py", line 82, in setup_platform
  File "/config/custom_components/wyzesense/binary_sensor.py", line 80, in beginConn
  File "/config/custom_components/wyzesense/wyzesense_custom.py", line 561, in Open
  File "/config/custom_components/wyzesense/wyzesense_custom.py", line 285, in __init__
FileNotFoundError: [Errno 2] No such file or directory: '/dev/wyze'

If I change the udev rule to make the symlink "hidraw9" instead of "wyze" (/dev/hidraw9 instead of /dev/wyze) and change the device in the wyzesense section of configuration.yaml to "/dev/hidraw9" I get different results when running "grep wyze home-assistant.log":

2019-09-25 00:10:15 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for wyzesense which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-09-25 00:10:18 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.wyzesense
2019-09-25 00:10:18 DEBUG (SyncWorker_43) [custom_components.wyzesense.binary_sensor] WYZESENSE v0.0.4
2019-09-25 00:10:18 DEBUG (SyncWorker_43) [custom_components.wyzesense.binary_sensor] Attempting to open connection to hub at /dev/hidraw9
2019-09-25 00:10:20 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up platform wyzesense
  File "/config/custom_components/wyzesense/binary_sensor.py", line 82, in setup_platform
  File "/config/custom_components/wyzesense/binary_sensor.py", line 80, in beginConn
  File "/config/custom_components/wyzesense/wyzesense_custom.py", line 561, in Open
  File "/config/custom_components/wyzesense/wyzesense_custom.py", line 285, in __init__

It seems pretty clear I am having a passthrough problem of some kind. I'm not a Docker expert, so I'm not really sure what to do next. When I change the device line in configuration.yaml to "/dev/hidraw3" (the device's current assignment), ha-wyzesense works as normal.

Any help here is appreciated.

Home Assistant does not start if device not found

Hi,

I have an issue where if the Wyze device is not found in the hidraw(x) where it is configured or if the device is not plugged in, then Home Assistant runs the CPU up to 100% use and never actually starts up. Is there a way to prevent this.

Also, is there a way to prevent the hidraw(x) number changing in ubuntu. It changes everytime on reboot.

Thx

WyzeSense changes USB Port Assignment in HA running on VMWare

Just wanted to mention that my HA installation changes USB port. I am running HA on VMWare and running a stock installation of HASSOS. Ports change as follows:
device: "/dev/hidraw0"
to
device: "/dev/hidraw1"

Have had this happen very rarely but if your Wyze Sense stops working check this setting.

No such file or directory: '/dev/hidraw1'

This is probably an environment issue but, I'm a spray and pray Linux user that has very little idea what he's doing so... hope you have the patience to help me.

Hassbian 97.3 running in a docker on an older apple laptop
Wyze Sense Component version 0.0.5
The wyze hub us plugged directly into a USB port on the laptop
The light is amber, has never been blue

I think this may be related to permissions but, only because the log reports "FileNotFoundError: [Errno 2] No such file or directory: '/dev/hidraw1'"

I have created /etc/udev/rules.d/99-com.rules and I tried with KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0664", GROUP="homeassistant" and then
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0664", GROUP="root" as I'm not sure what user the HA is running under the docker as. I think its running as root (I know, I know) but, I'm not certain.

Output from dmesg | grep hidraw:

[ 3.320316] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.388284] appleir 0003:05AC:8242.0001: input,hiddev0,hidraw0: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:04.0-5/input0
[ 3.880413] hid-generic 0003:1A86:E024.0002: hiddev1,hidraw1: USB HID v1.00 Device [HID 1a86:e024] on usb-0000:00:06.0-2/input0
[ 4.176254] apple 0003:05AC:0236.0003: input,hidraw2: USB HID v1.11 Keyboard [Apple, Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:04.0-6/input0
[ 4.176729] apple 0003:05AC:0236.0004: hidraw3: USB HID v1.11 Device [Apple, Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:04.0-6/input1

Log reads:

2019-09-17 21:18:05 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up platform wyzesense
Traceback (most recent call last):
File "/usr/src/app/homeassistant/helpers/entity_platform.py", line 149, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
return fut.result()
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/wyzesense/binary_sensor.py", line 82, in setup_platform
ws = beginConn()
File "</usr/local/lib/python3.7/site-packages/decorator.py:decorator-gen-2>", line 2, in beginConn
File "/usr/local/lib/python3.7/site-packages/retry/api.py", line 74, in retry_decorator
logger)
File "/usr/local/lib/python3.7/site-packages/retry/api.py", line 33, in __retry_internal
return f()
File "/config/custom_components/wyzesense/binary_sensor.py", line 80, in beginConn
return Open(config[CONF_DEVICE], on_event)
File "/config/custom_components/wyzesense/wyzesense_custom.py", line 561, in Open
return Dongle(device, event_handler)
File "/config/custom_components/wyzesense/wyzesense_custom.py", line 285, in init
self.__fd = os.open(device, os.O_RDWR | os.O_NONBLOCK)
FileNotFoundError: [Errno 2] No such file or directory: '/dev/hidraw1'

voluptuous.error.MultipleInvalid: string value is None for dictionary value @ data['mac']

Log Details (ERROR)
Wed Nov 06 2019 08:07:26 GMT-0800 (Pacific Standard Time)
string value is None for dictionary value @ data['mac']
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 133, in handle_call_service
connection.context(msg),
File "/usr/src/homeassistant/homeassistant/core.py", line 1214, in async_call
processed_data = handler.schema(service_data)
File "/usr/local/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 272, in call
return self._compiled([], data)
File "/usr/local/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 594, in validate_dict
return base_validate(path, iteritems(data), out)
File "/usr/local/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 432, in validate_mapping
raise er.MultipleInvalid(errors)
voluptuous.error.MultipleInvalid: string value is None for dictionary value @ data['mac']

I was getting this error when trying to remove a door sensor. I could add and remove other sensors, but this one would always give me this error. I was able to get it to a point that HA did not know what it was and just had a state. I did some searching and found that I needed to enclose the mac address in quotes. All the others had no problem, but this one must of had some corruption in the name?
I was also thinking because it was the last one in the list of sensors I had?

mac: "777EXXX"

I am going to do some more testing tonight to see if I can re add and remove without the quotes.

TimeoutError: _DoCommand

Trying to get this to work on my Raspberrypi 3B+, but getting Timeout Error: _DoCommand during startup. The dongle status light is blue, so I believed it is has been recognized, but still getting timeout. Currently running Hassio v0.98.5.

2019-09-11 21:35:43 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 do experience issues with Home Assistant.
2019-09-11 21:35:44 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds.
2019-09-11 21:35:45 INFO (MainThread) [homeassistant.setup] Setting up http
2019-09-11 21:35:45 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.0 seconds.
2019-09-11 21:35:45 INFO (MainThread) [homeassistant.setup] Setting up system_log
2019-09-11 21:35:45 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.0 seconds.
2019-09-11 21:35:45 INFO (MainThread) [homeassistant.setup] Setting up recorder
2019-09-11 21:35:47 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=9 from 2019-09-12 01:20:00.915227)
2019-09-11 21:35:48 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 2.7 seconds.
2019-09-11 21:35:48 INFO (MainThread) [homeassistant.setup] Setting up updater
2019-09-11 21:35:48 INFO (MainThread) [homeassistant.setup] Setup of domain updater took 0.0 seconds.
2019-09-11 21:35:50 INFO (MainThread) [homeassistant.setup] Setting up ssdp
2019-09-11 21:35:50 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.0 seconds.
2019-09-11 21:35:51 INFO (SyncWorker_19) [homeassistant.util.package] Attempting install of aiofiles==0.4.0
2019-09-11 21:35:51 INFO (MainThread) [homeassistant.setup] Setting up sun
2019-09-11 21:35:51 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.2 seconds.
2019-09-11 21:35:52 INFO (MainThread) [homeassistant.setup] Setting up person
2019-09-11 21:35:52 INFO (MainThread) [homeassistant.setup] Setting up lovelace
2019-09-11 21:35:52 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.0 seconds.
2019-09-11 21:35:52 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for wyzesense which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-09-11 21:35:52 INFO (MainThread) [homeassistant.setup] Setting up group
2019-09-11 21:35:52 INFO (MainThread) [homeassistant.setup] Setup of domain group took 0.0 seconds.
2019-09-11 21:35:54 INFO (MainThread) [homeassistant.setup] Setting up api
2019-09-11 21:35:54 INFO (MainThread) [homeassistant.setup] Setting up system_health
2019-09-11 21:35:54 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 0.0 seconds.
2019-09-11 21:35:54 INFO (MainThread) [homeassistant.setup] Setting up auth
2019-09-11 21:35:54 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds.
2019-09-11 21:35:54 INFO (MainThread) [homeassistant.setup] Setting up webhook
2019-09-11 21:35:54 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds.
2019-09-11 21:35:55 INFO (MainThread) [homeassistant.setup] Setting up script
2019-09-11 21:35:55 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.0 seconds.
2019-09-11 21:35:55 INFO (MainThread) [homeassistant.setup] Setting up config
2019-09-11 21:35:55 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2019-09-11 21:35:55 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds.
2019-09-11 21:35:55 INFO (MainThread) [homeassistant.setup] Setting up history
2019-09-11 21:35:55 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds.
2019-09-11 21:35:55 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.4 seconds.
2019-09-11 21:35:55 INFO (MainThread) [homeassistant.setup] Setting up onboarding
2019-09-11 21:35:55 INFO (MainThread) [homeassistant.setup] Setting up automation
2019-09-11 21:35:55 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.0 seconds.
2019-09-11 21:35:55 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.2 seconds.
2019-09-11 21:35:55 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.2 seconds.
2019-09-11 21:35:55 INFO (MainThread) [homeassistant.setup] Setup of domain person took 3.4 seconds.
2019-09-11 21:37:09 INFO (SyncWorker_14) [homeassistant.util.package] Attempting install of aiogithubapi==0.2.0
2019-09-11 21:38:43 INFO (SyncWorker_5) [homeassistant.util.package] Attempting install of integrationhelper==0.2.2
2019-09-11 21:40:16 INFO (MainThread) [homeassistant.setup] Setting up hacs
2019-09-11 21:40:16 INFO (MainThread) [hacs]

HACS (Home Assistant Community Store)

Version: 0.13.2
This is a custom integration
If you have any issues with this you need to open an issue here:
https://github.com/custom-components/hacs/issues

2019-09-11 21:40:17 INFO (MainThread) [homeassistant.setup] Setting up met
2019-09-11 21:40:17 INFO (MainThread) [homeassistant.setup] Setup of domain met took 0.0 seconds.
2019-09-11 21:40:17 INFO (SyncWorker_13) [homeassistant.util.package] Attempting install of wyzesense==0.0.4
2019-09-11 21:40:17 INFO (SyncWorker_6) [homeassistant.loader] Loaded weather from homeassistant.components.weather
2019-09-11 21:40:17 INFO (MainThread) [homeassistant.setup] Setting up weather
2019-09-11 21:40:17 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 0.0 seconds.
2019-09-11 21:40:17 INFO (MainThread) [homeassistant.components.weather] Setting up weather.met
2019-09-11 21:40:22 INFO (MainThread) [hacs.repository.integration.custom-components.hacs] Registration complete
2019-09-11 21:40:22 INFO (MainThread) [hacs.data] Restore started
2019-09-11 21:40:22 INFO (MainThread) [hacs.data] Restore done
2019-09-11 21:40:22 INFO (MainThread) [homeassistant.setup] Setup of domain hacs took 5.8 seconds.
2019-09-11 21:40:22 INFO (SyncWorker_16) [homeassistant.loader] Loaded sensor from homeassistant.components.sensor
2019-09-11 21:40:22 INFO (MainThread) [homeassistant.setup] Setting up sensor
2019-09-11 21:40:22 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.0 seconds.
2019-09-11 21:40:22 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hacs
2019-09-11 21:41:56 INFO (SyncWorker_10) [homeassistant.util.package] Attempting install of retry==0.9.2
2019-09-11 21:43:07 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
2019-09-11 21:43:07 INFO (SyncWorker_9) [homeassistant.loader] Loaded google_translate from homeassistant.components.google_translate
2019-09-11 21:43:09 INFO (MainThread) [homeassistant.setup] Setting up mobile_app
2019-09-11 21:43:10 INFO (MainThread) [homeassistant.setup] Setting up cloud
2019-09-11 21:43:13 INFO (MainThread) [homeassistant.setup] Setting up zeroconf
2019-09-11 21:43:13 INFO (MainThread) [homeassistant.setup] Setting up frontend
2019-09-11 21:43:13 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.1 seconds.
2019-09-11 21:43:13 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.wyzesense
2019-09-11 21:43:13 INFO (MainThread) [homeassistant.setup] Setup of domain mobile_app took 4.1 seconds.
2019-09-11 21:43:13 DEBUG (SyncWorker_5) [custom_components.wyzesense.binary_sensor] WYZESENSE v0.0.4
2019-09-11 21:43:13 DEBUG (SyncWorker_5) [custom_components.wyzesense.binary_sensor] Attempting to open connection to hub at /dev/hidraw0
2019-09-11 21:43:13 DEBUG (SyncWorker_5) [custom_components.wyzesense.wyzesense_custom] Start Inquiry...
2019-09-11 21:43:13 DEBUG (SyncWorker_5) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=4327, Payload=
2019-09-11 21:43:13 DEBUG (SyncWorker_5) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa55430327016c'
2019-09-11 21:43:13 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa43042801016f'
2019-09-11 21:43:13 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa43042801016f'
2019-09-11 21:43:13 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=4328, Payload=b'01'
2019-09-11 21:43:14 DEBUG (SyncWorker_5) [custom_components.wyzesense.wyzesense_custom] Inquiry returns 1
2019-09-11 21:43:14 DEBUG (SyncWorker_5) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=5314, Payload=b'ff'
2019-09-11 21:43:14 DEBUG (SyncWorker_5) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa55530414ff0269'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5314ff026555aa530e3500000000000000000314ff02ab55aa530315016a'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5314ff0265'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=53FF, Payload=ACK(5314)
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa530e3500000000000000000314ff02ab55aa530315016a55aa530315016a'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa530e3500000000000000000314ff02ab'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'00000000000000000314ff'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335)
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286'
2019-09-11 21:43:14 INFO (Thread-2) [custom_components.wyzesense.wyzesense_custom] LOG: time=1969-12-31T19:00:00, data=b'14ff'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa530315016a55aa530315016a'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa530315016a'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5315, Payload=
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5315)
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555315ff0266'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa530315016a'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa530315016a'
2019-09-11 21:43:14 DEBUG (SyncWorker_5) [custom_components.wyzesense.wyzesense_custom] Start GetSensors...
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5315, Payload=
2019-09-11 21:43:14 DEBUG (SyncWorker_5) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=532E, Payload=
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5315)
2019-09-11 21:43:14 DEBUG (SyncWorker_5) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa5553032e0183'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555315ff0266'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5303320187'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5303320187'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5332, Payload=
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5332)
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555332ff0283'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=5333, Payload=b'0000016d2323892f'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa55530b330000016d2323892f02fc'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa532eff027f55aa53042f020187'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa532eff027f'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=53FF, Payload=ACK(532E)
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa53042f02018755aa5303320187'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa53042f020187'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=532F, Payload=b'02'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(532F)
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa55532fff0280'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa530332018755aa5333ff0284'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5303320187'
2019-09-11 21:43:14 DEBUG (SyncWorker_5) [custom_components.wyzesense.wyzesense_custom] 2 sensors reported, waiting for each one to report...
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5332, Payload=
2019-09-11 21:43:14 DEBUG (SyncWorker_5) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=5330, Payload=b'02'
2019-09-11 21:43:14 INFO (MainThread) [homeassistant.setup] Setting up tts
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5332)
2019-09-11 21:43:14 DEBUG (SyncWorker_5) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa55530430020188'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555332ff0283'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=5333, Payload=b'0000016d232389a4'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa55530b330000016d232389a40371'
2019-09-11 21:43:14 INFO (MainThread) [homeassistant.setup] Setting up map
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5333ff0284'
2019-09-11 21:43:14 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds.
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5333ff0284'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=53FF, Payload=ACK(5333)
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5330ff028155aa530b3137373837383139450352'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5330ff0281'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=53FF, Payload=ACK(5330)
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa530b3137373837383139450352'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa530b3137373837383139450352'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5331, Payload=b'3737383738313945'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5331)
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555331ff0282'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Sensor 1/2, MAC:7787819E
2019-09-11 21:43:14 INFO (MainThread) [homeassistant.setup] Setting up logbook
2019-09-11 21:43:14 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 0.0 seconds.
2019-09-11 21:43:14 INFO (MainThread) [homeassistant.setup] Setting up panel_custom
2019-09-11 21:43:14 INFO (MainThread) [homeassistant.setup] Setup of domain panel_custom took 0.0 seconds.
2019-09-11 21:43:14 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 1.6 seconds.
2019-09-11 21:43:14 INFO (SyncWorker_8) [homeassistant.loader] Loaded notify from homeassistant.components.notify
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa5333ff0284'
2019-09-11 21:43:14 INFO (SyncWorker_6) [homeassistant.loader] Loaded esphome from homeassistant.components.esphome
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa5333ff0284'
2019-09-11 21:43:14 DEBUG (Thread-2) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=53FF, Payload=ACK(5333)
2019-09-11 21:43:14 INFO (MainThread) [homeassistant.setup] Setting up hassio
2019-09-11 21:43:14 INFO (MainThread) [homeassistant.setup] Setting up notify
2019-09-11 21:43:14 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 0.0 seconds.
2019-09-11 21:43:16 INFO (MainThread) [homeassistant.components.notify] Setting up notify.mobile_app
2019-09-11 21:43:16 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 6.7 seconds.
2019-09-11 21:43:16 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 2.2 seconds.
2019-09-11 21:43:18 INFO (MainThread) [homeassistant.setup] Setting up default_config
2019-09-11 21:43:18 INFO (SyncWorker_16) [homeassistant.loader] Loaded stream from homeassistant.components.stream
2019-09-11 21:43:18 INFO (SyncWorker_12) [homeassistant.loader] Loaded homekit_controller from homeassistant.components.homekit_controller
2019-09-11 21:43:18 INFO (MainThread) [homeassistant.setup] Setting up stream
2019-09-11 21:43:18 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 0.0 seconds.
2019-09-11 21:43:18 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 0.2 seconds.
2019-09-11 21:43:19 INFO (MainThread) [homeassistant.setup] Setup of domain hassio took 4.7 seconds.
2019-09-11 21:43:23 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of platform wyzesense is taking over 10 seconds.
2019-09-11 21:43:24 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up platform wyzesense
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 150, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
return fut.result()
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/wyzesense/binary_sensor.py", line 85, in setup_platform
result = ws.List()
File "/config/custom_components/wyzesense/wyzesense_custom.py", line 507, in List
sensors = self._GetSensors()
File "/config/custom_components/wyzesense/wyzesense_custom.py", line 479, in _GetSensors
self._DoCommand(Packet.GetSensorList(count), cmd_handler, timeout=self._CMD_TIMEOUT * count)
File "/config/custom_components/wyzesense/wyzesense_custom.py", line 384, in _DoCommand
raise TimeoutError("_DoCommand")
TimeoutError: _DoCommand
2019-09-11 21:43:24 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 17.4 seconds.
2019-09-11 21:43:24 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.updater
2019-09-11 21:43:24 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 462.37s
2019-09-11 21:43:24 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2019-09-11 21:43:24 INFO (MainThread) [hacs] Loading known repositories
2019-09-11 21:43:24 INFO (MainThread) [homeassistant.core] Timer:starting
2019-09-11 21:48:20 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 275, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)
File "aiohttp_http_parser.pyx", line 523, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: invalid HTTP method

Cannot install 0.0.4 with HACS

Saw the update was available.. tried to update.. got the following message:

Unsupported Home Assistant version
You have version '0.97.2' of Home Assistant, but version 'v0.0.4' of 'Wyze Sense Component' require version '0.92.0' of Home Assistant, installation and upgrades are disabled for this integration untill you upgrade Home Assistant.

[Feature Request] - Include entity_id in INFO logs

If at all possible, I'd like to request that the entity_id of a triggered sensor be included in the INFO log entry in addition to the time stamp and data string. As more Wyze sensors are added to an environment, it becomes a bit difficult to discern which sensors were triggered and at what time if multiple sensors are triggered simultaneously. This would make troubleshooting automations in complex environments a bit easier.

USB Receiver shows amber but no hidraw0 found

I am running hass.io v0.98.4 on a raspberry PI 3 B+ I installed.

################
here is the ouput from the comand of: dmesg | grep hidraw

[2681942.354146] hid-generic 0003:1A86:E024.0001: hiddev96,hidraw0: USB HID v1.00 Device [HID 1a86:e024] on usb-3f980000.usb-1.3/input0
[2684077.936523] hid-generic 0003:1A86:E024.0002: hiddev96,hidraw0: USB HID v1.00 Device [HID 1a86:e024] on usb-3f980000.usb-1.1.2/input0
[2684089.962609] hid-generic 0003:1A86:E024.0003: hiddev96,hidraw0: USB HID v1.00 Device [HID 1a86:e024] on usb-3f980000.usb-1.2/input0
##################################

###################################
And here are the two search results for "find / -name hidraw0"

/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-.2:1.0/0003:1A86:E024.0003/hidraw/hidraw0

/sys/class/hidraw/hidraw0
###########################

So I do not see any hidraw# listed in the directory /dev

Wyze receiver is blinking amber and blue

The install went well on the HA side but can't get the receiver to work it blinks amber and blue. I'm using Oracle VM. I have tried both hidraw0 and hidrwa1. What else can I try?

[Errno 110] Operation timed out

Environment: HASSIO 0.97.1 via a VirtualBox on Windows 7. Receiver is passed through and accessible at /dev/hidraw1.

Plugin installed via HACS running 0.0.5 of Wyze Sense Component

Issue: Wyzesense works perfectly and displays messages every 15 minutes or so until it I get a message that says [Errno 110] Operation timed out and from there I get absolutely no message from Wyzesense unless I restart HA. Included is a PasteBin that shows a log with responses until the error. Nothing included after the error due to size restriction from PasteBin

https://pastebin.com/FHcjJ3Zc

I do have the logging set to debug for the wyzesense gateway and custom_components.wyzesense.

Wyze Sense component worked until it didn't

I run Hass.io in a Docker container on an Intel machine. When I received my Wyze sensor package I did the HACS installation and trained up my seven magnetic sensors and five motion sensors. Everything was working exactly as it was supposed to, including the hardware pass-through. I should note that my receiver comes up as /dev/hidraw5 because my computer has a UPS and a couple other gizmos that show up as hidraw devices.

Everything was fine for a while. I can't remember the precise chronology, but I know my original Wyze Sense component install was version 0.4. At some point I updated Hass.io to a newer version and the Wyze stuff quit working. I updated the Wyze Sense component to version 0.5 and it started working again.

I wasn't paying close attention, but at some point I updated Hass.io to the latest version (0.98.5) again, and the Wyze Sense component stopped working. I'm not sure if WS quit working first or if the Hass.io update came first.

I restarted Home Assistant several times last night trying to figure this problem out, and sometimes the Wyze sensors wouldn't show up in the main Home Assistant page and home-assistant.log would have messages about Wyze Sense component taking longer than 60 seconds, a lot like this issue. I have checked to make sure the blue light is on on the Wyze receiver. When the computer boots the receiver starts out with an orange light, which turns blue after a minute or so.

Thanks for the awesome component and thanks in advance for any help you can offer.

...And now I have rebooted again and the sensors are working.

Here are some hopefully relevant bits of my configuration.yaml:

logger:
default: info
logs:
custom_components.wyzesense: debug
wyzesense.gateway: debug

And binary_sensors.yaml:

  • platform: wyzesense
    device: "/dev/hidraw5"

hass.io log:
https://justpaste.it/hassio

Home Assistant.log
https://justpaste.it/homeassistantdotlog

DIY Water Sensor - Reverse Status Help

Hi
I have modified the DOOR sensor based on this video to create a simple water sensor.

The problem I have is that it leaves the sensor OPEN until it gets wet when the water will CLOSE the circuit. Leaving the sensor OPEN all the time probably drains the battery and probably pollutes the RF. Any idea how to reverse status to show Water Sensor Closed?

Capt1212121ure

tried to do this in Configuration,yaml but it did not help as it will keep showing OFF after restart and when Water closes the circuit.

binary_sensor:

  • platform: wyzesense
    device: "/dev/hidraw0"
    initial_state:
    7792C186: "off"

https://www.youtube.com/watch?v=7gNqCTPAiP0&lc=z22xhxsjhkqtyvrao04t1aokgdlo0prruyzaqvg24spqbk0h00410.1571340039618071

Latest HA breaks wyzesense?

I updated to the latest HA and now getting this error and my Wyze sensors are offline.

Error while setting up platform wyzesense
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 150, in _async_setup_platform
    await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
  File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
    return fut.result()
  File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/config/custom_components/wyzesense/binary_sensor.py", line 85, in setup_platform
    result = ws.List()
  File "/config/custom_components/wyzesense/wyzesense_custom.py", line 507, in List
    sensors = self._GetSensors()
  File "/config/custom_components/wyzesense/wyzesense_custom.py", line 479, in _GetSensors
    self._DoCommand(Packet.GetSensorList(count), cmd_handler, timeout=self._CMD_TIMEOUT * count)
  File "/config/custom_components/wyzesense/wyzesense_custom.py", line 384, in _DoCommand
    raise TimeoutError("_DoCommand")
TimeoutError: _DoCommand
Connection lost. Reconnecting…

Wyze bridge does not mount as /dev/hidraw* in hassio

Trying to get this to work on hassio installed on an debian vm.

While the Wyze bridge seems to be recognized as a USB device in the home-assistant docker, it does not show up as an available device in /dev.

Output of find /sys/bus/usb/devices/usb*/ -name dev in the docker environment shows

/sys/bus/usb/devices/usb1/dev
/sys/bus/usb/devices/usb2/2-1/dev
/sys/bus/usb/devices/usb2/2-1/2-1:1.0/0003:1A86:E024.0001/hidraw/hidraw0/dev
/sys/bus/usb/devices/usb2/2-1/2-1:1.0/usbmisc/hiddev0/dev
/sys/bus/usb/devices/usb2/dev
/sys/bus/usb/devices/usb3/dev
/sys/bus/usb/devices/usb4/dev
/sys/bus/usb/devices/usb5/dev

dmesg in the docker environment shows

[  693.196091] usb 2-1: new full-speed USB device number 2 using uhci_hcd
[  693.608136] usb 2-1: New USB device found, idVendor=1a86, idProduct=e024
[  693.608139] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[  693.619012] hidraw: raw HID events driver (C) Jiri Kosina
[  693.624633] usbcore: registered new interface driver usbhid
[  693.624635] usbhid: USB HID core driver
[  693.627866] hid-generic 0003:1A86:E024.0001: hiddev0,hidraw0: USB HID v1.00 Device [HID 1a86:e024] on usb-0000:00:1d.0-1/input0

Maybe I'm missing something or does hassio not support this awesome custom module?

Trying to pair new sensors but I don't have the scan service listed

Thank you for creating this integration. I was able to successfuly pair and use one sensor. I'm now trying to add another but do not see the scan service available.

Raspberry PI4 running latest version of hassio.

tried enabling logs and I'm getting this error on start up:

Log Details (ERROR)
Mon Oct 21 2019 22:47:43 GMT-0400 (Eastern Daylight Time)
Error while setting up platform wyzesense
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 150, in _async_setup_platform
    await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
  File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
    return fut.result()
  File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/config/custom_components/wyzesense/binary_sensor.py", line 85, in setup_platform
    result = ws.List()
  File "/config/custom_components/wyzesense/wyzesense_custom.py", line 507, in List
    sensors = self._GetSensors()
  File "/config/custom_components/wyzesense/wyzesense_custom.py", line 479, in _GetSensors
    self._DoCommand(Packet.GetSensorList(count), cmd_handler, timeout=self._CMD_TIMEOUT * count)
  File "/config/custom_components/wyzesense/wyzesense_custom.py", line 384, in _DoCommand
    raise TimeoutError("_DoCommand")
TimeoutError: _DoCommand

Device Status Request

According to the Wyze Support page, if you are using thier app you can go into the settings for a sensor and request a device status, which will give you up to date info like Battery Level, without having to trigger the sensor (open the door/window).

If you are using these sensors to build out an alarm system, being able to proactively get the battery level is a must, especially since some windows may not be open for very long time periods. In the case where a windows is not opened for more than a year (basement window for example) the sensor battary could go dead and you would not have any advance notice.

Is it possible to add either a service that can be called to get the status from a sensor so that you could automate device status update on some schedule?

Stopped working after latest upgrade of HASSIO

USB Dongle has a blue light, so I assume it's working as expected
SSH In and looked for hidraw0
core-ssh:~# dmesg | grep hidraw
[2101389.233780] hid-generic 0003:1A86:E024.0001: hiddev96,hidraw0: USB HID v1.00 Device [HID 1a86:e024] on usb-3f980000.usb-1.3/input0

HASSIO Log as follows:2019-08-09 20:11:12 WARNING (MainThread) [homeassistant.components.http.auth] legacy_api_password support has been enabled.
2019-08-09 20:11:14 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for wyzesense which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-08-09 20:13:15 WARNING (MainThread) [homeassistant.components.mqtt] Data in your config entry is going to override your configuration.yaml: {'broker': 'core-mosquitto', 'discovery': True, 'password': 'ldPDPQS0HTsEekEFrTv_X0FS9Wn7jk_8', 'port': 1883, 'protocol': '3.1.1', 'username': 'homeassistant'}
2019-08-09 20:13:20 ERROR (MainThread) [homeassistant.config] Invalid config for [device_tracker.google_maps]: [password] is an invalid option for [device_tracker.google_maps]. Check: device_tracker.google_maps->password. (See /config/configuration.yaml, line 125). Please check the docs at https://home-assistant.io/components/device_tracker.google_maps/
2019-08-09 20:13:22 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up platform wyzesense
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 149, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
return fut.result()
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/wyzesense/binary_sensor.py", line 76, in setup_platform
ws = wyzesense.Open(config[CONF_DEVICE], on_event)
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 551, in Open
return Dongle(device, event_handler)
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 295, in init
self._Start()
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 482, in _Start
self._Inquiry()
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 388, in _Inquiry
resp = self._DoSimpleCommand(Packet.Inquiry())
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 383, in _DoSimpleCommand
self._DoCommand(pkt, cmd_handler, timeout)
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 374, in _DoCommand
raise TimeoutError("_DoCommand")
TimeoutError: _DoCommand
2019-08-09 20:11:12 WARNING (MainThread) [homeassistant.components.http.auth] legacy_api_password support has been enabled.
2019-08-09 20:11:14 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for wyzesense which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-08-09 20:13:15 WARNING (MainThread) [homeassistant.components.mqtt] Data in your config entry is going to override your configuration.yaml: {'broker': 'core-mosquitto', 'discovery': True, 'password': 'ldPDPQS0HTsEekEFrTv_X0FS9Wn7jk_8', 'port': 1883, 'protocol': '3.1.1', 'username': 'homeassistant'}
2019-08-09 20:13:20 ERROR (MainThread) [homeassistant.config] Invalid config for [device_tracker.google_maps]: [password] is an invalid option for [device_tracker.google_maps]. Check: device_tracker.google_maps->password. (See /config/configuration.yaml, line 125). Please check the docs at https://home-assistant.io/components/device_tracker.google_maps/
2019-08-09 20:13:22 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up platform wyzesense
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 149, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
return fut.result()
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/wyzesense/binary_sensor.py", line 76, in setup_platform
ws = wyzesense.Open(config[CONF_DEVICE], on_event)
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 551, in Open
return Dongle(device, event_handler)
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 295, in init
self._Start()
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 482, in _Start
self._Inquiry()
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 388, in _Inquiry
resp = self._DoSimpleCommand(Packet.Inquiry())
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 383, in _DoSimpleCommand
self._DoCommand(pkt, cmd_handler, timeout)
File "/usr/local/lib/python3.7/site-packages/wyzesense/gateway.py", line 374, in _DoCommand
raise TimeoutError("_DoCommand")
TimeoutError: _DoCommand

Not sure how to proceed.

Triggers

Can you add to the documentation what the triggers are. Off / on, open /closed, clear / detected?
I was not getting my automation to trigger and I believe I have used the wrong triggers.

Run from different equipment?

If I have HA running on Ubuntu within Windows 10, is it possible to connect the Wyze bridge to a RPi I have running elsewhere on my network? Or does it have to be connected directly to the equipment that is running HA?

Contact Sensor device class (door/window)

I have a good number of contact sensors that I'm using to monitor the status of windows, but they all use a door for their icon. I went into Home Assistant and changed the device class from Door to Window and they started to show up as windows.

However, whenever the windows are opened or closed the device type reverts to door.

Looks like it is these two lines of code (I don't really know Python)

Sets the device type to door (or motion)

ATTR_DEVICE_CLASS: DEVICE_CLASS_MOTION if sensor_type == "motion" else DEVICE_CLASS_DOOR ,

Overwrites all data

entities[event.MAC]._data = data

Is it possible change this behavior so it doesn't update the device class whenever a state change is triggered?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.