Hello everyone,
How can we rever to version 1.1.1? i am having issues with some devices, like buttons ,and someone has informed me that if I revert back to that version it could help.
Is there anyway?
im running HA on a rasbery pi OS
Hello everyone,
How can we rever to version 1.1.1? i am having issues with some devices, like buttons ,and someone has informed me that if I revert back to that version it could help.
Is there anyway?
im running HA on a rasbery pi OS
If itās possible, it would only be available through CLI via SSH.
Thanks Petro, thatās very helpful and encourages me to perform the migration. When I do, Iāll aim to record and post my experience.
@sham thank you for helping there! Glad to see it might be fixed. Guess now the question is when will that fix make it over to the Home Assistant version?
I asked the question and @martinhjelmare said that there is a breaking change in a later zwavejs release so that needs to be resolved first. Probably March.
https://github.com/home-assistant/addons/issues/1840#issuecomment-782265470
Iām running zwaveJS3mqtt in a separate docker and the Home Assistant to connect over web sockets. Working great! Really notice a speed difference (even though I didnāt think it was slow on zwave 1.4 integration).
Ah ok, thanks! Iām in a bit of a purgatory with Zwave. Not sure what happened but I lost the climate object on my thermostats on Ozwave (beta). So Iām doing the same thing running the ZwaveJS2MQTT docker image as well to bypass the bug and is working great, but it isnāt giving me the climate object either. Though through the MQTT integration Iām able to get a climate object.
Hi,
Yes but as I wrote, I have replaced batteries in them to make shore they wake up. With no luck.
A little bit lost. Shall we set it up via integrations or add on? What is the difference?
check out the community guides sections. This zwave overview will help you understand how they are all linked and you can make the decision yourself.
those arenāt mutually exclusive.
You have to run the integration no matter how you install the zwavejs server.
There are multiple ways to install the zwavejs server which are explained in the thread petro linked to above.
Iāve switched addon to the āZ-Wave JS to MQTTā and uninstalled āZ-Wave JSā addon. But it always installs itself back. A do not know why. Is there any solution to avoid it?
Same thing happens to me after installing Zwavejs. I deleted the old deprecated Z-wave addon, but itās always coming backā¦
Is it possible to install the Zwave JS Add-on while also running the older/deprecated Zwave 1.4 so that the latter can pick up devices before adding/switching to the Zwave JS integration?
I tried switching over yesterday and followed the guides. All the plug in devices moved over fine but the battery ones did not.
I could see data for a Zooz 4-in-1 sensor in the Zwave JS logs showing temp, humidity, luminance and motion but the device never updated to show the entities. Similarly for my Dome leak sensors. Removed battery from one then inserted to wake up but did not show anything.
I really donāt want a 1-3 day window where all of my leak sensors stop working.
you canā¦kind ofā¦
Since both integrations canāt use the zwave controller at the same time you need to stop the zwave1.4 before you install the add-on so that the add-on can access the controller. You donāt need to remove the old zwave integration - just stop the zwave network.
Once the add-on is running, install the zwavejs integration.
Once that is running then you need to wake up your devices using whatever the procedure is for your device (itās not always removing/inserting the battery), then you need to somehow re-interview the node. Iām not sure if this is a functionality that is offered by the zwavejs add-on but it can be done using the zwavejs2mqtt add-on.
Once everything is correctly discovered and the entities are discovered by HA you can then stop the add-on and restart the old zwave network again.
Now you should have all of the new entities from zwavejs that you can rename to be mostly similar to the existing entity idās. For example rename them to the existing entity_id but add ā_jsā to the end of the entity_id or something similar (binary_sensor.example to binary_sensor.example_js).
Then once everything is functioning as you want you can turn off the old zwave network and fully switch to the zwavejs integration. and then just rename your new entities to match the old entities and all of your automation, etc will still work as they did.
The good thing about doing it like this is that you can control when and how long your zwave network is impacted. If you get to the point that you canāt mess around trying to get battery devices discovered then just switch back to the old zwave integration and you havenāt lost anything.
There is a checkbox you have to uncheck when installing the Zwave JS integration. If you didnāt uncheck it the addon will keep coming back. You can stop it without having to reinstall the addon if you edit the config/.storage/core.config_entries
file and find the entry for Z-Wave JS, which has a use_addon
property. Change itās value to false
and restart and it will stop bringing back the addon.
Thanks. I solved issue by reinstalling integration with unchecked checkbox.
I have the exact same problem as AGW:
It looks like a bug to me tbh. Either the firewall on the RP3b āZwave JS Serverā is not opened correctly to the LAN or the integration does not properly try to connect.
Or does anyone see a configuration error?
Did you use HA on the Raspberry to run the ZWave JS server, or did you use another server installation method?
Are you unchecking the first box that appears when installing the integration? If not, thatās your problem.
Yes, I do. Otherwise you donāt get the option to select a host.