zwave-js-ui
zwave-js-ui copied to clipboard
Full featured Z-Wave Control Panel UI and MQTT gateway. Built using Nodejs, and Vue/Vuetify
### Checklist - [x] I am not using Home Assistant. Or: a developer has told me to come here. - [x] I have checked the troubleshooting section and my problem...
This PR adds a "firmware updates" tab to the controller node to perform automatic OTW updates through the firmware update service, like we have for end devices.
**Is your feature request related to a problem? Please describe.** During NVM backup and restore, the Z-Wave network cannot really be interacted with, since the radio is off and any...
### Checklist - [x] I am not using Home Assistant. Or: a developer has told me to come here. - [x] I have checked the troubleshooting section and my problem...
Fixes #4230
**Is your feature request related to a problem? Please describe.** Based on conversation in discord, it's not obvious that the provisioning page name and location are shared back to home...
>  _Originally posted by @BitSalat in [#4216](https://github.com/zwave-js/zwave-js-ui/issues/4216#issuecomment-2862668953)_ I've also seen this happen from time to time. Typically a force-reload of the browser fixes this.
```yml services: zui: .... watchtower: image: containrrr/watchtower container_name: watchtower volumes: - /var/run/docker.sock:/var/run/docker.sock command: --http-api --http-api-update --monitor-only ports: - 8080:8080 ``` API Docs: https://containrrr.dev/watchtower/http-api-mode/
### Checklist - [x] I am not using Home Assistant. Or: a developer has told me to come here. - [x] I have checked the troubleshooting section and my problem...
Fixes #4091