s-hadinger
f8b56e1058
Zigbee fix crash on ESP8266 #17397 ( #17405 )
2022-12-15 22:52:19 +01:00
Theo Arends
571502114c
Bump version v12.3.0.1
2022-12-14 14:46:08 +01:00
Theo Arends
1ad8b7713e
Add support for ME007-ULS
...
Add support for ME007-ULS narrow FoV ultrasonic distance sensor by Mathias Buder (#17376 )
2022-12-14 12:18:49 +01:00
Theo Arends
f6d385250e
Update changelogs
2022-12-14 11:31:25 +01:00
Theo Arends
ce4197459f
Update changelogs
2022-12-14 11:25:12 +01:00
s-hadinger
ce0a0d05a9
MQTT now uses Tasmota's DNS resolver instead of LWIP ( #17387 )
2022-12-13 21:46:20 +01:00
s-hadinger
7e27945e5a
ESP32 fix ``Ping`` ( #17373 )
2022-12-12 23:07:14 +01:00
Theo Arends
630987302a
Fix Analog MQ exception
...
Fix Analog MQ exception (#17271 )
2022-12-12 10:57:21 +01:00
Theo Arends
d8d45078fb
Update changelogs
2022-12-11 12:23:01 +01:00
Theo Arends
e018b61a9d
Update changelogs
2022-12-10 17:16:42 +01:00
Stephan Hadinger
2f1b2ec5fd
IPv6 support for Ethernet (ESP32)
2022-12-08 19:06:51 +01:00
Stephan Hadinger
ec17440662
Berry crypto module, with AES_GCM by default and EC_CC25519 optional
2022-12-04 19:20:11 +01:00
Theo Arends
e1221b924d
Changed removed leading spaces on commands ``(S)SerialSend1 to 6``
...
Removed leading spaces on commands ``(S)SerialSend1 to 6`` but keep on duplicate commands ``(S)SerialSend11 to 16`` (#16723 )
2022-12-04 15:09:39 +01:00
Theo Arends
bbde894628
Add serial Modbus transmit enable GPIOs
...
Add serial Modbus transmit enable GPIOs to all modbus energy drivers and modbus bridge (#17247 )
2022-12-03 12:33:42 +01:00
Stephan Hadinger
d3be3dfe8f
IPv6 preview for ESP32, also working for ESP8266
2022-11-30 19:40:58 +01:00
Theo Arends
af9f83e7e4
Bump version v12.2.0.6
2022-11-29 11:11:39 +01:00
Stephan Hadinger
a0ed383840
Berry add module `mdns`
2022-11-27 18:08:53 +01:00
Theo Arends
53563d44d8
Add support for HLK-LD2410 24GHz smart wave motion sensor
...
Add support for HLK-LD2410 24GHz smart wave motion sensor
2022-11-26 17:49:25 +01:00
Theo Arends
a381da3a39
Revert GUI file accept
2022-11-24 14:47:26 +01:00
Theo Arends
6e9394984d
Update changelogs
2022-11-20 15:52:40 +01:00
Theo Arends
f9138984bf
Add accept filename extensions to GUI
...
Add accept filename extensions to GUI file upload input fields (#16875 )
2022-11-20 15:07:38 +01:00
Theo Arends
4f31e7a1b2
Add command ``SetOption35 0..255``
...
Add command ``SetOption35 0..255`` to skip number of received messages in Serial Bridge (default 0) (#17140 )
2022-11-20 12:52:24 +01:00
Theo Arends
783631903d
Add user control over Serial Bridge buffers
...
- Add optional define ``SERIAL_BRIDGE_BUFFER_SIZE`` to set Serial Bridge internal buffer size (Default ESP8266 = 256, ESP32 = 800)
- Add command ``SSerialBuffer 256..SERIAL_BRIDGE_BUFFER_SIZE`` to change serial bridge rx buffer size (#17120 )
2022-11-18 16:21:54 +01:00
Theo Arends
0674f9b0b6
Add command ``SSerialBuffer 64..256``
...
Add command ``SSerialBuffer 64..256`` to change software serial bridge receive buffer size from default (64) to max local buffer size (256) (#17120 )
2022-11-18 13:00:59 +01:00
Theo Arends
e578171a16
Update changelogs
2022-11-17 12:47:09 +01:00
Theo Arends
d4bfd88256
Merge pull request #17112 from curzon01/DS18x20_ESP32_parasite_power
...
Add DS18x20 parasitic power usage on ESP32
2022-11-17 12:42:25 +01:00
Norbert Richter
b149da46c6
Add DS18x20 parasitic power usage on ESP32
2022-11-17 12:24:11 +01:00
Theo Arends
a924e41ff3
Bump version v12.2.0.5
...
- Fixed ModbusBridge baudrates over 76500 baud (#17106 )
- Bump version v12.2.0.5
2022-11-17 11:44:51 +01:00
Theo Arends
99378308f7
Update changelogs
2022-11-16 14:26:49 +01:00
Theo Arends
229c2cce06
Revert Art-Net to ArtNet
2022-11-16 10:55:56 +01:00
Stephan Hadinger
0849b6e5ef
Rename to udp.close()
2022-11-16 08:33:13 +01:00
Stephan Hadinger
f7fa09ebbe
Berry add ``udp->stop()`` method
2022-11-15 23:28:34 +01:00
Theo Arends
5f3d504c30
Add support for HMC5883L
...
Add support for HMC5883L 3-Axis Digital Compass sensor by Andreas Achtzehn (#17069 )
2022-11-15 11:11:32 +01:00
Theo Arends
e88d1682e9
Add command ``SwitchMode 16``
...
Add command ``SwitchMode 16`` sending only MQTT message on inverted switch change (#17028 )
2022-11-15 10:10:29 +01:00
Theo Arends
79c1bd2ae8
Merge branch 'development' into zigbee_aqara_plug
2022-11-15 09:27:40 +01:00
Stephan Hadinger
d2d384dc72
Zigbee improved Aqara plug support and completed cluster 0x0702
2022-11-14 22:46:08 +01:00
Stephan Hadinger
7950800cb2
ESP32 LVGL library from v8.3.2 to v8.3.3 (no functional change)
2022-11-14 21:15:38 +01:00
Theo Arends
c92d51f050
Rename ArtNet to Art-Net
2022-11-14 14:20:41 +01:00
Theo Arends
bfbdd49aaf
Revert change 2.7.4.9
2022-11-14 12:52:25 +01:00
Theo Arends
60ff102807
Update changelogs
2022-11-14 12:04:36 +01:00
Stephan Hadinger
2549203c13
Added WS2812 and Light ArtNet DMX control over UDP port 6454
2022-11-13 18:22:39 +01:00
Stephan Hadinger
0cfa2aba74
WS2812 sends signal to only ``Pixels`` leds instead of sending to 512 leds
2022-11-13 18:00:49 +01:00
Theo Arends
13c27194ec
TuyaMcu rewrite by btsimonh ( #17051 )
2022-11-13 12:55:18 +01:00
Stephan Hadinger
3731894486
Added ``FUNC_NETWORK_UP`` and ``FUNC_NETWORK_DOWN`` events
2022-11-11 11:15:05 +01:00
Theo Arends
e83882b655
Update changelogs
2022-11-10 13:54:05 +01:00
Jason2866
f16c555f2b
Tasmota core v2.0.5.3
2022-11-10 12:49:13 +01:00
Theo Arends
dd1586fbfc
Bump version to v12.2.0.4
...
- Reverted Flash Mode back from ``DIO`` to ``DOUT`` for ESP8266/ESP8285 (#17019 )
2022-11-09 12:19:33 +01:00
Theo Arends
64a609eae2
Revert "`DIO` as default for ESP82xx"
...
This reverts commit 5673e11fac
.
2022-11-09 11:57:34 +01:00
Theo Arends
381bfbf5bd
Redesign distance sensors VL53LXX, TOF10120, HRXL and DYP
...
Redesign distance sensors VL53LXX, TOF10120, HRXL and DYP to use cm instead of mm (#17021 )
2022-11-08 16:59:46 +01:00
Theo Arends
05b43fb143
Redesign distance sensors HRXL and DYP
...
Redesign distance sensors HRXL and DYP to use cm instead of mm (#17021 )
2022-11-08 15:27:40 +01:00
Jason2866
5673e11fac
`DIO` as default for ESP82xx
2022-11-07 16:47:43 +01:00
Theo Arends
a469b35f02
Bump version to v12.2.0.3
2022-11-07 11:06:17 +01:00
Norbert Richter
050f2e7e61
Fix ModbusBridge buffer overflow ( #16979 )
2022-11-06 12:32:30 +01:00
Stephan Hadinger
e910f3071c
Berry add ``dyn`` class
2022-11-06 10:52:17 +01:00
Stephan Hadinger
a5e7917704
ESP32 DMX ArtNet optimization to avoid any object allocation and avoid garbage collector pauses
2022-11-03 21:54:21 +01:00
Theo Arends
4e9cfc7629
Add command ``SetOption47 1..255``
...
Add command ``SetOption47 1..255`` to delay power on relay state in seconds reducing power surge
2022-11-03 17:26:54 +01:00
Stephan Hadinger
b2e9001ca2
Support for DMX ArtNet Led matrix animations
2022-11-02 22:37:53 +01:00
Theo Arends
0632377192
Fix serial initialization
...
Fix serial initialization for baudrate and config (#16970 )
2022-11-02 11:24:24 +01:00
Stephan Hadinger
4c896cd8bc
Added Berry ``bytes().reverse()`` method
2022-11-01 23:07:15 +01:00
Theo Arends
79536d8714
Update changelog
2022-10-31 10:59:49 +01:00
Theo Arends
7167eb2f46
Changed ADE7953 monitoring
...
Changed ADE7953 monitoring from instant power to accumulated energy (#16941 )
2022-10-30 12:20:56 +01:00
Theo Arends
41b65fd6b7
Add support for two phase power calibration
...
Add support for two phase power calibration using commands ``PowerSet2``, ``VoltageSet2`` and ``CurrentSet2``
2022-10-30 11:15:17 +01:00
Theo Arends
7fac661b2e
Update changelogs
2022-10-29 16:00:47 +02:00
Jason2866
7cd934fd16
Tasmota ESP32 Core v2.0.5.2
2022-10-28 15:00:34 +02:00
Theo Arends
cef18060a0
Bump version to v12.2.0.2
...
Prepare for extended calibration and move some persistent data (PowerLow)
2022-10-26 17:59:43 +02:00
Theo Arends
c5f7195d77
Add support for Shelly Pro 1/1PM and 2/2PM ( #16773 )
2022-10-26 17:16:36 +02:00
Stephan Hadinger
2bf7ea1154
Prepare for DMX Artnet support on ESP32
2022-10-24 23:05:23 +02:00
s-hadinger
2295806569
Fix changelog
2022-10-24 13:55:28 +02:00
s-hadinger
a341ca3660
Merge branch 'development' into zigbee_zbbridgepro_router
2022-10-24 13:53:38 +02:00
Stephan Hadinger
72b4ea2ee3
Add Zigbee router firmware for Sonoff ZBBridgePro
2022-10-24 13:52:05 +02:00
Theo Arends
b4269d262c
Add support for Shelly Pro 1/2
...
Add support for Shelly Pro 1/2 (#16773 )
2022-10-24 11:32:10 +02:00
Stephan Hadinger
2ef866e3b8
Berry add `bytes().setbytes()`
2022-10-23 19:43:40 +02:00
Norbert Richter
bee7c09098
Update CHANGELOG.md
2022-10-19 13:56:07 +02:00
Theo Arends
753f4bee31
Change compiling with reduced boards manifests
...
Change compiling with reduced boards manifests in favour of Autoconfig (#16848 )
2022-10-19 10:21:31 +02:00
Theo Arends
2104256b74
Add DS18x20 support on up to four GPIOs
...
Add DS18x20 support on up to four GPIOs by md5sum-as (#16833 )
2022-10-18 16:36:45 +02:00
Theo Arends
7b6f724685
Update changelogs
2022-10-18 15:34:07 +02:00
Theo Arends
065396ff73
Bump version v12.2.0.1
2022-10-17 11:25:22 +02:00
Stephan Hadinger
eb3de9c73a
Support for Flash size 32/64/128 MB in Partition Wizard and auto-resize
2022-10-16 18:32:46 +02:00
Theo Arends
480fae6804
Add command ``SspmPowerOnState<relay> 0|1|2``
...
Add command ``SspmPowerOnState<relay> 0|1|2`` to set Sonoff SPM 4Relay module v1.2.0 power on state overruling tasmota global power on state. 0 = Off, 1 = On, 2 = Saved state (#13447 )
2022-10-16 12:57:17 +02:00
Stephan Hadinger
39a05984ca
Automatically resize FS to max flash size at initial boot (ESP32x)
2022-10-16 12:19:08 +02:00
Theo Arends
2ad018816b
Add command ``WcClock 10..200``
...
Add command ``WcClock 10..200`` set webcam clock in MHz. Default is 20
2022-10-13 17:58:16 +02:00
Theo Arends
6202211c31
Fix Shelly EM polarity ( #16486 )
2022-10-12 15:46:33 +02:00
Theo Arends
5cfbbd4302
Add command ``Sunrise 0..3`` to select sunrise dawn angle
...
- Bump version to v12.1.1.5
- Add command ``Sunrise 0..3`` to select sunrise dawn angle between Normal, Civil, Nautical or Astronomical (#16795 )
2022-10-12 11:02:54 +02:00
Theo Arends
2d15697de4
Increase serial console fixed input buffer size from 520 to 800
2022-10-09 17:59:27 +02:00
Theo Arends
3427e1bee3
Support for Modbus Energy Monitoring devices
...
Support for Modbus Energy Monitoring devices using a rule file. See ``xnrg_29_modbus.ino`` for more information
2022-10-08 16:14:11 +02:00
Stephan Hadinger
fac1b89afa
HASPmota support for TTF fonts
2022-10-08 15:19:38 +02:00
Stephan Hadinger
d71c06d03d
LVGL/HASPmota add tiny "pixel perfect" fonts for small screens
2022-10-08 14:20:52 +02:00
Stephan Hadinger
48bc861727
ESP32 LVGL library from v8.3.0 to v8.3.2
2022-10-05 22:28:28 +02:00
Theo Arends
da623701d7
Add support for QMC5883L magnetic induction sensor
...
Add support for QMC5883L magnetic induction sensor by Helge Scheunemann (#16714 )
2022-10-05 15:00:03 +02:00
s-hadinger
890709bdbb
Revert accidental change
2022-10-04 13:10:09 +02:00
Stephan Hadinger
e41ac7c242
Zigbee Alexa/Hue emulation, support multiple switches on separate endpoints
2022-10-04 12:49:10 +02:00
Theo Arends
8eb7b007d5
Support for Shelly Plus 2PM
...
- Version bump to v12.1.1.4
- Support for Shelly Plus 2PM using template ``{"NAME":"Shelly Plus 2PM PCB v0.1.9","GPIO":[320,0,0,0,32,192,0,0,225,224,0,0,0,0,193,0,0,0,0,0,0,608,640,3457,0,0,0,0,0,9472,0,4736,0,0,0,0],"FLAG":0,"BASE":1,"CMND":"AdcParam1 2,10000,10000,3350"}``
2022-10-03 18:02:50 +02:00
Stephan Hadinger
b4aca5a3f3
Zigbee friendly names per endpoint
2022-10-02 20:54:49 +02:00
Theo Arends
f668ea44ed
Add ESP32-S2 and ESP32-S3 touch input support
2022-09-27 15:36:35 +02:00
Theo Arends
3a4a82ba0a
Fix ESP32 touch button multi-press and hold detection
...
Fix ESP32 touch button multi-press and hold detection (#16596 )
2022-09-27 14:31:21 +02:00
Stephan Hadinger
3f5baaa0c6
Berry add ``introspect.setmodule(name:string, value:any) -> nil``
2022-09-25 15:33:31 +02:00
Jason2866
dec9da6242
one Tasmota Pio Platform
2022-09-24 12:38:02 +02:00
Stephan Hadinger
dff9274cb6
Zigbee basic support for Green Power
2022-09-19 22:28:38 +02:00
Stephan Hadinger
eb65038b6c
Zigbee report unprocessed attributes
2022-09-19 22:03:46 +02:00
Stephan Hadinger
6c6031f0b3
Command ``UrlFetch <url>`` to download a file to filesystem
2022-09-19 19:20:11 +02:00