Releases: tprelog/iocage-zwavejs2mqtt
Version 3 - 2021.10.0
Revert to node 14
- workaround for issue #3
Version 2 - 2021.10.0
Update install script
- fix issue #2
Version 2 - 2021.03.20
Upgrade Z-Wave JS to MQTT during a Plugin UPDATE is now enabled by default
- This can be disabled using
iocage console $JAIL_NAME
# Press 1 to exit the menu
sysrc plugin_upgrade_service=NO
On some occasions, you may find it useful to build zwavejs2mqtt using the latest devices from node-zwave-js
- To build zwavejs2mqtt using the latest devices from the
zwave-js/node-zwave-js
master branch, set the following inside the jail
sysrc updateDevices=YES
On rare occasions, it may be helpful to use devices from a fork of zwave-js/node-zwave-js
instead
- To build zwavejs2mqtt using devices from a fork of zwave-js/node-zwave-js, set
sysrc zwavejs=https://github.com/MY_FORK/node-zwave-js/archive/master.tar.gz
For example, I wanted to attempt making some minor improvements to some of the Inovelli switches so I created a fork and pushed my changes to it. Then, to build zwavejs2mqtt using changes from my fork, I set the following inside the jail
sysrc zwavejs=https://github.com/tprelog/node-zwave-js/archive/master.tar.gz
To remove these setting, use the following inside the jail
sysrc -x updateDevices
sysrc -x zwavejs
Version 2 - 2021.03.05
v2-2021.03.05 Version 2 - 2021.03.05 - 12.2-RELEASE
StandingZealousDog
🐕 version 1 - 2021.02.20-1
⚠️ version 2 - coming soon!
- switching Node to LTS version -
node14
- removes pkgs -
git-lite
|rsync
|wget
- change to default
plugin_upgrade_service=YES
BitterAcidRaccoon
🦝 version 1 - 2021.02.20
Here's a simple command line sensor you can use in Home Assistant, to watch for future plugin updates.
sensor:
- name: "Z-Wave JS to MQTT"
scan_interval: 86400
platform: command_line
command: "curl https://raw.githubusercontent.com/tprelog/iocage-zwavejs2mqtt/master/overlay/root/.PLUGIN_VERSION"
There's also an undocumented... shall we say, advanced setting available (Copied from the Dockerfile) -- It is updateDevices
- When enabled, this will download the latest zwave device config from the master branch of the zwavejs repo, while building zwavejs2mqtt. Typically, most users should leave this disabled - However, I will mention it in case there is ever a need to have it.
- Enable
sysrc updateDevices=true
- Disable
sysrc -x updateDevices
VulgarSimplisticSquid
🦑 version 1 - 2021.02.19
YoungFreshGerbil
🐹 version 1 - 2021.02.11
- initial release 🌱