Theo Arends
3baa110f9d
Add support for XMODEM over serial and telnet if enabled with #define USE_XYZMODEM
2025-04-14 13:54:05 +02:00
Theo Arends
fbb752d8c2
Add Telnet server using command Telnet <0|1|port>[,<IP filter>]
2025-03-20 23:11:30 +01:00
Theo Arends
007608914c
Support Vango Technologies V924x ultralow power, single-phase, power measurement ( #23127 )
2025-03-11 14:57:11 +01:00
Theo Arends
c076331fad
Add support for Wiz Smart Remote using #define USE_WIZMOTE
and command SetOption164 1
2025-02-12 17:45:06 +01:00
Jeroen Vermeulen
34b173e953
Added C8-CO2-5K CO2 Sensor ( #22905 )
...
* Added the C8-CO2-5K CO2 sensor.
* Small improvements
* Renamed one var with incorrect name.
2025-01-31 09:34:55 +01:00
Theo Arends
aafe528682
Enable ESP32 TWAI in default binary
2025-01-02 12:44:49 +01:00
Ryan Castellucci
dc531de02b
auto compress updated html ( #22738 )
2024-12-29 22:27:10 +01:00
Theo Arends
fba6a806ac
Add command `SetOption163 1
` to disable display of Device name in GUI header
2024-12-15 16:23:44 +01:00
Theo Arends
62e4bf1acd
Add command SetOption162 1
to disable adding export energy to energy today ( #22578 )
2024-12-03 11:34:48 +01:00
Theo Arends
c86f74d456
Bump version v14.3.0.5
...
- Redesign GUI adding feedback to buttons, shutters and lights
2024-11-11 13:34:09 +01:00
Theo Arends
2925836a9c
Add command `SetOption161 1
` to disable web page slider updates by commands
...
A long standing wish is fullfilled; GUI sliders can now be updated by commands and background runs.
2024-10-29 17:09:39 +01:00
Theo Arends
0f2b3b1898
Update changelogs
2024-10-25 17:27:39 +02:00
Theo Arends
1dff0b4b27
Add support for RX8010 RTC as used in IOTTIMER ( #21376 )
2024-09-13 13:53:01 +02:00
s-hadinger
b6e81c1edd
Zigbee Koenkk firmware 20240710 for Sonoff Zigbee ZBPro ( #22076 )
2024-09-02 22:20:41 +02:00
Theo Arends
831597e7d9
Version v14.2.0.3
...
- Add command ``SetOption69 1`` to enable Serial Bridge inverted Receive (#22000 )
2024-08-23 11:22:26 +02:00
lmelette
9c8f3826b2
Added support for Wooliis LCD Coulometer/Battery Monitor ( #21732 )
...
* Added support for Wooliis LCD Coulometer/Battery Monitor
* Adjusted code structures and data types for Wooliis sensor
---------
Co-authored-by: Luca Melette <luca@positive.security>
2024-07-17 12:25:44 +02:00
Theo Arends
0471ba24c1
Add support for QMP6988 temperature and pressure sensor
2024-06-10 16:05:25 +02:00
s-hadinger
91dd120aa9
TCP Tx En GPIO type ( #21269 )
2024-04-24 19:53:01 +02:00
Rai
13cbf26b87
Adds support for SPL06_007 Temperature & Pressure I2C (+10k2 code) ( #21185 )
...
* Adds support for SPL06_007 (+10k2 code)
* removes not so used methods.
Removes -2kb
* change doubles to floats
* fixes a name
* change sns idx to 25
2024-04-18 11:20:02 +02:00
Theo Arends
77cba87994
Update changelogs
2024-02-27 14:16:13 +01:00
Theo Arends
70a4fbd800
Add command `SetOption159 1
` to enable counting on both rising and falling edge ( #20712 )
2024-02-14 11:22:41 +01:00
Theo Arends
4fb9e10fcf
Add SO158
2024-02-07 16:17:11 +01:00
Theo Arends
c2d6bbf2c1
Code admin
2024-01-10 11:13:19 +01:00
chefpro
0b509f60b4
Add support for pipsolar inverter ( #20408 )
...
* Add support for pipsolar inverter
* Fix CI-Warnings
* Remove unneeded define
* Pipsolar: Fix dat result
* Add support for the rules engine
---------
Co-authored-by: Peter Rustler <peter@rustlerit.de>
2024-01-10 09:21:02 +01:00
s-hadinger
324689ee53
Berry gpio.read_pwm
and gpio.read_pwm_resolution
( #20414 )
2024-01-06 21:22:45 +01:00
Theo Arends
211da12342
Update feature list
2023-11-09 15:32:43 +01:00
Theo Arends
9b5945a117
Add feature10 bitmap
2023-11-09 14:25:24 +01:00
Dellucifer
f45b55a18b
Rectified Typos ( #19841 )
...
* Rectified Typos
* Update settings.json
2023-10-26 18:04:34 +02:00
Theo Arends
0984c01828
Update changelogs
2023-10-13 14:50:51 +02:00
Christoph Friese
5d97a73ddf
Add ENS16x (air quality) and ENS210 (temp & RH) sensors ( #19479 )
...
* Add files via upload
Added ENS16x library enabling read-out of ENS160 and ENS161 sensor component (follow-up of CCS811 and iAQcore)
Added ENS210 library to read out ENS210 temperature & humidity sensor
* Add files via upload
Add air quality sensor readout for ENS160 and ENS161 checking two possible I2C addresses (follow up sensor for CCS811 and iAQcore)
Add temperature and humidity sensor readout checking two possible I2C addresses
* Update BUILDS.md
Add USE_ENS16x and USE_ENS210
* Update decode-status.py
Add USE_ENS16x and ENS210
* Update I2CDEVICES.md
Add USE_ENS16x and USE_ENS210
* Update my_user_config.h
Add USE_ENS16x and USE_ENS210
* Update support_features.ino
Add USE_ENS16x and USE_ENS210
* Update tasmota_configurations.h
Add USE_ENS16x and ENS210
* Update tasmota_configurations_ESP32.h
Add USE_ENS16x and USE_ENS210
* Update xsns_111_ens16x.ino
Corrected I2X number
* Update xsns_112_ens210.ino
Corrected I2C number
* Disable USE_ENS16x and USE_ENS210 by default
* Added code size information
* cut down in libs
* optimize tasmota side
* fix ens16x web display
* final fix on alternate addresses
* update code & RAM usage
---------
Co-authored-by: Barbudor <barbudor@barbudor.net>
2023-09-24 18:30:15 +02:00
Theo Arends
3ed1bead44
Update decode-status
2023-08-26 16:20:46 +02:00
Theo Arends
421c95a51b
Update change logs
2023-07-22 14:55:20 +02:00
sfromis
b7c9182c14
Update decode-status.py to synchronize SetOption154/155 ( #19078 )
...
I noticed that the translation for SetOption154/155 bits did not match tasmota_types.h:
https://github.com/arendst/Tasmota/blob/development/tasmota/include/tasmota_types.h#L190-L191
2023-07-09 14:03:18 +02:00
Theo Arends
ac4c4505a5
Bump version v13.0.0.2
...
Update changelogs
2023-07-08 17:37:12 +02:00
Theo Arends
139ac367f0
Add support for energy dummy relays
...
Add support for energy dummy relays using SO48
2023-07-01 14:25:05 +02:00
Andrew Klaus
eb655a4a8f
Add support for SGP41 TVOC/NOx Sensor ( #18880 )
...
* Initial support for SGP41
* Removing delay() use from SGP4x driver
* Using i18n for TVOC/NOx raw values as well
2023-06-29 09:04:08 +02:00
s-hadinger
339c1cedb7
Zigbee firmware for Sonoff-ZB-Pro v20230507 ( #18968 )
2023-06-25 21:24:08 +02:00
Theo Arends
e05d75248e
Add undocumented feature
2023-05-25 17:13:31 +02:00
Theo Arends
f1a9a0b45b
Add support for PCA9557
...
Add support for PCA9557 8-bit I/O expander (#18632 )
2023-05-14 15:08:09 +02:00
Theo Arends
e9d1e8c725
Change command FileUpload binary index
2023-05-06 18:09:11 +02:00
Theo Arends
cda2bf157d
Add support for TC74
...
Add support for TC74 temperature sensor by Michael Loftis (#18042 )
2023-05-01 16:26:07 +02:00
Theo Arends
6f6c43a724
Add command `SetOption152 0/1
`
...
Add command ``SetOption152 0/1`` to select two (default) or one pin bistable relay control (#18386 )
2023-04-18 17:16:29 +02:00
Theo Arends
e07efd625f
Add support for GDK101 gamma radiation sensor by Petr Novacek ( #18390 )
2023-04-14 16:50:54 +02:00
Anton ACE
d8bdcebc78
xsns_105_lox_o2: LOX-02 Oxygen sensor support ( #18333 )
...
* xsns_105_lox_o2: LOX-02 Oxygen sensor support
* strtof removed, ConvertTemp added
2023-04-06 09:52:15 +02:00
Jean-Pierre Deschamps
5661a6798f
Support for pmsa003i ( #18214 )
...
* Initial support for PMSA003I air quality sensor.
* Updated pmsa003i support to the latest dev branch
* Fixed typo in esp32 configuration
Removed all global variable and use the PM25_AQI_Data struct from Adafruit library
Fix typo Xsns100 to Xsns104
Fix Typo XI2C_71 to XI2C_78
* Move everything in custom Struct for PMSA003I driver
---------
Co-authored-by: Jean-Pierre Deschamps <info@jpdeschamps.com>
2023-03-20 09:52:22 +01:00
Theo Arends
9f30836854
Add support for multiple MCP23017 as switch/button/relay
2023-03-01 10:12:47 +01:00
Theo Arends
8bc03bbc06
Bump version v12.3.1.6
...
- Add ESP32 preliminary support for Matter protocol, milestone 1 (commissioning) by Stephan Hadinger
- Add basic support for Shelly Pro 4PM
2023-02-05 14:29:42 +01:00
sfromis
5025e86d75
Meaning of SetOption15 swapped ( #17884 )
...
Noticed that the text incorrectly said value 1 for direct PWM control, and 0 for the default as a light.
2023-02-05 13:34:02 +01:00
Fabrizio Amodio
2c9f1fef0d
Biopdu-v1.1.0 ( #17857 )
...
* BioPDU language labels
* xnrg_33 BioPDU 625x12 driver
* missing enums
* Rename energy driver from 33 to 24
* Removed driver 33
2023-02-02 19:09:24 +01:00
Theo Arends
db581b15c7
Add SetOption150
...
Add SetOption150 - (Energy) Force no voltage/frequency common allowing individual voltage channel calibration.
2023-01-31 22:30:50 +01:00