-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error code "User input malformed" when seting up Nuki Lock 3.0 Pro without bridge #7
Comments
Hi, |
Hi, |
Hi, The error is misleading, I know, but it says there were no devices fetched via Web API. |
Hi, This behavior seems unexpected because in the setup method this parameter is set as optional:
So I assume this error is raised by hass and not by the integration itself? |
Could you please share the output? |
HI, thanks for coming back on this one:
I've censored all privacy related date by replacing it with $var_name |
Great, thanks for the output, very helpful. Nuki reports a new device type, which wasn't supported/expected. The value isn't documented yet, but other values look good. I've pushed the change adding support of a new type. Please update to the latest version and try again |
@rectangular-starchaser Please update the integration once again. I've pushed some extra changes. It's a bit tough to add support without having a real device and with missing documentation |
Thank's a lot for your support!! If you need more or more precise input from our side let us know. I have updatetd the integration, some sensors are available others still not. The real state at this time was locked. "Control" and "Sensor" section fine, "State" of "Diagnostic" section wrong. Door Open sensor or control not available. Regards |
Now I better understand what's happening. Do you actually have the door sensor installed and configured? |
The additional external door sensor to validate if the door is realy closed or opened is not installed. I only have the pure and naked Nuki 3.0 Pro installed. So if doorState is triggerd by the external sensor it is logical that is not available. If "Door Open" in the "Sensor" section and "Door Stae" and "State" in the "Diagnostic" section depend on this externel door sensor then it is clear. With the "Lock" switch in the "Controles" section, I am able to lock and unlock the door. But there is no way to realy open the door. Is this "Open" switch missing or is this functionality not given in the integration or over the web API. With the Android APP connected to the Nuki Wep API it is possible. Regards |
Ok, got it. In case of Nuki 2.0, door sensor (quite unreliable) was included into package. With Nuki 3.0, it's optional and pricey. Your setup doesn't have it, therefore those entities should not be added. I've pushed some changes, please update the component and re-add it. I've also adjusted optional config input handling, you won't need to add any chars to make Web API only setup working. Regarding the open/unlatch function, it's supported, but unfortunately there's no Lovelace UI for that. I've adjusted the README.md with workarounds https://github.com/kvj/hass_nuki_ng#openunlatch-nuki-lock-via-ui |
@kvj Next mission is to test the workaround. Edit: Regards |
I'm using home assistant version 2021.10.6 as a container.
When I try to install a Nuki 3.0 Pro without a bridge but with web access and web token as described in your tutorial, I receive the following error message:
Can you advise what to do?
regards
The text was updated successfully, but these errors were encountered: