Proxmox - Integration 'proxmox' not found

Home Assistant 0.103.0 Hassio
added to configuration.yaml:

proxmox:
  - host: IP_ADDRESS
    username: USERNAME
    password: PASSWORD
    nodes:
      - node: NODE_NAME
        vms:
          - 100

(yes I did change the defaults for correct entries) got error!

1 Like

Should be proxmoxve: I think.

Try that, if it is I’ll update the docs :+1:

Edit - must be, someone has already submitted a PR for the docs to be updated.

1 Like
proxmoxve:
  - host: IP_ADDRESS
    username: USERNAME
    password: PASSWORD
    nodes:
      - node: NODE_NAME
        vms:
          - 100

Invalid config
The following components and platforms could not be set up:

Log?

+characters

try the verify_ssl: false
proxmox

it is proxmoxve

This works, needs ssl entry!

proxmoxve:
  - host: IP_ADDRESS
    verify_ssl: false
    username: USERNAME
    password: PASSWORD
    nodes:
      - node: NODE_NAME
        vms:
          - 100

However, how do I use the sensor that is “automatically created”?
tried:

 - platform: proxmox
 and
 - platform: proxmoxve

neither work

Solved


        type: entities
      - entities:
          - entity: binary_sensor.proxmox_ubuntu19_04desktop_running
        show_header_toggle: false
        title: Proxmox
        type: entities

Go to Developer Tools, States, Entity to get names of entity

Hi guys, so i added the integration like this:

proxmoxve:
  - host: 192.168.1.126
    verify_ssl: false
    username: UNUN
    password: PWPW
    nodes:
      - node: Proxmox-server
        vms:
          - 100
          - 101

But i still get:

nvalid config
The following components and platforms could not be set up:

* [proxmoxve ](https://home-assistant.io/integrations/proxmoxve/)

Any tips?

So i found the problem. In the instructions under creat Ha user, you need to Set the realm to “Proxmox VE authentication server” which means you also need to set realm: pve

For anyone with the same issue!

1 Like

i have the same problem my config is

proxmoxve:

  • host: 192.168.178.200
    verify_ssl: false
    username: hass
    password: XXX
    nodes:
    • node: heimserver
      vms:
      • 100

whats wrong?

Bildschirmfoto vom 2020-02-10 21-09-29

Anyone who is running Hassio on Proxmox have the ProxmoxVE integration successfully running on your system? I have followed the install guide for the integration and get the entities (NAS temp, NAS cpu temp, and NAS fan speed) to show up in HA, but no data. Any thoughts or help would be greatly appreciated.
My config.yaml:

proxmoxve:
  - host: !secret pve_host
    username: !secret pve_user
    password: !secret pve_pw
    verify_ssl: false
    realm: pve
    nodes:
      - node: pve
        vms:
          - 100

HA logviewer ouputs the following:

2020-04-13 18:57:24 ERROR (SyncWorker_1) [homeassistant.components.command_line.sensor] Command failed: ssh [email protected] ‘( sensors )’ > /tmp/temp_nas && cat /tmp/temp_nas | head -13 | tail -1 | cut -c15-22

2020-04-13 18:57:24 ERROR (SyncWorker_16) [homeassistant.components.command_line.sensor] Command failed: ssh [email protected] ‘( sensors )’ > /tmp/fan_nas && cat /tmp/fan_nas | head -12 | tail -1 | cut -c13-17

2020-04-13 18:58:25 ERROR (SyncWorker_5) [homeassistant.components.command_line.sensor] Command failed: ssh [email protected] ‘( sensors )’ > /tmp/cpu_nas && cat /tmp/cpu_nas | head -3 | tail -1 | cut -c15-22

Any help would be great.

It’s working fine here.

Those errors are for a command line sensor, not proxmox.

Hi all.

Is there any way to pull VM system resource data from proxmox vms and display onto HA, rather than just of the vm is On or Off?

Guys! This integration works with latest pve and ha?

I have an in logs:

proxmoxve: Error on device update!
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 346, in _async_add_entity
    await entity.async_device_update(warning=False)
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 471, in async_device_update
    await self.hass.async_add_executor_job(self.update)  # type: ignore
  File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/homeassistant/homeassistant/components/proxmoxve/binary_sensor.py", line 83, in update
    item = self.poll_item()
  File "/usr/src/homeassistant/homeassistant/components/proxmoxve/binary_sensor.py", line 94, in poll_item
    self._proxmox_client.get_api_client()
  File "/usr/local/lib/python3.8/site-packages/proxmoxer/core.py", line 105, in get
    return self(args)._request("GET", params=params)
  File "/usr/local/lib/python3.8/site-packages/proxmoxer/core.py", line 90, in _request
    raise ResourceException("{0} {1}: {2} - {3}".format(
proxmoxer.core.ResourceException: 596 Errors during TLS negotiation, request sending and header processing: tls_process_server_certificate: certificate verify failed - b''

With the next settings:

proxmoxve:
  - host: 192.168.0.9
    verify_ssl: false
    username: homeassistant
    password: password
    realm: pve
    nodes:
      - node: Proxmox
        vms:
          - 101
        containers:
          - 111
          - 113
          - 115
          - 117

I see autentificated info line at my proxmox node also:

…but have an error, what I’m has did wrong?

I cant seem to get this working… nothing in the logs… when I do change the ip, I get errors, but otherwise, no sensors are created…

Same here. No errors whatsoever. Authentication works fine as I see the HASS user succesfully logged in.
Node name is correct as well as the VM id’s.

But no binary_sensor.

Never mind. The entity list that pops up when hitting ‘e’ doesn’t update without removing cache.