Commit Graph

1095 Commits

Author SHA1 Message Date
Theo Arends aea3789f40 Minor fixes 2024-01-06 21:46:37 +01:00
Theo Arends 2f184b394f Add GPIO Viewer to see realtime GPIO states. Enable with define USE_GPIO_VIEWER 2024-01-06 17:54:23 +01:00
Theo Arends 0ed01c3b1d Revert "Add ESP32 experimental support GPIOViewer when ``define USE_ESP32_GPIO_VIEWER`` is enabled"
This reverts commit 9d27f395d8.
2024-01-04 22:50:41 +01:00
Theo Arends 9d27f395d8 Add ESP32 experimental support GPIOViewer when ``define USE_ESP32_GPIO_VIEWER`` is enabled 2024-01-04 18:28:37 +01:00
Theo Arends 03aea58a4c Bump version v13.2.0.2 2024-01-02 14:29:23 +01:00
Theo Arends 92c3261fb0 Update changelogs 2023-12-30 14:59:16 +01:00
Theo Arends 4393327bb9 Add support negative power on BL0942 using index 5..8 (#20322) 2023-12-29 22:54:32 +01:00
Theo Arends d5a4f8441b Fix Berry claiming UART0 if needed (#20324) 2023-12-28 17:25:01 +01:00
Theo Arends 21c7edcb50 Add display of active drivers using command ``status 4`` 2023-12-27 22:03:56 +01:00
Theo Arends a6a8214ea7 Fix support for Domoticz floor/room topics
Fix support for Domoticz floor/room topics. Regression from v12.0.1 (#20299)
2023-12-23 16:13:13 +01:00
Theo Arends a445c7f23a Fix syslog server warning
Fix syslog server warning caused by lack of <PRI> field and hostname starting with 'z' (#14689)
2023-12-20 16:00:27 +01:00
Theo Arends 9e2ae391fc Fix ESP32 piezo ceramic buzzer
Fix ESP32 piezo ceramic buzzer doesn't buzz (#20118)
2023-12-19 15:38:12 +01:00
Theo Arends b81eaf5bc8 Support syslog updates every sleep
Support syslog updates every sleep or every second if `#define SYSLOG_UPDATE_SECOND` (#20260)
2023-12-19 12:45:13 +01:00
Theo Arends b69a335634 Update changelogs 2023-12-18 14:26:13 +01:00
Theo Arends 70768ea8ad Update changelogs 2023-12-16 18:29:09 +01:00
Theo Arends b421e2d88b Update changelogs 2023-12-14 15:17:44 +01:00
Theo Arends 512d659d67 Bump version to v13.3.0.1 2023-12-12 16:20:06 +01:00
Theo Arends c6ecaf9bd7 Update changelogs 2023-12-12 10:56:04 +01:00
Theo Arends 728f91b602 Update changelogs 2023-12-05 10:07:02 +01:00
Theo Arends 7a6cca6d20 Add command ``WebCanvas``
Add command ``WebCanvas linear-gradient(#FF0018 7%,#FFA52C,#FFFF41,#008018,#0000F9,#86007D 93%)`` to set GUI canvas
2023-12-03 15:52:44 +01:00
Theo Arends 70a082c8e5 ESP32 show colorful background if ``WebColor2`` bit0 is not set. Bit0 is default set using #252525 2023-12-03 11:59:16 +01:00
Theo Arends 050fdbf5de Important fix 2023-12-02 17:04:43 +01:00
Theo Arends b7819bcfac ESP32 show LHBT background if ``WebColor2`` bit0 is not set. Bit0 is default set using #252525 2023-12-02 16:59:04 +01:00
Theo Arends 5b13ece33e Bump version to v13.2.0.3 2023-12-01 14:10:13 +01:00
Theo Arends 07031d5ebf Fix ``WebQuery`` response buffer corruption and format character ``%`` (#20111) 2023-11-27 15:22:30 +01:00
Theo Arends 2cee622af8 ESP32 remove restart energy logging if no energy monitoring is selected 2023-11-24 16:36:41 +01:00
Theo Arends 9153ba37ca Update changelogs 2023-11-23 12:34:10 +01:00
Theo Arends df2bb8e95c Update changelogs 2023-11-16 10:38:02 +01:00
Theo Arends 73f219e2bb Update changelogs 2023-11-13 11:29:57 +01:00
Theo Arends e81ec38661 Update changelogs 2023-11-11 14:29:37 +01:00
Theo Arends 27fa6f34ea Update changelogs 2023-11-08 14:17:55 +01:00
Theo Arends dab1a5302e Update changelogs 2023-11-03 14:34:03 +01:00
Theo Arends f78c195945 Update changelogs - Bump version v13.2.0.2 2023-11-03 14:20:36 +01:00
Theo Arends 18c56f92bb Update change logs 2023-10-27 17:42:38 +02:00
Theo Arends 84ced0fcab Add ESP32 core v3 auto TasConsole USB or Serial connection by @staars 2023-10-24 16:32:39 +02:00
Theo Arends 57860b692d Fix GpioRead (#19810) 2023-10-21 17:20:55 +02:00
Theo Arends 6efe2ab514 Add I2C bus2 support to LM75AD temperature sensor 2023-10-21 15:42:32 +02:00
Theo Arends bec0c27750 Add I2C bus2 support to SI1145/6/7 Ultra violet index and light sensor 2023-10-21 15:31:54 +02:00
Theo Arends bd90363565 Update changelogs 2023-10-21 14:48:12 +02:00
Theo Arends c91882daeb Add ADS1115 I2C bus2 support 2023-10-20 17:39:00 +02:00
Theo Arends 88a3d6cb7e Update changelogs 2023-10-19 18:04:48 +02:00
Theo Arends e3253fea8f Add I2C bus2 support to BH1750 2023-10-19 18:01:12 +02:00
Theo Arends 49709807c7 Add I2C bus2 support to HTU temperature sensor 2023-10-19 17:37:19 +02:00
Theo Arends b6811b2f4e Prep ESP32 I2C bus2 support 2023-10-19 16:59:53 +02:00
Theo Arends 70287d90ad Bump v13.2.0.1 2023-10-19 11:45:12 +02:00
Theo Arends 19200ccf6f Update change logs 2023-10-18 09:51:40 +02:00
Theo Arends 440470b65e Update changelogs 2023-10-16 16:22:46 +02:00
Theo Arends 433afbb99f update changelogs 2023-10-15 14:21:32 +02:00
Theo Arends 7e6267313b Update changelogs 2023-10-14 16:05:20 +02:00
Theo Arends 0984c01828 Update changelogs 2023-10-13 14:50:51 +02:00
Theo Arends 950c6d7fcc Update changelogs 2023-10-05 15:47:19 +02:00
Jason2866 9e142c1d3c
Tasmota Core 2.0.14 (#19667)
* Tasmota Core 2.0.14
2023-10-04 19:12:24 +02:00
Theo Arends d96ed15e95 Bump version v3.1.0.4 2023-10-04 13:52:08 +02:00
Theo Arends 10616cade6 Update changelogs 2023-10-03 14:45:55 +02:00
Theo Arends 257112e2a7 Update changelogs 2023-09-21 10:15:36 +02:00
Theo Arends 422c8f2e57 Update changelogs 2023-09-19 16:14:03 +02:00
Theo Arends b2da74b57f Update RELEASENOTES.md 2023-09-18 15:57:34 +02:00
Jason2866 ed33d61ab7
Tasmota Core 2.0.13 (#395) (#19533)
Tasmota Core 2.0.13
2023-09-16 21:10:08 +02:00
Theo Arends c5100044d2 Update changelogs 2023-09-15 17:06:54 +02:00
Theo Arends d595e64600 Bump version v13.1.0.3 2023-09-14 15:49:31 +02:00
Theo Arends 360509a35a Update changelogs 2023-09-14 15:44:48 +02:00
Jason2866 ad00d9ec5b
Tasmota ESP32 core 2.0.12 (#19463) 2023-09-10 13:41:25 +02:00
Theo Arends 1c6db35d96 Update changelogs 2023-09-06 09:50:29 +02:00
Theo Arends 48cf04db3a Fixed PCF8574 mode 1
- Fixed PCF8574 mode 1 with base relays exception 3/28 regression from v12.4.0.4 (#19408)
- Bump version v13.1.0.2
2023-08-31 15:15:18 +02:00
Theo Arends ea6cacd08c Update changelogs 2023-08-26 11:58:40 +02:00
Theo Arends 16b1c5577a Update change logs 2023-08-25 13:25:04 +02:00
Theo Arends 5b3b2a7a62 Changed display invert setting
Changed display invert setting after tasmota start in uDisplay driver (#19337)
2023-08-18 11:34:01 +02:00
Theo Arends e4eb919c93 Update changelogs 2023-08-18 11:22:06 +02:00
Theo Arends b8804cf2a8 Add variables to rules
Add variables ``%power<1..28>%`` and  ``%switch<1..28>%`` to rules (#19331)
2023-08-17 15:34:13 +02:00
Theo Arends d9530f32a6 Sync dev with release v13.1 2023-08-15 10:37:54 +02:00
Theo Arends 2710693453 Update changelogs 2023-08-14 10:15:16 +02:00
Theo Arends 3417d42669 Update changelogs 2023-08-12 14:18:56 +02:00
Theo Arends e52c6105c6 Bump version to v13.0.0.4 2023-08-05 15:41:12 +02:00
Theo Arends 7736ba8af1 Change console height
Change console height from default 318 pixels to viewport (#19241)
2023-08-04 16:11:58 +02:00
Theo Arends 290f37abb9 Update changelogs 2023-08-04 09:26:23 +02:00
Theo Arends 39643611d4 Update changelogs 2023-08-03 12:12:55 +02:00
Theo Arends 57fb19f259 Update changelogs 2023-08-03 11:45:36 +02:00
Theo Arends 0a664b3613 Update changelogs 2023-07-25 11:50:46 +02:00
Theo Arends 978a21240c Update changelogs 2023-07-24 15:30:48 +02:00
Theo Arends 421c95a51b Update change logs 2023-07-22 14:55:20 +02:00
Theo Arends c7a22f175b Update changelogs 2023-07-21 14:55:06 +02:00
Theo Arends b149443691 Fix default battery level
- Fix default battery level (#19160)
- Bump version to v13.0.0.3
2023-07-21 14:35:22 +02:00
Theo Arends cefd42c820 Update changelogs 2023-07-10 18:18:42 +02:00
Theo Arends 43bc81010f Configuration file save and restore .xdrvsetXXX
Configuration file save and restore now backup and restore ``.xdrvsetXXX`` files too (#18295)
2023-07-10 16:03:32 +02:00
Theo Arends c0160f2b5b Update changelogs 2023-07-09 10:43:39 +02:00
Theo Arends ac4c4505a5 Bump version v13.0.0.2
Update changelogs
2023-07-08 17:37:12 +02:00
Theo Arends 67a62ef3c8 Update changelogs 2023-07-05 11:00:10 +02:00
Theo Arends 41de111429 Update change logs 2023-07-03 21:27:47 +02:00
Theo Arends 465ae023ab Update change logs 2023-06-29 14:10:49 +02:00
Theo Arends 504b51a9b4 Add command ``Delay -1``
Add command ``Delay -1`` to wait until next second (#18984)
2023-06-28 11:53:23 +02:00
Theo Arends fb0c14e9ec Update RELEASENOTES.md 2023-06-28 10:48:08 +02:00
Theo Arends d9a66547aa Bump version v13.0.0.1 2023-06-26 11:12:31 +02:00
Theo Arends 1d74c35950 Update RELEASENOTES.md 2023-06-26 09:19:17 +02:00
Theo Arends abd3d6ff12 Update RELEASENOTES.md 2023-06-25 13:33:24 +02:00
Theo Arends 1b760bb696 Prep release 13.0 2023-06-24 13:55:32 +02:00
Theo Arends 5248641836 Update RELEASENOTES.md 2023-06-21 16:12:36 +02:00
Theo Arends 51286f2275 Update changelogs 2023-06-02 14:24:46 +02:00
Theo Arends 4e7475dbd4 Bump version v12.5.0.4 2023-06-02 10:25:02 +02:00
Theo Arends 07b7a7ee9a Fix initial ESP32 Energy kWh total time 2023-05-29 16:19:55 +02:00
Theo Arends 10f9c20078 Fix ESP32 SPI initialization for MFRC522
Fix ESP32 SPI initialization for MFRC522 (#18711)
2023-05-23 14:34:47 +02:00