From e5581a5f3fdec1def850914b69051d096ca89298 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 21 Sep 2022 17:59:02 -0400 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c019be3f..e7aea991 100644 --- a/README.md +++ b/README.md @@ -937,38 +937,37 @@ ________________________________________________________________________________
- Zwavejs2MQTT LXC + 🔸Z-Wave JS UI LXC -

+

Zwavejs2MQTT LXC

-[Zwavejs2MQTT](https://zwave-js.github.io/zwavejs2mqtt/#/) is a fully configurable Z-Wave to MQTT Gateway and Control Panel. +[Z-Wave JS UI](https://github.com/zwave-js/zwave-js-ui#) is a fully configurable Z-Wave to MQTT Gateway and Control Panel. -To create a new Proxmox Zwavejs2MQTT LXC, run the following in the Proxmox Shell. +To create a new Proxmox Z-Wave JS UI LXC, run the following in the Proxmox Shell. ```yaml -bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/zwavejs2mqtt-v4.sh)" +bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/zwave-js-ui-v4.sh)" ```

⚡ Default Settings: 1GB RAM - 4GB Storage - 2vCPU ⚡

-**Zwavejs2MQTT Interface - IP:8091** +**Z-Wave JS UI Interface - IP:8091** -⚙️ **Copy Data From a Existing Zwavejs2MQTT LXC to another Zwavejs2MQTT LXC** +⚙️ **Copy Data From a Existing Zwavejs2MQTT LXC to a Z-Wave JS UI LXC** Run in the Proxmox Shell ```yaml bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/zwave-copy-data.sh)" ``` -⚙️ **To Update Zwavejs2MQTT** +⚙️ **To Update Z-Wave JS UI** Run in the LXC Console ```yaml -bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/zwavejs2mqtt-update.sh)" +bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/zwave-js-ui-update.sh)" ``` ____________________________________________________________________________________________ -