Hi everyone,
Quick validation question before I invest week ends of development time:
Context
I’ve got an ESP32-C6 (native Matter/Thread radio) arriving Saturday. I’m considering adding Matter support to OpenMQTTGateway, but want to check if there’s actual interest first.
What This Would Enable
- Native Matter endpoints (sensor, switch, light, plug) on ESP32-C6
- Direct integration with Apple Home, Google Home, Home Assistant - no bridge needed
- Multi-protocol combo: Matter + BLE scanner + RF433 + IR on same device
- Matter over WiFi initially (simple setup)
Why I’m Asking BEFORE Coding
- Matter can requires ESP-IDF (not Arduino) → significant refactoring of OMG codebase
- OMG community historically focused on “old school” protocols (RF433, IR, BLE)
- Not sure if there’s appetite for Matter/Thread in this community
- Don’t want to spend 3-4 weeks on feature nobody uses
Questions for You
- Would you use this? What’s your use case?
- Concerns about ESP-IDF dependency vs Arduino arduino-esp32?
- Alternative ideas for ESP32-C6 in OMG? (BLE 5 Long Range, WiFi 6, other?)
I’ll update with hardware test results.
Thanks!