2020-01-10 22:33: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.
2020-01-10 22:33:47 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.
2020-01-10 22:33:57 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of platform wyzesense is taking over 10 seconds.
2020-01-10 22:34:47 ERROR (MainThread) [homeassistant.components.binary_sensor] Setup of platform wyzesense is taking longer than 60 seconds. Startup will proceed without waiting any longer.
2020-01-10 22:35:38 ERROR (MainThread) [homeassistant.core] Error doing job: Future exception was never retrieved
Traceback (most recent call last):
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 94, 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
I’ve only rebooted once since installing wyzesense and I had to disconnect / reconnect the Wyze USB ‘hub’ (if that’s the correct term) to get it working again. My system had completely locked up though, so I’m not sure if reconnecting was necessary due to rebooting or the unrelated issue that locked up my server.
Thanks i have tried that many of times and still not getting anything from wyze to work.
more details
I have restarted many times changes the bridge port. I have uninstalled and re installed the addon. Still getting
2020-01-11 00:09:42 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.
2020-01-11 00:09:53 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of platform wyzesense is taking over 10 seconds.
2020-01-11 00:10:43 ERROR (MainThread) [homeassistant.components.binary_sensor] Setup of platform wyzesense is taking longer than 60 seconds. Startup will proceed without waiting any longer.
2020-01-11 00:11:33 ERROR (MainThread) [homeassistant.core] Error doing job: Future exception was never retrieved
Traceback (most recent call last):
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 94, 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
Yes bridge is good. So also tried to update and reinstall nothing worked. When I reboot it still has the errors and all my wyze stuff says error binary sensor not available. However when one is triggered or tripped or i get motion on a motion sensor they show up and start working. However i need to get this fixed since groups dont work until all sensors are in none error form and i can not go around my house all the time resetting them.