#2022.3.4 zwave version
1 messages · Page 1 of 1 (latest)
6.4.1 is an ancient release of z2m. not sure how you would have that plus just released driver version.
"ancient" as of two months ago. 😆
6.4.1 uses server 1.14.1 and driver 8.11.1
that might be explained by semver
if z2m has ^8.11.1 as the version range, that inicludes .9
Server though is specified as ^1.14.1 in 6.4.1
1.15.x is the same semver major as 1.14.1
so that is also compatible
it might make sure to switch to ~ versions, so only the same minor version is accepted
there's a calculator, nice
The error message from HA shows the version number of the connected server. If it's not showing 1.15.0, then something is up with the upgrade.
Ok, I had used SNAP to load zwave-js and had to tell snap to remove it then to install it. I also reloaded the latest zwave-js-server (more than once since it didn't take the first time and now I am running HASS Core 2022.3.5 Thanks all for suggestions
Oh, I also had to do an npm install refresh of typescript which seems to dissappear every time I do anything.
Again, Thank You All. Home Assistant had a good core group
Which snap package is this?
I'm not fond of snap
If it's the zwavejs2mqtt snap, then there's no reason to install typescript and other node modules.
If it's some kind of node snap instead, why not just go with zwavejs2mqtt?
The typescript was needed for zwave-js-server which I reloaded from Github. The Snap is (iirc) what loads zwave-js which I think may have been the underlaying problem with version. Oh and I had to reboot everybody to get them all running together as one.
You're just running plain nodejs in a Snap?
Zwave-js-server is a ts-node app.
Well heck, I am getting rather superannuated after 60 yeard of these damn things and wouldn't know plain nodejs from strawberry
And you don't need to install typescript if you install the npm package, FYI
Most users do not install these things manually as you are, so just curious as to your use case
npm will install Zwave-js-server ??? Ok, that would probably be a lot easier.