stacked Zigbee2mqtt removed from portainer

This commit is contained in:
2024-12-01 18:31:11 +00:00
parent 89421f69db
commit c3d38369bd
2 changed files with 22 additions and 14 deletions

View File

@@ -1,13 +1,15 @@
name: Portainer stack zigbee2mqtt
on:
push:
paths:
- "services/zigbee2mqtt/**"
- ".gitea/workflows/**zigbee2mqtt**.yml"
jobs:
deploy:
runs-on: "vlan-casa_continous-deploy"
steps:
- name: Portainer stack zigbee2mqtt webhook
run: |
curl -X POST "${{secrets.PORTAINER_ZIGBEE2MQTT_WEBHOOK_URL}}"
# refactoring required stopped using portainer!
# for now using vscode with docker context connected to server and docker compose up
# name: Portainer stack zigbee2mqtt
# on:
# push:
# paths:
# - "services/zigbee2mqtt/**"
# - ".gitea/workflows/**zigbee2mqtt**.yml"
# jobs:
# deploy:
# runs-on: "vlan-casa_continous-deploy"
# steps:
# - name: Portainer stack zigbee2mqtt webhook
# run: |
# curl -X POST "${{secrets.PORTAINER_ZIGBEE2MQTT_WEBHOOK_URL}}"

View File

@@ -23,6 +23,7 @@ The server itself is on its own vlan (Vlan: homesrv) but requires communication
- [Mosquitto](#mosquitto)
- [Wyoming](#wyoming)
- [Zigbee2mqtt](#zigbee2mqtt)
- [Maintenance and Development](#maintenance-and-development)
- [Docker devices](#docker-devices)
- [Proxmox - lxc container](#proxmox---lxc-container)
- [Operating System](#operating-system)
@@ -149,7 +150,8 @@ Links:
Zigbee to MQTT bridge, get rid of your proprietary Zigbee bridges
Currently using portainer stack (name: zigbee2mqtt) with git reference to this repo [docker compose](./services/zigbee2mqtt/docker-compose.yaml).
[docker compose](./services/zigbee2mqtt/docker-compose.yaml)
SONOFF Universal Zigbee 3.0 USB Dongle Plus attached on [proxmox host](#proxmox---lxc-container).
@@ -162,6 +164,10 @@ chown 100000:100020 /dev/ttyUSB0
chown 100000:100020 /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_c0e8eeb4b38ded118e7c06f6b86ce6f8-if00-port0
```
### Maintenance and Development
Using lazarus dev device with vscode and docker context connected to homesrv01.
#### Docker devices
```yaml