Hi,
is it possible to create a trigger to notify when the CPU temperature goes above a certain value?
Thank you, regards.
Roberto
Hi,
is it possible to create a trigger to notify when the CPU temperature goes above a certain value?
Thank you, regards.
Roberto
pip install gpiozero
from gpiozero import CPUTemperature
cpu = CPUTemperature()
print(cpu.temperature)
Thanks Shramik, I will try it.
Regards,
Roberto
Do not create multiple topic on same issue. You can continue here.
CPU temperature are default widget are added when the raspberry is added. All default widget do not have history data and hence will not show on chart.
I thought it was a different topic even if it has the same subject…ok.
So, how could I have a CPU temp. graph, if possible?
Should I have to send CPU temp. data through Python and MQTT in a similar way like the solution for the trigger in the above post?
Roberto
Yes.