shbatm Posted December 20, 2022 Posted December 20, 2022 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!
Javi Posted December 20, 2022 Posted December 20, 2022 Hi @shbatm, https://wiki.universal-devices.com/index.php?title=Polisy_Developers:ZMatter:ZWave:Events https://wiki.universal-devices.com/index.php?title=Polisy_Developers:ZMatter:ZWave:REST
randyth Posted December 20, 2022 Posted December 20, 2022 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.
asbril Posted December 20, 2022 Posted December 20, 2022 1 hour ago, randyth said: @shbatm, thanks so much for starting work on this so quickly after I reported the issue. definitely important for me as well.
shbatm Posted December 20, 2022 Author Posted December 20, 2022 @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!
Javi Posted December 20, 2022 Posted December 20, 2022 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 1
Recommended Posts