Minimal Matter Device Type

I'm working on an accelerometer based smarthome sensor using thread. It will not need any interoperability with other smarthome devices since it's just a sensor that would stream data back to a cloud backend occasionally, but I want users to be able pair it to apple/google/amazon hubs acting as border routers.

I would like the device to be a matter device because that would ensure that it can be commissioned to google/apple/amazon hubs, but my device role doesn't fit neatly into any of the existing matter device types (i.e. it's not a lock, light, switch etc). Is there a generic "base" device type that I can use?

Thank you!

Parents
  • Hi Joshua

    Unfortunately there is no good way to send data over Matter unless it is supported by one of the existing profiles:

    Possibly you could run your application over Thread instead, but then the commissioning process is unlikely to be as simple. Also, I don't know if all the hubs that support Matter would support general Thread devices (even if Matter uses Thread underneath). 

    Best regards
    Torbjørn

Reply
  • Hi Joshua

    Unfortunately there is no good way to send data over Matter unless it is supported by one of the existing profiles:

    Possibly you could run your application over Thread instead, but then the commissioning process is unlikely to be as simple. Also, I don't know if all the hubs that support Matter would support general Thread devices (even if Matter uses Thread underneath). 

    Best regards
    Torbjørn

Children
Related