Rodrigo Garcia
0e22bb4bac
feat(matter): moved all identify callback to endpoint.h
2024-12-16 10:58:49 -03:00
Lucas Saavedra Vaz
c688f3090f
fix(clk_src): Fix error as APLL is not yet supported for P4
2024-12-16 10:48:50 -03:00
Rodrigo Garcia
1dff8bc759
feat(matter) adds Identification callback to all matter endpoints
2024-12-16 10:01:24 -03:00
me-no-dev
1ef1e7dbac
fix(version): Update Zigbee Library version
2024-12-16 14:43:33 +02:00
Rodrigo Garcia
7d465f323b
feat(matter): fix commentaries related to feature changes and log messages
2024-12-16 08:14:13 -03:00
Rodrigo Garcia
31dc520c4d
feat(matter): removed while(serial) and ipv6 enabling, which is a default
2024-12-16 08:11:50 -03:00
Me No Dev
a207d58f0f
Merge branch 'master' into release/v3.1.x
2024-12-16 13:09:39 +02:00
Me No Dev
6005b15947
Merge pull request #10730 from leochen4891/patch-1
...
Use INPUT_PULLUP instead of INPUT
2024-12-16 13:09:19 +02:00
Me No Dev
926c043e3a
Merge pull request #10727 from FaBjE/feature/zigbeeDimmableLight
...
Zigbee: Add dimmable light endpoint class
2024-12-16 13:08:31 +02:00
Jan Procházka
4f863d52ba
fix(zigbee): Rename method to avoid future conflict
2024-12-16 10:19:42 +01:00
pre-commit-ci-lite[bot]
ddf8c42af3
ci(pre-commit): Apply automatic fixes
2024-12-16 09:10:57 +00:00
Lei Chen
2c7b76aea8
Use INPUT_PULLUP instead of INPUT
...
Tested on some of the popular S3 board bought from Amazon, the digitalRead of an INPUT pin is LOW, which stops the timer right after start.
Setting it to INPUT_PULLUP will fix it.
2024-12-15 12:19:49 -05:00
FaBjE
ae274ee897
feat(Zigbee): Adjusted example author comment
2024-12-14 18:01:49 +01:00
FaBjE
ff7e50482a
feat(Zigbee): Applied formatter + add formatter protection
...
As suggested by code review
2024-12-14 17:57:00 +01:00
Me No Dev
3c3ff48d73
Merge branch 'master' into release/v3.1.x
2024-12-14 17:52:55 +02:00
Me No Dev
64b62dc45b
Merge pull request #10724 from socram8888/fix-web-raw-timeout
...
Cap size of last chunk in raw read in WebServer
2024-12-14 17:50:39 +02:00
Me No Dev
8e59a1b777
Merge pull request #10722 from SuGlider/matter_plugin
...
feat(matter): adds a new endpoint to Matter - On/Off Plugin (Power Relay)
2024-12-14 17:50:22 +02:00
Me No Dev
417c7ee25d
Merge pull request #10720 from P-R-O-C-H-Y/feat/zigbee-multi-sensor
...
feat(zigbee): Add pressure, flow, ccupancy and carbon dioxide sensor
2024-12-14 17:49:57 +02:00
FaBjE
42f9cfca60
feat(Zigbee): Add additional zigbee enabled check
2024-12-14 16:39:32 +01:00
FaBjE
af541a5c14
feat(Zigbee): Add Zigbee Dimmable light to CMakeLists.txt
2024-12-14 11:16:26 +01:00
pre-commit-ci-lite[bot]
b6d0553fa5
ci(pre-commit): Apply automatic fixes
2024-12-13 22:26:35 +00:00
FaBjE
a0d57bb6d0
feat(Zigbee): Update Zigbee Dimmable light example config/define names
2024-12-13 19:16:06 +01:00
FaBjE
538c57a994
feat(Zigbee): Update Zigbee Dimmable light example to 3.1.x features
2024-12-13 19:09:36 +01:00
FaBjE
aa0c3da729
feat(Zigbee): Add Zigbee Dimmable light example
...
Add example for a dimmable light. Based on a copy of color dimmable light example.
2024-12-13 17:23:25 +01:00
FaBjE
a44e45795c
feat(Zigbee): Add Zigbee Dimmable light endpoint class
...
Add a endpoint type class for a dimmable light. Based on a copy of color dimmable light.
2024-12-13 17:23:25 +01:00
Jan Procházka
6bc971c1a3
fix(zigbee): fix formatting of defines
2024-12-13 17:12:13 +01:00
Jan Procházka
a7e2e64c5b
Apply suggestions from code review
...
Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
2024-12-13 17:07:08 +01:00
pre-commit-ci-lite[bot]
faed832298
ci(pre-commit): Apply automatic fixes
2024-12-13 14:34:24 +00:00
pre-commit-ci-lite[bot]
8b77d91b69
ci(pre-commit): Apply automatic fixes
2024-12-13 13:45:07 +00:00
Marcos Del Sol Vives
c562aeceda
Update libraries/WebServer/src/Parsing.cpp
...
Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
2024-12-13 14:32:32 +01:00
Me No Dev
740fc0b78e
Merge pull request #10725 from mathieucarbou/issue-10526
...
fix(sntp): Lock / Unlock LWIP if CONFIG_LWIP_TCPIP_CORE_LOCKING is set
2024-12-13 15:31:47 +02:00
Jan Procházka
57339ba58c
feat(zigbee): Update keywords.txt with co2 sensor
2024-12-13 14:27:04 +01:00
Jan Procházka
b72e8669df
fix(zigbee): mention Carbon dioxide delta reporting is not supported
2024-12-13 14:15:08 +01:00
Jan Procházka
44e1559830
feat(zigbee): Add carbon dioxide sensor ed
2024-12-13 11:47:28 +01:00
Jan Procházka
ce9a34db9a
fix(zigbee): Update example + pressure unit
2024-12-13 11:13:28 +01:00
Mathieu Carbou
71396de822
fix(sntp): Lock / Unlock LWIP if CONFIG_LWIP_TCPIP_CORE_LOCKING is set
...
- Fixes : #10526
- Completes old PR #10529
2024-12-13 09:09:09 +01:00
Marcos Del Sol Vives
784ef0f286
fix(webserver): Cap size of last chunk in raw read in WebServer
...
Before, the raw read would time out if the content length was not a multiple
of HTTP_RAW_BUFLEN, as it tried to read HTTP_RAW_BUFLEN bytes even if the
last chunk should actually contain less.
2024-12-13 03:08:16 +01:00
github-actions[bot]
7dc1c92813
change(tools): Push generated binaries to PR
2024-12-12 20:45:05 +00:00
Me No Dev
7205ee81ac
Merge pull request #10718 from espressif/change/esptool
...
change(esptool): Bump esptool version and fix deprecation warning
2024-12-12 22:43:37 +02:00
github-actions[bot]
c6ec112054
change(tools): Push generated binaries to PR
2024-12-12 16:25:55 +00:00
pre-commit-ci-lite[bot]
8f0f46fe54
ci(pre-commit): Apply automatic fixes
2024-12-12 16:24:21 +00:00
Rodrigo Garcia
c126f017f8
Merge branch 'release/v3.1.x' into matter_plugin
2024-12-12 13:11:42 -03:00
Rodrigo Garcia
c310c1ade4
feat(matter): adds matter on off plugin endpoint
2024-12-12 13:05:35 -03:00
Rodrigo Garcia
e060b02328
feat(matter): adds new Matter Occupancy Sensor endpoint ( #10717 )
...
* feat(matter): adds matter occupancy sensor endpoint
2024-12-12 12:49:10 -03:00
Jan Procházka
b64b8500cb
feat(zigbee): Fill the keywords.txt
2024-12-12 15:27:53 +01:00
Jan Procházka
5e7139b8fe
fix(cmake): Update CMakeLists.txt
2024-12-12 15:19:31 +01:00
Jan Procházka
b4d7227068
fix(zigbee): Fix functions comment
2024-12-12 15:18:01 +01:00
Jan Procházka
aef691e0e2
fix(example): use correct print format
2024-12-12 15:15:33 +01:00
Jan Procházka
77df256f5d
feat(zigbee): Add pressure, flow and occupancy sensor
2024-12-12 15:07:31 +01:00
pre-commit-ci-lite[bot]
4cf0f20129
ci(pre-commit): Apply automatic fixes
2024-12-12 13:43:48 +00:00