mattdv
(Matt)
April 15, 2019, 2:42pm
1
I’ve recently added my Nuki 1.0 with bridge to homeassistent and it locks and unlocks fine. But I have the problem that i can’t open my door, which is available in the Nuki app. Does anyone have a solution?
Fix:
Create a template switch that uses Nuki unlatch.
Hi, could you share your setup how to add Nuki 1.0? I have the same lock but can’t add it to Hassio
mattdv
(Matt)
June 10, 2019, 9:12pm
3
Hi!
I’ve just used the nuki component to hass and then created a switch to unlatch the door from homekit.
If you’ve already added the component don’t forget to turn on the API in the nuki app.
I have added the nuki component to my configuration.yaml. However I get an error and don’t see the lock in HA. Any help would be great!
lock:
- platform: nuki
host: 192.168.1.x
token: !secret nuki_token
error log:
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: http://192.168.1.x:8080/list?token=X0BNjsfrredacted
mattdv
(Matt)
June 11, 2019, 8:32pm
5
Ran into the same problem after i moved.
Check if both API’s are enabled then change the token of your nuki. (You need to do this with the nuki bridge.)
If this doesn’t work ill try to find a different solution.
alexmpp
(Alex)
January 10, 2020, 3:28am
6
mattdv:
Create a template switch
Can you show your config how you manage to open nuki instead of unlock?
Thank you!