Theo Arends
632e523c37
Bump version to 9.3.1.1
2021-02-23 16:27:30 +01:00
Theo Arends
59c0ebd49e
Bump version 9.3.0.1
2021-02-19 16:51:55 +01:00
Paul C Diem
60252a9043
Add DGR device map support
2021-02-09 15:10:32 -06:00
Theo Arends
8b0e45a58b
Increase number of switch GPIOs from 8 to 28
2021-02-05 11:58:24 +01:00
Theo Arends
d5542b1a66
ESP32 increase number of relay GPIOs from 8 to 28
2021-02-04 17:06:45 +01:00
Theo Arends
bc384a3858
Restore AddLog_P to max 700 chars
...
Changed maximum chars in ``AddLog_P`` logging restored from 128 to 700 (MAX_LOGSZ) to solve broken error messages
2021-01-23 13:21:17 +01:00
Theo Arends
204316bf1b
Change force initial default state ``SetOption57 1``
...
Change force initial default state ``SetOption57 1`` to scan wifi network every 44 minutes for strongest signal (#10395 )
2021-01-05 17:14:01 +01:00
Theo Arends
dcbb3f1e0e
Happy New Year
2021-01-01 13:44:04 +01:00
Theo Arends
f004cfea60
Breaking change regarding MFRC522 and ILI9341
...
- Replaced MFRC522 13.56MHz rfid card reader GPIO selection from ``GPIO_SPI_CS`` by ``GPIO_RC522_CS``
- Replaced ILI9341 GPIO selection from ``GPIO_SPI_CS`` by ``GPIO_ILI9341_CS`` and ``GPIO_SPI_DC`` by ``GPIO_ILI9341_DC``
2020-12-29 17:42:53 +01:00
Theo Arends
eaa9da7d11
Bump version to v9.2.0.1
2020-12-17 14:03:02 +01:00
Theo Arends
e1963e98dc
Breaking change KNX DPT9 to DPT14
...
- Version bump to 9.1.0.2
- Breaking change KNX DPT9 (16-bit float) to DPT14 (32-bit float) by Adrian Scillato (#9811 , #9888 )
2020-11-17 10:36:57 +01:00
Theo Arends
cc69244a8f
Changed platformio compiler option
...
Changed platformio compiler option `no target align` enabled for stage
2020-11-05 13:55:17 +01:00
Theo Arends
cdf66b6eff
Version bump
2020-11-05 13:33:17 +01:00
Theo Arends
a96218fc1c
v9.0.0.3
...
- Add TLS in binary tasmota-zbbridge (#9620 )
- Add support for EZO CO2 sensors by Christopher Tremblay (#9619 )
2020-10-25 14:46:13 +01:00
Theo Arends
fc04c50674
Convert AdcParam parameters from versions before v9.0.0.2
...
- Command ``Gpio17`` replaces command ``Adc``
- Command ``Gpios`` replaces command ``Adcs``
2020-10-11 11:31:46 +02:00
Theo Arends
dd95b4a8cd
Bump dev version to 9.0.0.1
2020-10-02 12:22:01 +02:00
Theo Arends
5176e3ab02
Bump version to 8.5.0.1
2020-09-07 14:54:31 +02:00
Theo Arends
0f1e4fc917
Add command ``PowerDelta1`` to ``PowerDelta3``
...
- Bump version to 8.4.0.3
- Add command ``PowerDelta1`` to ``PowerDelta3`` to trigger on up to three phases (#9134 )
2020-08-23 18:29:16 +02:00
Theo Arends
731ca297b0
Add better config corruption recovery
...
- Add better config corruption recovery (#9046 )
- Remove support for 1-step upgrade from versions before 6.6.0.11 to versions after 8.4.0.1
2020-08-13 13:04:28 +02:00
Theo Arends
70c7f38a1f
Release 8.4.0
2020-07-29 16:58:07 +02:00
Theo Arends
6b0870343b
Change to limited support of Arduino IDE
...
Change to limited support of Arduino IDE as an increasing amount of features cannot be compiled with Arduino IDE
2020-07-16 18:21:19 +02:00
Theo Arends
6f52b0f7cc
Reset version
2020-07-15 14:35:30 +02:00
Theo Arends
642fa216c2
Merge branch 'development' into pre-release
2020-07-04 12:04:41 +02:00
Theo Arends
83bbe757db
Add command ``Module2``
...
Add command ``Module2`` to configure fallback module on fast reboot (#8464 )
2020-06-17 14:06:46 +02:00
Theo Arends
715697cb32
Add ESP32 ethernet commands
...
Add ESP32 ethernet commands ``EthType 0/1``, ``EthAddress 0..31`` and ``EthClockMode 0..3`` (#8503 )
2020-06-16 18:36:49 +02:00
Theo Arends
ef0b797686
Add basic support for ESP32 ethernet
...
Add basic support for ESP32 ethernet adding commands ``Wifi 0/1`` and ``Ethernet 0/1`` both default ON (#8503 )
2020-06-15 18:27:04 +02:00
Theo Arends
4c5b2f37fd
Add initial support for Telegram
...
Add initial support for Telegram bot (#8619 )
2020-06-11 17:30:33 +02:00
Theo Arends
855e054db8
Change Energy JSON data
...
- Bump version 8.3.1.2
- Change Energy JSON Total field from ``"Total":[33.736,11.717,16.978]`` to ``"Total":33.736,"TotalTariff":[11.717,16.978]``
- Change Energy JSON ExportActive field from ``"ExportActive":[33.736,11.717,16.978]`` to ``"ExportActive":33.736,"ExportActiveTariff":[11.717,16.978]``
- Add Three Phase Export Active Energy to SDM630 driver
2020-05-22 17:48:21 +02:00
Theo Arends
ebbdb28e48
Bump version to 8.3.1.1
2020-05-18 17:06:11 +02:00
Theo Arends
2055d06825
Merge branch 'development' into pre-release
2020-05-18 10:06:12 +02:00
Theo Arends
d7f6c78ed9
Add command ``DeviceName``
...
Add command ``DeviceName`` defaults to FriendlyName1 and replaces FriendlyName1 in GUI
2020-05-17 17:10:17 +02:00
Theo Arends
fff26f6538
Fix button default state
...
- Fix button default state
- Bump version 8.3.0.1
2020-05-14 15:32:27 +02:00
Theo Arends
4e05975b6c
Sync with released 8.3.0
2020-05-14 12:40:48 +02:00
Theo Arends
5d18ad1c74
Add experimental basic support for ESP32
...
- Add experimental basic support for Tasmota on ESP32 based on work by Jörg Schüler-Maroldt
- Bump version to 8.2.0.6
- This ESP32 upgrade breaks current ESP32 templates
2020-05-01 17:30:09 +02:00
Theo Arends
14040f601c
Breaking Change Device Groups multicast address and port
...
- Breaking Change Device Groups multicast address and port (#8270 )
- Version bump 8.2.0.5
2020-04-25 11:20:48 +02:00
Theo Arends
d3b2f8c489
Add config version tag
...
- Add config version tag
- Bump version 8.2.0.4
2020-04-17 11:57:09 +02:00
Theo Arends
d080bb97b8
Prep release 8.3.0
2020-04-09 11:58:35 +02:00
Theo Arends
4b98e9dfb2
Merge branch 'development' into pre-release
2020-04-05 14:33:47 +02:00
Theo Arends
d713468c0c
Add support for longer template names
...
Add support for longer template names
2020-03-29 17:41:31 +02:00
Theo Arends
dbc9f16ffc
Add support for up to four MQTT GroupTopics
...
- Bump version to 8.2.0.2
- Add support for up to four MQTT GroupTopics using the same optional Device Group names (#8014 )
2020-03-28 16:48:36 +01:00
Theo Arends
b6fc31ebb0
Bump version 8.2.0.1
...
- Bump version 8.2.0.1
- Change HM-10 sensor type detection and add features (#7962 )
2020-03-21 15:46:28 +01:00
Theo Arends
211520b1c8
Bump version 8.2.0
2020-03-21 11:22:22 +01:00
Theo Arends
c62a0318cd
Bump version to 8.1.0.11
...
- Bump version to 8.1.0.11
- Add HAss Discovery support for Button and Switch triggers by Federico Leoni (#7901 )
2020-03-13 12:00:52 +01:00
Theo Arends
e3be05756a
Merge branch 'development' into release
2020-03-06 12:18:08 +01:00
Theo Arends
5cfe247611
Change default my_user_config.h driver and sensor support
...
Change default my_user_config.h driver and sensor support removing most sensors and adding most drivers
2020-02-27 15:10:42 +01:00
Theo Arends
9b1fc4342b
Revert wifi connectivity stability introduced in 8.1.0.5
...
Revert wifi connectivity stability introduced in 8.1.0.5 (#7746 , #7602 , #7621 )
2020-02-20 11:24:35 +01:00
Theo Arends
8079ee9749
Change MQTT message size
...
Change MQTT message size with additional 200 characters
2020-02-12 18:00:53 +01:00
Theo Arends
edadaa284f
Bump version to 8.1.0.7
2020-02-10 15:20:38 +01:00
Theo Arends
186d3fcb4d
Add support for Shelly Add-On adapter
...
Add support for sensor DS18x20 on Shelly 1 and Shelly 1PM using Shelly Add-On adapter
2020-02-05 16:28:56 +01:00
Theo Arends
ff01f934e2
Bump version 8.1.0.5
2020-01-26 14:20:40 +01:00