Commit Graph
8905 Commits
Author SHA1 Message Date
Ton Huisman 5a9b6e6b06 [P159] Rework processing, now near-instant response
Add GetConfig support for sensitivity per gate values
2023-10-29 21:14:15 +01:00
Ton Huisman 1938bf3312 [P159] Add Gate0 energy values that where missing
Add GetConfig support for fetching all available values
Add ld2410,logall command for dumping all values in the log (INFO level)
Code improvements
2023-10-28 15:24:51 +02:00
Ton Huisman 0caef38712 [P159] Minor change to determine how that may influence the build 2023-10-24 22:39:23 +02:00
Ton Huisman f3306c0c9a [P159] Add OutputPinState option after AmbientLight option (breaking change!) 2023-10-23 22:27:31 +02:00
Ton Huisman cd2c6ec258 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P159-ld2410-presence-detection 2023-10-22 17:38:45 +02:00
TD-er 41e1c13b6e Merge pull request #4813 from jfmennedy/dev
P093 Mitsubishi HeatPump
2023-10-22 17:15:14 +02:00
Ton Huisman 17db570b1f [P159] Add command for sensor factoryreset 2023-10-22 14:00:53 +02:00
Ton Huisman d94d8bdfd2 [P159] Small improvements 2023-10-22 13:38:01 +02:00
Ton Huisman 402c5c878e [P159] Small improvements 2023-10-22 13:28:03 +02:00
Ton Huisman ca48cb100f [P159] Fix compilation on LIMIT_BUILD_SIZE builds 2023-10-22 13:25:25 +02:00
Ton Huisman 3c81f77998 [P159] Many improvements, add/update settings for sensitivity 2023-10-21 22:34:23 +02:00
Ton Huisman a3be20f4ad Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P159-ld2410-presence-detection 2023-10-18 22:27:28 +02:00
Ton Huisman 38bd3eff13 [P159] Remove copy/paste evidence :-D 2023-10-17 21:08:53 +02:00
Ton Huisman dd56de133b [P023] Minor performance improvement 2023-10-17 21:07:37 +02:00
Ton Huisman 07568530fd [P159] Add LD2410 Radar presence detection 2023-10-16 22:23:26 +02:00
Ton Huisman 5eaae9af76 [P023] Bugfix: Template parsing was overwriting the template 2023-10-16 22:10:22 +02:00
Fabio Ancona e279db6f2d Details supported hardware 2023-10-15 18:12:32 +02:00
Fabio Ancona 4c44a0739c Update Custom-sample.h after review 2023-10-15 07:35:29 +02:00
Fabio Ancona b5c7456206 Update Custom-sample.h with missing Plugins and update description
Update Custom-sample.h with missing Plugins and update description
2023-10-14 07:44:35 +02:00
TD-er 2fabe31279 Merge pull request #4849 from dobrykod/gpio_fixes
[GPIO] Fix mode reported in response to Status command
2023-10-12 22:11:40 +02:00
TD-er b4f9d483b5 Merge pull request #4840 from tonhuisman/feature/UI-show-controller-state-on-device-page
[UI] Show Controller-state on Device page
2023-10-12 22:04:30 +02:00
TD-er 73bc76db9b Merge pull request #4838 from tonhuisman/feature/P131-optimize-reduce-build-size
[P131] Optimization for build size
2023-10-12 22:03:28 +02:00
TD-er 925ee8db87 Merge pull request #4835 from tonhuisman/feature/Networking-logging-improvements
[Networking] Log string and formatting improvements for size
2023-10-12 22:02:14 +02:00
dobry kod a0b567a04f [GPIO] Fix mode reported in response to Status command 2023-10-12 15:47:52 +02:00
TD-er 1760a95d20 [Controller Settings] Fix inverted Send LWT and Will Retain
Fixes: #4847
2023-10-12 13:39:27 +02:00
dobry kod 25b10d76ca [GPIO] Fix response to Status command 2023-10-09 08:25:43 +02:00
dobry kod e4e846906d [GPIO] Fix taking wrong branch in GPIO_Monitor10xSec when MCP/PCF plugin is disabled 2023-10-09 08:25:35 +02:00
Ton Huisman 3e63a58ec6 [UI] Show Controller-state on Device page 2023-10-05 22:01:49 +02:00
Ton Huisman 39e32999a1 [P131] Optimization for build size 2023-10-03 22:06:12 +02:00
TD-er d6dc5e2532 [P039_Thermosensors] Fix check for valid value
As reported on [the forum](https://www.letscontrolit.com/forum/viewtopic.php?p=66350#p66350)
2023-10-03 08:51:22 +02:00
Ton Huisman 4d70e5e136 [Networking] Fix typo in string argument for strformat 2023-10-01 13:21:50 +02:00
Ton Huisman 666517eb10 [Networking] Log string and formatting improvements for size 2023-09-30 22:58:08 +02:00
TD-er 3c8d617e6a [ESP32 temp] Fix specific includes for ESP32-S2 2023-09-29 21:31:48 +02:00
TD-er 30dd469257 [Internal temp] Fix crashes on ESP32-S2/S3/C3 + filter 2023-09-29 20:48:36 +02:00
Ton Huisman 1a812ff36d [RTTTL] Restore Cancelled event, update documentation 2023-09-28 23:47:09 +02:00
chromoxdor 94e1d91b06 Update GPIO.cpp 2023-09-28 23:16:13 +02:00
TD-er 068d0ec69b [RTTTL] I need some coffee.... 2023-09-28 14:13:10 +02:00
TD-er 83692134a5 [RTTTL] Only check for old/new syntax in the 1st argument 2023-09-28 13:34:20 +02:00
jfmennedy 06a2009869 Merge branch 'mega' into dev 2023-09-28 13:08:41 +02:00
TD-er a6128710cb [RTTTL] Fix stupid mix-up of old/new command argument parsing
parseStringToEnd() does always include the `:` when assuming the 'old' format as first attempt.
2023-09-28 12:54:01 +02:00
TD-er 982df8d1fc Merge pull request #4802 from tonhuisman/feature/RTTTL-enable-async-play-and-improvements
[RTTTL] Add Async play and other improvements
2023-09-28 12:37:46 +02:00
TD-er d677e41143 Merge pull request #4810 from tonhuisman/feature/P037-enable-all-features-on-ESP32-builds
[P037] Build: Include all features in ESP32 builds
2023-09-28 12:37:29 +02:00
TD-er 7852c42b2d [RTTTL] Fix argument index for melody + prevent crash when changing song 2023-09-28 11:26:00 +02:00
TD-er ce68d2aa36 [RTTTL] Fix parsing correct command argument 2023-09-28 09:56:50 +02:00
TD-er 583e0be5e2 [GPIO] Fix check for valid GPIO
The ESP32 macro `GPIO_IS_VALID_GPIO` does not check for negative gpio index.
We use a negative value as "invalid".
2023-09-28 09:26:52 +02:00
Ton Huisman e2050cc910 [RTTTL] Add events for RTTTL play (async only), fix intermitted/skipped async playing 2023-09-27 23:37:22 +02:00
Ton Huisman 929d9ff6f7 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P037-enable-all-features-on-ESP32-builds 2023-09-26 22:10:34 +02:00
Ton Huisman bc680d9149 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/RTTTL-enable-async-play-and-improvements 2023-09-26 22:04:05 +02:00
TD-er 92d33d0c63 Merge branch 'mega' into dev 2023-09-26 21:57:32 +02:00
Ton Huisman 1eb7a0d35a [P026][Sysvars] Add delay() call 2023-09-25 23:31:39 +02:00