System Monitoring - How does yours look?

Here’s a good resource for SNMP OID info as well. :slight_smile:

http://www.oid-info.com/get/1.3.6.1.4.1.2021.11.10

1 Like

IMG_20190424_162728

3 Likes

Anyone else seeing the:

Integration rpi_power not found when trying to verify its sensor platform.

… after upgrading to 0.92.0?

Would you mind sharing the way you counted the automations, sensors etc? I want to apply that on how many lights are ON.

Thanks for that but it does not work on my Chinese mini PC.

cat /sys/class/thermal/thermal_zone*/type

to view what zones you have, and then

cat /sys/class/thermal/thermal_zone*/temp
1 Like

This sensor reports -262 on my Ubuntu NUC.

cat /sys/class/thermal/thermal_zone*/temp
and replace * with 0,1,2,3…etc

Each core has its own sensor? Is there a F version?

Hello,

great monitorings i see here.
I am wondering how you did this?
I am also planning to monitor some of my devices. Bute don‘t want to male things more complicated, e.g. just checking if it is online or some disk space. E.g. my other RPis or my router (FritzBox).

Anyone who can share his/her config here?

Thanks in advance,
Ralf

Awesome. It was thermal_zone2. Thank you.

Thanks for the share @bigstation

Any suggestion on how do I implememt to show how many lights are on?

Here is mine, not as fancy as some here, but nice and clean

6 Likes
- platform: template

sensors:
lights_on:
entity_id: sensor.time
friendly_name: Lights
unit_of_measurement: “On”
value_template: “{{ states.light|selectattr(‘state’, ‘equalto’, ‘on’)|list|length }}”

2 Likes

Thank you so much!

Dear,
Nice
Config please.
Thanks

Hi Would you mind help out with sensors, i’m trying to retrieve CPU + HD temps without any success, tried installing lm-sensors, but when i’m finish installing and type the command sensors i’m receiving :
no sensors found make sure you loaded all the kernel drivers you need
tried to run sensors-detect without any success

i’m running Ubuntu 18.10 on virtualbox on mini pc that i have.

Any ideas how to help ?

Usually sensor data isn’t parsed to virtual machines.

What OS are you running on the mini pc?

win 10 pro