Jump to content

Support for ZMatter Board


shbatm

Recommended Posts

To the UDI team, maybe  @Michel Kohanim can answer this (Sorry to tag you directly but I don't think that this is going to be public knowledge, so I'm coming to the source...) 

I am trying to update the PyISY python package to support the new ZMatter board after a user reported getting errors loading Home Assistant here

I can trace it back to how HA is differentiating Z-Wave vs Insteon nodes via the family code in the rest results. I see that Z-Wave on the new board is using a Family code of 12 instead of 4. Is that just for Z-Wave on the new board? Is Zigbee/Matter using anything different (e.g 11)? 

Has anything else changed on the REST side for the new board or Node structure? 

Asking so I can build in as much support as I can now without just being reactive to users running into errors. 

Thanks! 

Link to comment
46 minutes ago, shbatm said:

To the UDI team, maybe  @Michel Kohanim can answer this (Sorry to tag you directly but I don't think that this is going to be public knowledge, so I'm coming to the source...) 

I am trying to update the PyISY python package to support the new ZMatter board after a user reported getting errors loading Home Assistant here

I can trace it back to how HA is differentiating Z-Wave vs Insteon nodes via the family code in the rest results. I see that Z-Wave on the new board is using a Family code of 12 instead of 4. Is that just for Z-Wave on the new board? Is Zigbee/Matter using anything different (e.g 11)? 

Has anything else changed on the REST side for the new board or Node structure? 

Asking so I can build in as much support as I can now without just being reactive to users running into errors. 

Thanks! 

@shbatm, thanks so much for starting work on this so quickly after I reported the issue.

Link to comment
32 minutes ago, shbatm said:

@Javi Thanks for the leads! This will help.

I didn't see anything about the family code for the primary node endpoints (e.g. /rest/nodes and /rest/node/ZY_xxx)

<family>12</family>

Just want to confirm if Matter/Zigbee is going to be 12 as well or if it will use 11 (or something else)? Thanks!

At least the ZWave part of ZMatter is family 12, not sure about Matter.  Most of the legacy Zwave paths (i.e rest/zwave/xxx are migrated to zmatter path. (i.e rest/zmatter/zwave/xxxx)  so rest/nodes and rest/nodes/xxx remain the same

  • Thanks 1
Link to comment
Guest
This topic is now closed to further replies.

×
×
  • Create New...