iranl
e8a8111b2a
Fix single core devices
2024-12-26 19:11:41 +01:00
iranl
bbb5f910fb
BLE improvements
2024-12-22 18:25:48 +01:00
iranl
6877ce0a66
Set next release to 9.06
2024-12-21 17:11:53 +01:00
technyon
dc43b45f33
add psram check for RMII workaround
2024-12-21 07:44:07 +01:00
iranl
180f61f499
Retain Input GPIO
2024-12-20 21:09:23 +01:00
iranl
a7bb2282f7
Fix BLE
2024-12-19 23:03:18 +01:00
iranl
69e2cf5c3f
Runtime alt connect and debug logging
2024-12-18 21:42:21 +01:00
iranl
d3ce66d4dd
esp-nimble-2.0.1
2024-12-17 15:47:20 +01:00
iranl
856b8087be
Arduino 3.1.0 - ESP-IDF 5.3
2024-12-17 00:10:07 +01:00
iranl
2435692a8d
Set next version to 9.05
2024-12-16 22:37:04 +01:00
iranl
2d6d894685
Set next version to 9.04
2024-12-16 21:42:22 +01:00
iranl
3b3eb2902c
Fix version math
2024-12-05 22:08:49 +01:00
iranl
db1cfb0d89
Fix version math
2024-12-03 11:55:38 +01:00
technyon
7b1f446f15
fix preference_reset_mqtt_topics check
2024-12-01 04:00:03 +01:00
technyon
3c93354658
move code to build mqtt path into publish()
2024-11-30 04:40:01 +01:00
technyon
f0623c8633
fix string conversion functions
2024-11-29 12:14:40 +01:00
iranl
a7a8aaf0d8
Fix custom ethernet PHY addr save
2024-11-28 22:15:42 +01:00
technyon
dab9baf9ca
fix order of init topics initalization and publishing
2024-11-25 04:03:44 +01:00
iranl
a2bcb1e58e
Set next version to 9.03
2024-11-24 14:47:02 +01:00
technyon
b37d3bc5fc
remove redundant fetching of wifi credentials from preferences
2024-11-24 03:43:27 +01:00
technyon
80e4c5e5d8
minor WifiDevice refactoring
2024-11-23 16:15:38 +01:00
iranl
add5e37563
Fix AP not opening
2024-11-22 21:26:42 +01:00
iranl
7a5f85f82d
Fix crash on valid JSON
2024-11-18 23:13:14 +01:00
iranl
4af44418e6
WiFi + OTA fix
2024-11-15 20:16:23 +01:00
iranl
6acfadef8d
Fix intermediate state
2024-11-11 20:16:12 +01:00
iranl
c2d3a3e77d
Refractor
2024-11-08 21:40:24 +01:00
iranl
5df1ad0854
Move maintenance actions to NukiNetwork
2024-11-06 19:43:39 +01:00
iranl
7ea04e6366
Fix Ring detection
2024-11-04 21:14:53 +01:00
iranl
020b16bfea
Minor fixes
2024-11-03 14:26:27 +01:00
iranl
b813faf771
Fix
2024-11-02 21:18:05 +01:00
iranl
7454208230
Revert ESP-MQTT ( #508 )
...
* Revert ESP-MQTT
* Revert ESP-MQTT
* Update sdkconfig.defaults
2024-11-02 23:07:00 +07:00
iranl
a834380b2e
Update pioarduino and enlarge mqtt stack size
2024-10-28 20:06:42 +01:00
technyon
a149f2e6b6
refactor GPIO detection code
2024-10-20 09:51:45 +02:00
iranl
9c75e30fef
Prevent reboot loop on manual web request
2024-10-20 00:13:22 +02:00
iranl
93b1d47bda
Improve Wifi connection and portal
2024-10-19 19:10:38 +02:00
Alessandro Del Prete
72ef5003ad
Merge pull request #473 from iranl/http-server
...
Switch HTTP server to PsychicHTTP and MQTT client to ESP-MQTT, remove WiFiManager
2024-10-17 05:48:15 +02:00
iranl
8912a84521
9.02
2024-10-15 13:48:17 +02:00
iranl
1b0cf2bd7f
Merge branch 'master' into http-server
2024-10-14 21:26:11 +02:00
iranl
06e96b5ea7
WiFi portal
2024-10-14 21:25:07 +02:00
Jan-Ole Schümann
fed5f95490
Change GPIO input to polling ( #484 )
...
* add code to attach timer isr
* call timer ISR every 100 ms
* implement gpio input logic
* do not attach ISR for general input PINs
* add debounce code
* execute lock actions on GPIO input
* only register timer ISR if input PINs are configured
* remove gpio2go lib
2024-10-13 23:01:04 +07:00
iranl
5732952e86
Revert "fix s3 build"
...
This reverts commit 654fcc0f5e .
2024-09-28 21:50:30 +02:00
technyon
654fcc0f5e
fix s3 build
2024-09-22 16:31:14 +02:00
Jan-Ole Schümann
2457764d38
Refactor official Nuki MQTT support. Move offical-specific code into sepereate class. ( #470 )
...
* move offical related members to seperate class
* remove static references
* add buildMqttPath and comparePrefixedPath methods to NukiOfficial
* make offMqttPath private
* fix references and syntax errors
* move nuki official publish state update check to NukiNetworkLock
* make _disableNonJSON private
* make NukiOfficial members private
* move _offCommand to NukiWrapper
* make offCommandExecutedTs private
* make offTopics privte
* fix nuki publisher reference not set
* use NukiPublisher in NukiNetworkOpener
* fix build updater
* fix pl_off and stat_off strings
2024-09-08 12:30:07 +07:00
iranl
c9281d9299
Fixes
2024-09-06 21:38:12 +02:00
iranl
18c56de16d
ESP-MQTT
2024-09-06 17:17:19 +02:00
Jan-Ole Schümann
52dfad1e8f
Make retryCount local in NukiWrapper and NukiOpenerWrapper ( #468 )
...
* make retryCount local in NukiWrapper
* make retry count local for opener
2024-08-31 12:04:00 +07:00
iranl
72472e241c
Enable usage of PSRAM ( #463 )
...
* PSRAM
* Fix PSRAM
2024-08-30 23:36:26 +07:00
technyon
f26f9f6753
move code to handle network events from anonymous to class method
2024-08-18 06:40:27 +02:00
technyon
3a0c92472c
LAN8720 fix
2024-08-17 06:08:05 +02:00
iranl
b298d410eb
Add Authorization entries ( #456 )
...
* Add and remove libs and components for Arduino Core 3
* Arduino Core 3
* Add back Solo1
* Change ESP32-S3 to 4MB build
* Add Authorization info and control
* Use esp_crt_bundle for HTTPS requests
* Remove Solo1 support
* Improve Nuki device config read functions
* Webserial
* OTA Improvements
* Authorization Entries
* Authorization entries
* Authorization
2024-08-17 10:21:22 +07:00