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
Barbudor
f9717ceb7f
fix compile USE_PID ( #19890 )
2023-10-31 20:42:42 +01:00
stefanbode
24927f17c9
enhancement servo shutter ( #19888 )
...
allow on servo also very small changes of position. need to do similar with steppers later
2023-10-31 20:41:41 +01:00
stefanbode
8540ee37fc
fix on servo and ESp32 ( #19878 )
...
servo did not react same on ESP32 than ESP8266. Changed to TASMOTA pwmapply capabilities
2023-10-30 14:48:32 +01:00
anishsane
be94a6cac8
Fix for CmndHDMIAddr function. ( #19866 )
...
* Fix for CmndHDMIAddr function.
1. Typical values for XdrvMailbox.payload are 0x1000...0x4000. Hence the
check should be (value > 0).
2. Don't overwrite the user supplied value with value read from the hardware.
* Correct the condition in CEC_Device::OnReady.
We should check for _on_ready_cb before calling _on_ready_cb.
2023-10-29 17:14:44 +01:00
s-hadinger
4f9c7ada04
Fix audio Arduino 3 ( #19819 )
2023-10-22 21:30:36 +02:00
stefanbode
d5f506b1e3
reverted back some function and fix frequency storage ( #19791 )
...
* optimize disc write delay during shutter movement
changed to dynamic write delay to ensure no disc write on multiple shutter movement with stepper shutters.
* optimize disc write delay
ensure disc write will be postponed until all shutters stopped
* reverted back to simple version
* removed duplicate obsolete compiler options
2023-10-18 23:41:52 +02:00
stefanbode
2daaa367ff
stepper shutter channel fix ( #19784 )
2023-10-18 11:29:35 +02:00
s-hadinger
82858616f6
Zigbee fix timezone when device reads LocalTime attribute ( #19772 )
2023-10-17 09:02:14 +02:00
Norbert
a04995a3f4
Update xdrv_63_modbus_bridge.ino, brackets not needed. ( #19759 )
2023-10-16 09:42:55 +02:00
JeroenSt
91ba05ac3b
ModbusBridge write memleak fix (19733) ( #19758 )
...
Co-authored-by: JeroenSt <nospam@nospam.org>
2023-10-16 08:26:26 +02:00
s-hadinger
d3784a26ab
Audio Core3 compilation for ESP32C3 ( #19755 )
2023-10-15 22:46:01 +02:00
stefanbode
124fbf8dcb
fix shutterfrequency change on mutiple channels ( #19737 )
...
* fix shutterfrequency change on mutiple channels
* LEDC channel management for stepper shutter
LEDC channels dynamically assigned to ensure up to 16 shutters can be defined. Number of simultaneous moving shutters is limited by number of LEDC channels.
* bugfix >=
2023-10-15 18:40:26 +02:00
s-hadinger
16307bc4b8
More audio refactoring for core3 ( #19749 )
2023-10-15 11:22:20 +02:00
Jason2866
2950de0016
rm WifiClientSecure
2023-10-13 16:57:01 +02:00
Theo Arends
5cee525d02
Add Active Power Total
...
Add Active Power Total if multiple phases AND both positive and negative values (#19141 )
2023-10-13 13:56:04 +02:00
Jason2866
a3dcbc6661
Remove `WiFiClientSecure` ( #19725 )
...
* Update HttpClientLight.cpp
* Update HttpClientLight.h
* Update Powerwall.h
* Update xdrv_10_scripter.ino
2023-10-12 20:10:16 +02:00
stefanbode
dade00bf59
Fix shutterfrequency esp32 ( #19717 )
2023-10-11 17:12:07 +02:00
Theo Arends
39e0cf574d
Refactor AP1 information
2023-10-09 11:33:24 +02:00
SteWers
6bec09b23f
[WebUI] WiFi Information ( #19705 )
...
* [WebUI] WiFi Information
Structured and more infos on WebUI Information page
* [WebUI] WiFi Info multiple lines
Divide one long line into multiple short lines
2023-10-09 08:39:12 +02:00
chefpro
9fbb4a8b0b
Fix modbus receive handling for float types ( #19697 )
...
Co-authored-by: Peter Rustler <peter@rustlerit.de>
2023-10-08 13:14:53 +02:00
s-hadinger
8c6788c6bc
Audio exclusive mode ( #19698 )
2023-10-07 22:11:37 +02:00
s-hadinger
bf9c5b86c6
Remove warnings when compiling Audio with Arduino 3 ( #19687 )
2023-10-06 19:47:10 +02:00
Theo Arends
74bcbd898e
Fix compilation when webserver disabled
2023-10-06 12:17:37 +02:00
Theo Arends
21ac018d70
Fix compile error
2023-10-06 11:23:58 +02:00
s-hadinger
11aad19800
Audio support for Microphone + Berry ( #19677 )
2023-10-05 21:47:07 +02:00
s-hadinger
473a8ee999
Audio refactoring, filters and I2SConfig ( #19662 )
2023-10-03 22:39:02 +02:00
s-hadinger
e32c39f21d
Fix access to version from Berry
2023-10-03 19:21:47 +02:00
s-hadinger
77cba731b9
Partition_Wizard compatible with grow on mount ( #19645 )
2023-10-02 23:32:55 +02:00
s-hadinger
795a194d65
Audio prepare for Arduino3 ( #19637 )
2023-10-02 09:18:53 +02:00
stefanbode
540acdc638
smaller fixes ( #19621 )
...
* position report during moverment
during moving the teleperiod will now report the actual position
* fix error on inverted shutter
2023-09-29 17:46:41 +02:00
Barbudor
335e18e8cb
Allow webbutton up to 32 ( #19580 )
...
* Allow webbutton up to 32
* use named const
2023-09-29 09:56:52 +02:00
gemu
3bcdf9487d
fix compile error with new email lib ( #19608 )
2023-09-27 18:36:38 +02:00
stefanbode
955d2d86dd
fix JSON Bug ( #19607 )
2023-09-27 16:05:32 +02:00
s-hadinger
31e56903c5
Audio refactoring and fixes ( #19594 )
2023-09-25 23:31:32 +02:00
stefanbode
0f6b59f67e
fix #16560 ( #19589 )
...
shutter reacted on QUAD press with HOLD event. Fixed
2023-09-25 09:25:45 +02:00
s-hadinger
74900edc96
Audio change of configuration file format ( #19585 )
2023-09-24 18:59:43 +02:00
Barbudor
0d7c2dee72
support https URL ( #19582 )
2023-09-24 15:39:20 +02:00
s-hadinger
81d287a3b0
Berry fix audio MP3 ( #19578 )
2023-09-23 12:23:51 +02:00
s-hadinger
375c825d32
More cleaning of audio for ESP32 ( #19577 )
2023-09-23 11:25:58 +02:00
stefanbode
7a75eb7021
Improvement in shuttersetup ( #19565 )
...
* Improvement in shuttersetup
- reduce call of energy to 10x a sec.
- stop detection more rigid to avoid wrong messages
- more accurate calculation of duration
* fix energy hickup on autosetup
2023-09-22 08:38:01 +02:00
s-hadinger
761ddaa57b
Berry counter 0-base ( #19561 )
2023-09-21 09:42:28 +02:00
s-hadinger
7de25acac0
Minor refactoring of audio code for Arduino3 ( #19559 )
2023-09-21 09:00:28 +02:00
s-hadinger
fc513af351
Berry counter ( #19558 )
...
* Berry read and write Counters
* rename counter
2023-09-20 22:28:40 +02:00
s-hadinger
ddeb380a19
I2S improvements to MP3 play ( #19547 )
2023-09-18 22:49:49 +02:00
Christian Baars
d6a9eaf8aa
Preps for IDF5.1: microphone/input for i2s audio ( #19544 )
2023-09-18 20:39:15 +02:00
s-hadinger
2d0339e8bf
Fix IR compilation for ESP32 with Arduino3 ( #19537 )
2023-09-17 21:12:36 +02:00
s-hadinger
00bd97fdc7
Matter virtual lights ( #19511 )
2023-09-13 22:49:46 +02:00
gemu
cb4671ee88
fix hardware serial port swap on ESP8266 ( #19505 )
2023-09-13 09:09:01 +02:00
Paul Blacknell
728b1b2d36
Update xdrv_29_deepsleep.ino ( #19492 )
2023-09-10 22:35:54 +02:00