thomastech
ed2b802c98
Created Docs (RTD) for updated Notifications Email plugin.
2024-07-30 11:08:23 -07:00
TD-er
63d3520845
Merge branch 'mega' into Notify_Plugin_Patch
2024-07-10 22:53:06 +02:00
TD-er
c8ecd35c77
Merge pull request #5082 from TD-er/bugfix/NTP_sync_accuracy
...
[Time] Improve accuracy and precision of time sync
2024-07-08 15:03:23 +02:00
TD-er
48ac92d648
[OTA] Fix crash/abort of larger OTA updates (e.g. Max builds)
2024-07-07 23:00:32 +02:00
TD-er
a3d71bb53e
[ADC] Change order of mV and ADC value as this is more intuitive
2024-07-07 14:01:15 +02:00
TD-er
5f683901d7
[P2P] Fix crashes when processing UDP packets after WiFi disconnect
2024-07-07 14:00:02 +02:00
TD-er
9e46e7406e
[GPS] Fix showing GPS received time on GPS task page
2024-07-07 01:46:44 +02:00
TD-er
6ef6f11470
[ESP-IDF5.1] Fix hanging when OTA update fails.
2024-07-06 00:21:14 +02:00
TD-er
cd3c5fa1c4
[GPS] Fix filtering out occasional jitter in received GPS timestamp
2024-07-05 19:00:07 +02:00
TD-er
ac969eebe6
[Time] Improve accuracy and precision of time sync
...
NTP time sync is now purely correcting for instability of internal crystal in the ESP board.
Tried to run a NTP time sync every 2 minutes for a while with this fix and now the time correction is max. 5 msec on each call.
To Check:
- [ ] Accuracy/precision of p2p time sync
- [ ] Look into time sync from GPS as this may "jump around" a bit when the ESP board is busy while processing GPS data.
2024-07-04 17:42:52 +02:00
TD-er
5110eeb83a
Merge branch 'mega' into Notify_Plugin_Patch
2024-07-04 00:25:57 +02:00
TD-er
5f6ec043a3
Merge pull request #5053 from TD-er/feature/P169_AS3935_lightning_detector
...
Feature/p169 as3935 lightning detector
2024-07-04 00:03:32 +02:00
TD-er
833f80e11a
[Cleanup] Fix wrong unit for TX power on web UI page
2024-07-04 00:02:36 +02:00
thomastech
caffc8ad26
Reverted Notify Max Timeout to 20000mS (was 12000). Notify Log msgs now employ loglevelActiveFor() wrapper.
2024-07-02 15:47:49 -07:00
TD-er
47233e81bf
[Time] Improve NTP accuracy and prevent lockups on incorrect data
2024-07-02 23:57:21 +02:00
thomastech
d5ca65ea86
(1) Reduced Notify Timeout Limit to 12000mS. (2) Fixed "Reply to" address when provided by Notify Command (via rules).
2024-07-02 12:39:36 -07:00
thomastech
ae0984d033
Cleanup Notify log text messages.
2024-07-01 20:03:16 -07:00
thomastech
0b42726f21
Changed Notify SMTP email timeout values to mS (were secs), per TD-er's request.
2024-07-01 19:32:53 -07:00
thomastech
665d9ee01e
Added more comments to file. No code change.
2024-07-01 16:16:38 -07:00
thomastech
e64a1073cc
Preliminary Notify Plugin Changes to restore operation after ISP email server upgrade
2024-07-01 15:25:08 -07:00
TD-er
a06f665e14
Merge branch 'mega' into feature/P169_AS3935_lightning_detector
2024-06-30 22:49:34 +02:00
TD-er
c308c60165
Merge pull request #5056 from tonhuisman/feature/P170-add-seeed-i2c-liquid-level-sensor
...
[P170] Add Seeed studio I2C Liquid Level sensor
2024-06-30 22:46:34 +02:00
TD-er
31ce95939d
Merge remote-tracking branch 'letscontrolit/mega' into feature/P170-add-seeed-i2c-liquid-level-sensor
2024-06-30 22:46:11 +02:00
TD-er
9f672011cb
Merge pull request #5055 from tonhuisman/feature/P168-add-veml6030-veml7700-lux-sensor
...
[P168] Add VEML6030/VEML7700 Light/Lux sensor
2024-06-30 22:43:38 +02:00
TD-er
241210acb2
Merge remote-tracking branch 'letscontrolit/mega' into feature/P168-add-veml6030-veml7700-lux-sensor
2024-06-30 22:39:05 +02:00
TD-er
2a909365e8
Merge pull request #5049 from tonhuisman/feature/P047-add-befle-v3-sensor
...
[P047] Add support for BeFlE v3.x moisture sensor
2024-06-30 22:37:27 +02:00
TD-er
c3386afcb3
Merge remote-tracking branch 'letscontrolit/mega' into feature/P047-add-befle-v3-sensor
2024-06-30 22:36:22 +02:00
TD-er
58ed6f4ebe
Merge pull request #5067 from tonhuisman/feature/P123-add-support-for-more-touchscreen-types
...
[P123] Add support for GT911, CST820, CST226, AXS15231 and CHSC5816 touch screens
2024-06-30 22:34:39 +02:00
Ton Huisman
8ea5c839dd
[P123] Docs: add remark for untested touchscreen controllers
2024-06-30 18:09:59 +02:00
Ton Huisman
9c4068a4cd
Merge branch 'feature/P123-add-support-for-more-touchscreen-types' of https://github.com/tonhuisman/ESPEasy-1 into feature/P123-add-support-for-more-touchscreen-types
2024-06-30 18:06:37 +02:00
Ton Huisman
9512e9d842
Merge branch 'mega' into feature/P123-add-support-for-more-touchscreen-types
2024-06-30 17:57:38 +02:00
TD-er
d747dd8b95
[VL53L0X] Add dynamic filtering, allowing fast response on quick change
2024-06-30 16:55:43 +02:00
Ton Huisman
c7b45f76ab
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P170-add-seeed-i2c-liquid-level-sensor
2024-06-30 15:12:07 +02:00
TD-er
8498c026a2
[VL53L0X] Cleanup code
2024-06-30 14:51:50 +02:00
TD-er
d48480d56d
[Time] Cleanup ESPEasy internal system time management
2024-06-30 14:51:08 +02:00
TD-er
7187109f8e
[Time] Simplify system time management + increase resolution to usec
2024-06-30 02:15:17 +02:00
TD-er
1d94b2d3a9
[AS3935] Do not set IRQ pin to input when not configured (e.g. p2p share)
2024-06-30 02:14:28 +02:00
TD-er
3e0ebb1cc6
[VL53L0X] Add filtering + make threshold more intuitive
2024-06-30 02:13:04 +02:00
Ton Huisman
b02db22952
Merge branch 'mega' into feature/P047-add-befle-v3-sensor
2024-06-29 14:34:15 +02:00
TD-er
90161c17be
[WiFi] Fix (re)connect to WiFi on ESP32-xx builds
2024-06-28 12:50:28 +02:00
TD-er
b88e1337da
[VL53L0X] Actually do read the sensor asynchronous.
2024-06-27 15:42:18 +02:00
TD-er
25bdb676f0
[VL53L0x] Make reading sensor async
2024-06-27 13:38:46 +02:00
TD-er
97060ac321
[WiFi] Fix WiFi not able to reconnect due to unprocessed disconnect
2024-06-26 19:03:24 +02:00
TD-er
fb3a84d907
[ESP32 temp] Fix int. temperature sensor not changing range
2024-06-26 19:02:52 +02:00
TD-er
9758f809ac
[Build] Fix build due to missing #ifdef checks
2024-06-26 16:55:21 +02:00
TD-er
aafa860486
[Sysinfo] Add internal temperature to sysinfo (when supported)
2024-06-26 16:10:35 +02:00
TD-er
1264f69ab4
[ESP-IDF5.1] No longer support Ethernet on ESP32-C2
2024-06-26 16:09:46 +02:00
TD-er
66eb912632
[Cleanup] Always use the same unit/note for settings, regardless the page
2024-06-26 13:48:01 +02:00
TD-er
3c38e50c03
[WiFi] Add passive/active scan for ESP32
2024-06-26 13:47:04 +02:00
TD-er
6de10d10ed
[ESP-IDF5.x] Update to latest ESP-IDF/Arduino SDK
2024-06-26 13:43:11 +02:00