80 Commits

Author SHA1 Message Date
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
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
technyon
85dc545153 use shared_ptr for presence detection device objects 2024-06-15 06:30:22 +02:00
Luca Oliano
ade24e86a8 - move source file according with platformio standard directory structure
- remove lib_deps from platformio.ini since they are already in libs folder
2024-04-27 11:06:13 +02:00
iranl
a0dc425d3b Granular Access Level Control 2024-03-12 20:49:18 +01:00
Luca Oliano
645f7afa9d fix build break 2024-02-05 16:15:48 +01:00
technyon
8d324bfc20 Merge branch 'gpio' of github.com:technyon/nuki_hub into gpio 2023-06-03 21:20:33 +02:00
technyon
a5e334d4c1 changes for generial input/output via mqtt 2023-06-03 21:20:19 +02:00
technyon
642b58862f Don't override ARDUINO_BOARD if already set 2023-05-18 08:54:16 +02:00
technyon
1155dc47c6 assign new device id on unpair 2023-05-06 18:28:14 +02:00
technyon
5b8ed0a5b8 add access level feature 2023-05-06 11:39:18 +02:00
technyon
c34eeb11e1 Version bump to 8.22, update readme 2023-04-08 09:24:25 +02:00
technyon
76fc96a0cb remove unused compile definition 2023-03-24 19:43:32 +01:00
technyon
ff4bd2618f add auto discovery for keypad result 2023-03-22 22:54:35 +01:00
technyon
d134dc9aab update esp mqtt library 2023-03-10 19:27:36 +01:00
technyon
2757754531 add static ip config for wifi device 2023-03-05 10:59:53 +01:00
technyon
b4df3e2e62 add olimex support 2023-02-22 19:10:05 +01:00
technyon
7a05ab0c3f Merge branch 'master' of github.com:technyon/nuki_hub into arduinoJson_for_ha_autodiscovery 2023-02-19 14:54:42 +01:00
technyon
1a6e74ef14 add nodes to trigger read states 2023-02-14 19:59:45 +01:00
technyon
cdf2eb8e99 merge master 2023-02-14 18:56:36 +01:00
technyon
7848dde274 disable spiffs 2023-02-07 18:12:42 +01:00
technyon
b3c5a93666 add restart reason to sysinfo page 2023-02-05 15:03:09 +01:00
technyon
327038119e Rename W5500 classes 2023-02-04 17:31:59 +01:00
technyon
e147d32b98 add arduinoJson 2023-02-04 14:23:15 +01:00
technyon
d41f095e5f increase TLS_CA_MAX_SIZE to 2200 2023-01-28 19:11:04 +01:00
technyon
5853b0dc0e refactor NetworkDevice interface to work with new esp mqtt lib 2023-01-28 17:17:46 +01:00
technyon
e439d67276 merge master 2023-01-27 23:03:18 +01:00
technyon
c9dbbb5dc1 compile with esp mqtt lib 2023-01-27 19:29:13 +01:00
technyon
a62017883a update wifi manager 2023-01-26 18:38:10 +01:00
technyon
c0b4733f1e merge version.h and config.h 2023-01-26 17:34:53 +01:00
technyon
22d365d1db make mqtt parameters configurable via defines 2023-01-23 20:50:16 +01:00
technyon
1bba3c88e8 fix mqtt tx buffer size 2023-01-17 16:54:43 +01:00
technyon
6127fc331e replace PubSubClient with arduino mqtt lib 2023-01-16 20:41:08 +01:00
technyon
7ee197e827 add MqttLogger 2022-12-23 22:32:57 +01:00
technyon
e7f644725b update nuki ble lib 2022-10-02 12:48:26 +02:00
technyon
241d39a2e4 add favicon 2022-08-06 09:47:23 +02:00
technyon
043cedc790 add ESP32 as compile definition 2022-07-17 09:24:39 +02:00
technyon
f8d0494673 add ESP_PLATFROM as compile definition 2022-07-17 09:17:34 +02:00
technyon
e9fa988918 use RTC_NOINIT_ATTR to boot into wifimanager config portal 2022-07-08 22:53:23 +02:00
technyon
4de235e263 changes to compile with core 2.0.3 2022-07-05 21:52:39 +02:00
technyon
beb87a959f move common network code to seperate class 2022-07-02 12:04:03 +02:00
technyon
4f780eb164 add lock control via GPIO 2022-07-01 19:23:52 +02:00
technyon
6fcde79629 rename Network to NetworkLock 2022-06-27 21:44:48 +02:00
technyon
2fdc3844c6 Merge branch 'master' of github.com:technyon/nuki_hub into ota 2022-06-15 20:26:44 +02:00
rodriguezst
1c4fc0e902 Print SSL errors for debugging 2022-06-15 10:36:27 +00:00
rodriguezst
9b1adf7032 Set certificate buffer sizes at CMakelists.txt 2022-06-15 10:36:27 +00:00
rodriguezst
7481b1f4f0 Implemented MQTT over TLS for WiFiDevice 2022-06-15 10:36:27 +00:00
technyon
9286c5f56e backup 2022-06-13 22:54:20 +02:00
technyon
591508eadb reset debug level to none 2022-06-11 15:09:14 +02:00
technyon
9fd1520503 cmakelist changes for nuki lib 2022-06-05 21:46:21 +02:00