Skip to content

Proxmox VE integration shows no information "about" my VMs/Containers #133542

Description

@bearhntr

The problem

As per the documentation page, "Proxmox VE is an open-source server virtualization environment. This integration allows you to poll various data from your instance." you used to be able to see Disk Space, CPU, RAM, and other information from PVE. Now all I get is whether the VM is running or stopped. What happened? Where are all the other entities?

I followed the instructions to the letter, created the 'permissions' on the PVE server and then added the lines to the configuration.yaml file and when rebooting I get the Integration showing but there are no entities like I had before for 'monitoring' my VMs and containers.

image
image

What version of Home Assistant Core has the issue?

core-2024.12.4

What was the last working version of Home Assistant Core?

core-2024.10.4

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Proxmox VE

Link to integration documentation on our website

https://www.home-assistant.io/integrations/proxmoxve

Diagnostics information

No response

Example YAML snippet

# Proxmox VE is an open-source server virtualization environment. This integration allows you to poll various data from your instance.

proxmoxve:
  - host: 10.9.28.204
    username: hass@pve
    password: {{ my_password}}
    verify_ssl: false
    realm: pve
    nodes:
      - node: pve-ha
        vms:
          - 100
        containers:
          - 101


### Anything in the logs that might be useful for us?

```txt
There are multiples of these:

Logger: py.warnings
Source: components/proxmoxve/__init__.py:288
First occurred: 18:09:25 (1 occurrences)
Last logged: 18:09:25

/usr/local/lib/python3.13/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.9.28.204'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings warnings.warn(

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions