Replies: 6 comments 14 replies
-
This is something that I have to investigate. Thanks for asking! |
Beta Was this translation helpful? Give feedback.
-
@SuGlider MatterOnOffLight can support more than 3 lights endpoint? |
Beta Was this translation helpful? Give feedback.
-
@SuGlider I'm using the matter library to test all scenarios that can happen in daily use.
This kind of scenario can happen any time when the access point is damaged and restart esp board. |
Beta Was this translation helpful? Give feedback.
-
For my understanding, if the matter is already commissioned that is the reason why I continue to use the button even if there is no WiFi. The issue comes when you restart the esp32 board when no internet. |
Beta Was this translation helpful? Give feedback.
-
Yes, it has been commissioned and WiFi was active. After turning off WiFi AP, the device will continue to work using the esp32s3 onboard button because it will update its internal matter clustter information, but it won't be synchonized with the matter controller or iphone APP. But if the WiFi AP is off and reset button is pressed, it won't connect and the sketch will be kept in the WiFi connection Loop until a suitable WiFi SSID is found and it is able to connect to the network. In that case the sketch I presented in some other place here solves it. That sketch runs a separated Task just for the button that detects when Matter is not active and overrides it. |
Beta Was this translation helpful? Give feedback.
-
@SuGlider this was my question, if esp32 can able to update its internal cluster information without WiFi because it has been commissioned.
the project I made all code run in Thank you for the quick responce and guidance |
Beta Was this translation helpful? Give feedback.
-
is there a way to name Lights Endpoint in the code rather than to rename in set up on the device.
always come up on the device as (light, light1, light2, etc)
@SuGlider
Beta Was this translation helpful? Give feedback.
All reactions