No video

Keep Your Home In Check: System Monitor For Home Assistants

  Рет қаралды 15,647

BeardedTinker

BeardedTinker

Күн бұрын

Пікірлер: 42
@ronaldgaupin7060
@ronaldgaupin7060 5 ай бұрын
The home assistant videos are always good. Nice work.
@BeardedTinker
@BeardedTinker 5 ай бұрын
Glad you like them! And Thanks for becoming the member Ronald!!!
@alexsimmons1803
@alexsimmons1803 5 ай бұрын
Thanks for the tip. Installed and as a result I just noticed my VM disk was getting fuller than expected. Removed a couple of snapshots and freed up a stack of space. Will set up a warning automation to notify me when disk exceeds a threshold.
@BeardedTinker
@BeardedTinker 5 ай бұрын
That's great!!! Thank you for the comment!!
@MartinHiggs84
@MartinHiggs84 5 ай бұрын
Nice 😊 I can use this to control PWM Fan on RPI instead of always on based on CPU Temp
@BeardedTinker
@BeardedTinker 5 ай бұрын
Nice - I use it for exactly the same thing - to control fan on RPi.
@carltonwbrooks
@carltonwbrooks 5 ай бұрын
Helped me tweak a few settings I did not know about.
@BeardedTinker
@BeardedTinker 5 ай бұрын
Awesome to hear it!!!
@PatrickBulteel
@PatrickBulteel 5 ай бұрын
Awesome. I can now avoid an issue I had - running out of disk space. Well, at least I get notified if it's over 85%.
@BeardedTinker
@BeardedTinker 5 ай бұрын
Same here - I'm really pushing my HA Green - always above 80% And that reminds me - have to go clean it now :)
@davidprosen5637
@davidprosen5637 4 ай бұрын
Ah, they did system monitor as an integration. (of course). Mini graph card is a good Good recommendation.
@ViktorPolyakov15
@ViktorPolyakov15 5 ай бұрын
Thanks for your videos. You can explain topics very clearly and understandable. Could you tell us about how to control messages in the log file? Thanks!
@BeardedTinker
@BeardedTinker 5 ай бұрын
Thank you very much. Next video (on Thursday) will be about Maintaining Home Assistant and I'll also talk about Log files there - among other things.
@teddymller1656
@teddymller1656 5 ай бұрын
Hi Bearded Tinker. first thanks for your videos! I would like to point you to another powerful app called glances. It works on both win and linux. You can even run it in a docker where it monitor the host. I use that setup on my unraid system. (Do not know about mac though) I find it better than system monitor. But depending how your Home Assistance instance is configured. I can see its merit.
@BeardedTinker
@BeardedTinker 5 ай бұрын
Thanks - yes I've used glances but it's external to HA - this one is much simpler and great for just monitoring that system. Glances, same as UpTime Kuma are better in monitoring, but also more complex and required additional tools.
@teddymller1656
@teddymller1656 5 ай бұрын
@@BeardedTinkerI see your point!
@waltervos8537
@waltervos8537 4 ай бұрын
Thanks for another helpfull video! How I can get the Disk use in % instead of Gib?
@BeardedTinker
@BeardedTinker 4 ай бұрын
Glad it was helpful! In my setup, sensor is called Disk Usage - it gives %, same as Memory Usage.
@waltervos8537
@waltervos8537 4 ай бұрын
@@BeardedTinkerThanks for the answer. When I used the Dutch name (Schijfgebruik) instead of the english, the value in % was showned. Problem solved.
@M0PAX
@M0PAX 5 ай бұрын
great video
@BeardedTinker
@BeardedTinker 5 ай бұрын
Glad you enjoyed it
@euhhhdouain5477
@euhhhdouain5477 3 ай бұрын
Hi, nice video but do you know how to solve my issue, I don't find where i can change the update time (scan interval) of my sensors (cpu temp or usage disk or memory usage...) can you help me ?
@BeardedTinker
@BeardedTinker 3 ай бұрын
Previously, when you were able to add them via YAML, you could have used scan_interval. Now, you can use build int option - check this documentation. I haven't tried, but this should work: www.home-assistant.io/common-tasks/general/#defining-a-custom-polling-interval
@KayStrobach
@KayStrobach 5 ай бұрын
Please provide the yaml files for the dashboard 😊
@BeardedTinker
@BeardedTinker 5 ай бұрын
This is full code (RAW from UI): path: default_view title: Home - icon: mdi:server-minus-outline cards: - type: horizontal-stack cards: - type: custom:mini-graph-card entities: - sensor.system_monitor_processor_temperature name: CPU temp line_color: red line_width: 8 font_size: 75 points_per_hour: 60 hours_to_show: 5 - type: custom:mini-graph-card entities: - sensor.memory_use_percent name: RAM used line_color: white line_width: 8 font_size: 75 points_per_hour: 60 hours_to_show: 24 - type: custom:mini-graph-card entities: - sensor.system_monitor_disk_use_percent name: Disk used line_color: blue line_width: 8 font_size: 75 points_per_hour: 60 hours_to_show: 5 - type: horizontal-stack cards: - type: custom:mini-graph-card entities: - entity: sensor.system_monitor_network_throughput_in_end0 name: Throughput In hours_to_show: 4 line_color: blue points_per_hour: 60 - type: custom:mini-graph-card entities: - entity: sensor.system_monitor_network_throughput_out_end0 name: Throughput Out hours_to_show: 4 line_color: green points_per_hour: 60 - type: custom:mini-graph-card name: CPU Load icon: mdi:server entities: - entity: sensor.load_1m name: 1m - entity: sensor.load_5m name: 5m - entity: sensor.load_15m name: 15m points_per_hour: 60 hours_to_show: 8 - type: vertical-stack cards: - type: tile entity: sensor.system_monitor_ipv4_address_end0 color: green show_entity_picture: false hide_state: false vertical: false - type: tile entity: sensor.last_boot color: primary
@KayStrobach
@KayStrobach 5 ай бұрын
@@BeardedTinkerAwesome - now i need to check everything, but it's an awesome insight.
@adfjasjhf
@adfjasjhf 5 ай бұрын
@@BeardedTinkerThanks! Maybe it should be in the description as well so it can be easily found ;)
@danielroberts3844
@danielroberts3844 2 ай бұрын
Which of the many network throughput options do you suggets? Network throughput in docker0 Network throughput in end0 Network throughput in hassio Network throughput in lo Network throughput out docker0 Network throughput out end0 Network throughput out hassio Network throughput out lo
@BeardedTinker
@BeardedTinker 2 ай бұрын
Depends what you're running HA OS or Docker. But I would go for en0 - that should be your "external" connection form HA to world/network.
@danielroberts3844
@danielroberts3844 2 ай бұрын
@@BeardedTinker Thank you for your reply - and the video itself. Do you mean end0?
@xtremeideaz
@xtremeideaz 5 ай бұрын
Thanks you the video, my biggest problem has been the disk usage. it seems to get filled up easily. Is there a way to free up space? I am running HA on Proxmox VM and i have been expanding the VM disk to mitigate this issue. Please me know if there's a way to free up the HA database or drive.
@BeardedTinker
@BeardedTinker 5 ай бұрын
There is simple way to compact database and also to remove older database entities. This is what usually fills in storage. Planning to do video on that.
@squalazzo
@squalazzo 5 ай бұрын
i see an inception there... what's the poing in having the ip address shown, if you need to access the UI through THAT ip address to see it? :D the only thing that can be useful is to get a notification if that changes (and in this case, you did bad configuration, not setting up a fixed ip and eventual dhcp reservation...)
@BeardedTinker
@BeardedTinker 5 ай бұрын
If for example you use Nabu Casa internally and externally, that's a good way of shoving IP address. I'm using FQDN, so the same use case.
@squalazzo
@squalazzo 5 ай бұрын
@@BeardedTinker i setup external access via cloudflare tunnel (domains with .xyz suffix cost just 1€ per year if JUST numeric, no alpha...), and local access via static ip out of dhcp range, work flawlessly
@loganboyd
@loganboyd 5 ай бұрын
How do you get the links across the top toolbar?
@BeardedTinker
@BeardedTinker 5 ай бұрын
Not sure I get what you are thinking off.
@loganboyd
@loganboyd 5 ай бұрын
@@BeardedTinker I figured it out. When editing a dashboard you just add a new view or tab. Then those show up as clickable links across top menu bar
@mr.a5980
@mr.a5980 5 ай бұрын
Bichitro from fiverr
@PedroSilva-fg9jn
@PedroSilva-fg9jn 3 ай бұрын
Heey, I tried to replicate what you did but I don't get the notification if temperature goes above X value, here's my automation, am I missing something? - id: '1715039911353' alias: New automation description: '' trigger: - platform: numeric_state entity_id: - sensor.system_monitor_processor_temperature above: 19.6 condition: [] action: - service: notify.persistent_notification metadata: {} data: message: test mode: single My current temperature is around 40º never below that so I don't understand why I can't get the notification
@BeardedTinker
@BeardedTinker 3 ай бұрын
Did it fall below and than go above again? Or is it constantly above? Trigger will only be triggered when it goes above, not if it is already above.
@PedroSilva-fg9jn
@PedroSilva-fg9jn 3 ай бұрын
@@BeardedTinker you’re totally right, that was my problem!! Thank you so much 😄
Are you maintaining your Smart Home??!
21:36
BeardedTinker
Рет қаралды 15 М.
Improve your UI in Home Assistant with 4 HACS components
13:44
BeardedTinker
Рет қаралды 52 М.
English or Spanish 🤣
00:16
GL Show
Рет қаралды 6 МЛН
SPONGEBOB POWER-UPS IN BRAWL STARS!!!
08:35
Brawl Stars
Рет қаралды 17 МЛН
wow so cute 🥰
00:20
dednahype
Рет қаралды 29 МЛН
ОБЯЗАТЕЛЬНО СОВЕРШАЙТЕ ДОБРО!❤❤❤
00:45
TOP 10 HACS Integrations and Frontend Components in Home Assistant
18:23
Pop-up cards with Bubble card in Home Assistant
17:15
BeardedTinker
Рет қаралды 70 М.
Home Assistant 101: Input Booleans and Timers
18:55
ResinChem Tech
Рет қаралды 13 М.
Home automation that's private and local?! (Home Assistant Yellow)
19:49
How My New Smart Home Dashboard is GENIUS
9:00
Smart Home Solver
Рет қаралды 168 М.
Location and device tracking in Home Assistant
11:03
BeardedTinker
Рет қаралды 61 М.
Make Your Own Innovative Smart-Home Secretary
33:05
Technithusiast
Рет қаралды 9 М.
Mastering Scripts in Home Assistant: A Comprehensive Guide
14:00
Smart Home Junkie
Рет қаралды 40 М.
5 AUTOMATIONS everyone needs to know in Home Assistant
14:51
Smart Home Makers
Рет қаралды 33 М.
It's time for change, it's time for Linux.
10:53
DankPods
Рет қаралды 239 М.
English or Spanish 🤣
00:16
GL Show
Рет қаралды 6 МЛН