Hi,
Has anyone else experienced this HA error? I'm running HA 0.84.6 in a docker container (not HASSIO).
It happens when trying to trigger the alarm siren.
Traceback (most recent call last): File "/usr/src/app/homeassistant/helpers/service.py", line 277, in _handle_service_platform_call await getattr(entity, func)(**data) File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run result = self.fn(*self.args, **self.kwargs) File "/usr/src/app/homeassistant/components/switch/konnected.py", line 73, in turn_on resp = self.client.put_device( AttributeError: 'NoneType' object has no attribute 'put_device'
My siren config looks like:
switches: - zone: out name: 'Outdoor siren'
Konnected is receiving inputs from the sensors OK and HA is showing their states changing.
Did you have any luck with this? I've been having the same issue.
Awesome! Thanks for the update. I'm learning multiple things through discovery as well and those have been fine. The only other place I've had issues was with discovering multiple audio zones on an AV receiver and had to do roughly the same thing to fix that issue. I'll go with static IPs and adjust my config.
Not that it matters at this point but I'm seeing this issue on 0.86 on Hassbian. Thanks again!
Just wanted to affirm that switching from discovery to host/port in my HA config did the trick. Everything's working as expected now.
Hi Paul,
I am getting same error for siren. My all other sensors are working fine.
Error is coming both with and without SSL.
I am not sure how api host /port will resolve - as other binary sensors are working fine.