Nello Event won't trigger

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
1 Like

Hi @yan

thanks for raising the question

I am experiencing the same issue.

Is anybody able to support?

Thanks & best regards

It finally Works!
The nello User for you hass.io needs administration rights!
I changed the user settings and rebooted hass.io afterwards.

So after a couple of days, everything works fine, but the event has a delay of two minutes!
Is this just me or do others experience the same?

I have the same problem, delay is often a few minutes - One solution could be a RESTful Sensor - nello has a little tutorial for tasker on their blog, so it might be possible to use the API for a sensor - but I just don´t know where to start, maybe someone else tried it already and can post their example here?

Hi,
I Open a development request for this, See here

1 Like