Hi
I like your multi line graphs, do you mind sharing?
I looked if you ever posted them but couldn’t find them in the tread.
Hi
I like your multi line graphs, do you mind sharing?
I looked if you ever posted them but couldn’t find them in the tread.
Supervisor updates is first post in this thread:
(Updated recently so different from my post in this thread)
Snapshot is a sensor which I believe is created by the Google drive backup component.
What am I missing or doing wrong. The color bar isn’t displaying. I have the bar-card.js file and is pointing to it.
- type: entities
title: BLE Signals
show_header_toggle: false
entities:
- entity: sensor.cr_curtain_left_ble_signal
name: Computer Room Curtain Left
positions:
icon: 'off'
indicator: 'off'
- entity: sensor.cr_curtain_right_ble_signal
name: Computer Room Curtain Right
positions:
icon: 'off'
indicator: 'off'
value: inside
- entity: sensor.lr_curtain_left_ble_signal
name: Living Room Curtain Left
positions:
icon: 'off'
indicator: 'off'
- entity: sensor.lr_curtain_right_ble_signal
name: Living Room Curtain Right
positions:
icon: 'off'
indicator: 'off'
value: inside
severity:
- color: '#0F9D58'
from: -63
to: -100
- color: '#F4B400'
from: -40
to: -59
- color: '#DB4437'
from: -10
to: -39
type: 'custom:bar-card'
Edited: Update code
Looks like I forgot to include the min:
and max:
values. Working now.
- type: entities
title: BLE Signals
show_header_toggle: false
max: -100
min: 0
positions:
icon: 'off'
indicator: 'off'
value: inside
entities:
- entity: sensor.cr_curtain_left_ble_signal
name: Computer Room Curtain Left
- entity: sensor.cr_curtain_right_ble_signal
name: Computer Room Curtain Right
- entity: sensor.lr_curtain_left_ble_signal
name: Living Room Curtain Left
- entity: sensor.lr_curtain_right_ble_signal
name: Living Room Curtain Right
severity:
- color: var(--label-badge-green)
from: -67
to: ''
- color: orange
from: -80
to: -67
- color: var(--label-badge-red)
from: -90
to: -80
type: custom:bar-card
I am using:
So far it works. The only visible problem is that Netdata client on RPi sometimes becomes “unhealthy” and does not respond.
Just heard about Glances. Has anyone compared Glances with Netdata?
how did you define the control/status bar on the left?
Hello, I have an Intel Nuc and would like to monitor my Raspberry Pi on the Raspberry is running RaspberryMatic (Homematic Server) someone may have advice on how to query the sensors
Check out this topic:
Hi, thanks for the quick response. Where do I have to install the pyhton libaries on the Nuc with Hassio?
On the pi.
How can I find out the name of the wired network interface to be used with systemmonitor? Using (learning) NUC with HA OS. I’ve tried various names found by going through severals topis and attempts, i.e. eth0, ens18, if20, link/ether, eth0@if20…
It used to be listed in Supervisor / Sysyem / Host / … / Hardware but that’s just a mess now.
Try ifconfig
at a command prompt (SSH terminal addon).
Thanks for the tips. Hadn’t checked this Supervisor / … / Harware before, but unfortunately it doesn’t show network related info.
Tried ipconfig (familiar with that from the Windows side) already before, but it is not installed in HA OS. Wonder if I can install more commands to HA OS? Also lm-monitor might give more interesting info, like more detailed CPU temperatures.
ifconfig
not ipconfig
. This is a Linux based system.
(obviously need more sleep, but this is just too addictive)
ifconfig gives ‘eth0’, but using that with the systemmonitor doessn’t show anything.
Have a look in your Supervisor / Host log. I have a bunch of logs where eth0 is renamed.
That’s it, thanks @tom_l . Browsed the logs and found ‘eno1’, which works.
This is endless, though… would like to get all the four CPU core temperatures, but that doesn’t seem straightforward to achieve.
Try this for the package temp. Not sure how to get each core temp.
I’m having the same issue on my NUC, eth0
nor eth1
is working to give the throughput stats. There are multiple entries in the host log similar to the below, but they all have eth0 or 1 renamed from a different number…
veth2772fa9: renamed from eth0
eth0: renamed from veth74c79b0
eth1: renamed from veth9779081
It’s all over the place… any ideas @tom_l
ifconfig
suggests it should be eth0