Yacubane / esp32-arduino-matter

Matter IoT protocol library for ESP32 working on Arduino framework
Apache License 2.0
298 stars 29 forks source link

Sleep Mode Compatibility #51

Open kmoto2 opened 4 months ago

kmoto2 commented 4 months ago

Just wondering if the Matter protocol can be used on a ESP32 that uses deep sleep mode with timer-based periodic wake-up. I have created a temperature sensor device and successfully connected it to my SmartThings hub, but if I try having the ESP32 sleep for 10 minutes between updates, it does not update properly in the SmartThings app.

Dloranger commented 3 months ago

interested in this as well for power management considerations

Dloranger commented 3 months ago

@kmoto2 did you ever figure out a working example?