Replies: 2 comments 5 replies
-
It's not very clear to me how I should translate datas from zjs to matter and vice versa. Is there a nodejs package to use 'Matter protocol' ? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hi, I think this is the wrong approach. Both zwave and matter are both transmission protocols to communicate with IoT devices. Transforming the model matter --> zwave --> MQTT --> HA doesn't make much sense. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What are your thoughts on expanding zwavejs2mqtt scope to also support "Matter" output as an optional alternative to MQTT output?
Matter (formerly "Project CHIP") is an application layer made as an application connectivity protocol is designed as an alternative to MQTT.
For reference, yesterday "Project Connected Home over IP" (a.k.a. "Project CHIP") was renamed to "Matter", and the Zigbee Alliance was renamed o "Connectivity Standards Alliance" (or "CSA" for short) to make it clearer that is governing more IoT standards than just the Zigbee standard, (those standards include; Zigbee, Smart Energy, Green Power, JupiterMesh, Dotdot, and now also Matter).
https://www.businesswire.com/news/home/20210511005928/en/The-Connectivity-Standards-Alliance-Unveils-Matter-Formerly-Known-as-Project-CHIP
Since the Z-Wave network media specification is still out-of-scope for the "Matter" project I think it could be a great idea to have a "Z-Wave to Matter" server application that would act as a "Z-Wave to Matter" gateway/bridge.
It is beyond my skills but would like to suggest you consider "zwavejs2matter" (Z-Wave to Matter) gateway/bridge as a subproject to zwavejs2matter or as an official fork of the project.
Low-power devices that natively supports the "Matter" standard will be based on Thread and should not start to arrive until later this year and I guess most people who already have a large setup with Z-Wave (or Zigbee) will not want to start over or switch to using devices that use an other mesh networking standard and thus those people who still want to use Z-Wave devices but want to utilize Matter will need "Z-Wave to Matter" gateways/bridges (and "Zigbee to Matter" gateways/bridges).
The new official website for Matter is buildwithmatter.com (as the old website www.connectedhomeip.com is no longer online) and the project's source code git repositories on GitHub is still active at https://github.com/project-chip/ and Connectivity Standards Alliance new website https://csa-iot.org/ still redirect to https://zigbeealliance.org/about/
https://github.com/project-chip/connectedhomeip/blob/master/README.md
References:
https://github.com/project-chip/connectedhomeip
https://github.com/project-chip/
https://zigbeealliance.org/news_and_articles/chip-is-now-matter/
https://zigbeealliance.org/news_and_articles/connectivity-standards-alliance/
Connectivity Standards Alliance new website https://csa-iot.org/ still redirect to https://zigbeealliance.org/about/
PS: Matter is likely to become a big deal in the long run as alliance members poised to be early adopters of Matter include: Amazon, ASSA ABLOY, Comcast, Espressif Systems, Eve Systems, Google, Grundfos Holding A/S, Huawei, Infineon Technologies, LEEDARSON, Legrand, Nanoleaf, Nordic Semiconductor, NXP Semiconductors, Qorvo, Resideo, Schlage, Schneider Electric, Philips Hue / Signify, Silicon Labs, Samsung SmartThings, Somfy, STMicroelectronics, Texas Instruments, Tuya Smart, Ubisys, Wulian, and Zumtobel Group.
Beta Was this translation helpful? Give feedback.
All reactions