Re: Migration TI CC2531 --> SLZB-06 TI CC2652P
Publié : 05 nov. 2025, 16:36
peux-tu faire un simple git pull pour mettre a jour le hotfix, relancer Domoticz et ensuite faire le test de shutdown
Reprenez le contrôle de votre domotique
https://easydomoticz.com/forum/
2025-11-05 18:32:34.109 Status: SLZB-06 TI CC2652P: Operating time : 0 Hours 3 Mins 21 Secs
2025-11-05 18:32:34.110 SLZB-06 TI CC2652P: logging_thread - ended
2025-11-05 18:32:34.111 SLZB-06 TI CC2652P: Logging Thread shutdown
2025-11-05 18:32:34.111 SLZB-06 TI CC2652P: Remaining active threads: [('MainThread', 126182641100480, True), ('ZigpyForwarder_41', 126182292973248, True)]
2025-11-05 18:32:34.115 SLZB-06 TI CC2652P: Warning: Plugin has 1 Python threads running.
2025-11-05 18:32:35.115 SLZB-06 TI CC2652P: Warning: Plugin has 1 Python threads running.
2025-11-05 18:32:36.115 SLZB-06 TI CC2652P: Warning: Plugin has 1 Python threads running.
2025-11-05 18:32:37.116 SLZB-06 TI CC2652P: Warning: Plugin has 1 Python threads running.
2025-11-05 18:32:38.116 SLZB-06 TI CC2652P: Warning: Plugin has 1 Python threads running.
2025-11-05 18:32:39.117 SLZB-06 TI CC2652P: Warning: Plugin has 1 Python threads running.
2025-11-05 18:32:40.117 SLZB-06 TI CC2652P: Warning: Plugin has 1 Python threads running.
2025-11-05 18:32:41.117 SLZB-06 TI CC2652P: Warning: Plugin has 1 Python threads running.
2025-11-05 18:32:42.118 SLZB-06 TI CC2652P: Warning: Plugin has 1 Python threads running.
2025-11-05 18:32:43.118 SLZB-06 TI CC2652P: Warning: Plugin has 1 Python threads running.
2025-11-05 18:32:44.118 SLZB-06 TI CC2652P: Warning: Plugin has 1 Python threads running.
2025-11-05 18:32:44.119 SLZB-06 TI CC2652P: Warning: Plugin has 1 Python threads running.
2025-11-05 18:32:44.119 SLZB-06 TI CC2652P: Abandoning wait for Plugin thread shutdown, hang or crash may result.
Code : Tout sélectionner
Nov 5 18:32:06 phoenix domoticz: Domoticz is exiting...
Nov 5 18:32:06 phoenix systemd[1]: Stopping domoticz.service - domoticz_service...
Nov 5 18:33:37 phoenix systemd[1]: domoticz.service: State 'stop-sigterm' timed out. Killing.
Nov 5 18:33:37 phoenix systemd[1]: domoticz.service: Killing process 320826 (domoticz) with signal SIGKILL.
Nov 5 18:33:37 phoenix systemd[1]: domoticz.service: Failed to kill control group /system.slice/domoticz.service, ignoring: Invalid argument
Nov 5 18:33:37 phoenix systemd[1]: domoticz.service: Main process exited, code=killed, status=9/KILL
Nov 5 18:33:37 phoenix systemd[1]: domoticz.service: Failed with result 'timeout'.
Nov 5 18:33:37 phoenix systemd[1]: Stopped domoticz.service - domoticz_service.
Nov 5 18:33:37 phoenix systemd[1]: domoticz.service: Consumed 56.507s CPU time.
Code : Tout sélectionner
[Unit]
Description=domoticz_service
[Service]
User=pi
Group=users
ExecStart=/home/pi/domoticz/domoticz -www 8080 -sslwww 443 -daemon -pidfile /var/run/domoticz/domoticz.pid -sslcert /home/pi/domoticz/cert_all.pem -log /var/log/domoticz.log -loglevel normal,status,error
PIDFile=/var/run/domoticz/domoticz.pid
EnvironmentFile=/home/pi/domoticz.env
WorkingDirectory=/home/pi/domoticz
# Run ExecStartPre with root-permissions
PermissionsStartOnly=true
ExecStartPre=-/usr/bin/mkdir /var/run/domoticz
ExecStartPre=/usr/bin/chown -R pi:users /var/run/domoticz
#ExecStartPre=setcap 'cap_net_bind_service=+ep' /home/pi/domoticz/domoticz
AmbientCapabilities=CAP_NET_RAW CAP_NET_ADMIN CAP_NET_BIND_SERVICE
Restart=on-failure
RestartSec=1m
#StandardOutput=null
[Install]
WantedBy=multi-user.target