Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Entwicklung
  4. [Neuer Adapter] Proxmox VM

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.0k

[Neuer Adapter] Proxmox VM

[Neuer Adapter] Proxmox VM

Scheduled Pinned Locked Moved Entwicklung
proxmox
486 Posts 75 Posters 111.9k Views 58 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • David G.D David G.

    @tt-tom

    Das ist der komplett Log nach Adapterstart.
    Leider im Debug zu lang für einen Post.

    Ich finde das da nicht.
    log_proxmox.log

    Folgende Zeile bekomme ich eigentlich schon immer. Aber die Daten sind trotzdem gekommen:

    proxmox.0
    2024-12-29 19:11:57.689	error	Check storage -- Problem found.. maybe offline
    

    Der Abruf vom Speicher ist ja schon immer was buggy im Adapter...

    T Offline
    T Offline
    TT-Tom
    wrote on last edited by
    #421

    @david-g

    sorry das ich mich so spät melde, der Speicher/Festplatten konnten nicht gelesen werden. Jetzt wäre interessant, wie dein Speicher Aufbau ist.
    Welche Version von Proxmox nutzt du?

    Gruß Tom
    https://github.com/tt-tom17
    Wenn meine Hilfe erfolgreich war, benutze bitte das Voting unten rechts im Beitrag

    NSPanel Script Wiki
    https://github.com/joBr99/nspanel-lovelace-ui/wiki

    NSPanel Adapter Wiki
    https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/wiki

    David G.D 1 Reply Last reply
    0
    • T TT-Tom

      @david-g

      sorry das ich mich so spät melde, der Speicher/Festplatten konnten nicht gelesen werden. Jetzt wäre interessant, wie dein Speicher Aufbau ist.
      Welche Version von Proxmox nutzt du?

      David G.D Online
      David G.D Online
      David G.
      wrote on last edited by
      #422

      @tt-tom

      Proxmox läuft in 8.3.2

      Ala Speicher habe ich 4 PBS angebunden und einen Zfs Pool mit einer HDD.

      Screenshot_20241230_223412_Chrome.jpg

      Screenshot_20241230_223524_Chrome.jpg

      Zeigt eure Lovelace-Visualisierung klick
      (Auch ideal um sich Anregungen zu holen)

      Meine Tabellen für eure Visualisierung klick

      T 1 Reply Last reply
      0
      • David G.D David G.

        @tt-tom

        Proxmox läuft in 8.3.2

        Ala Speicher habe ich 4 PBS angebunden und einen Zfs Pool mit einer HDD.

        Screenshot_20241230_223412_Chrome.jpg

        Screenshot_20241230_223524_Chrome.jpg

        T Offline
        T Offline
        TT-Tom
        wrote on last edited by TT-Tom
        #423

        @david-g

        versuche mal bitte folgendes.
        log dich auf der Oberfläche von proxmox ein, danach ändere in der Adresszeile des Browser den Eintrag wie folgt.

        vorher oder so ähnlich

        https://IP:8006/#v1:0:18:4:::::::
        

        in

        https://IP:8006/api2/json/nodes/pve/storage/local/status
        

        und abschicken, bekommst du da Daten zurück, wenn ja dann kannst du die auch testen.

        https://IP:8006/api2/json/nodes/pve/storage/local-lvm/status
        https://IP:8006/api2/json/nodes/pve/storage/tank/status
        
        https://IP:8006/api2/json/nodes/pve/storage/local/content
        https://IP:8006/api2/json/nodes/pve/storage/local-lvm/content
        https://IP:8006/api2/json/nodes/pve/storage/tank/content
        

        wichtig ist das Fenster nicht schliessen, damit der Token für die Sitzung erhalten bleibt. Immer nur die Adresszeile anpassen.

        Gruß Tom
        https://github.com/tt-tom17
        Wenn meine Hilfe erfolgreich war, benutze bitte das Voting unten rechts im Beitrag

        NSPanel Script Wiki
        https://github.com/joBr99/nspanel-lovelace-ui/wiki

        NSPanel Adapter Wiki
        https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/wiki

        David G.D 1 Reply Last reply
        0
        • T TT-Tom

          @david-g

          versuche mal bitte folgendes.
          log dich auf der Oberfläche von proxmox ein, danach ändere in der Adresszeile des Browser den Eintrag wie folgt.

          vorher oder so ähnlich

          https://IP:8006/#v1:0:18:4:::::::
          

          in

          https://IP:8006/api2/json/nodes/pve/storage/local/status
          

          und abschicken, bekommst du da Daten zurück, wenn ja dann kannst du die auch testen.

          https://IP:8006/api2/json/nodes/pve/storage/local-lvm/status
          https://IP:8006/api2/json/nodes/pve/storage/tank/status
          
          https://IP:8006/api2/json/nodes/pve/storage/local/content
          https://IP:8006/api2/json/nodes/pve/storage/local-lvm/content
          https://IP:8006/api2/json/nodes/pve/storage/tank/content
          

          wichtig ist das Fenster nicht schliessen, damit der Token für die Sitzung erhalten bleibt. Immer nur die Adresszeile anpassen.

          David G.D Online
          David G.D Online
          David G.
          wrote on last edited by David G.
          #424

          https://192.168.99.58:8006/api2/json/nodes/pve/storage/local/status

          {"data":{"total":100861726720,"content":"iso,backup,vztmpl","shared":0,"avail":59426648064,"type":"dir","active":1,"enabled":1,"used":36264341504}}
          

          https://192.168.99.58:8006/api2/json/nodes/pve/storage/local-lvm/status

          {"data":{"content":"rootdir,images","total":343177953280,"used":8098999697,"enabled":1,"active":1,"shared":0,"avail":335078953583,"type":"lvmthin"}}
          

          https://192.168.99.58:8006/api2/json/nodes/pve/storage/local-lvm/content

          {"data":[{"format":"raw","size":34359738368,"vmid":100,"content":"images","ctime":"1734707115","volid":"local-lvm:vm-100-disk-0"},{"format":"raw","size":34359738368,"vmid":114,"volid":"local-lvm:vm-114-disk-0","ctime":"1735393096","content":"images"}]}
          

          Jetzt mal von einem PBS Storage
          Da sieht man den Inhalt den ich vermisse, was ich früher unter proxmox.0.storage.Tuxis.backupJson hatte....
          https://192.168.99.58:8006/api2/json/nodes/pve/storage/Tuxis/content

          {"data":[{"notes":"adguard","size":5646707907,"subtype":"lxc","format":"pbs-ct","volid":"Tuxis:backup/ct/104/2024-12-28T19:23:51Z","ctime":1735413831,"content":"backup","vmid":104,"verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:0000EC87:677082F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"}},{"notes":"adguard","size":5638882299,"subtype":"lxc","format":"pbs-ct","volid":"Tuxis:backup/ct/104/2024-12-29T20:48:32Z","ctime":1735505312,"content":"backup","vmid":104,"verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:0001077F:6771D470:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"}},{"verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:000122BF:677325F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"},"volid":"Tuxis:backup/ct/104/2024-12-30T20:32:35Z","content":"backup","ctime":1735590755,"vmid":104,"size":5662553217,"subtype":"lxc","format":"pbs-ct","notes":"adguard"},{"notes":"vpn","size":5717427558,"format":"pbs-ct","subtype":"lxc","content":"backup","ctime":1735413852,"volid":"Tuxis:backup/ct/105/2024-12-28T19:24:12Z","vmid":105,"verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:0000EC87:677082F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"}},{"volid":"Tuxis:backup/ct/105/2024-12-29T20:49:00Z","ctime":1735505340,"content":"backup","vmid":105,"verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:0001077F:6771D470:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"},"notes":"vpn","size":5791549774,"subtype":"lxc","format":"pbs-ct"},{"notes":"vpn","size":5859936203,"format":"pbs-ct","subtype":"lxc","ctime":1735590773,"content":"backup","volid":"Tuxis:backup/ct/105/2024-12-30T20:32:53Z","vmid":105,"verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:000122BF:677325F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"}},{"verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:0000EC87:677082F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"},"vmid":107,"content":"backup","ctime":1735413876,"volid":"Tuxis:backup/ct/107/2024-12-28T19:24:36Z","format":"pbs-ct","subtype":"lxc","size":1167099755,"notes":"tasmoadmin"},{"vmid":107,"volid":"Tuxis:backup/ct/107/2024-12-29T20:49:40Z","content":"backup","ctime":1735505380,"verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:0001077F:6771D470:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"},"notes":"tasmoadmin","subtype":"lxc","format":"pbs-ct","size":1167169523},{"vmid":107,"volid":"Tuxis:backup/ct/107/2024-12-30T20:33:26Z","ctime":1735590806,"content":"backup","verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:000122BF:677325F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"},"notes":"tasmoadmin","subtype":"lxc","format":"pbs-ct","size":1167169221},{"notes":"go2rtc","size":914318732,"subtype":"lxc","format":"pbs-ct","volid":"Tuxis:backup/ct/109/2024-12-28T19:24:47Z","ctime":1735413887,"content":"backup","vmid":109,"verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:0000EC87:677082F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"}},{"subtype":"lxc","format":"pbs-ct","size":914388064,"notes":"go2rtc","verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:0001077F:6771D470:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"},"vmid":109,"volid":"Tuxis:backup/ct/109/2024-12-29T20:50:02Z","content":"backup","ctime":1735505402},{"notes":"go2rtc","size":914388059,"format":"pbs-ct","subtype":"lxc","ctime":1735590834,"content":"backup","volid":"Tuxis:backup/ct/109/2024-12-30T20:33:54Z","vmid":109,"verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:000122BF:677325F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"}},{"verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:0000EC87:677082F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"},"vmid":111,"content":"backup","ctime":1735413894,"volid":"Tuxis:backup/ct/111/2024-12-28T19:24:54Z","format":"pbs-ct","subtype":"lxc","size":16435652832,"notes":"jellyfin"},{"notes":"jellyfin","size":9600027793,"format":"pbs-ct","subtype":"lxc","content":"backup","ctime":1735505423,"volid":"Tuxis:backup/ct/111/2024-12-29T20:50:23Z","vmid":111,"verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:0001077F:6771D470:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"}},{"notes":"jellyfin","size":9627533265,"format":"pbs-ct","subtype":"lxc","content":"backup","ctime":1735590845,"volid":"Tuxis:backup/ct/111/2024-12-30T20:34:05Z","vmid":111,"verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:000122BF:677325F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"}},{"subtype":"qemu","format":"pbs-vm","size":34359739254,"notes":"mariadb","verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:0000EC87:677082F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"},"vmid":102,"volid":"Tuxis:backup/vm/102/2024-12-28T19:00:04Z","content":"backup","ctime":1735412404},{"ctime":1735502403,"content":"backup","volid":"Tuxis:backup/vm/102/2024-12-29T20:00:03Z","vmid":102,"verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:0001077F:6771D470:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"},"notes":"mariadb","size":34359739254,"format":"pbs-vm","subtype":"qemu"},{"verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:000122BF:677325F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"},"vmid":102,"volid":"Tuxis:backup/vm/102/2024-12-30T20:00:05Z","content":"backup","ctime":1735588805,"subtype":"qemu","format":"pbs-vm","size":34359739253,"notes":"mariadb"},{"notes":"TrueNas","format":"pbs-vm","subtype":"qemu","size":1116691497933,"vmid":103,"ctime":1735412605,"content":"backup","volid":"Tuxis:backup/vm/103/2024-12-28T19:03:25Z","verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:0000EC87:677082F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"}},{"size":1116691497935,"format":"pbs-vm","subtype":"qemu","notes":"TrueNas","verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:0001077F:6771D470:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"},"ctime":1735502589,"content":"backup","volid":"Tuxis:backup/vm/103/2024-12-29T20:03:09Z","vmid":103},{"notes":"TrueNas","size":1116691497934,"format":"pbs-vm","subtype":"qemu","ctime":1735588957,"content":"backup","volid":"Tuxis:backup/vm/103/2024-12-30T20:02:37Z","vmid":103,"verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:000122BF:677325F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"}},{"subtype":"qemu","format":"pbs-vm","size":45097157528,"notes":"Docker","verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:0000EC87:677082F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"},"vmid":113,"volid":"Tuxis:backup/vm/113/2024-12-28T19:25:40Z","content":"backup","ctime":1735413940},{"verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:0001077F:6771D470:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"},"volid":"Tuxis:backup/vm/113/2024-12-29T20:52:19Z","content":"backup","ctime":1735505539,"vmid":113,"size":45097157529,"subtype":"qemu","format":"pbs-vm","notes":"Docker"},{"notes":"Docker","size":45097157529,"format":"pbs-vm","subtype":"qemu","content":"backup","ctime":1735590888,"volid":"Tuxis:backup/vm/113/2024-12-30T20:34:48Z","vmid":113,"verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:000122BF:677325F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"}},{"notes":"iobroker","size":34359739260,"format":"pbs-vm","subtype":"qemu","content":"backup","ctime":1735414315,"volid":"Tuxis:backup/vm/116/2024-12-28T19:31:55Z","vmid":116,"verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:0000EC87:677082F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"}},{"verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:0001077F:6771D470:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"},"volid":"Tuxis:backup/vm/116/2024-12-29T20:54:51Z","content":"backup","ctime":1735505691,"vmid":116,"size":34359739259,"subtype":"qemu","format":"pbs-vm","notes":"iobroker"},{"size":34359739264,"subtype":"qemu","format":"pbs-vm","notes":"iobroker","verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:000122BF:677325F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"},"volid":"Tuxis:backup/vm/116/2024-12-30T20:36:52Z","ctime":1735591012,"content":"backup","vmid":116}]}
          

          Zu Vollständigkeit noch den Status
          https://192.168.99.58:8006/api2/json/nodes/pve/storage/Tuxis/status

          {"data":{"enabled":1,"used":920779882496,"active":1,"shared":1,"type":"pbs","avail":178731745280,"content":"backup","total":1099511627776}}
          

          Zeigt eure Lovelace-Visualisierung klick
          (Auch ideal um sich Anregungen zu holen)

          Meine Tabellen für eure Visualisierung klick

          T 1 Reply Last reply
          0
          • David G.D David G.

            https://192.168.99.58:8006/api2/json/nodes/pve/storage/local/status

            {"data":{"total":100861726720,"content":"iso,backup,vztmpl","shared":0,"avail":59426648064,"type":"dir","active":1,"enabled":1,"used":36264341504}}
            

            https://192.168.99.58:8006/api2/json/nodes/pve/storage/local-lvm/status

            {"data":{"content":"rootdir,images","total":343177953280,"used":8098999697,"enabled":1,"active":1,"shared":0,"avail":335078953583,"type":"lvmthin"}}
            

            https://192.168.99.58:8006/api2/json/nodes/pve/storage/local-lvm/content

            {"data":[{"format":"raw","size":34359738368,"vmid":100,"content":"images","ctime":"1734707115","volid":"local-lvm:vm-100-disk-0"},{"format":"raw","size":34359738368,"vmid":114,"volid":"local-lvm:vm-114-disk-0","ctime":"1735393096","content":"images"}]}
            

            Jetzt mal von einem PBS Storage
            Da sieht man den Inhalt den ich vermisse, was ich früher unter proxmox.0.storage.Tuxis.backupJson hatte....
            https://192.168.99.58:8006/api2/json/nodes/pve/storage/Tuxis/content

            {"data":[{"notes":"adguard","size":5646707907,"subtype":"lxc","format":"pbs-ct","volid":"Tuxis:backup/ct/104/2024-12-28T19:23:51Z","ctime":1735413831,"content":"backup","vmid":104,"verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:0000EC87:677082F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"}},{"notes":"adguard","size":5638882299,"subtype":"lxc","format":"pbs-ct","volid":"Tuxis:backup/ct/104/2024-12-29T20:48:32Z","ctime":1735505312,"content":"backup","vmid":104,"verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:0001077F:6771D470:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"}},{"verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:000122BF:677325F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"},"volid":"Tuxis:backup/ct/104/2024-12-30T20:32:35Z","content":"backup","ctime":1735590755,"vmid":104,"size":5662553217,"subtype":"lxc","format":"pbs-ct","notes":"adguard"},{"notes":"vpn","size":5717427558,"format":"pbs-ct","subtype":"lxc","content":"backup","ctime":1735413852,"volid":"Tuxis:backup/ct/105/2024-12-28T19:24:12Z","vmid":105,"verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:0000EC87:677082F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"}},{"volid":"Tuxis:backup/ct/105/2024-12-29T20:49:00Z","ctime":1735505340,"content":"backup","vmid":105,"verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:0001077F:6771D470:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"},"notes":"vpn","size":5791549774,"subtype":"lxc","format":"pbs-ct"},{"notes":"vpn","size":5859936203,"format":"pbs-ct","subtype":"lxc","ctime":1735590773,"content":"backup","volid":"Tuxis:backup/ct/105/2024-12-30T20:32:53Z","vmid":105,"verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:000122BF:677325F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"}},{"verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:0000EC87:677082F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"},"vmid":107,"content":"backup","ctime":1735413876,"volid":"Tuxis:backup/ct/107/2024-12-28T19:24:36Z","format":"pbs-ct","subtype":"lxc","size":1167099755,"notes":"tasmoadmin"},{"vmid":107,"volid":"Tuxis:backup/ct/107/2024-12-29T20:49:40Z","content":"backup","ctime":1735505380,"verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:0001077F:6771D470:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"},"notes":"tasmoadmin","subtype":"lxc","format":"pbs-ct","size":1167169523},{"vmid":107,"volid":"Tuxis:backup/ct/107/2024-12-30T20:33:26Z","ctime":1735590806,"content":"backup","verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:000122BF:677325F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"},"notes":"tasmoadmin","subtype":"lxc","format":"pbs-ct","size":1167169221},{"notes":"go2rtc","size":914318732,"subtype":"lxc","format":"pbs-ct","volid":"Tuxis:backup/ct/109/2024-12-28T19:24:47Z","ctime":1735413887,"content":"backup","vmid":109,"verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:0000EC87:677082F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"}},{"subtype":"lxc","format":"pbs-ct","size":914388064,"notes":"go2rtc","verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:0001077F:6771D470:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"},"vmid":109,"volid":"Tuxis:backup/ct/109/2024-12-29T20:50:02Z","content":"backup","ctime":1735505402},{"notes":"go2rtc","size":914388059,"format":"pbs-ct","subtype":"lxc","ctime":1735590834,"content":"backup","volid":"Tuxis:backup/ct/109/2024-12-30T20:33:54Z","vmid":109,"verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:000122BF:677325F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"}},{"verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:0000EC87:677082F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"},"vmid":111,"content":"backup","ctime":1735413894,"volid":"Tuxis:backup/ct/111/2024-12-28T19:24:54Z","format":"pbs-ct","subtype":"lxc","size":16435652832,"notes":"jellyfin"},{"notes":"jellyfin","size":9600027793,"format":"pbs-ct","subtype":"lxc","content":"backup","ctime":1735505423,"volid":"Tuxis:backup/ct/111/2024-12-29T20:50:23Z","vmid":111,"verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:0001077F:6771D470:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"}},{"notes":"jellyfin","size":9627533265,"format":"pbs-ct","subtype":"lxc","content":"backup","ctime":1735590845,"volid":"Tuxis:backup/ct/111/2024-12-30T20:34:05Z","vmid":111,"verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:000122BF:677325F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"}},{"subtype":"qemu","format":"pbs-vm","size":34359739254,"notes":"mariadb","verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:0000EC87:677082F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"},"vmid":102,"volid":"Tuxis:backup/vm/102/2024-12-28T19:00:04Z","content":"backup","ctime":1735412404},{"ctime":1735502403,"content":"backup","volid":"Tuxis:backup/vm/102/2024-12-29T20:00:03Z","vmid":102,"verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:0001077F:6771D470:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"},"notes":"mariadb","size":34359739254,"format":"pbs-vm","subtype":"qemu"},{"verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:000122BF:677325F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"},"vmid":102,"volid":"Tuxis:backup/vm/102/2024-12-30T20:00:05Z","content":"backup","ctime":1735588805,"subtype":"qemu","format":"pbs-vm","size":34359739253,"notes":"mariadb"},{"notes":"TrueNas","format":"pbs-vm","subtype":"qemu","size":1116691497933,"vmid":103,"ctime":1735412605,"content":"backup","volid":"Tuxis:backup/vm/103/2024-12-28T19:03:25Z","verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:0000EC87:677082F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"}},{"size":1116691497935,"format":"pbs-vm","subtype":"qemu","notes":"TrueNas","verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:0001077F:6771D470:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"},"ctime":1735502589,"content":"backup","volid":"Tuxis:backup/vm/103/2024-12-29T20:03:09Z","vmid":103},{"notes":"TrueNas","size":1116691497934,"format":"pbs-vm","subtype":"qemu","ctime":1735588957,"content":"backup","volid":"Tuxis:backup/vm/103/2024-12-30T20:02:37Z","vmid":103,"verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:000122BF:677325F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"}},{"subtype":"qemu","format":"pbs-vm","size":45097157528,"notes":"Docker","verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:0000EC87:677082F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"},"vmid":113,"volid":"Tuxis:backup/vm/113/2024-12-28T19:25:40Z","content":"backup","ctime":1735413940},{"verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:0001077F:6771D470:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"},"volid":"Tuxis:backup/vm/113/2024-12-29T20:52:19Z","content":"backup","ctime":1735505539,"vmid":113,"size":45097157529,"subtype":"qemu","format":"pbs-vm","notes":"Docker"},{"notes":"Docker","size":45097157529,"format":"pbs-vm","subtype":"qemu","content":"backup","ctime":1735590888,"volid":"Tuxis:backup/vm/113/2024-12-30T20:34:48Z","vmid":113,"verification":{"upid":"UPID:pbs001:003D3435:67EE1F88:000122BF:677325F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:","state":"ok"}},{"notes":"iobroker","size":34359739260,"format":"pbs-vm","subtype":"qemu","content":"backup","ctime":1735414315,"volid":"Tuxis:backup/vm/116/2024-12-28T19:31:55Z","vmid":116,"verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:0000EC87:677082F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"}},{"verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:0001077F:6771D470:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"},"volid":"Tuxis:backup/vm/116/2024-12-29T20:54:51Z","content":"backup","ctime":1735505691,"vmid":116,"size":34359739259,"subtype":"qemu","format":"pbs-vm","notes":"iobroker"},{"size":34359739264,"subtype":"qemu","format":"pbs-vm","notes":"iobroker","verification":{"state":"ok","upid":"UPID:pbs001:003D3435:67EE1F88:000122BF:677325F0:verificationjob:DB1777_Backup\\x2dNuc\\x3av\\x2daa7e2154\\x2d02cd:root@pam:"},"volid":"Tuxis:backup/vm/116/2024-12-30T20:36:52Z","ctime":1735591012,"content":"backup","vmid":116}]}
            

            Zu Vollständigkeit noch den Status
            https://192.168.99.58:8006/api2/json/nodes/pve/storage/Tuxis/status

            {"data":{"enabled":1,"used":920779882496,"active":1,"shared":1,"type":"pbs","avail":178731745280,"content":"backup","total":1099511627776}}
            
            T Offline
            T Offline
            TT-Tom
            wrote on last edited by TT-Tom
            #425

            @david-g
            Gesundes neues Jahr

            danke für die Daten, kann es ein das du das Problem hast, seit dem du auf Proxmox 8.3.2 bist?

            es scheint sich da etwas an der API geändert zu haben. Auf den ersten Blick muss da der Code im Adapter angepasst werden. Muss mir das Ganze aber noch einmal in Ruhe ansehen. Für eventuelle Tests schreibe ich dann mal an.

            Gruß Tom
            https://github.com/tt-tom17
            Wenn meine Hilfe erfolgreich war, benutze bitte das Voting unten rechts im Beitrag

            NSPanel Script Wiki
            https://github.com/joBr99/nspanel-lovelace-ui/wiki

            NSPanel Adapter Wiki
            https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/wiki

            David G.D arteckA 2 Replies Last reply
            0
            • T TT-Tom

              @david-g
              Gesundes neues Jahr

              danke für die Daten, kann es ein das du das Problem hast, seit dem du auf Proxmox 8.3.2 bist?

              es scheint sich da etwas an der API geändert zu haben. Auf den ersten Blick muss da der Code im Adapter angepasst werden. Muss mir das Ganze aber noch einmal in Ruhe ansehen. Für eventuelle Tests schreibe ich dann mal an.

              David G.D Online
              David G.D Online
              David G.
              wrote on last edited by
              #426

              @tt-tom

              Danke, dass wünsche ich dir auch.

              Das kann gut sein. Kann es aber nicht garantieren. Meine Backupübersicht und er Visualisierung hat schon öfters gesponnen, da mein Script nicht so dolle war. Wollte es jetzt zu den freien Tagen mal anpassen da ist mir das aufgefallen.

              Stehe für alle Tests jederzeit zu Verfügung.

              Zeigt eure Lovelace-Visualisierung klick
              (Auch ideal um sich Anregungen zu holen)

              Meine Tabellen für eure Visualisierung klick

              1 Reply Last reply
              0
              • T TT-Tom

                @david-g
                Gesundes neues Jahr

                danke für die Daten, kann es ein das du das Problem hast, seit dem du auf Proxmox 8.3.2 bist?

                es scheint sich da etwas an der API geändert zu haben. Auf den ersten Blick muss da der Code im Adapter angepasst werden. Muss mir das Ganze aber noch einmal in Ruhe ansehen. Für eventuelle Tests schreibe ich dann mal an.

                arteckA Offline
                arteckA Offline
                arteck
                Developer Most Active
                wrote on last edited by arteck
                #427

                @tt-tom sagte in [Neuer Adapter] Proxmox VM:

                es scheint sich da etwas an der API geändert zu haben.

                wo denn ?? wenn ja dann hat Proxmox andere probleme.. glaub mir

                zigbee hab ich, zwave auch, nuc's genauso und HA auch

                arteckA 1 Reply Last reply
                0
                • arteckA arteck

                  @tt-tom sagte in [Neuer Adapter] Proxmox VM:

                  es scheint sich da etwas an der API geändert zu haben.

                  wo denn ?? wenn ja dann hat Proxmox andere probleme.. glaub mir

                  arteckA Offline
                  arteckA Offline
                  arteck
                  Developer Most Active
                  wrote on last edited by arteck
                  #428

                  das Problem ist wenn der von PBO oder nas oder oder Daten zieht.. eine Abfrage dauert manchmal sehr lange ..
                  kommt auf die Liste der Sicherungen an.. dann läuft der in timeout..

                  ich hab mal den Timeout auf 10 sek gestellt .. ziehmal GIT

                  hab auch ne bessere ausgabe dazu gemacht

                  error	Check storage -- Problem found.. maybe offline
                  

                  sollte jetzt hinten mit link rauskommen.

                  zigbee hab ich, zwave auch, nuc's genauso und HA auch

                  David G.D 2 Replies Last reply
                  0
                  • T Offline
                    T Offline
                    TT-Tom
                    wrote on last edited by TT-Tom
                    #429

                    Ein Frage zum Datenpunkt proxmox.0.info.offlineMachines

                    Welche Informationen werden hier hinterlegt. Bei mir ist dieser Datenpunkt immer leer, egal ob LXC oder VM offline ist. Auch wenn ich Node2 runterfahre, der Datenpunkt bleibt leer.

                    Gruß Tom
                    https://github.com/tt-tom17
                    Wenn meine Hilfe erfolgreich war, benutze bitte das Voting unten rechts im Beitrag

                    NSPanel Script Wiki
                    https://github.com/joBr99/nspanel-lovelace-ui/wiki

                    NSPanel Adapter Wiki
                    https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/wiki

                    1 Reply Last reply
                    0
                    • arteckA arteck

                      das Problem ist wenn der von PBO oder nas oder oder Daten zieht.. eine Abfrage dauert manchmal sehr lange ..
                      kommt auf die Liste der Sicherungen an.. dann läuft der in timeout..

                      ich hab mal den Timeout auf 10 sek gestellt .. ziehmal GIT

                      hab auch ne bessere ausgabe dazu gemacht

                      error	Check storage -- Problem found.. maybe offline
                      

                      sollte jetzt hinten mit link rauskommen.

                      David G.D Online
                      David G.D Online
                      David G.
                      wrote on last edited by
                      #430

                      @arteck

                      Sorry, hab deinen Post voll übersehen.......
                      Grad von git installiert.

                      Zeigt eure Lovelace-Visualisierung klick
                      (Auch ideal um sich Anregungen zu holen)

                      Meine Tabellen für eure Visualisierung klick

                      1 Reply Last reply
                      0
                      • arteckA arteck

                        das Problem ist wenn der von PBO oder nas oder oder Daten zieht.. eine Abfrage dauert manchmal sehr lange ..
                        kommt auf die Liste der Sicherungen an.. dann läuft der in timeout..

                        ich hab mal den Timeout auf 10 sek gestellt .. ziehmal GIT

                        hab auch ne bessere ausgabe dazu gemacht

                        error	Check storage -- Problem found.. maybe offline
                        

                        sollte jetzt hinten mit link rauskommen.

                        David G.D Online
                        David G.D Online
                        David G.
                        wrote on last edited by David G.
                        #431

                        @arteck

                        Hab jetzt die ersten Meldungen im Log

                        proxmox.0
                        2025-01-13 20:02:50.645	error	Storage: PBS_Local_Long on PBS_Local_Long not available
                        
                        proxmox.0
                        2025-01-13 20:02:50.645	error	Check storage -- Problem found.. maybe offline check path https://192.168.99.58:8006/api2/json/nodes/pve/storage/PBS_Local_Long/status
                        

                        Der Speicher PBS_Local_Long ist ein PBS im Heimnetz. Manuelle Backups laufen sofort los. Kleine CTs sind in 5sek gesichert. Wenn ich über den PVE auf den Speicher gehen erscheinen die Infos auch nahezu sofort.

                        EDIT
                        Den link aus dem Log bekomme ich auch geöffnet (wenn ich eine aktive Session vom PVE im Browser offen habe). Quasi keine Ladezeit.

                        {"data":{"content":"backup","total":1999421108224,"enabled":1,"used":1062813925376,"active":1,"type":"pbs","shared":1,"avail":936607182848}}
                        

                        Zeigt eure Lovelace-Visualisierung klick
                        (Auch ideal um sich Anregungen zu holen)

                        Meine Tabellen für eure Visualisierung klick

                        arteckA 1 Reply Last reply
                        0
                        • David G.D David G.

                          @arteck

                          Hab jetzt die ersten Meldungen im Log

                          proxmox.0
                          2025-01-13 20:02:50.645	error	Storage: PBS_Local_Long on PBS_Local_Long not available
                          
                          proxmox.0
                          2025-01-13 20:02:50.645	error	Check storage -- Problem found.. maybe offline check path https://192.168.99.58:8006/api2/json/nodes/pve/storage/PBS_Local_Long/status
                          

                          Der Speicher PBS_Local_Long ist ein PBS im Heimnetz. Manuelle Backups laufen sofort los. Kleine CTs sind in 5sek gesichert. Wenn ich über den PVE auf den Speicher gehen erscheinen die Infos auch nahezu sofort.

                          EDIT
                          Den link aus dem Log bekomme ich auch geöffnet (wenn ich eine aktive Session vom PVE im Browser offen habe). Quasi keine Ladezeit.

                          {"data":{"content":"backup","total":1999421108224,"enabled":1,"used":1062813925376,"active":1,"type":"pbs","shared":1,"avail":936607182848}}
                          
                          arteckA Offline
                          arteckA Offline
                          arteck
                          Developer Most Active
                          wrote on last edited by
                          #432

                          @david-g na also damit kann ich arbeiten...

                          die Meldung hab ich EXTRA rein gemacht.. die kommt dann auch weg wenn wir das Problem lokalisiert haben..

                          jetzt noch schauen ob der adapter weiter läuft.werden Daten weiter abgeholt. wenn die Meldung kommt.. und wenn die wieder kommt ob es immer die gleiche Uhrzeit ist..

                          zigbee hab ich, zwave auch, nuc's genauso und HA auch

                          David G.D 1 Reply Last reply
                          0
                          • arteckA arteck

                            @david-g na also damit kann ich arbeiten...

                            die Meldung hab ich EXTRA rein gemacht.. die kommt dann auch weg wenn wir das Problem lokalisiert haben..

                            jetzt noch schauen ob der adapter weiter läuft.werden Daten weiter abgeholt. wenn die Meldung kommt.. und wenn die wieder kommt ob es immer die gleiche Uhrzeit ist..

                            David G.D Online
                            David G.D Online
                            David G.
                            wrote on last edited by
                            #433

                            @arteck

                            Hab den Adapter eben mal auf ein Polling von 2min gesteht, um was eher an die Infos zu kommen.

                            Steckt jetzt scheinbar irgendwo fest.

                            proxmox.0
                            2025-01-14 08:31:58.392	warn	Using Proxmox API: https://192.168.99.58:8006/api2/json
                            
                            proxmox.0
                            2025-01-14 08:31:58.387	info	starting. Version 2.3.0 (non-npm: iobroker-community-adapters/ioBroker.proxmox) in /opt/iobroker/node_modules/iobroker.proxmox, node: v20.18.1, js-controller: 7.0.6
                            
                            proxmox.0
                            2025-01-14 08:31:29.108	info	terminating
                            
                            proxmox.0
                            2025-01-14 08:31:28.607	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                            
                            proxmox.0
                            2025-01-14 08:31:28.605	info	terminating
                            
                            proxmox.0
                            2025-01-14 08:31:28.603	info	Got terminate signal TERMINATE_YOURSELF
                            
                            proxmox.0
                            2025-01-14 08:31:58.392	warn	Using Proxmox API: https://192.168.99.58:8006/api2/json
                            
                            proxmox.0
                            2025-01-14 08:31:58.387	info	starting. Version 2.3.0 (non-npm: iobroker-community-adapters/ioBroker.proxmox) in /opt/iobroker/node_modules/iobroker.proxmox, node: v20.18.1, js-controller: 7.0.6
                            
                            proxmox.0
                            2025-01-14 08:31:29.108	info	terminating
                            
                            proxmox.0
                            2025-01-14 08:31:28.607	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                            
                            proxmox.0
                            2025-01-14 08:31:28.605	info	terminating
                            
                            proxmox.0
                            2025-01-14 08:31:28.603	info	Got terminate signal TERMINATE_YOURSELF
                            
                            proxmox.0
                            2025-01-14 08:31:58.392	warn	Using Proxmox API: https://192.168.99.58:8006/api2/json
                            
                            proxmox.0
                            2025-01-14 08:31:58.387	info	starting. Version 2.3.0 (non-npm: iobroker-community-adapters/ioBroker.proxmox) in /opt/iobroker/node_modules/iobroker.proxmox, node: v20.18.1, js-controller: 7.0.6
                            
                            proxmox.0
                            2025-01-14 08:31:29.108	info	terminating
                            
                            proxmox.0
                            2025-01-14 08:31:28.607	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                            
                            proxmox.0
                            2025-01-14 08:31:28.605	info	terminating
                            
                            proxmox.0
                            2025-01-14 08:31:28.603	info	Got terminate signal TERMINATE_YOURSELF
                            
                            proxmox.0
                            2025-01-14 08:31:58.392	warn	Using Proxmox API: https://192.168.99.58:8006/api2/json
                            
                            proxmox.0
                            2025-01-14 08:31:58.387	info	starting. Version 2.3.0 (non-npm: iobroker-community-adapters/ioBroker.proxmox) in /opt/iobroker/node_modules/iobroker.proxmox, node: v20.18.1, js-controller: 7.0.6
                            
                            proxmox.0
                            2025-01-14 08:31:29.108	info	terminating
                            
                            proxmox.0
                            2025-01-14 08:31:28.607	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                            

                            Gehe jetzt mal was höher.

                            Zeigt eure Lovelace-Visualisierung klick
                            (Auch ideal um sich Anregungen zu holen)

                            Meine Tabellen für eure Visualisierung klick

                            T 1 Reply Last reply
                            0
                            • arteckA Offline
                              arteckA Offline
                              arteck
                              Developer Most Active
                              wrote on last edited by arteck
                              #434

                              da ist irgendwas nicht beendet worden.. wo sind die Debug infos ??

                              2025-01-14 08:31:58.392	warn	Using Proxmox API: https://192.168.99.58:8006/api2/json
                              

                              das kommt immer nur beim start..danach sollte auch wenn der auf debug steht

                              Nodes: blabla 
                              

                              kommen

                              zigbee hab ich, zwave auch, nuc's genauso und HA auch

                              1 Reply Last reply
                              0
                              • David G.D David G.

                                @arteck

                                Hab den Adapter eben mal auf ein Polling von 2min gesteht, um was eher an die Infos zu kommen.

                                Steckt jetzt scheinbar irgendwo fest.

                                proxmox.0
                                2025-01-14 08:31:58.392	warn	Using Proxmox API: https://192.168.99.58:8006/api2/json
                                
                                proxmox.0
                                2025-01-14 08:31:58.387	info	starting. Version 2.3.0 (non-npm: iobroker-community-adapters/ioBroker.proxmox) in /opt/iobroker/node_modules/iobroker.proxmox, node: v20.18.1, js-controller: 7.0.6
                                
                                proxmox.0
                                2025-01-14 08:31:29.108	info	terminating
                                
                                proxmox.0
                                2025-01-14 08:31:28.607	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                
                                proxmox.0
                                2025-01-14 08:31:28.605	info	terminating
                                
                                proxmox.0
                                2025-01-14 08:31:28.603	info	Got terminate signal TERMINATE_YOURSELF
                                
                                proxmox.0
                                2025-01-14 08:31:58.392	warn	Using Proxmox API: https://192.168.99.58:8006/api2/json
                                
                                proxmox.0
                                2025-01-14 08:31:58.387	info	starting. Version 2.3.0 (non-npm: iobroker-community-adapters/ioBroker.proxmox) in /opt/iobroker/node_modules/iobroker.proxmox, node: v20.18.1, js-controller: 7.0.6
                                
                                proxmox.0
                                2025-01-14 08:31:29.108	info	terminating
                                
                                proxmox.0
                                2025-01-14 08:31:28.607	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                
                                proxmox.0
                                2025-01-14 08:31:28.605	info	terminating
                                
                                proxmox.0
                                2025-01-14 08:31:28.603	info	Got terminate signal TERMINATE_YOURSELF
                                
                                proxmox.0
                                2025-01-14 08:31:58.392	warn	Using Proxmox API: https://192.168.99.58:8006/api2/json
                                
                                proxmox.0
                                2025-01-14 08:31:58.387	info	starting. Version 2.3.0 (non-npm: iobroker-community-adapters/ioBroker.proxmox) in /opt/iobroker/node_modules/iobroker.proxmox, node: v20.18.1, js-controller: 7.0.6
                                
                                proxmox.0
                                2025-01-14 08:31:29.108	info	terminating
                                
                                proxmox.0
                                2025-01-14 08:31:28.607	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                
                                proxmox.0
                                2025-01-14 08:31:28.605	info	terminating
                                
                                proxmox.0
                                2025-01-14 08:31:28.603	info	Got terminate signal TERMINATE_YOURSELF
                                
                                proxmox.0
                                2025-01-14 08:31:58.392	warn	Using Proxmox API: https://192.168.99.58:8006/api2/json
                                
                                proxmox.0
                                2025-01-14 08:31:58.387	info	starting. Version 2.3.0 (non-npm: iobroker-community-adapters/ioBroker.proxmox) in /opt/iobroker/node_modules/iobroker.proxmox, node: v20.18.1, js-controller: 7.0.6
                                
                                proxmox.0
                                2025-01-14 08:31:29.108	info	terminating
                                
                                proxmox.0
                                2025-01-14 08:31:28.607	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                

                                Gehe jetzt mal was höher.

                                T Offline
                                T Offline
                                TT-Tom
                                wrote on last edited by
                                #435

                                @david-g sag mal die Meldungen wieder holen sich doch von der Zeit her. Ist das ein Kopie Fehler oder wirklich so im Log?

                                Gruß Tom
                                https://github.com/tt-tom17
                                Wenn meine Hilfe erfolgreich war, benutze bitte das Voting unten rechts im Beitrag

                                NSPanel Script Wiki
                                https://github.com/joBr99/nspanel-lovelace-ui/wiki

                                NSPanel Adapter Wiki
                                https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/wiki

                                David G.D 1 Reply Last reply
                                0
                                • T TT-Tom

                                  @david-g sag mal die Meldungen wieder holen sich doch von der Zeit her. Ist das ein Kopie Fehler oder wirklich so im Log?

                                  David G.D Online
                                  David G.D Online
                                  David G.
                                  wrote on last edited by
                                  #436

                                  @tt-tom

                                  Das stand wirklich so im Log.

                                  Nach dem Neustart und einem Polling von 10min sieht es so aus:

                                  proxmox.0
                                  2025-01-14 13:34:58.387	error	Storage: Tuxis_Backup on storage/pve/Tuxis_Backup not available
                                  
                                  proxmox.0
                                  2025-01-14 13:34:58.386	error	Check storage -- Problem found.. maybe offline check path https://192.168.99.58:8006/api2/json/nodes/pve/storage/Tuxis_Backup/status
                                  
                                  proxmox.0
                                  2025-01-14 12:11:52.204	error	Storage: PBS_Local_Short on storage/pve/PBS_Local_Short not available
                                  
                                  proxmox.0
                                  2025-01-14 12:11:52.203	error	Check storage -- Problem found.. maybe offline check path https://192.168.99.58:8006/api2/json/nodes/pve/storage/PBS_Local_Short/status
                                  
                                  proxmox.0
                                  2025-01-14 10:47:38.780	error	Storage: PBS_Local_Short on storage/pve/PBS_Local_Short not available
                                  
                                  proxmox.0
                                  2025-01-14 10:47:38.778	error	Check storage -- Problem found.. maybe offline check path https://192.168.99.58:8006/api2/json/nodes/pve/storage/PBS_Local_Short/status
                                  
                                  proxmox.0
                                  2025-01-14 09:54:16.502	error	Storage: tank on storage/pve/tank not available
                                  
                                  proxmox.0
                                  2025-01-14 09:54:16.502	error	Check storage -- Problem found.. maybe offline check path https://192.168.99.58:8006/api2/json/nodes/pve/storage/tank/status
                                  
                                  proxmox.0
                                  2025-01-14 09:22:31.388	warn	Using Proxmox API: https://192.168.99.58:8006/api2/json
                                  
                                  proxmox.0
                                  2025-01-14 09:22:31.382	info	starting. Version 2.3.0 (non-npm: iobroker-community-adapters/ioBroker.proxmox) in /opt/iobroker/node_modules/iobroker.proxmox, node: v20.18.1, js-controller: 7.0.6
                                  
                                  

                                  Mich wundern die unregelmäßigen Abstände.

                                  Hab aber heute zum ersten Mal wieder was in der Backup.json stehen.
                                  Evtl läuft der token vom Adapter irgendwie ab, wenn man die Daten nur 3600 Sek abruft wie ich vorher hatte?
                                  Jetzt steht es auf 600 Sek.

                                  Zeigt eure Lovelace-Visualisierung klick
                                  (Auch ideal um sich Anregungen zu holen)

                                  Meine Tabellen für eure Visualisierung klick

                                  arteckA 1 Reply Last reply
                                  0
                                  • David G.D David G.

                                    @tt-tom

                                    Das stand wirklich so im Log.

                                    Nach dem Neustart und einem Polling von 10min sieht es so aus:

                                    proxmox.0
                                    2025-01-14 13:34:58.387	error	Storage: Tuxis_Backup on storage/pve/Tuxis_Backup not available
                                    
                                    proxmox.0
                                    2025-01-14 13:34:58.386	error	Check storage -- Problem found.. maybe offline check path https://192.168.99.58:8006/api2/json/nodes/pve/storage/Tuxis_Backup/status
                                    
                                    proxmox.0
                                    2025-01-14 12:11:52.204	error	Storage: PBS_Local_Short on storage/pve/PBS_Local_Short not available
                                    
                                    proxmox.0
                                    2025-01-14 12:11:52.203	error	Check storage -- Problem found.. maybe offline check path https://192.168.99.58:8006/api2/json/nodes/pve/storage/PBS_Local_Short/status
                                    
                                    proxmox.0
                                    2025-01-14 10:47:38.780	error	Storage: PBS_Local_Short on storage/pve/PBS_Local_Short not available
                                    
                                    proxmox.0
                                    2025-01-14 10:47:38.778	error	Check storage -- Problem found.. maybe offline check path https://192.168.99.58:8006/api2/json/nodes/pve/storage/PBS_Local_Short/status
                                    
                                    proxmox.0
                                    2025-01-14 09:54:16.502	error	Storage: tank on storage/pve/tank not available
                                    
                                    proxmox.0
                                    2025-01-14 09:54:16.502	error	Check storage -- Problem found.. maybe offline check path https://192.168.99.58:8006/api2/json/nodes/pve/storage/tank/status
                                    
                                    proxmox.0
                                    2025-01-14 09:22:31.388	warn	Using Proxmox API: https://192.168.99.58:8006/api2/json
                                    
                                    proxmox.0
                                    2025-01-14 09:22:31.382	info	starting. Version 2.3.0 (non-npm: iobroker-community-adapters/ioBroker.proxmox) in /opt/iobroker/node_modules/iobroker.proxmox, node: v20.18.1, js-controller: 7.0.6
                                    
                                    

                                    Mich wundern die unregelmäßigen Abstände.

                                    Hab aber heute zum ersten Mal wieder was in der Backup.json stehen.
                                    Evtl läuft der token vom Adapter irgendwie ab, wenn man die Daten nur 3600 Sek abruft wie ich vorher hatte?
                                    Jetzt steht es auf 600 Sek.

                                    arteckA Offline
                                    arteckA Offline
                                    arteck
                                    Developer Most Active
                                    wrote on last edited by
                                    #437

                                    @david-g der token wird automatsiuch erneuert wenn was nicht stimmt und dann nachmal versucht die daten abzuholen.
                                    das war auch einer der Probleme.. der befand sich hier dann in loop..

                                    was mich wundert ist dass der die Daten immer nicht richtig abholen kann.. und die links funktionieren wenn du die im Browser eingibst ?

                                    zigbee hab ich, zwave auch, nuc's genauso und HA auch

                                    David G.D 1 Reply Last reply
                                    0
                                    • arteckA arteck

                                      @david-g der token wird automatsiuch erneuert wenn was nicht stimmt und dann nachmal versucht die daten abzuholen.
                                      das war auch einer der Probleme.. der befand sich hier dann in loop..

                                      was mich wundert ist dass der die Daten immer nicht richtig abholen kann.. und die links funktionieren wenn du die im Browser eingibst ?

                                      David G.D Online
                                      David G.D Online
                                      David G.
                                      wrote on last edited by
                                      #438

                                      @arteck sagte in [Neuer Adapter] Proxmox VM:

                                      @david-g der token wird automatsiuch erneuert wenn was nicht stimmt und dann nachmal versucht die daten abzuholen.
                                      das war auch einer der Probleme.. der befand sich hier dann in loop..

                                      was mich wundert ist dass der die Daten immer nicht richtig abholen kann.. und die links funktionieren wenn du die im Browser eingibst ?

                                      Ja, die klappen.
                                      Hab ja etwas weiter oben alle möglichen Varianten getestet und gepostet.
                                      Wenn du in die Zeitstempel aus meinem letzten log schaust, scheint es auch nur manchmal nicht zu klappen. Jetzt mit dem neuen intervall aber besser als vorher.

                                      Zeigt eure Lovelace-Visualisierung klick
                                      (Auch ideal um sich Anregungen zu holen)

                                      Meine Tabellen für eure Visualisierung klick

                                      arteckA 1 Reply Last reply
                                      0
                                      • David G.D David G.

                                        @arteck sagte in [Neuer Adapter] Proxmox VM:

                                        @david-g der token wird automatsiuch erneuert wenn was nicht stimmt und dann nachmal versucht die daten abzuholen.
                                        das war auch einer der Probleme.. der befand sich hier dann in loop..

                                        was mich wundert ist dass der die Daten immer nicht richtig abholen kann.. und die links funktionieren wenn du die im Browser eingibst ?

                                        Ja, die klappen.
                                        Hab ja etwas weiter oben alle möglichen Varianten getestet und gepostet.
                                        Wenn du in die Zeitstempel aus meinem letzten log schaust, scheint es auch nur manchmal nicht zu klappen. Jetzt mit dem neuen intervall aber besser als vorher.

                                        arteckA Offline
                                        arteckA Offline
                                        arteck
                                        Developer Most Active
                                        wrote on last edited by
                                        #439

                                        @david-g sagte in [Neuer Adapter] Proxmox VM:

                                        Wenn du in die Zeitstempel aus meinem letzten log schaust, scheint es auch nur manchmal nicht zu klappen. Jetzt mit dem neuen intervall aber besser als vorher.

                                        ja das seh ich bei mir auch. nur bei mir hoppelt der zum nächsten Node.. und ich merk das nicht..

                                        ist echt merkwürdig die API

                                        zigbee hab ich, zwave auch, nuc's genauso und HA auch

                                        T 1 Reply Last reply
                                        0
                                        • arteckA arteck

                                          @david-g sagte in [Neuer Adapter] Proxmox VM:

                                          Wenn du in die Zeitstempel aus meinem letzten log schaust, scheint es auch nur manchmal nicht zu klappen. Jetzt mit dem neuen intervall aber besser als vorher.

                                          ja das seh ich bei mir auch. nur bei mir hoppelt der zum nächsten Node.. und ich merk das nicht..

                                          ist echt merkwürdig die API

                                          T Offline
                                          T Offline
                                          TT-Tom
                                          wrote on last edited by TT-Tom
                                          #440

                                          @arteck

                                          hast du die IP`s von allen Nodes eingetragen, vielleicht ist bei @David-G nur eine eingetragen, weshalb er nicht weiterspringt. Wenn ich das richtig gesehen habe, liest der Adapter dann mit der nächsten IP aus der Liste die Daten ein, wenn die davor nicht funktioniert.

                                          Gruß Tom
                                          https://github.com/tt-tom17
                                          Wenn meine Hilfe erfolgreich war, benutze bitte das Voting unten rechts im Beitrag

                                          NSPanel Script Wiki
                                          https://github.com/joBr99/nspanel-lovelace-ui/wiki

                                          NSPanel Adapter Wiki
                                          https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/wiki

                                          Meister MopperM 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          615

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe