Domoticz 16083 freezing (including 16086 version)

Please use template to report bugs and problems. Post here your questions when not sure where else to post
Only for bugs in the Domoticz application! other problems go in different subforums!

Moderators: leecollings, remb0

Forum rules
Before posting here, make sure you are on the latest Beta or Stable version.
If you have problems related to the web gui, clear your browser cache + appcache first.

Use the following template when posting here:

Version: xxxx
Platform: xxxx
Plugin/Hardware: xxxx
Description:
.....

If you are having problems with scripts/blockly, always post the script (in a spoiler or code tag) or screenshots of your blockly

If you are replying, please do not quote images/code from the first post

Please mark your topic as Solved when the problem is solved.
PA3FAT
Posts: 38
Joined: Thursday 07 January 2016 18:59
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Valkenswaard - The Netherlands
Contact:

Re: Domoticz 16083 freezing (including 16086 version)

Post by PA3FAT »

if from the ssh promp do

"sudo ./domoticz"

it keeps running from my direct ip (so not via my url which is not more than portforwarding)
PA3FAT
Posts: 38
Joined: Thursday 07 January 2016 18:59
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Valkenswaard - The Netherlands
Contact:

Re: Domoticz 16083 freezing (including 16086 version)

Post by PA3FAT »

Removed in the domoticz.sh following loglevel.

#DAEMON_ARGS="$DAEMON_ARGS -debuglevel normal,hardware,received,webserver,events
ystem,python,thread_id"

It seems to keep running......via the regular daemon

Update: runs as before now. Via domain and local ip.
Logging levels less as a result of the ARGS defined.
User avatar
waltervl
Posts: 5792
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Re: Domoticz 16083 freezing (including 16086 version)

Post by waltervl »

There is nor recent crash.log file in the Domoticz folder? Check the troubleshooting wiki for info.

If you run it with
sudo ./domoticz -nowwwpwd

Did you check the menu setup - users for multiple admins? There should be 1.
Check the password for that admin.
Check the security settings.

Last resort is to go back to your latest running environment before updating to beta as instructe on the wiki. But there are only 5 backups saved so if you updated more then 5 times already that first vbackup is already gone...
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
User avatar
gizmocuz
Posts: 2514
Joined: Thursday 11 July 2013 18:59
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Top of the world
Contact:

Re: Domoticz 16083 freezing (including 16086 version)

Post by gizmocuz »

PA3FAT wrote: Thursday 20 June 2024 19:12 Removed in the domoticz.sh following loglevel.

#DAEMON_ARGS="$DAEMON_ARGS -debuglevel normal,hardware,received,webserver,events
ystem,python,thread_id"

It seems to keep running......via the regular daemon

Update: runs as before now. Via domain and local ip.
Logging levels less as a result of the ARGS defined.
Good, you don't want to run with debuglevels anyway, but there seems to be something going wrong here

First of all, I have to assume that line above is on a single line and not two lines, so it should look like this:

Code: Select all

#DAEMON_ARGS="$DAEMON_ARGS -debuglevel normal,hardware,received,webserver,eventsystem,python,thread_id"
It must be one of these log levels that is causing issues

Could you try them one by one to see which one is causing the issue?

You do not have to check 'thread_id'

There have been some recent changes to the python implementation, but best to check them all

I will also recheck all debug logging, but that are 'a lot' of lines

Edit: Can't find any changes to logging lately. Are you using the binary version or are you compiling yourself? If you are compiling yourself, are you running in debug or release build mode?
Quality outlives Quantity!
PA3FAT
Posts: 38
Joined: Thursday 07 January 2016 18:59
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Valkenswaard - The Netherlands
Contact:

Re: Domoticz 16083 freezing (including 16086 version)

Post by PA3FAT »

Will see if i can do a one by one on the debug levels.
My issues started after 16083 upgrade. Tried to many times so no option to revert.

I am not compiling the Domoticz myself. Did the initiall setup already years ago and update via regular update process in the GUI or sometimes ./updatebeta
rick8245
Posts: 74
Joined: Wednesday 22 April 2020 15:59
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoticz 16083 freezing (including 16086 version)

Post by rick8245 »

I still have this problem.

I do NOT have this line in my domoticz.sh
#DAEMON_ARGS="$DAEMON_ARGS -debuglevel normal,hardware,received,webserver,events
ystem,python,thread_id" so i cannot remove it

When i start it interactively with :
sudo ./domoticz -nowwwpwd it freezes after 15 - 20 minutes and does no work anymore.

Can I go back to the version of march/April this year .
Than I had not yet this issue.
Oh, i run this on a raspberry for 3 years now without any issues but since june/july it is not reliable

Thanks in advance

Rick8245
jonsludde
Posts: 10
Joined: Tuesday 22 October 2024 13:44
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoticz 16083 freezing (including 16086 version)

Post by jonsludde »

I have the same problem and been struggling with this for many hour.
My setup is a new RP4, latest OS, latest domotics, docker and installed as per instructions.
A MyZwave gpio-card, moved from my old RP3, database backup from RP3 installed on the new RP4.
MQTT seems to work, JSUI seems to work.
I have enabled log and debug, all except sql, alot coming in and it seems to work OK. (root@jonshome:/opt/mosquitto# /home/pi/domoticz/domoticz -nowwwpwd -daemon -www 8088 -log /var/log/domoticz.log -loglevel all -debuglevel normal,hardware,received,webserver,eventsystem,python,thread_id,auth
)
When I start a browser and f.i. go to http://jonshome:8088/ domotics die and the last lines in the log contains:
2.PNG
2.PNG (48.01 KiB) Viewed 666 times
The latest thing I tested was to remove the Zwave card, but that didn't help.
Before that I uninstalled docker and the 2 containers.
I have tested Edge and Chrome in windows and chrome on android, all of them crashes domoticz. Well crashes, the crashlog is empty, domoticz just dies..
I'm out of ideas now, hopefully some of you guys can help out.
Thanks
jonsludde
Posts: 10
Joined: Tuesday 22 October 2024 13:44
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoticz 16083 freezing (including 16086 version)

Post by jonsludde »

Today it works, I have no clue as to why, nothing has been done with the Raspberry or OS or other SW.
Well, guess I just should be happy that it works.
Cheers
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest