You need to stop the service, and go to the domoticz directory and start domoticz:wvdweerd wrote: ↑Sunday 26 January 2020 11:29Just to be sure:moroen wrote: ↑Thursday 23 January 2020 9:28 Hm, you might be able to find something if you enable writing the log to a file, but when domoticz dies, sometimes it's not even able to write to the log. You'll get the best info if you run domoticz from the command line. Is tradfri the only plugin you're running?
How do I run Domoticz from the command line? Is it as simple as: first stop the Domoticz service (sudo systemctl stop domoticz.service), and then start it again (sudo systemctl start domoticz.service) ?
And then I have to let my PC run with the PuTTY command window open until Domoticz dies?
Reagarding other pluguins: I am running:
- P1 Slimme meter USB
- SolarEdge
- Aeon Labs Z-stick
I have tried disabling the SolarEdge plugin, because that was the last one I added.
But still Domoticz dies when running your Ikea Trafdri plugin.
Code: Select all
$ sudo systemctl stop domoticz.service
$ cd ~/domoticz/
$ ./domoticz
I have identified a few more places in the code where the plugin thread would just terminate, and bring domoticz down with it. I have fix for this, but it's part of a larger change that's not quite ready yet, I'll release it as soon as I can!
Regards,
M