-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: can only concatenate str (not "NoneType") to str #61
Comments
I've been getting this same issue |
That's the setup I have as well. Hopefully it can get resolved soon. |
@teankum I got it working, with the following steps
|
This issue was causing my HA instance to basically not work at all, once I got it resolved my HA is now super responsive once again. |
@Nighteyez07 Did you put the following in your configuration file?
I already had that in my code. Also, are you using the standard binary file or are you using |
I was using the standard binary installed directly from HACS, but I manually edited the binary_sensor.py with the edits in the PR. Then edited my configuration to completely remove the device: auto line from the wyzesense platform. |
@Nighteyez07 I changed the configuration file to
I am still getting the error. Is your binary file the same as this? |
@kevinvincent Do you have a fix for this? |
Yes, please update via HACS and set device: "auto" in your config. |
Had this same issue using Hassio on top of Debian after updating to version 0.0.6 via HACS.
|
Using version 0.0.6 - I fixed this issue by moving the Wyze bridge from the camera to my Raspberry Pi. |
Closing as this has been fixed in 0.0.6 |
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 57, in setup_platform
_LOGGER.debug("Attempting to open connection to hub at " + config[CONF_DEVICE])
TypeError: can only concatenate str (not "NoneType") to str
The text was updated successfully, but these errors were encountered: