Commit Graph
16341 Commits
Author SHA1 Message Date
chromoxdor 1f59c79a50 Update espeasy.js
simple On-Do-Endon and If-Endif checks
2025-07-21 15:54:19 +02:00
chromoxdor 5d9b31128a ColorCode Additions
- Minor correction in the "commandlist“.
- Added Android enable confirmation.
- Auto format and correct the words in the "commandlist“.
2025-07-21 15:07:07 +02:00
TD-erandGitHub c0eba97755 Merge pull request #5353 from TD-er/bugfix/JS_error_TXbuff_end_chunked
[Cleanup] Fix JS issues + correctly end chunked transfer
2025-07-09 12:37:37 +02:00
TD-er ce3e0b485a [Cleanup] Fix JS issues + correctly end chunked transfer 2025-07-09 12:31:39 +02:00
TD-erandGitHub 6ae0a58b8c Merge pull request #5352 from letscontrolit/bugfix/end_chunked_transfers
[WebServer] Properly close chunked transfer
2025-07-09 09:04:59 +02:00
TD-erandGitHub 333fedd71b Merge pull request #5350 from tonhuisman/feature/P095-add-ili9342-variants
[P095] Add ILI9342 display variants
2025-07-09 09:04:24 +02:00
TD-erandGitHub 88ef03e9fb [WebServer] Properly close chunked transfer
Does speed up ending serving chunked transfer, like serving a web page or JSON
2025-07-09 08:48:38 +02:00
Ton Huisman 6ce0649963 [P095] Update documentation 2025-07-08 22:03:41 +02:00
TD-erandGitHub 792a1c28b4 Merge pull request #5351 from jfmennedy/dev
Fix horizontal vane not working
2025-07-08 21:51:28 +02:00
jfmennedy cbc3954e4a Fix horizantal vane not working 2025-07-08 15:42:37 +02:00
Ton Huisman 3426dde3c8 [P095] ILI9342 added configurations, set resolution correctly 2025-07-08 10:42:50 +02:00
Ton Huisman b59cdc58a3 [P095] Add ILI9342 display variants 2025-07-07 22:06:56 +02:00
TD-erandGitHub 5d5e58eeb6 Merge pull request #5348 from TD-er/bugfix/crash_MQTT_callback
[Controller] Fix crashes on MQTT callback calls
2025-07-03 14:09:29 +02:00
TD-er d1d8ef48fb [Controller] Fix crashes on MQTT callback calls 2025-07-03 14:08:39 +02:00
TD-erandGitHub d0a74127ed Merge pull request #5347 from letscontrolit/dependabot/pip/cryptography-44.0.1
Bump cryptography from 43.0.1 to 44.0.1
2025-07-03 11:41:57 +02:00
dependabot[bot]andGitHub 1bef5d4cee Bump cryptography from 43.0.1 to 44.0.1
Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 44.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/43.0.1...44.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 44.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-03 09:38:39 +00:00
TD-erandGitHub fc0c00eeeb Merge pull request #5345 from TD-er/feature/updatePubSubClient3
[PubSubClient] Update to new fork PubSubClient3
2025-07-03 11:28:55 +02:00
TD-er d6b083cd09 [PubSubClient3] Add check for nullptr in CHECK_STRING_LENGTH
strnlen will cause a crash when called with a nullptr. Where this macro is called, there are already some checks for optional fields, however it is a bit 'not so nice' for the device to crash when accidentally a nullptr is given for for example the id or will message. (will topic is checked, will message is not)

