Proxmox

iobroker Proxmox Adapter

Aktueller Release
2.6.3
Entwickler
MeisterTR, Matthias Kleine, iobroker-community-adapters
Lizenz
MIT

Anforderungen

  • Node.js 18 (oder neuer)
  • js-controller 5.0.19 (oder neuer)
  • Admin Adapter 6.13.16 (oder neuer)

Die Dokumentation basiert auf dem Stand der Version 2.4.0
Alle Bilder sind Beispiele und können je nach Systemkonfiguration abweichen.

Nodes

Option

Anfrage-Intervall

Standard sind 30 Sekunden. Der kleinste Wert sind 5 Sekunden.

Mit klicken auf das Plussymbol wird eine neue Zeile für ein Node hinzugefügt. in einer Insatnnz können alle Nodes eingetragen werden.

IP Adresse

Die IP Adresse des Proxmox Server bzw. der Servername.

Port

Standard ist der Port 8006, wenn bei der Installation ein anderer Port eingestell wurde, muss dieser hier auch geändert.

Nutzername

Bei der Installation wird root als Standard eingestellt. Wenn ein neuer User für den Abruf der Daten in Proxmox erstellt wird, kommt hier sein Loginname rein.

Passwort

Passwort vom root bzw. vom neu erstellten User.

Realm

Auswahl zwischen Standard Authentifizierung und dem Proxmox Authentifizierungsserver.
Als Standard sollte hier der selbe Dienst gewählt werden, wie im Login auf der Weboberfläche.
proxmox login


Weitere Informationen

Festplatten Informationen

Bei der Auswahl werden in den Objekten diese Datenpunkte angelegt, diese können sich je nach Festplattentyp unterscheiden.
disk info

HA informationen

Es werden alle Nodes des HA-Cluster aufgelistet. Welcher Node Master ist und welcher das Quorum übernimmt.
HA Strucktur

Ceph Informationen

in Arbeit

neue Baumstruktur

Bei der neuen Baumstruktur werden LXC Container und VM unter einen Hauptordner gesammelt.

alte Struktur
object strcture

neue Struktur
new object structure

Speicher Informationen / storage information

Hiermit werden die Informationen zu den verwendeten Speichertypen hinterlegt. storage

Backup Informationen

Es wird der Datenpunkt backupJSON unter den einzelnen Speicher / Storage angelegt.
Hier im Beispiel des Backup-Speichers werden in dem JSON die Backups gelistet, welche in Proxmox konfiguriert wurden.
backupJSON

zum Beispiel

  "backup_pve:backup/vzdump-lxc-100-2024_12_24-03_00_03.tar.zst": {
    "subtype": "lxc",
    "format": "tar.zst",
    "volid": "backup_pve:backup/vzdump-lxc-100-2024_12_24-03_00_03.tar.zst",
    "ctime": 1735005603,
    "notes": "iobDev, 100",
    "vmid": 100,
    "content": "backup",
    "size": 3486489024
  },
  "backup_pve:backup/vzdump-lxc-100-2024_12_25-03_00_00.tar.zst": {
    "size": 3487399986,
    "notes": "iobDev, 100",
    "content": "backup",
    "vmid": 100,
    "format": "tar.zst",
    "volid": "backup_pve:backup/vzdump-lxc-100-2024_12_25-03_00_00.tar.zst",
    "ctime": 1735092000,
    "subtype": "lxc"
  },
  "backup_pve:backup/vzdump-lxc-100-2024_12_26-03_00_02.tar.zst": {
    "size": 3486595678,
    "content": "backup",
    "vmid": 100,
    "notes": "iobDev, 100",
    "ctime": 1735178402,
    "volid": "backup_pve:backup/vzdump-lxc-100-2024_12_26-03_00_02.tar.zst",
    "format": "tar.zst",
    "subtype": "lxc"
  },

Changelog

2.6.3 (2026-07-31)

  • (arteck) fix next node reconnect
  • (arteck) add state info.node for actual node ip

2.6.2 (2026-07-15)

  • (arteck) restructure ceph health message

2.6.1 (2026-05-21)

  • (arteck) fix reconnect

2.6.0 (2026-05-13)

  • (arteck) fix high i/o
  • (copilot) Adapter requires node.js >= 22 now

2.5.5 (2026-05-09)

  • (arteck) fix ceph info
  • (arteck) fix ceph tree limit

License

The MIT License (MIT)

Copyright (c) 2023-2026 iobroker-community-adapters iobroker-community-adapters@gmx.de
Copyright (c) 2023 MeisterTR meistertr.smarthome@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN

THE SOFTWARE.