Me No Dev
4fdf9ef854
Merge pull request #10740 from lucasssvaz/ci/sched_debug
...
ci(debug): Compile once a week with verbose log level
2024-12-18 15:01:11 +02:00
Me No Dev
3ffee273fb
Merge pull request #10745 from lucasssvaz/fix/update_readme
...
fix(readme): Update readme and fix badges
2024-12-18 14:56:47 +02:00
Me No Dev
ee33ad5910
Merge pull request #10741 from yellobyte/master
...
feat(board): Add custom board YB-ESP32-S3-ETH
2024-12-18 14:56:32 +02:00
Lucas Saavedra Vaz
238c384e4e
fix(readme): Update readme and fix badges
2024-12-17 19:02:26 -03:00
Lucas Saavedra Vaz
2fc679151c
ci(debug): Compile once a week with verbose log level
2024-12-17 09:57:25 -03:00
pre-commit-ci-lite[bot]
4d0ae18aee
ci(pre-commit): Apply automatic fixes
2024-12-17 06:37:40 +00:00
Thomas Jentzsch
25ebe440e2
add board yb_esp32s3_eth
2024-12-16 23:36:33 +01:00
Me No Dev
6bf6df2d6f
Merge pull request #10734 from SuGlider/matter_identify_callback
...
feat(matter) adds Identification callback to all matter endpoints
2024-12-16 21:46:43 +02:00
pre-commit-ci-lite[bot]
71e57eaf52
ci(pre-commit): Apply automatic fixes
2024-12-16 19:29:30 +00:00
Rodrigo Garcia
e2dc5b60f3
fix(matter): stashing merge error
2024-12-16 16:28:51 -03:00
pre-commit-ci-lite[bot]
bce01087d2
ci(pre-commit): Apply automatic fixes
2024-12-16 19:20:35 +00:00
Rodrigo Garcia
017f2df8ef
fix(matter): ci codespell
2024-12-16 16:19:47 -03:00
pre-commit-ci-lite[bot]
1ef603aab7
ci(pre-commit): Apply automatic fixes
2024-12-16 19:13:45 +00:00
Rodrigo Garcia
7302be9792
fix(matter): log_i() leftover
2024-12-16 15:50:59 -03:00
Rodrigo Garcia
6f79e03449
fix(matter): fixes identify and double begin() call
2024-12-16 15:48:41 -03:00
Rodrigo Garcia
ba8d04eff2
Merge branch 'release/v3.1.x' into matter_identify_callback
2024-12-16 14:25:27 -03:00
Me No Dev
6a6edcbee9
Merge branch 'master' into release/v3.1.x
2024-12-16 19:12:44 +02:00
Me No Dev
0515264aa6
Merge pull request #10737 from TD-er/patch-2
...
[NetworkClient] Init members of NetworkClient
2024-12-16 19:12:24 +02:00
Me No Dev
eb7258070b
Merge pull request #10735 from lucasssvaz/fix/p4_apll
...
fix(clk_src): Fix error as APLL is not yet supported for P4
2024-12-16 19:12:10 +02:00
Me No Dev
30e55fc4b7
Merge pull request #10732 from SuGlider/matter_while_serial
...
feat(matter): General Review - remove while(!serial) ipv6(enable) and fixes some commentaries in the code
2024-12-16 19:11:52 +02:00
TD-er
8479b4cd9f
[NetworkClient] Init members of NetworkClient
...
Fixes : #10736
2024-12-16 16:25:53 +01:00
Rodrigo Garcia
cd7a775344
fix(matter): missing logged message type value
2024-12-16 11:47:07 -03:00
pre-commit-ci-lite[bot]
43c419e31b
ci(pre-commit): Apply automatic fixes
2024-12-16 14:41:38 +00:00
Rodrigo Garcia
3f7c5976d2
feat(matter):replacing code in examples and header files
2024-12-16 11:40:49 -03:00
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