Hi,
currently digging into MQTT integration, home assistant and others capabilities.
What i try to setup is having HA as my device manager.
Every devices connected to Hubitat should be mirrored into HA.
hubitat should report to HA any state change on any device as well as allowing incoming commands.
I have the required setup, Hubitat, an MQTT broker, home assistant, connectivity is ok.
I successfuly setup a virtual switch in Hubitat, sending the change state into the broker and reading the value to control a virtual switch into Home assistant.
I am leveraging the MQTT app for that: GitHub - mydevbox/hubitat-mqtt-link
This app does not enable the Automatic discovery from HA which would be good for me, avoiding to configure everything manually.
came accross some possible MQTT implementation alternatives:
I see that the xAPPO seems more mature but both have codebase not updated since 4 years now.
Wondering what is the go to setup people are using for such communication requirements today. Is there a new app/driver i did not find that implements all my requirements ?
PS: i am a strong developer with solid network knowledges so I would not mind digging into some code and apply/maintain some changes if required.
Thx for the heads up
