hi,
Are they any work to make it possible to generate with esphome matter devices ?
Why? What does Matter functionality have to offer that is not present with the current implementation?
The device could be accessed both in HA and outside in other apps like Google Home.
And here are the plan: " Looking ahead, this is a solid step if the project plans to add Matter capability for low-power-consumption devices like sensors."
ESPHome 2025.6 adds OpenThread support | Matter Alpha
The Thread works fine, but it is not matter, instead of esphome protocol over WiFi, it is esphome protocol over Thread.
For Matter over Thread on an ESP device try https://zerocode.espressif.com/
Hey guys thanks a lot for support.
I think, with esphome you have a very perfect platform to create very easy and very quick an matter ready device and will blow up the opportunities, for esphome.
Really I love esphome, this solution is so awesome and genius.
Thanks a lot to create esphome.
Maybe it is a topic where you can discuss internal.
Or is it absolutely not in scope for esphome?
Greetings
ESPressiff already provide ZeroCode where you can make Matter devices, somewhat like ESPHome.
It is not however quite so versatile and it probably never will be, because Matter is pretty strict, so you are stuck inside the confines of the protocol.
I don’t thinks so, that you can really compare esphome and Gerichte, also I don’t think matter is pretty strict.
With esphome you have the best basis to create flexible matter devices, with all the rules and components
Matter is strict.
Just look at how long it took before we could get energy monitoring on smart plugs.
It was first available in Matter 1.3 and only Eve plugs could do it before, because they made a work around.
Other options — Tasmota[32] implements Matter protocol if you do not want to use Espressif Zero Code. Both use the Matter experimental / uncertified device type because it costs money to get a device officially certified for Matter. I am doubtful the CSA would issue a proper Matter certificate for a generic self-compiled device type, particularly since that is a major source of revenue to fund Matter development.
Esphome already offers both its own API and MQTT protocols for device control. While this provides excellent compatibility with Home Assistant, it admittedly is limited with respect to other ecosystems.
The Matterbridge project exists specifically for exposing non-Matter devices to third-party Matter controllers. While it runs independent of HA, it currently doesn’t have a dedicated/direct esphome plugin. And while there is no technical reason why someone couldn’t create one, I suspect its audience would be niche because the vast majority of esphome users have an HA server and would use the matterbridge-hass plugin instead.
it allows you to access the devices outside of Home Assistant like you can with Tasmota. I’ve started switching my lights to Tasmota because of this. Tying everything together in Home assistant creates a single point of failure, as I found out when I lost my HA drive and had to wait for a new drive to arrive. Being able to setup esphome devices as matter, or a hue bridge device like tasmota, means you still have basic control through Alexa/Google instead of dead in the water devices.