p2122
6ebd447bf2
Add files via upload ( #18957 )
2023-06-26 20:22:21 +02:00
Theo Arends
0930bbddf5
Fix ESP32 Matter support
2023-06-26 12:38:29 +02:00
Theo Arends
d9a66547aa
Bump version v13.0.0.1
2023-06-26 11:12:31 +02:00
s-hadinger
339c1cedb7
Zigbee firmware for Sonoff-ZB-Pro v20230507 ( #18968 )
2023-06-25 21:24:08 +02:00
Christian Baars
99a0f2add1
MI32 legacy: Allow submitting WiFi credentials via BLE using Berry ( #18962 )
2023-06-25 14:31:04 +02:00
gemu
3642d8ef37
fixes TS_FLOAT ( #18961 )
2023-06-25 12:08:42 +02:00
Jason2866
b419ae3a92
add matter as a default option in most env ( #18942 )
2023-06-24 11:39:26 +02:00
s-hadinger
36de007909
Berry replace `string.format`with `format` ( #18945 )
...
* Berry replace `string.format`with `format`
* remove import.string
2023-06-23 18:33:31 +02:00
Norbert
04521e5542
Change format of KNX Group address ( #18928 )
...
"%d.%d.%d" -> "%d/%d/%d"
Co-authored-by: Norbert <Noschvie@users.noreply.github.com>
2023-06-22 21:56:55 +02:00
Ian Anderson
635e240293
Update Tuya_ZG-204ZL.zb ( #18922 )
...
Added in mapping for battery level on ZG-204ZL
2023-06-21 10:33:39 +02:00
Norbert Richter
1f5c1baeae
Fix NeoPool NPFiltration switch result ( #18871 ) ( #18908 )
2023-06-19 22:53:51 +02:00
Jacek Ziółkowski
5059a11b9f
Add entry for Growatt 12KTL-3S ( #18898 )
2023-06-18 20:26:42 +02:00
s-hadinger
28861821a6
Zigbee fixed regression with SetOption101 ( #18884 )
2023-06-14 22:46:18 +02:00
stefanbode
156a3551b0
Repair SHUTTER Shelly 2.5 with manual relay change on switches ( #18877 )
...
* Repair manual relay change
* Repair manual relay change
2023-06-14 16:14:10 +02:00
s-hadinger
69b2b93d61
Matter UI and logs polishing ( #18866 )
2023-06-12 19:45:18 +02:00
stefanbode
0e3b32e848
Readded up/down/open/close commands ( #18864 )
...
* Update xdrv_27_shutter.ino
* fix shutterposition with up/down/open/close
2023-06-12 19:09:19 +02:00
Subhash Chandra
2f616eef2c
make IRHVAC send incremental changes. ( #18310 )
...
This change will allow mqtt messages simpler by allowing something like
`publish cmnd/ir-bridge/IRHVAC {"Power": "On"}`.
The simpler format is required for working with mqtt clients like
iotMQTTPanel or similar on android.
Limitations:
- Requires full message be sent at-least once. I work around this with
a `system#boot` rule
- Gets messy with multiple devices. I have only one AC per room, and
this doesn't doesn't interfere with other IR devices.
TODO:
- [ ] Change the build flag `INCREMENTAL_IRAC`to a `SetOption`
- [ ] Persist `irac_prev_state` across reboots.
- [ ] Support multiple devices.
2023-06-10 14:53:02 +02:00
btsimonh
63cc575c8b
Berry Webclient: Change StreamBytes to StreamBeBytesWriter, and improve wc_getbytes ( #18837 )
...
This reduces allocation to a single allocaiton, but also theroetically allows the Bytes object to grow if content-length was unset.
(cherry picked from commit 936477f5977dd1a4f899498cc7cc0baf05b34a89)
2023-06-10 11:28:31 +02:00
Barbudor
6aed929e17
fix #18817 http response for status with retain ( #18819 )
...
* fix http response for status with retain
* take 2
* add a failsafe when JSONlen reach zero
2023-06-09 07:59:24 +00:00
btsimonh
fc92dc0995
Add wcclient.get_bytes() to Berry ( #18829 )
...
(cherry picked from commit 5903b21448a3f088b12bd47a04996ff84e467a3a)
2023-06-09 08:56:05 +02:00
blakadder
676165f3f6
better way to support LSBJ ( #18827 )
2023-06-08 20:39:02 +02:00
blakadder
ae67c6cfa1
Add support for INMP441 MEMS microphone ( #18823 )
...
* Add INMP441 MEMS mic support
* add I2S audio defines as preview
2023-06-08 16:24:44 +02:00
blakadder
5a8f13d57f
Pdm_mic ( #18807 )
...
* add I2S LSB flag
* add support for PDM microphones
2023-06-07 12:34:44 +02:00
Norbert
a19079b2ec
Fix spelling. ( #18799 )
2023-06-06 10:21:12 +02:00
blakadder
24233924c5
add I2S LSB flag ( #18793 )
2023-06-04 23:01:46 +02:00
s-hadinger
844caf51f9
Fixed HASPmota event when value is non-integer ( fixes #18229 ) ( #18791 )
2023-06-04 20:06:04 +02:00
s-hadinger
61f17221d0
Berry simplify I2S implementation ( #18778 )
2023-06-02 16:36:09 +02:00
s-hadinger
f8df9e5f00
Berry `webclient.url_encode()` is now a static class method, no change required to existing code ( #18775 )
2023-06-02 13:29:57 +02:00
Theo Arends
4e7475dbd4
Bump version v12.5.0.4
2023-06-02 10:25:02 +02:00
jonschz
9d57a19be3
Fix interaction of `SO92`, `VirtualCT`, and `RGBWWTable` ( #18768 )
...
* remove unused variable
* Relocate SO92 implementation
This way, SO92 does not ignore SO106
* Relocate RGBWWTable implementation
This fixes a bug related to RGBWWTable and SO92.
Also, the code is tidier this way
* Cleanup: Reduce code duplication
* more consistent behaviour for SO92 and free_cw
---------
Co-authored-by: jonschz <jonschz@users.noreply.github.com>
2023-06-01 22:12:57 +02:00
s-hadinger
b9d855ef79
Berry RS256 crypto algorithm (RSASSA-MCKS1_v1-5 with SHA256) used for JWT ( #18763 )
2023-06-01 10:02:23 +02:00
s-hadinger
3c75bc92a2
Zigbee Berry mapping fix attributes ( #18747 )
2023-05-29 23:05:45 +02:00
s-hadinger
3f094c9be1
Display descriptor for ST7735 128x160 display ( #18741 )
2023-05-29 18:50:03 +02:00
Theo Arends
07b7a7ee9a
Fix initial ESP32 Energy kWh total time
2023-05-29 16:19:55 +02:00
Theo Arends
bf2982854b
Fix #18737
2023-05-29 14:21:33 +02:00
s-hadinger
fe570a1b26
Matter Border Router for ESP8266 (experimental) ( #18734 )
2023-05-29 10:40:24 +02:00
Jason2866
7b55e1aca2
Make `USE_DISPLAY_MODES1TO5` in firmware `LVGL` possible ( #18729 )
...
* Make `USE_DISPLAY_MODES1TO5` in firmware `LVGL` possible
2023-05-27 17:00:14 +02:00
Theo Arends
d91e1e8bcc
Fix berry scheme select
2023-05-27 12:33:50 +02:00
Theo Arends
e87714dbcd
Add TODO
2023-05-26 17:51:20 +02:00
Theo Arends
fcf3477165
Initial support for WS2812 scheme 14
2023-05-26 17:47:57 +02:00
s-hadinger
6fa22aae6b
adjust neopixel busy time ( #18723 )
...
* adjust neopixel busy time
* Adjust time for Berry
2023-05-25 19:21:18 +02:00
Theo Arends
e05d75248e
Add undocumented feature
2023-05-25 17:13:31 +02:00
Barbudor
75f634dc71
freeze readings before deepsleep ( #18720 )
2023-05-25 12:20:30 +02:00
Theo Arends
d0e88c9dae
Fix BusyDelay WS2812
2023-05-24 17:24:48 +02:00
Theo Arends
fc67cca8b4
Add generic SystemWaitIfBusy() to fix WS2812 led flicker
...
Add generic SystemWaitIfBusy() to fix WS2812 led flicker
2023-05-24 16:21:59 +02:00
Theo Arends
4be618fe7b
Fix WS2812 string distortions during analogRead()
...
Fix WS2812 string distortions during analogRead()
2023-05-24 15:09:26 +02:00
Theo Arends
10f9c20078
Fix ESP32 SPI initialization for MFRC522
...
Fix ESP32 SPI initialization for MFRC522 (#18711 )
2023-05-23 14:34:47 +02:00
gemu
242eb3074a
fixes and enhancements ( #18718 )
...
* onewire fixes, webui radiobuttons
* fix regression
2023-05-23 11:30:59 +02:00
gemu
e969bf0e0e
optional prefix size and serial invert ( #18717 )
2023-05-23 08:46:00 +02:00
Theo Arends
44b33281b6
Even more bling bling
2023-05-22 16:21:50 +02:00