hello i have raspberry pi 4
with OpenHAB 3.0
I have a setting nginx ,symlinks from here
the server IP : 192.168.0.4:8080
nginx IP : MyServer:80
change the port of deconz and deconz-gui : 192.168.0.4:8090
in ip 192.168.0.4:8090 it seems that he does not sacrifice
but in 192.168.0.4:80 there is confusion because it is the same port
in my document shows
with that I could not change it : sudo vi /lib/systemd/system/deconz-gui.service
and I use that : sudo nano /lib/systemd/system/deconz-gui.service
[Unit]
Description=deCONZ: ZigBee gateway – GUI/REST API
Wants=deconz-init.service deconz-update.service
After=lightdm.service vncserver-x11-serviced.service[Service]
User=1000
Environment=“DISPLAY=:0”
ExecStart=/usr/bin/deCONZ --http-port=8090
Restart=on-failure
StartLimitIntervalSec=0
RestartSec=30
AmbientCapabilities=CAP_NET_BIND_SERVICE CAP_KILL CAP_SYS_BOOT CAP_SYS_TIME[Install]
WantedBy=multi-user.target
sudo systemctl status deconz
openhabian@MyServer:~ $ sudo systemctl status deconz
● deconz.service - deCONZ: ZigBee gateway – REST API
Loaded: loaded (/lib/systemd/system/deconz.service; enabled; vendor preset: e
Active: active (running) since Sun 2021-01-24 02:27:17 EET; 8h ago
Main PID: 388 (deCONZ)
Tasks: 5 (limit: 4915)
CGroup: /system.slice/deconz.service
└─388 /usr/bin/deCONZ -platform minimal --http-port=80Jan 24 02:27:17 MyServer systemd[1]: Started deCONZ: ZigBee gateway – REST API.
Jan 24 02:27:17 MyServer deCONZ[388]: QStandardPaths: XDG_RUNTIME_DIR not set, d
Jan 24 02:27:18 MyServer deCONZ[388]: libpng warning: iCCP: known incorrect sRGB
lines 1-11/11 (END)
● deconz.service - deCONZ: ZigBee gateway – REST API
Loaded: loaded (/lib/systemd/system/deconz.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2021-01-24 02:27:17 EET; 8h ago
Main PID: 388 (deCONZ)
Tasks: 5 (limit: 4915)
CGroup: /system.slice/deconz.service
└─388 /usr/bin/deCONZ -platform minimal --http-port=80Jan 24 02:27:17 MyServer systemd[1]: Started deCONZ: ZigBee gateway – REST API.
Jan 24 02:27:17 MyServer deCONZ[388]: QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime
Jan 24 02:27:18 MyServer deCONZ[388]: libpng warning: iCCP: known incorrect sRGB profile
~
~
does not seem to have changed Port
how can i make it work
thanks