[2025.1] after update CPU temp increased from 50 to 70°C

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.
Post Reply
PSUtec
Posts: 14
Joined: Sunday 11 November 2018 12:25
Target OS: Linux
Domoticz version: 12896
Location: Ferrières (BE)
Contact:

[2025.1] after update CPU temp increased from 50 to 70°C

Post by PSUtec »

Hello,

Thank you for the this stable version; however, since upgrading the temperature of the CPU (RPI4) has increased from usually around 50°C to more than 70°C, even after system upgrade and reboot.

Any idea of the possible reason?

Thanks,
User avatar
waltervl
Posts: 5735
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Re: [2025.1] after update CPU temp increased from 50 to 70°C

Post by waltervl »

Did your CPU load also increased? Else it could just be your environment also increased in temperature...
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
PSUtec
Posts: 14
Joined: Sunday 11 November 2018 12:25
Target OS: Linux
Domoticz version: 12896
Location: Ferrières (BE)
Contact:

Re: [2025.1] after update CPU temp increased from 50 to 70°C

Post by PSUtec »

Thanks for your reply.
I don't monitor the CPU load, so I don't know if it did increase.
Currently it is around 60%.

It cannot be due to the environment temperature, as it increased suddenly as shown in the atteched figure.
Such a temprature increase would mean my house burning, which is not the case! :D
Attachments
CPU temp.jpg
CPU temp.jpg (48.72 KiB) Viewed 163 times
User avatar
user4563
Posts: 110
Joined: Tuesday 19 October 2021 17:24
Target OS: Linux
Domoticz version: 2025.1
Contact:

Re: [2025.1] after update CPU temp increased from 50 to 70°C

Post by user4563 »

Did you do a top/htop to see what is loading your CPU?
ODroid H4+ / Ubuntu server 24.04 LTS
Aeotec Z-Stick Gen5+
ZWave-JS-UI / Mosquitto MQTT
Domoticz for Android
Domoticz Scenes add-on in Kodi
User avatar
waltervl
Posts: 5735
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Re: [2025.1] after update CPU temp increased from 50 to 70°C

Post by waltervl »

You can switch on the Domoticz Motherboard sensors so you can monitor your system from Domoticz. It includes CPU usage.
https://wiki.domoticz.com/Motherboard_sensors

Normally CPU temp is directly related to CPU usage. But when you block the airflow around the system it will also affect the temperature.
I do not see any increase on my CPU load due to 2025.1 but I do not have an RPi....
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Rik60
Posts: 88
Joined: Sunday 25 June 2023 21:54
Target OS: Raspberry Pi / ODroid
Domoticz version: 2024.3
Location: The Netherlands
Contact:

Re: [2025.1] after update CPU temp increased from 50 to 70°C

Post by Rik60 »

I see no temp changes after the updates. I did the update from 2024.7 stable to 2025.1 beta to 2025.1 stable. Did not see any changes, temperature is about 53. Updated without any erros, problems. Running Domoticz on a Pi3B bookworm.
PSUtec
Posts: 14
Joined: Sunday 11 November 2018 12:25
Target OS: Linux
Domoticz version: 12896
Location: Ferrières (BE)
Contact:

Re: [2025.1] after update CPU temp increased from 50 to 70°C

Post by PSUtec »

user4563 wrote: Monday 19 May 2025 15:03 Did you do a top/htop to see what is loading your CPU?
Thanks! It allowed me to identify the application that dramatically increase the CPU load and therefore its temperature.
User avatar
gizmocuz
Posts: 2484
Joined: Thursday 11 July 2013 18:59
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Top of the world
Contact:

Re: [2025.1] after update CPU temp increased from 50 to 70°C

Post by gizmocuz »

Great! Was it Domoticz or another application?
Quality outlives Quantity!
PSUtec
Posts: 14
Joined: Sunday 11 November 2018 12:25
Target OS: Linux
Domoticz version: 12896
Location: Ferrières (BE)
Contact:

Re: [2025.1] after update CPU temp increased from 50 to 70°C

Post by PSUtec »

No, it is meross2domoticz, a PM2 application.
User avatar
waltervl
Posts: 5735
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Re: [2025.1] after update CPU temp increased from 50 to 70°C

Post by waltervl »

PSUtec wrote: Tuesday 20 May 2025 10:01 No, it is meross2domoticz, a PM2 application.
Looking at that application it will probably not work anymore as it has deprecated Domoticz API calls in the js file
https://github.com/mangoose002/Meross2D ... omoticz.js

See the Domoticz wiki how to solve it: https://wiki.domoticz.com/Domoticz_API/ ... and_newer)
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
PSUtec
Posts: 14
Joined: Sunday 11 November 2018 12:25
Target OS: Linux
Domoticz version: 12896
Location: Ferrières (BE)
Contact:

Re: [2025.1] after update CPU temp increased from 50 to 70°C

Post by PSUtec »

Indeed!
I've made the correction in the .js file and now it works fine!

Thanks again to all the guys how helped me.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest