zwave-js-ui icon indicating copy to clipboard operation
zwave-js-ui copied to clipboard

[feat] Implement Mqtt standard specification

Open slobberbone opened this issue 3 years ago • 6 comments

It would be interesting to implement in this project the specification describe here : https://homieiot.github.io/

However, MQTT doesn’t define the structure and content of these messages and their relation. An IoT device publishes data and provides interaction possibilities but a controlling entity will need to be specifically configured to be able to interface with the device.

The Homie convention defines a standardized way of how IoT devices and services announce themselves and their data on the MQTT broker.

It is thereby a crucial aspect on top of the MQTT protocol for automatic discovery, configuration and usage of devices and services.

Some other xxx2mqtt already purpose this and I think specification for MQTT is the futur of home automation. It would be not changing the way of this project work actually, but add another way to publish.

I'm from the open source project NextDom (home automation software) and we are working on another solution from scratch. We want to organize NextDom directly with MQTT and Node-Red (Nextdom becoming a kind of orchestrator. In this way, this standard for MQTT will be very interesting for us of course, but also for all others home automation software.

Thanks for reading and give me some feed back about that !

slobberbone avatar Feb 04 '21 08:02 slobberbone

I received a similar request on the onl zwave2mqtt too. I'm open to implement this as long as it doesn't introduce any breaking change or complication. If you would likke to help me in this we can speak about it

robertsLando avatar Feb 04 '21 08:02 robertsLando

Yes of course, we are several people at NextDom, and this kind of request could interest other projects like HA ... we would be able to find some arms to work on it !

slobberbone avatar Feb 04 '21 08:02 slobberbone

@slobberbone Awesome! :) LMK

robertsLando avatar Feb 04 '21 09:02 robertsLando

Any updates on this? It would be great to get this type of message publication to facilitate the device integration

The old request: https://github.com/OpenZWave/Zwave2Mqtt/issues/128

syepes avatar Jan 10 '22 20:01 syepes