mirror of https://github.com/tteck/Proxmox.git
Update README.md
This commit is contained in:
parent
1fc4377c37
commit
bf686e1406
12
README.md
12
README.md
|
@ -485,7 +485,7 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/z
|
||||||
|
|
||||||
⚙️ **To allow device passthrough:**
|
⚙️ **To allow device passthrough:**
|
||||||
|
|
||||||
In the Proxmox web shell run (**replace `106` with your LXC ID**)
|
In the **Proxmox Shell** run (**replace `106` with your LXC ID**)
|
||||||
```yaml
|
```yaml
|
||||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/autodev.sh)" -s 106
|
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/autodev.sh)" -s 106
|
||||||
```
|
```
|
||||||
|
@ -495,18 +495,20 @@ Reboot the LXC to apply the changes
|
||||||
|
|
||||||
⚙️ **Determine the location of your adapter**
|
⚙️ **Determine the location of your adapter**
|
||||||
|
|
||||||
Run in the Zigbee2MQTT console
|
Run from the LXC console
|
||||||
```yaml
|
```yaml
|
||||||
ls -l /dev/serial/by-id
|
ls -l /dev/serial/by-id
|
||||||
```
|
```
|
||||||
Example Output: ```lrwxrwxrwx 1 root root 13 Jun 19 17:30 usb-1a86_USB_Serial-if00-port0 -> ../../ttyUSB0```
|
Example Output: ```lrwxrwxrwx 1 root root 13 Jun 19 17:30 usb-1a86_USB_Serial-if00-port0 -> ../../ttyUSB0```
|
||||||
|
|
||||||
|
|
||||||
⚠️ **Before you can start Zigbee2MQTT you need to edit the [configuration.yaml](https://www.zigbee2mqtt.io/guide/configuration/)**
|
⚠️ **Before you can start Zigbee2MQTT you need to edit the [configuration.yaml](https://www.zigbee2mqtt.io/guide/configuration/), Run from the LXC console**
|
||||||
```yaml
|
```yaml
|
||||||
nano /opt/zigbee2mqtt/data/configuration.yaml
|
nano /opt/zigbee2mqtt/data/configuration.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Save and exit the editor with “Ctrl+O”, “Enter” and “Ctrl+X”
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
```yaml
|
```yaml
|
||||||
frontend:
|
frontend:
|
||||||
|
@ -528,12 +530,12 @@ advanced:
|
||||||
network_key: GENERATE
|
network_key: GENERATE
|
||||||
channel: 20
|
channel: 20
|
||||||
```
|
```
|
||||||
⚙️ **Zigbee2MQTT can be started after completing the configuration**
|
⚙️ **Zigbee2MQTT can be started after completing the configuration, Run from the LXC console**
|
||||||
```yaml
|
```yaml
|
||||||
cd /opt/zigbee2mqtt
|
cd /opt/zigbee2mqtt
|
||||||
npm start
|
npm start
|
||||||
```
|
```
|
||||||
⚙️ **To update Zigbee2MQTT**
|
⚙️ **To update Zigbee2MQTT, Run from the LXC console**
|
||||||
```yaml
|
```yaml
|
||||||
bash /opt/zigbee2mqtt/update.sh
|
bash /opt/zigbee2mqtt/update.sh
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue