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
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:
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''
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.