Replies: 5 comments 8 replies
-
My dream setup would be zwavejs using a direct binary protocol with hass. Yes it would eliminate mqtt which I feel brings more complexity to the mix than is necessary. The protocol javascript code would be generated automatically from the existing API. The hass integration could be a clone of the EspHome integration by reusing aioesphomeapi which is actively maintained. For example they recently added fan direction. For anybody that has used EspHome integration with hass. It just works! It is beautiful. |
Beta Was this translation helpful? Give feedback.
-
This is the glue between mqtt <-> ha as a custom component: |
Beta Was this translation helpful? Give feedback.
-
Related idea: consider making zwavejs2mqtt support a compatible message structure so hass thinks it is talking to OZWDaemon. Vlad Vukicevic floated this idea in slack:
But I'm not sure his idea was completely understood. |
Beta Was this translation helpful? Give feedback.
-
While good in theory I suspect that would be a nightmare to keep up with. If you go through some of the old issues fishwaldo was always talking about having the integration people tweak this or that. |
Beta Was this translation helpful? Give feedback.
-
Hi guys. There is a work in progress to create a 'final' solution for home assistant and zwave. Once I can say more on this I will let you know in slack channel |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As a heavy user of Home assistant, I would like to have more integration with Home assisstant.
For instance, we can probably support assigning Devices (nodes) to current Areas (locations), when area exist.
Also would be easier for me to see the wording Device(node), Entity(device) and Area (location) under gateway configuration/hass discovery
Proposal feature 1 (Support Area/Device config)
On the Device/Area (hass name) support. Currently MQTT driver do not support setting an area_id through entity creation. therefore the only way is to use a plugin in Homeassistant.
What this plugin (integration) will do:
Read an mqtt topic and update devices areas, but also name of devices
Proposal feature 2
Change the names referring to Hass devices/entities/areas to fit hass.
Additionally to this, I believe we need to name the Home assistant parts the same way home assistant uses. As the current analogy is:
Feedback
do you think it worth working on any of the above proposals?
Beta Was this translation helpful? Give feedback.
All reactions