See: https://github.com/hmueller01/pubsubclient3/pull/48
2025-07-03 11:28:06 +02:00
TD-erandGitHub 740972cdf1 Merge branch 'mega' into feature/updatePubSubClient3 2025-07-02 22:33:54 +02:00
TD-erandGitHub 653691dec1 Merge pull request #5199 from tonhuisman/feature/MQTT-discovery
[MQTT] (Auto)Discovery implementation
2025-07-02 22:33:32 +02:00
TD-erandGitHub f71b3665bd Merge pull request #5091 from tonhuisman/feature/P073-add-support-for-74hc595-displays
[P073] Add support for 74HC595 displays
2025-07-02 22:25:40 +02:00
Ton Huisman 6deae2c3d6 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P073-add-support-for-74hc595-displays 2025-07-02 21:00:03 +02:00
Ton Huisman 53061aaaaa [Docs] Update documentation for C005 2025-07-01 22:42:35 +02:00
Ton Huisman 8e89f9db95 [AutoDiscovery] Make start delay compiletime configurable, and extend max delay from 10 to 30 sec. 2025-07-01 22:35:15 +02:00
Ton Huisman a94de3c8b5 [AutoDiscovery] Remove unused code 2025-07-01 22:32:23 +02:00
TD-er 66c12ebbff [PubSubClient3] Speedup publish large messages using buffer
As discussed here: https://github.com/hmueller01/pubsubclient3/issues/29#issuecomment-2727644476
2025-06-29 00:18:39 +02:00
TD-er c48ffdf0b2 [PubSubClient] Update to new fork PubSubClient3 2025-06-28 23:31:54 +02:00
Ton Huisman c759ba1263 [AutoDiscovery] Embed setting for online message in /config setting 2025-06-28 23:05:30 +02:00
Ton Huisman e4f774edc5 [AutoDiscovery] Update PluginTemplate 2025-06-28 22:05:20 +02:00
Ton Huisman 9485a01106 [Docs] Update documentation for C005 2025-06-28 21:35:09 +02:00
Ton Huisman 1ecad1edc8 [AutoDiscovery] Embed setting for online message in /config setting 2025-06-28 21:34:31 +02:00
Ton Huisman 3ca31975f0 [Docs] Update Unit of Measure documentation and screenshots 2025-06-28 15:14:00 +02:00
Ton Huisman 2498daa87d [UoM] Fix UoM selector empty value 2025-06-28 15:00:50 +02:00
Ton Huisman 952a23640c [UoM] Restructure UoM selector into categories, add more uom options 2025-06-28 14:44:08 +02:00
Ton Huisman 215dc77bff [Plugins] Minor code improvement 2025-06-28 14:42:22 +02:00
Ton Huisman b72c8bff88 [AutoDiscovery] Add support for Wind direction and Wind speed 2025-06-28 14:41:18 +02:00
Ton Huisman a248cffa2a Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/MQTT-discovery 2025-06-27 21:13:01 +02:00
TD-erandGitHub f0fbea6217 Merge pull request #5343 from TD-er/bugfix/pwm_motor_fix_limit_switch
[PWM motor] Fix limit switch invert (again)
2025-06-27 10:22:24 +02:00
TD-er e81f2ebc14 [PWM motor] Fix limit switch invert (again) 2025-06-27 10:21:20 +02:00
Ton Huisman 152a081a48 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/MQTT-discovery 2025-06-26 22:21:34 +02:00
TD-erandGitHub 343f4e93ec Merge pull request #5335 from TD-er/build/remove_ESP32_SPIFFS_builds
[Build] Get rid of all ESP32-SPIFFS builds
2025-06-26 22:14:04 +02:00
TD-er bd117dfc1c Merge remote-tracking branch 'letscontrolit/mega' into build/remove_ESP32_SPIFFS_builds 2025-06-26 22:13:18 +02:00
TD-er 4407a0e923 [WebFlasher] Update LittleFS migration guide in webflasher page 2025-06-26 22:11:08 +02:00
TD-erandGitHub 08025f3ef1 Merge pull request #5342 from tonhuisman/feature/Docs-extract-spiffs-migration
[Docs] Extract SPIFFS to LittleFS migration guide for accessability
2025-06-26 22:06:33 +02:00
TD-erandGitHub 1b9e371f8e Merge pull request #5341 from TD-er/bugfix/PWM_motor_tweak_limitswitch
[PWM motor] Speedup acting on limit switch interrupt
2025-06-26 22:04:45 +02:00
Ton Huisman 100bcc75b5 [Docs] Extract SPIFFS to LittleFS migration guide for accessability 2025-06-26 22:04:43 +02:00
TD-er 51b3773922 [WebFlasher] Add more info on migrate to LittleFS on web flasher page 2025-06-26 22:01:48 +02:00
TD-er e8b1513a2c [ESP-IDF] Update to latest SDK version 2025-06-26 22:00:55 +02:00
Ton HuismanandTD-er 9a7cd9fa8a [Docs] Update/extend the SPIFFS to LittleFS migration procedure 2025-06-26 21:43:04 +02:00
TD-er 30953c7bd0 [PWM motor] Speedup acting on limit switch interrupt 2025-06-26 21:40:25 +02:00