depuis quelque temps je rencontre des soucis de démarrage de Domoticz.
le log du status domoticz est le suivant:
Quand je teste si domoticz est dans les process démarrés avec ps -e | grep domoticz je ne le vois pas et rien ne s'affiche lorsque j'interroge l'adresse du serveur domoticz.root@raspberrypi:/home/kan/domoticz# systemctl status domoticz
● domoticz.service - LSB: Home Automation System
Loaded: loaded (/etc/init.d/domoticz.sh; generated)
Active: active (running) since Thu 2023-11-16 23:06:44 CET; 2min 48s ago
Docs: man:systemd-sysv-generator(8)
Process: 7868 ExecStart=/etc/init.d/domoticz.sh start (code=exited, status=0/SUCCESS)
Tasks: 2 (limit: 3721)
CGroup: /system.slice/domoticz.service
├─7848 sh -c curl -s 'http://192.168.1.38:8080/json.htm?type=devices&rid=597'
└─7849 curl -s http://192.168.1.38:8080/json.htm?type=devices&rid=597
Nov 16 23:06:44 raspberrypi systemd[1]: Starting LSB: Home Automation System...
Nov 16 23:06:44 raspberrypi domoticz.sh[7868]: 2023-11-16 23:06:44.332 Status: Domoticz V2023.1 (c)2012-2023 GizMoCuz
Nov 16 23:06:44 raspberrypi domoticz.sh[7868]: 2023-11-16 23:06:44.332 Status: Build Hash: f9b9ac774, Date: 2023-02-14 15:06:40
Nov 16 23:06:44 raspberrypi domoticz.sh[7868]: 2023-11-16 23:06:44.332 Status: Startup Path: /home/kan/domoticz/
Nov 16 23:06:44 raspberrypi domoticz.sh[7868]: domoticz: Domoticz is starting up....
Nov 16 23:06:44 raspberrypi domoticz[7873]: Domoticz is starting up....
Nov 16 23:06:44 raspberrypi systemd[1]: Started LSB: Home Automation System.
'Je demarre en ssh sur un raspberry pi, je n'ai pas fait la dernière mise a jour (de juillet 2023))
je ne comprends pas ce qu'il se passe...Pouvez vous m'aider?