Monitoring CPU temp?

Is there a way to access the CPU temp perhaps through API or HTTP? That way I can look at it without havint open up the interface and scroll through the info.

Hello! Indeed

Please use:

Pearl_IP/api/system/status

Result will look something like this:

“status”:“ok”,“result”:{“date”:“2023-08-04T16:37:14-04:00”,“uptime”:792441,“cpuload”:16,“cpuload_high”:false,“cputemp”:60}}

Thanks! This was super helpful.

But I’m having trouble implementing it into my own javascript. I’m getting CORS restriction errors. I also posted in another thread specifically for that. But that’s the same hurdle I’m coming into for a lot of things.

I’m glad it was helpful

Interesting - I don’t believe the REST API should cause CORS issues.

Can you please email support@epiphan.com and provide an example of how your entering the API commands and the response?