Hi
i integrated my nello.io Lock to my home assistant.
I works very well. That means i can unlock my door.
Now i tried to build an automation with the nello event “nello_bell_ring”, but the event won’t be triggered.
Here is my script. I tested the notification service with the development toolbox and I was send perfectly to my phone. Here is the link to the nello component. https://www.home-assistant.io/components/lock.nello/
alias: Nello Test
trigger:
- event_type: nello_bell_ring
platform: event
condition: []
action:
- alias: ''
data:
message: Test Nello
title: Test Nello
service: notify.ios_device
Edit: I fired the event in the development section and the notification was send out aswell. But when i ring the bell, it will not trigger the event.
Edit2:
Following error occourd in the log
Update for lock.nello fails
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 600, in urlopen
chunked=chunked)
File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 384, in _make_request
six.raise_from(e, None)
File "<string>", line 2, in raise_from
File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 380, in _make_request
httplib_response = conn.getresponse()
File "/usr/local/lib/python3.6/http/client.py", line 1331, in getresponse
response.begin()
File "/usr/local/lib/python3.6/http/client.py", line 297, in begin
version, status, reason = self._read_status()
File "/usr/local/lib/python3.6/http/client.py", line 266, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
http.client.RemoteDisconnected: Remote end closed connection without response