Page 1 of 1

Question: Error in domoticz log and how to read it?

Posted: Wednesday 09 August 2023 19:48
by sailmich
Hello to all,
I get error messages every 5 seconds in domoticz log. I don't understand how to read this messages. What is 'stoll' standing for? Is that a user or a device? Booth I don't have. Is something corrupt or am I hacked? Domoticz running in docker container on RPi with Bullseye.
When trying Restart System via GUI Error executing reboot command. returned: 32512 is comming.
I stopped and restarted domoticz container with same result.
I also did a reboot of my RPi
Any help appreciated!

Screenshot 2023-08-09 185655.png
Screenshot 2023-08-09 185655.png (74.54 KiB) Viewed 383 times

Re: Question: Error in domoticz log and how to read it?

Posted: Wednesday 09 August 2023 20:23
by kiddigital
It looks like you might have a corrupted value in one of your devices.

From the message it looks like domoticz tries to retrieve the devices and values but crashes on the 'stoll' C-function (trying to convert some text-string to a numeric value, but the value appears not be a number).

Try to disable all hardware and enable them one-by-one till you find the hardware that contains the misbehaving device(s).

You might have to dig into the domoticz.db directly using SQlite3 and some SQL queries. Btw.. best to not have domoticz running when accessing the database via SQlite3.

Good luck hunting down the culprit...

Re: Question: Error in domoticz log and how to read it?

Posted: Wednesday 09 August 2023 21:21
by sailmich
@kiddigital
Thanks for your answer, I already switched them off and find out Dummy make the Problem. Is it also possible to disable Dummy devices step by step to find the corrupted device and delete it? I'm quite sure I'm not able to do what you recommended. SQL queries, way above my skills.