BitViper
(Aaron )
May 15, 2021, 8:25pm
1
The last update hosed my ZWave installation/Integration…
Nothing has been done to the system other than updating…
====
EDIT: The integration card reads “Z-Wave (deprecated)”… But the log says… OpenZwave Version 1.4.3469
=====
All ZWave entities show “Unavailable” and are unresponsive. So I’m contemplating removing all ZWave entities and reinstalling them.
Most show up like this:
I suspect something is corrupted someplace
The network shows its up and running… and shows this…
The items showing “Complete” are non-operative in HA
When I select the Entryway Wall Receptacle… I get this
What is the preferred and most complete procedure to accomplish the stated action above?
Or a fix to the problem
Thanks
petro
(Petro)
May 15, 2021, 8:55pm
2
What zwave are you using: Zwave 1.4 (Legacy), OpenZwave (beta), ZwaveJS Addon, or ZWaveJS2MQTT?
BitViper
(Aaron )
May 15, 2021, 10:52pm
3
Hmm that might be helpful…
The integration card reads “Z-Wave (deprecated)”… But the log says… OpenZwave Version 1.4.3469
But I don’t remember installing “Open ZWave” So I’m guessing that with updates they changed the log header…
petro
(Petro)
May 15, 2021, 10:55pm
4
I suggest you investigate the move to zwavejs2mqtt
petro
(Petro)
May 15, 2021, 10:56pm
5
You’re using zwave 1.4 (legacy). It’s dead, there was a whole fiasco and the new path forward is zwavejs or zwavejs2mqtt
I just switched to zwavejs last week using the community guide and it was really easy and works great.
This guide is for switching from Zwave 1.4 to Zwave JS.
Preparation
In home assistant.
Browse to Developer Tools.
[image]
Click on the template tab
[image]
Paste the following code into the template section.
{%- for node, zstates in states | selectattr('attributes.node_id', 'in', range(1000)) | groupby('attributes.node_id') %}
{{ node }}:
{%- for s in zstates %}
- {{ s.name }}
{{ s.entity_id }}
{% endfor %}
{%- endfor %}
[image]
Copy the results and paste them to a t…
BitViper
(Aaron )
May 15, 2021, 11:20pm
8
hey thanks Dave… Ill look into it… I see that “ZwaveJS2MQTT” is out there can I ask why you went the route you did?
Thanks agan,
-Aaron
I figured why involve MQTT when it’s not needed. zwavejs works fine as is.
petro
(Petro)
May 15, 2021, 11:43pm
10
There’s a community guide that describes the differences
BitViper
(Aaron )
May 15, 2021, 11:49pm
13
Thank that was excellent… I like the idea of using MQTT…modernizing the ZWave associations and like the idea that it makes ZWave impervious/ stand alone sort of (withing reason) from HA althought it is running Zwave JS under HA… so maybe not so much isolation… Hmmmm