Upon inspecting my server with Powertop, I noticed that my deconz docker container uses a lof of performance&energy.
I use the following docker compose file
`
version: "3.8"
services:
deconz:
image: deconzcommunity/deconz:stable
container_name: deconz
restart: unless-stopped
privileged: true
ports:
81:81
443:443
5900:5900
6080:6080
volumes:
/opt/deconz:/opt/deCONZ
devices:
/dev/ttyUSB0 #Must be USB port where Conbee II stick is inserted
environment:
TZ=Europe/Stockholm
DECONZ_WEB_PORT=81
DECONZ_WS_PORT=443
DEBUG_INFO=1
DEBUG_APS=0
DEBUG_ZCL=0
DEBUG_ZDP=0
DEBUG_OTAU=0
DECONZ_VNC_MODE=0
DECONZ_VNC_PASSWORD=xxx
`
Launch with "docker compose up -d"
Launch "sudo powertop"
My system:
Host system: Intel NUC
Running method: Debian, docker container deconzcommunity/deconz:stable
Firmware version: (26780700)
Device: ConBee II
Do you use an USB extension cable: no
Is there any other USB or serial devices connected to the host system? No
Not sure what to expect here but at least less than 1w.