With the latest Beta firmware version 1.18.x / 2.9.x you can now test following new experimental features:
-
Automatically receive firmware updates for all connected Nuki devices and the Bridge itself (experimental)
- The Bridge checks once a day automatically for available updates for all connected devices and the Bridge itself. If an update is available for a connected Nuki device, it is going to be automatically installed between 02:00 and 04:00 a.m.
-
Manually trigger an immediate update check and installation for all connected Nuki device and the Bridge itself (experimental)
- The immediate update can be manually initiated by utilizing the already existing /fwupdate endpoint of the HTTP API - check below for further details
Supported devices and versions
- Currently only available for the Nuki Bridges (FW 1.18.x / 2.9.x)
- The automatic update is supported by following Nuki devices:
- Smart Lock 1.0, running the firmware 1.10.x or newer
- Smart Lock 2.0, running the firmware 2.8.x or newer
- Nuki Opener, running the firmware 1.5.x or newer
Limitations
- Any running update process is immediately stopped in case the Bridge receives any command, to ensure the basic functionality and availability of all connected Nuki devices
- e.g. if an user remotely sends a unlock command to the door
- if an automatic update is interrupted, it is reinitiated on the next day
- It may happen, that it takes up to 48 hours to get a new firmware version installed onto the connected Nuki device, as the Bridge only checks once per day for new/available updates
Extension of the /fwupdate endpoint in the HTTP API
New optional parameters
Parameter | Description | Allowed values |
---|---|---|
scope | Flag indicating, which devices shall be updated to the latest firmware version (if available and applicable). | 0… all devices (Bridge and all connected devices) 1… Bridge only 2… Connected devices only (defaults to 0) |
nukiID | The ID of the Nuki device, which should be updated to the latest firmware version (if available and applicable) | nukiID of a connected Nuki device - as decimal or hexadecimal number |
deviceType | Nuki device type | see Device Types (defaults to 0) |
Examples
All devices (bridge and all connected nuki devices)
http://192.168.1.2:8080/fwupdate?token=123456
http://192.168.1.2:8080/fwupdate?scope=0&token=123456
Bridge only - scope = 1
http://192.168.1.2:8080/fwupdate?scope=1&token=123456
Connected nuki devices only = 2
http://192.168.1.2:8080/fwupdate?scope=2&token=123456
Specific nuki device only
http://192.168.1.2:8080/fwupdate?nukiId=1&token=123456
http://192.168.1.2:8080/fwupdate?scope=2&nukiId=1&token=123456
Note: The Bridge will always return “success”: true regardless to whether an update is available for any of the devices or any update is succesfully installed or not!
The update will be done automatically if your Bridge is part of the Beta program.
Please test it out and give us your feedback!
Updates
Bridge 1.0
Bridge 1.0 Beta 1.18.0
- Initial version
Bridge 1.0 Beta 1.18.1
- Performance improvements
Bridge 2.0
Bridge 2.0 Beta 2.9.0
- Initial version