mirror of
https://github.com/proxmoxer/proxmoxer.git
synced 2026-04-24 22:56:01 +03:00
[GH-ISSUE #41] Wrong pve node name in config #19
Labels
No labels
backend:https
backend:local
backend:openssh
backend:ssh_paramiko
pull-request
status:ansible-issue
status:help-wanted
status:info-needed
status:proxmox-issue
status:review-needed
type:bug 🐞
type:dependency ⛓️
type:docs 📝
type:enhancement ⏫
type:maintenance 🛠️
type:meta
type:question ❓
type:request ✋
type:testing 🧪
version:1.x
version:latest
version:py2
version:py3
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmoxer#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SAOPP on GitHub (Nov 18, 2020).
Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/41
Originally assigned to: @jhollowe on GitHub.
This issue is based at my own "bug" report 'bout this intergration, here is the original topic: https://github.com/home-assistant/core/issues/42637#issue-733214557
For reproduce:
For-example your node called is proxmox, just add integration config like this:
Next, u will see this answer in HA log 'bout the issue with this integration:
Based on the response in Home Assistant logs completely is not clear what this integration needs. I think this needs to be fixed, and a check should be added with the answer that such a node was NOT FOUND. After such an answer, I hope users will not have any questions, which was not true.
But in fact, guys, I thought, maybe just correct the description of the integration, where to describe in more detail the importance of the coincidence of the node name from the hypervisor with the config in the Home Assistant?
Ok, thanks in advance! Best regards.
@jhollowe commented on GitHub (Nov 18, 2020):
Basically, non-existent node names and incorrectly capitalized node names are treated differently and have errors that are not handled. We need to add error handling for these and possibly communicate with Proxmox on why these errors are different.
@SAOPP commented on GitHub (Nov 18, 2020):
And by the way, yes, you're right, but I came across only 1 error, which I shared above, but one user in my topic, if I'm not mistaken, posted different errors. Maybe I'm wrong, I should check it out.