travisghansen / hass-pfsense

pfSense integration with Home Assistant
187 stars 27 forks source link

Get CPU data of PFSense running in proxmox #143

Closed ashoktvm closed 1 year ago

ashoktvm commented 1 year ago

Is there any way to get the CPU data of the PFSense firewall running inside in proxmox?

travisghansen commented 1 year ago

Not really. If pfsense adds support and you see the cpu details in the pfsense gui then it will likely show up in hass/api.

ashoktvm commented 1 year ago

Thanks for the reply. So have to find another way to get those data

travisghansen commented 1 year ago

Maybe a proxmox integration/plugin?

ashoktvm commented 1 year ago

Proxmox doesn't provide the CPU temperature of VM

travisghansen commented 1 year ago

A vm cpu doesn’t have a temperature :) if you’re after the temp of the host cpu then there are various ways to get that into hass. I think proxmox does have stats for cpu usage of the vm right?

ashoktvm commented 1 year ago

A vm cpu doesn’t have a temperature :) if you’re after the temp of the host cpu then there are various ways to get that into hass. I think proxmox does have stats for cpu usage of the vm right?

Yes I need host temperature. Can you point me to a direction where I will be able to get the correct temperature of proxmox host to HASS?

travisghansen commented 1 year ago

Don't think that's possible. Even if you pass host cpu through I don't think you get those sensors but I could be wrong.