I followed the progress made with the Nuki Web API, especially with the Webhooks extension.
Lately, we get more and more requests of users to get more information from there Nuki devices (Smartlocks, Openers, recently for the keypad).
Unfortunately, for a Smart Home the Webhooks API is too insecure and complicated to implement, especially for Open Source developers like we are (LoxBerry NUKI Plugin to provide Loxone Integration).
As open source developers, we cannot provide and continuously operate and secure a cloud server to manage hundreds of users.
On the other way, for decentrally used Webhooks, we do not want users to open their networks that Nuki servers can operate. This would be irresponsible to desire this (most users are not it engineers or network experts).
To come to the point:
Please implement more information to the Bridge API Callback.
Or, if the MQTT protocol is still considered, implement more information to the publishes.
The Bridge currently holds more information as the Callback returns.
For example, the Trigger (system, manual, button,ā¦) and IDs of the trigger (App-ID/Bridge-ID/FobID).
Furthermore, the Webhooks provide callbacks for log entries (e.g. wrong code on the keypad), that is not pushed by the Nuki Bridge.
Also user information when the Smartlock is operated, got requested several times.
It would be very helpful, when the Bridge in the local network also could push that information that the Nuki Cloud Webhooks do.
Smarthomes should not depend on Cloud infrastructure.
I would just like to add my vote for MQTT support. It seems to be on track to becoming the de-facto standard for F/OSS home automation, and itās really easy to integrate with other devices and services.
CHIP/Matter is ok, but itās another corporate standard dominated by ācloudā players. I hope it will be able to fill a similar niche as CoAP/MQTT/etc.
I just registered an account here to voice my interest in an extension of the API the bridge has to offer. Iām currently using my new nuki hardware in conjunction with home assistant and node-red and I would really love to see more features. I think @christianTF already mentioned the keypoints.
Is there any news regarding either mqtt (which I would prefer) or Matter?
As Matter is still in progress and even not in public draft, you may use the waiting time to add some fields to the callback .
As data already get prepared for Webhook, this doesnāt sound to be much effort.
Some additional fields in the local API (callback) like the trigger (Manual, User) would be very helpful. Especially in the area of alarm secured smart environment. If an āunlockā is done manually, it should not disarm the alarm system, but if an āunlockā is done via a keypad or a user, it would make sense.
Hi!
Iām pretty new to this field, and I am a bit stuck. I am not sure my question fits with this topic, so do not hesitate to redirect me if it does not.
I managed to get callback once the door is opened, unlocked, locked.
However, I canāt manage to find how to get a callback when the button (on the smartlock) is pressed. Currently, via Nuki, button pressed fires āunlockā event. But I am using Nuki with home assistant, and I would like to add another event (lights on) when the button is pressed (and not after the door has been unlocked due to the button pressed). How could I do this? Thanks!