You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
At first i would like to mention that i really like Your integration and mostly it works perfectly.
However i have an issue with reading disks data from my proxmox node.
Here it is, how my disks configuration looks like:
And for disks sda, sdb, sdc and sde everything is fine.
The integration is not able to read data (health, temperature, usage etc.) for disk sdd.
Here is the error from home assistant:
Logger: custom_components.proxmoxve
Source: helpers/update_coordinator.py:313
Integration: Proxmox VE ([documentation](https://github.com/dougiteixeira/proxmoxve), [issues](https://github.com/dougiteixeira/proxmoxve/issues))
First occurred: 11:59:12 (1 occurrences)
Last logged: 11:59:12
Unexpected error fetching proxmox_coordinator_disk_pormox_/dev/sdd data: invalid literal for int() with base 10: '3012 (57 88 0)'
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 313, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/proxmoxve/coordinator.py", line 701, in _async_update_data
power_hours=int(disk_attributes["power_hours"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: '3012 (57 88 0)'
I would be very glad if You could help me solve that issue.
In which version of Home Assistant Core do you have the problem?
2024.2.4
What version of Proxmox VE Custom Integration has the issue?
3.4.0
What version of Proxmox VE do you have the problem?
8.1.4
Diagnostics information
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Checklist
Describe the issue you are experiencing
Hello!
At first i would like to mention that i really like Your integration and mostly it works perfectly.
However i have an issue with reading disks data from my proxmox node.
Here it is, how my disks configuration looks like:
And for disks sda, sdb, sdc and sde everything is fine.
The integration is not able to read data (health, temperature, usage etc.) for disk sdd.
Here is the error from home assistant:
I would be very glad if You could help me solve that issue.
In which version of Home Assistant Core do you have the problem?
2024.2.4
What version of Proxmox VE Custom Integration has the issue?
3.4.0
What version of Proxmox VE do you have the problem?
8.1.4
Diagnostics information
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: