Commit Graph
1736 Commits
Author SHA1 Message Date
holger.weber ea23bf142a AI added possibility to add two additional locks.
NukiHub / Build esp32-gl-s10 (release) (push) Waiting to run
NukiHub / Build esp32-c3 (release) (push) Failing after 21m55s
NukiHub / Build esp32-c5 (release) (push) Failing after 14m56s
NukiHub / Build esp32-c61 (release) (push) Failing after 9m31s
NukiHub / Build esp32 (release) (push) Failing after 3h0m37s
NukiHub / Build esp32-c6 (release) (push) Failing after 14m45s
NukiHub / Build esp32-nopsram (release) (push) Has been cancelled
NukiHub / Build esp32-p4 (release) (push) Has been cancelled
NukiHub / Build esp32-p4c5 (release) (push) Has been cancelled
NukiHub / Build esp32-s3 (release) (push) Has been cancelled
NukiHub / Build esp32-s3-nopsram (release) (push) Has been cancelled
NukiHub / Build esp32-s3-oct (release) (push) Has been cancelled
NukiHub / Build esp32-solo1 (release) (push) Has been cancelled
NukiHub / Build esp32-h2 (release) (push) Has been cancelled
* only ESP32-C3
* only Smart Lock Go
2026-03-20 17:39:07 +01:00
technyon 213e0e8692 in authorization log, publish code instead of undefined completion status 2026-01-17 17:19:15 +07:00
iranl 09dc90b509 Merge pull request #735 from iranl/fix-ha-discovery
Fix HomeAssistant discovery
2026-01-09 13:41:29 +01:00
iranl 495bf83233 Fix Hosted device ID for HA discovery 2026-01-09 13:32:02 +01:00
iranl 2bf05ebe20 Fix HA discovery warnings 2026-01-05 20:32:04 +01:00
technyon ffc9bafdad add pins 10, 11 and 14 as configurable GPIOs for ESP C6 2025-12-31 10:49:49 +07:00
iranl 4c6ea72e7a Update README 2025-12-29 09:17:54 +01:00
technyon a243ecce6e Set next release version 2025-12-28 10:57:06 +00:00
iranl 3a68da59c4 Merge pull request #726 from iranl/arduino-335
Arduino 3.3.5
2025-12-19 17:10:59 +01:00
iranl 0b2c46641b Arduino 3.3.5 2025-12-19 16:58:43 +01:00
iranl 172cb28a13 Merge pull request #725 from iranl/no-warnings-battery-type
Add NoWarnings BatteryType and Add Recalibrate
2025-12-13 12:20:38 +01:00
iranl 0d6eca5acf Add Recalibrate 2025-12-13 12:13:29 +01:00
iranl 436b5d9283 Hosted 2.7.3 2025-12-13 11:22:56 +01:00
iranl 2fa8338dd0 Add NoWarnings BatteryType 2025-12-13 11:14:33 +01:00
iranl cc65d62215 Merge pull request #719 from iranl/master
Revise device recommendations in README
2025-11-28 20:54:07 +01:00
iranl 12759eb702 Revise device recommendations in README
Updated device recommendations and rankings for ESP32 modules.
2025-11-28 20:53:24 +01:00
iranl 5d4b157450 Fix Hosted BLE deinit/init 2025-11-28 20:45:40 +01:00
iranl d282f69841 Merge pull request #718 from iranl/hosted
Add ESP32-C61 support, Update to Arduino 3.3.4, Improve P4 builds and Hosted
2025-11-28 20:08:44 +01:00
iranl aec42f6256 Merge branch 'hosted' of https://github.com/iranl/nuki_hub into hosted 2025-11-24 16:01:38 +01:00
iranl 3df3292614 Improve P4 build 2025-11-24 16:01:36 +01:00
iranl 299918dfd4 Add C61 support 2025-11-24 16:01:24 +01:00
iranl 641668e91e Add C61 support 2025-11-23 22:03:15 +01:00
iranl 27e9ac2085 Hosted update 2025-11-23 21:15:14 +01:00
iranl 49dd69bc7b Merge remote-tracking branch 'upstream/master' into hosted 2025-11-05 21:44:27 +01:00
iranl 61b517b44a Merge pull request #714 from iranl/arduino333
Arduino 3.3.3
2025-11-05 21:18:16 +01:00
iranl d08979f8d1 Arduino 3.3.3 2025-11-05 21:06:51 +01:00
iranl 6783532a32 Merge pull request #713 from iranl/ble-timeouts
Make BLE timeouts configurable
2025-11-04 21:42:35 +01:00
iranl 9b316cd216 Make BLE timeouts configurable 2025-11-04 21:26:51 +01:00
iranl a6ec285e0e Update nuki_ble 2025-10-31 21:26:48 +01:00
iranl 51a0489196 Hosted update 2025-10-17 23:01:57 +02:00
iranl b21de9f0f3 Merge pull request #705 from iranl/context-based-settings
Arduino 3.3.2
2025-10-13 22:10:48 +02:00
iranl 48225af501 Arduino 3.3.2 2025-10-13 21:56:34 +02:00
iranl 88148b6261 Update README.md 2025-10-13 21:55:48 +02:00
iranl 261ede8360 Merge remote-tracking branch 'upstream/master' into context-based-settings 2025-10-13 21:53:33 +02:00
technyon d7a2f19db5 Set next release version 2025-10-12 05:59:29 +00:00
technyon 177a0c4441 simplify code to calculate weekday text 2025-10-06 20:16:51 +07:00
technyon b6e6b4400c move code to get allowed weekdays code into helper class 2025-10-06 20:10:36 +07:00
technyon ce781f8f5b move methods from network classes into helper classes 2025-10-06 19:22:44 +07:00
technyon ed02f0162f move watchdog reset into retry wrapper loop 2025-10-06 19:09:50 +07:00
technyon 0e1caf6211 add gpio output for bluetooth communication active 2025-10-06 17:51:00 +07:00
Jan-Ole Schümann e05ff0fdd0 Refactor retry handling (#702)
* add NukiRetryHandler

* apply retry wrapper to opener wrapper

* apply retry wrapper to all opener communication

* apply retry wrapper to all lock communication

* remove commented out code

* replace millis() with espMillis() in wrapper classes
2025-10-05 21:12:29 +07:00
technyon 778d73cd58 fix clion cmakelist 2025-10-05 18:11:01 +07:00
iranl e0365a1dfb WebConfigurator improvements 2025-10-03 20:08:41 +02:00
technyon d5fc8c30c1 update readme 2025-10-02 21:29:46 +07:00
Jan-Ole Schümann a12a166734 add GPIO output for bluetooth communication error (#701) 2025-10-02 21:25:04 +07:00
Jan-Ole Schümann 7933b412f1 Add GPIO for network connected status (#700)
* Add gpio output if mqtt connected

* Add gpio output for network connected status
2025-10-02 20:55:51 +07:00
Jan-Ole Schümann c6e7c8b0a9 Add gpio output for MQTT status (#698) 2025-10-01 23:09:50 +07:00
iranl 845b51c14c Fix typo 2025-09-30 23:11:27 +02:00
iranl 7be88db6b1 Merge pull request #697 from iranl/copy-button
Add copy button to info page
2025-09-30 22:29:25 +02:00
iranl 0af3f69bec Copy button for GitHub Issues 2025-09-29 22:56:00 +02:00