Jason2866
5021b917da
Fix compiler warning ( #19990 )
...
* Create add_c_flags_ard3.py
2023-11-12 17:42:00 +01:00
SteWers
64f0520b23
[Thermostat] Change to language files ( #19982 )
...
* [Thermostat] Change to language files
* [Thermostat] Gradient display
Enhance display of gradient temperature
2023-11-12 11:26:45 +01:00
s-hadinger
de1b5929b8
Partition Wizard can be loaded dynamically ( #19980 )
...
* Partition Wizard can be loaded dynamically
* Centralize config
* Don't display duplicate buttons
* Fix test
2023-11-11 23:52:41 +01:00
Theo Arends
e81ec38661
Update changelogs
2023-11-11 14:29:37 +01:00
Norbert Richter
c88b773dd3
Neopool enhancements ( #19973 )
...
* Add NeoPool sensor delta trigger
* Add NeoPool store settings in unified file system
* Add NeoPool command NPBoost
2023-11-11 11:49:40 +01:00
Theo Arends
098e29d7e0
Update support_esp32.ino
2023-11-10 12:42:13 +01:00
Theo Arends
ede5e398a6
Refactor hardware specific code
2023-11-10 12:24:20 +01:00
Theo Arends
7febc11b8c
Fix C2/C6 exception
2023-11-10 11:20:41 +01:00
Theo Arends
211da12342
Update feature list
2023-11-09 15:32:43 +01:00
Theo Arends
c6ca0ff10f
Squeeze some bytes out of it
2023-11-09 14:59:31 +01:00
Christian Baars
cf6de0ce31
add AES_CBC to crypto module ( #19964 )
2023-11-09 14:27:17 +01:00
Theo Arends
9b5945a117
Add feature10 bitmap
2023-11-09 14:25:24 +01:00
s-hadinger
b04d26a7a3
Solidified Code updated
2023-11-08 20:40:15 +00:00
Ludovic BOUÉ
0303cca1db
Fix for Matter flow sensor ( #19961 )
...
* Update Matter_Plugin_4_Bridge_Sensor_Flow.be
MeasuredValue represents 10 x flow in m3/h
* Update Matter_Plugin_3_Sensor_Flow.be
MeasuredValue represents 10 x flow in m3/h
* Update Matter_Plugin_4_Bridge_Sensor_Flow.be
MinMeasuredValue comment
2023-11-08 21:39:20 +01:00
Theo Arends
27fa6f34ea
Update changelogs
2023-11-08 14:17:55 +01:00
Christian Baars
06bacdf48b
refactoring, use ringbuffer for server too ( #19953 )
2023-11-07 20:27:43 +01:00
gemu
1e4f069c3f
can bus read and write support, esp32 native twai ( #19934 )
2023-11-07 16:15:14 +01:00
s-hadinger
ceda8782c8
Berry fix bytes getter for 3-bytes big-endian ( #19945 )
2023-11-06 17:48:24 +01:00
Jason2866
4e8e01fd62
Flash mode QIO for C2 ( #19944 )
2023-11-06 16:50:54 +01:00
s-hadinger
9cfe78a8a0
Audio refactoring of DAC ( #19939 )
2023-11-06 08:52:11 +01:00
s-hadinger
625b204cb2
Berry ``debug.gcdebug()`` to enable GC debugging ( #19936 )
2023-11-05 18:40:28 +01:00
s-hadinger
3207d542c1
Fix Zero-Cross Dimmer for ESP32 with Core3 ( #19929 )
...
* Fix Zero-Cross Dimmer for ESP32 with Core3
* Remove left-over
* Fix esp8266
2023-11-04 19:19:48 +01:00
Norbert Richter
5d4330611a
Add NeoPool NPHydrolysis percent and unit ( #19924 )
2023-11-04 15:42:01 +01:00
Jason2866
361c15d63b
Delete homekit.c ( #19923 )
2023-11-04 13:05:48 +01:00
s-hadinger
fbe31ab294
Fix Core3 warnings when compiling LVGL ( #19921 )
2023-11-04 12:22:44 +01:00
s-hadinger
46df036b51
Cosmetic changes ( #19920 )
2023-11-04 11:46:25 +01:00
s-hadinger
dcbb22a256
Matter improve virtual plugins ( #19918 )
...
* Matter improve virtual plugins
* Disable sensor probing for virtual
* solidify
2023-11-03 23:12:04 +01:00
s-hadinger
8e6a8b6cff
Matter solidify map of plugins ( #19917 )
2023-11-03 21:50:55 +01:00
protectivedad
11e9b7375d
The webserver for the esp32-cam stream doesn't get started automatically. ( #19905 )
...
This ensures that it does start when the WcStream (or WcInterrupt) are run.
Co-authored-by: Anthony Sepa <protectivedad@gmail.com>
2023-11-03 16:02:42 +01:00
stefanbode
b83516970f
fix #19911 tilt position is not restored with command: shutterposition 0,-45 ( #19916 )
...
* fix shutterposition 0,-45 does not keep tilt
allow , on different config settings
* fix shutterposition 0,-45 does not maintain tilt
allow , on different config settings.
2023-11-03 16:01:57 +01:00
Theo Arends
dab1a5302e
Update changelogs
2023-11-03 14:34:03 +01:00
s-hadinger
ec039a8390
Matter update hierarchy of plugins ( #19915 )
2023-11-03 14:21:13 +01:00
Theo Arends
f78c195945
Update changelogs - Bump version v13.2.0.2
2023-11-03 14:20:36 +01:00
s-hadinger
2791087f3c
Solidified Code updated
2023-11-03 10:10:03 +00:00
Ludovic BOUÉ
8c40d77664
Adding Matter Flow sensor support ( #19852 )
...
* Create Matter_Plugin_3_Sensor_Flow.be
* Create Matter_Plugin_Bridge_Sensor_Flow.be
* Create Matter_Plugin_9_Virt_Sensor_Flow.be
* Update Matter_Plugin_3_Sensor_Flow.be
0x0404 Flow Measurement cluster
* Rename Matter_Plugin_Bridge_Sensor_Flow.be to Matter_Plugin_4_Bridge_Sensor_Flow.be
* Update Matter_UI.be
* Update be_matter_module.c
* Update be_matter_module.c
* Fixes
* Update be_matter_module.c
* Update Matter_Plugin_9_Virt_Sensor_Flow.be
* Update Matter_Plugin_3_Sensor_Flow.be
* Update be_matter_module.c
* Update solidified_Matter_Plugin_9_Virt_Sensor_Flow.h
2023-11-03 11:08:38 +01:00
gemu
2d05bd2597
add tcp client, fix timer issue ( #19914 )
2023-11-03 10:39:18 +01:00
s-hadinger
217c568301
HASPmota add styling properties ( #19912 )
2023-11-02 22:11:48 +01:00
Theo Arends
63297ec5c9
Start using constexpr in featurelist
...
Saves 128 bytes.
2023-11-02 17:44:29 +01:00
Christian Baars
580c46177f
MI32: fix restart on C6 ( #19909 )
2023-11-02 13:55:15 +01:00
Jason2866
62675a37a0
clean up in Arduino3 envs
2023-11-02 12:15:27 +01:00
Jason2866
6a86576dac
add MI env ( #19902 )
...
* rename odroid ard3 env to tasmota32-psramfix_ard3
* add inbuilt JTAG debugger
* rm Homekit leftovers
* add MI env
2023-11-02 12:03:14 +01:00
Jason2866
3da80e9144
Enable IR Remote ( #19908 )
2023-11-02 11:33:07 +01:00
s-hadinger
8d9f76d52d
Fix IR receive on ESP32 with Arduino Core 3 ( #19904 )
2023-11-01 22:49:59 +01:00
Christian Baars
c238d8d4d1
several updates ( #19893 )
2023-11-01 17:30:22 +01:00
stefanbode
2e95f45458
continuous improvement ( #19897 )
...
- servo fix on movement during operation. position did not behave as expected if position change before stop
- enhanced minimum change on stepper shutter depending on motordelay
2023-11-01 14:15:52 +01:00
Jason2866
ba4d031cc6
align Boards Info
2023-11-01 12:31:52 +01:00
s-hadinger
86e777eaad
Fix python coc warning ( #19895 )
2023-11-01 12:09:10 +01:00
s-hadinger
0cd1ae965c
Berry fix warning in be_lexer ( #19892 )
2023-10-31 22:11:18 +01:00
Jason2866
d148cc21f6
add tasmota32c6cdc-arduino30 ( #19891 )
2023-10-31 20:43:12 +01:00
Barbudor
f9717ceb7f
fix compile USE_PID ( #19890 )
2023-10-31 20:42:42 +01:00