proxmox
Home Assistant - Better Proxmox Monitoring with InfluxDB
In this post I will show how I used the External Metric Server feature in Proxmox to set up the best possible integration between Proxmox and Home Assistant.
proxmox
In this post I will show how I used the External Metric Server feature in Proxmox to set up the best possible integration between Proxmox and Home Assistant.
home-automation
This week I checked off another goal for my Home Assistant setup – automated backups! Once a week, my entire Home Assistant VM is backed up to my Synology NAS which is protected with RAID 1. This setup gives me good protection against all hardware and software failures, and it gives
home-assistant
This post will show how I set up CPU Temperature monitoring for Home Assistant running on a virtual machine in Proxmox. Virtualized hardware does not report temperatures, so I used a python script running on the host system to periodically send the CPU temp to Home Assistant. Last week, I