Hi
Just deployed the docker on a remote raspberry with Hassos on a VM.
I have got the entities auto discovered.
Just fibaro223 show one swith instead of 2. will have to check however they are recognized properly by the docker as 223.
Really happy so far. let’s see how stable it is.
I can leave with a panel on the side to manage the hardware if it works.
OT:
Small tip for the ones using a remote PI with dockers.
In Portainer on you hassos You can monitor those dockers too
Activate Docker API on the remote pi
add endpoint using docker api in portainer
If you want more detailed info you can also install portainer and portainer agent on the PI
Substitute your usb device on the left hand side of the device row or , if you have an aeon stick, leave it as is.
follow instrctions here to setup the environment . Do not forget to enable hass autodiscovery to have entities pop up in HA. Have patience it takes time at first start then it is cached. https://zwave-js.github.io/zwavejs2mqtt/#/
Install docker compose
then create a directory and within it a subdirectory named store (or whatever you like just remember modifiyng it in the file above).
then create docker-compose.yml as up
then docker-compose up docker-compose.yml -d
I’m interested to see how well this works for you. For reference, what are you using now? I’m interested in trying this out to see what all the hubbub is about.
I’m only going to be using it on a test HA Supervised install that only has on node paired to it to start with.
I have been running OZW beta on that instance and it was OK with that one node.
But…
I do see the concern in the other thread that development has slowed to a crawl (if not stopped) and issues aren’t getting fixed. I’ve added a new device to the config (and started to add another one) but even those simple things take forever to get merged.
So I figured I’d give this a try and see what it has to offer.
Hi @petro I am using a vm in proxmox on an intel i7 4core 6thgen with hassio supervised since the pc is in the basement and life “happens” at the floors above I have a raspberry in the leaving room working as a “satellite antenna” as I call it…
So dongles : zigbee & zwave & bluetooth on a raspberry II
zigbee bare metal
zwave in a docker
BTW a bit OT I know: It would really be nice (I saw there is an open request for it) to have remserial / socat /ser2net support in supervised for this use case. Getting the data in is a p in the… right now. As you can see I am forced to go through mqtt.
I have looked for alpine packages of remserial and could not find remserail (plus I installed some extra package but I think it gets wiped out after restart, Is that correct ? Is the only way to have persistent install through addons? Apologies I am new to Supervised after years of core).
Have you allowed your MQTT system options to automatically add new devices? Try restarting HA once your Z-Wave network is loaded. What settings do you currently have?
I expected to get a discovery notification in the sidebar that I would need to act on (like all other discovered entities) but instead it just got silently added to the system (but with a totally un-helpful name/entity id - I’ll have to work on that bit).
You can set the name published in the gateway control panel.
Either manufacturer name (You will get duplicates if you have multiple devices) or nodeID_progressive.
I prefer the node notation
I think what I’ll need to do is turn off discovery in HA once I add nodes, update the info in the control panel to make all the node info to match my existing config then turn discovery back on.
Otherwise the original (non-helpful) data seems to be pretty “sticky”.
I see what you mean…
I restarted the container for the first time and the HA configured devices are greyed out and the discovered MQTT devices are again there.
Restart HA and it should allow you to delete the no longer existing entities. Have you enabled the Retained discovery? I believe that option should prevent this from happening.