scantineau / knx2mqtt

Gateway between KNX bus interfaces and MQTT
MIT License
1 stars 0 forks source link

[Feature] Implement Mqtt standard specification #2

Open slobberbone opened 3 years ago

slobberbone commented 3 years ago

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 !

awesome-manuel commented 1 year ago

So basically what https://github.com/mqtt-smarthome/mqtt-smarthome/blob/master/Architecture.md already did?

https://xkcd.com/927/