Commit Graph

1128 Commits

Author SHA1 Message Date
iranl
372a039c74 Create release using Github Actions manual dispatch (#428) 2024-07-20 11:18:18 +07:00
iranl
d91d3678c1 Show available update versions (#429) 2024-07-20 11:17:31 +07:00
technyon
bdbe65dba0 Update master binaries 2024-07-20 01:48:52 +00:00
iranl
729ceff2d6 Update beta binaries 2024-07-19 17:25:05 +00:00
iranl
c710666110 Fix workflows 2024-07-19 19:17:36 +02:00
iranl
dc28e61c55 Merge pull request #427 from iranl/master
Fix workflows
2024-07-19 17:16:24 +02:00
iranl
96fcbecebf Fix workflows 2024-07-19 17:15:28 +02:00
iranl
9b9a87e41c OTA manifest (#426) 2024-07-19 16:38:00 +07:00
iranl
ebf42bd7d0 Update master binaries 2024-07-19 06:32:10 +00:00
iranl
d3d02b4683 Fix quotes 2024-07-19 08:01:49 +02:00
iranl
78feaf7ad3 Only create nightlies on origin repo 2024-07-18 19:40:05 +02:00
iranl
f4038f0429 Automated updating to beta and nightly versions (#425)
* Github actions

* Update firmware update and import/export

* Auto commit fixes
2024-07-18 18:27:57 +07:00
iranl
eff4e57488 Remove presence detection 2024-07-16 20:22:07 +02:00
iranl
25c7dc31f3 Modify Time Control 2024-07-16 20:16:18 +02:00
iranl
804159bb7f Add C6 to Webflash 2024-07-16 20:11:56 +02:00
iranl
73373e2a70 Fix-BLE-task-stall (#421) 2024-07-16 18:25:10 +07:00
iranl
22e51a3396 Update HYBRID.md 2024-07-15 22:10:08 +02:00
iranl
77ddef76af Replace millis() with esp_timer_get_time() (#423) 2024-07-15 22:16:43 +07:00
iranl
8e5e47b102 Fix CRC16 path (#424) 2024-07-15 18:20:52 +07:00
technyon
39c55a730a make members private 2024-07-13 13:20:57 +02:00
technyon
a9dffc79b8 update scan interval and window to nuki recommendations 2024-07-13 12:57:43 +02:00
technyon
dc1eabbdf0 add CMakeList.txt for clion 2024-07-13 10:58:46 +02:00
technyon
47ad514f13 LAN8720: increase wait for dhcp timeout 2024-07-13 10:37:58 +02:00
technyon
4165ef8803 LAN8720: Add code to wait for IP address 2024-07-12 13:27:16 +02:00
technyon
ef878592c1 add code to ignore lock action after mqtt reconnect 2024-07-12 13:03:21 +02:00
iranl
94a8bd1c8e Auto update to latest beta version (#420) 2024-07-11 16:35:01 +07:00
technyon
cad5ec6d48 remove remaining presence detection code 2024-07-10 16:32:54 +02:00
technyon
181455596c fix types for timestamps 2024-07-09 17:39:49 +02:00
technyon
2100989da4 update nuki ble library 2024-07-09 17:29:38 +02:00
technyon
e6e4e08c7a Merge branch 'master' of github.com:technyon/nuki_hub 2024-07-09 13:31:26 +02:00
technyon
0a799e1659 disable presence detection 2024-07-09 13:30:51 +02:00
iranl
137b99b291 Fixes/Enhancement for MQTT and WiFi reconnect + network timout + MQTT retain (#419)
* Retain

* Reconnect
2024-07-09 18:17:31 +07:00
technyon
8f679c45a5 move initPreferences() to PreferencesKeys.h 2024-07-07 16:43:20 +02:00
technyon
014380577c fix W5500 crashing with core 3 2024-07-07 15:41:18 +02:00
technyon
836a9baf65 restore enum 2024-07-07 14:09:48 +02:00
technyon
da0390df63 fix inital printing of IP address 2024-07-07 14:08:24 +02:00
technyon
53243fe045 fix LAN8720 init 2024-07-07 13:30:04 +02:00
technyon
accaa1e5c0 move async tcp to core 1 2024-07-07 12:19:57 +02:00
technyon
d11dc67291 do not set pinmode for disabled pins 2024-07-07 04:45:41 +02:00
technyon
576381fa7e update nuki ble 2024-07-06 14:47:31 +02:00
technyon
e81ab654b7 update .gitignore 2024-07-06 06:40:14 +02:00
technyon
c6ffe9fdc8 update nuki ble library 2024-07-06 06:02:25 +02:00
iranl
894a4584cb Arduino Core 3 Cleanup and Fixes (#415) 2024-07-06 11:00:21 +07:00
iranl
6b0100fd61 Arduino Core 3 (#407)
* Add and remove libs and components for Arduino Core 3

* Arduino Core 3

* Add back Solo1

* Change ESP32-S3 to 4MB build

* Update README.md

* Fix retain and number of retries

* Fix rolling log

* Fix defaults

* Fix BleScanner on Solo1

* Export settings

* Import settings

* Fix HA Battery voltage

* Change submodule

* Update espMqttClient and AsyncTCP

* Webserial and MQTT/Network reconnecting

* Update nuki_ble

---------

Co-authored-by: iranl <iranl@github.com>
2024-07-05 23:45:39 +07:00
technyon
193ebb5f91 use RTC_NOINIT_ATTR instead of preferences for bootloop detection 2024-07-05 17:27:35 +02:00
technyon
25c40bb68b Merge branch 'master' of github.com:technyon/nuki_hub 2024-06-29 11:10:03 +02:00
technyon
5f6d7e3ca3 update nuki ble submodule 2024-06-29 11:09:43 +02:00
iranl
2ccae4b64b Fix nr of retries (#411) 2024-06-22 12:20:56 +07:00
iranl
b7108098f8 Fix release workflow (#405) 2024-06-20 23:35:14 +07:00
iranl
b673fb4d5c Add and remove libs and components for Arduino Core 3 (#400)
* Add and remove libs and components for Arduino Core 3

* Add back NimBLE-Arduino in resources
2024-06-20 23:34:49 +07:00