Thanks for your answer, thats what i thought already.
I am running my controller on a Cloudkey Gen2+ and i want to see soms stats inside HA but i can`t find a way to do this.
Thanks for your answer, thats what i thought already.
I am running my controller on a Cloudkey Gen2+ and i want to see soms stats inside HA but i can`t find a way to do this.
I?m wondering… how did you align, in the internet picture element, the text “Ping” to the status label on it’s right?
Same for "Up: " and “Down:” and their speed?
Hi, it was a bit fiddly but with some trying its loking good now.
The Up/Down entities for instance has an left allignment of 50%.
I placed the two icons with a small offset to the left and to the right.
See here for example:
# Internet Speed
- type: state-icon
entity: sensor.speedtest_download
style: {left: 47%, top: 75%}
- type: state-icon
entity: sensor.speedtest_upload
style: {left: 53%, top: 75%}
- type: state-label
entity: sensor.speedtest_download
prefix: 'Down: '
style: {left: 50%, top: 85%}
- type: state-label
entity: sensor.speedtest_upload
prefix: 'Up: '
style: {left: 50%, top: 92%}
Here you go. My Lovelace config is broken down, each page has a yaml file in lovelace/views.
Ah, i missed the “preffix:” that i didn’t know of, thanks
Ah, now I see what you meant. Sorry.
But my example seemed to be helpful.
Chears!
Great work!
Which circle sensor card are you using? It looks quite nice.
That is still a WIP and not yet in Github. It will be in time.
I have added some sort of gradient and am working on the layout.
I’m not a real programmer, so it takes a bit more time to learn lit-elements on which hass cards are based. But the card is getting nicer and better every week now.
I hope to have a bit more spare time in september to finish the card.
This card complements the modified mini-graph-card:
I think it is possible to merge these modifications into this card without breaking existing installations.
Lovely work! I really like the colors and smoothness it gives you.
Looking forward to this gets posted on the Github :).
Fortsetzung der Diskussion von System Monitoring - How does your look?:
Just wanted to give you an updated look to my System Monitoring…
Love your background. Can you plz share?
A big thanks to everyone in the community that made their resources available to people like me. With your help, i was able to make mine look like this; and it is not the most impressive system monitor.
Yes, of course.
I took it from @akkaria‘s Lovelace theme over here:
File on GitHub: home-assistant/www at master · akkaria/home-assistant · GitHub
Still playing with the layout of the card. I once started with much space and little information, and this version has less space and a maximum of 3 entities displayed.
For things like monitoring it is quite nice I think.
As it is build on SVG, it scales without any changes in fonts from 3 to 1 card in a row (the width is the default width of a vertical stack card, around 500px).
Cards with system monitoring values.
Sensors:
in_use
, in_use_percentage
and free
. The CPU Load shows cpu percentage and the 1m
and 5m
values.Cards with room temperature, humidity and lux values on the left, and on the right only temperature.
If you ignore the dot, it clearly is less cluttered and could hold a second value like humidity…
Sensors:
So many possibilities and choices
How are you getting the file size for the db and the log? I tried using a command line sensor, but the state comes up empty.
#================================
#=== File Size of db File
#================================
- platform: command_line
name: DB FileSize
command: "du -h /usr/share/hassio/homeassistant/home-assistant_v2.db | cut -f 1"
can you share your card en config please
Does someone has a way to get the local running HassOS version?
- platform: version
name: Current Version
image: intel-nuc
source: local ### <---- Currently running version
- platform: version
name: Latest Version
image: intel-nuc
source: hassio