hass_nuki_ng icon indicating copy to clipboard operation
hass_nuki_ng copied to clipboard

Nuki 3.0 Pro Lock

Open clipse2004 opened this issue 2 years ago • 14 comments

Hello dude,

i have a 3.0 Pro Lock and also a Bridge for the Opener. How can i connect these together with your App? If i delete and reinstall your App, only my old lock Shows up :/

thanks

clipse2004 avatar Jun 22 '22 15:06 clipse2004

same problem no 3.0 pro received via cloud api

erazorv avatar Jun 23 '22 13:06 erazorv

Now i connected my pro to the Bridge without wlan. It Works

clipse2004 avatar Jun 23 '22 13:06 clipse2004

but how does this work with nuke_ng? > Cloud Web API, without Nuki bridge (Nuki Lock 3.0 Pro). Polling only

erazorv avatar Jun 24 '22 09:06 erazorv

same problem , nuki 3.0 pro , but with Home Assistant Core 2022.6.7 after loaded the component with hacs , i dont see nuki lock as integration but only nuki.

ppurice avatar Jun 24 '22 21:06 ppurice

problem resolved ! the problem of the integration was the cache of the browser, after cleanup ha showed it. integration done with cloud web API

ppurice avatar Jun 24 '22 21:06 ppurice

the problem of the integration was the cache of the browser

it's not a problem of the integration, it's a well known issue with HA: it is always recommended to do hard-refresh of the browser cache (ctrl-F5) if you don't see an integration just installed through HACS in the list.

integration done with cloud web API

When you configured the integration, did you fill in only the web token? did it give you any error regarding the bridge address field?

alexdelprete avatar Jun 24 '22 23:06 alexdelprete

I tried both. If i filled it completely it found only the bridge connected lock. With only the web api I got the error.

User input malformed: string value is None for dictionary value @ data['address']

erazorv avatar Jun 25 '22 03:06 erazorv

Hi @erazorv

I tried both. If i filled it completely it found only the bridge connected lock. With only the web api I got the error. User input malformed: string value is None for dictionary value @ data['address']

Same issue for me. I just type "localhost" on the URL or IP address field as a workaround and it have work for me

jmcollin78 avatar Jun 25 '22 15:06 jmcollin78

@erazorv @jmcollin78 localhost creates problems because the integration would try to contact the bridge. try to put None in that field.

alexdelprete avatar Jun 25 '22 21:06 alexdelprete

Hello, thank you for your reply. I didn't find how to change this parameter once the installation is done. I rather prefer not to remove and resintall the integration because the Nuki is added to automation and scene.

Is there an easy way to reconfigure the integration without removing it ?

jmcollin78 avatar Jun 28 '22 05:06 jmcollin78

localhost creates problems because the integration would try to contact the bridge

It won't, unless you entered both token and address fields. In such case the input will be validated.

kvj avatar Jun 28 '22 07:06 kvj

Is there an easy way to reconfigure the integration without removing it ?

Unfortunately no, but if you keep entity IDs unchanged, then your scenes/automations should work after the integration reset

kvj avatar Jun 28 '22 07:06 kvj

I added in IP address of the bridge a "." and I got it working now

erazorv avatar Jun 28 '22 07:06 erazorv

Version 0.3.5 addressed the issue with empty bridge address field

kvj avatar Jun 28 '22 09:06 kvj