i am using orangePi prime to run hassio. i tried to display the cpu temperature using the command line sensor platform but it is not successfull. the following is my config
platform: command_line
name: CPU Temperature
command: “cat /sys/devices/virtual/thermal/thermal_zone1/temp”
unit_of_measurement: “°C”
any luck with this sorry? i am in the same situation. switched from Raspberry pi 3 but to be honest dont feel too much of a difference. in RPI3 i had a fan which i controlled with GPIO platform based on CPU temperature. trying to replicate that for Orange Pi Prime
tried a bit with the help of expert…but no luck…have opened a issue in github…still no response yet…one thing i found out is that there is thermal element in docker but hassio is not reading it.