zigbee2mqtt documentation and reverse proxy
All checks were successful
Portainer stack nginx / deploy (push) Successful in 4s
Portainer stack zigbee2mqtt / deploy (push) Successful in 3s

This commit is contained in:
2024-08-29 23:35:33 +01:00
parent 283104463b
commit 4bcb3c2501
3 changed files with 57 additions and 4 deletions

View File

@@ -29,8 +29,9 @@ Using [code-server docker container](#code-server) for Development / Maintenance
- [Mosquitto](#mosquitto)
- [Wyoming](#wyoming)
- [Zigbee2mqtt](#zigbee2mqtt)
- [Docker devices](#docker-devices)
- [Host](#host)
- [OS](#os)
- [proxmox - lxc container](#proxmox---lxc-container)
- [Packages and Requirements](#packages-and-requirements)
- [Users \& Groups](#users--groups)
- [fstab](#fstab)
@@ -180,6 +181,28 @@ For more information about home assistant integration [check home assistant repo
Currently using portainer stack (name: zigbee2mqtt) with git reference to this repo. [Docker compose](./services/zigbee2mqtt/docker-compose.yaml)
SONOFF Universal Zigbee 3.0 USB Dongle Plus attached on [proxmox host](#host).
Patch security on [proxmox host](#host).
(usb passthrough to [lxc container](#proxmox---lxc-container))
``` yaml
#on proxmox hosting server
chown 100000:100020 /dev/ttyUSB0
chown 100000:100020 /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_c0e8eeb4b38ded118e7c06f6b86ce6f8-if00-port0
```
#### Docker devices
``` yaml
....
devices:
# Make sure this matched your adapter location
- /dev/ttyUSB0:/dev/ttyUSB0
....
```
Gitea [Continuous deploy action](./.gitea/workflows/services.zigbee2mqtt.yml).
Links:
@@ -188,10 +211,10 @@ Links:
## Host
### OS
Currently hosted on a proxmox ubuntu container.
### proxmox - lxc container
```bash
# cat /etc/pve/lxc/105.conf
arch: amd64