This was an awesome walk through!! One little amendment to this document to accommodate the newest version, the configuration.yaml should look like this:
@callumw I know it’s not quite what you’re looking for but have a look at this grafana dashboard - Proxmox | Grafana Labs . Proxmox allows you to send metrics directly to InfluxDB using the built in metrics server functionality so you could use that and then view the stats in Grafana instead of home assistant.
Thanks for the suggestion.
I already have the SSH set up and am getting the CPU temps, so was hoping that the other data could be pulled out via a command to proxmox similar to the others.
The Grafana does look pretty cool, but it feels like an extra layer of complexity in order to have 2 wee dials show in our HA dashboard
I am struggling with this (sorry).
I have managed to create the id_rsa file (and .pub) in the /config/.shh folder.
I receive ERROR: No identities found, which is backed up when I run ssh-copy-id root@proxmox-ip-address
This is backed up as it still prompts me to enter the password when I run the following :
ssh -i /config/.ssh/id_rsa root@proxmox-ip-address
now i receive this error:
Warning: Permanently added ‘192.xxx.xxx.xxx’ (ED25519) to the list of known hosts.
cat: /sys/class/hwmon/hwmon2/temp1_input: No data available
Connection to 192.xxx.x.xxx closed.