Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. ioBroker + Homematic auf Promox VE

    NEWS

    • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?

    • Monatsrückblick – September 2025

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    ioBroker + Homematic auf Promox VE

    This topic has been deleted. Only users with topic management privileges can see it.
    • Jey Cee
      Jey Cee Developer @GregorS last edited by

      @gregors sagte in ioBroker + Homematic auf Promox VE:

      Fehlermeldung aus dem Log von Promox
      () trying to acquire lock... TASK ERROR: can't lock file '/var/lock/qemu-server/lock-100.conf' - got timeout

      Schau mal HIER da ist das Problem mit Lösung beschrieben.

      GregorS 1 Reply Last reply Reply Quote 0
      • GregorS
        GregorS @Jey Cee last edited by

        @jey-cee
        Ok. Weiss ich nun für´s nächste mal.
        Hab einfach neu installiert.
        Jetzt läuft er wieder, aber er gibt mir keine IP-Adrese raus.
        Hatte erst wie in der Anleitung beschrieben auf static umgestellt, dann wieder zurück auf dhcp.
        Keine IP
        z4.JPG

        E 1 Reply Last reply Reply Quote 0
        • E
          Einstein67 @GregorS last edited by Einstein67

          Gehts hier jetzt um einen Container (CT) oder eine Virtuelle-Maschine (VM)??

          Ich blicke nicht mehr durch ...

          Einen Fix&Fertig IOBroker-Container könntest du dir mit folgenden Einzeiler installieren lassen.

          bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/iobroker-v4.sh)"
          
          P 1 Reply Last reply Reply Quote 0
          • P
            peterfido @Einstein67 last edited by

            Moin,

            für iobroker habe ich eine eigene VM und für Debmatic auch. Für Debmatic kann auf jeden Fall 2 Kerne empfehlen. Mit nur einem Kern braucht das ewig, bis das System bereit ist. Bei zwei Kernen geht das flott.

            Da es bei mir nach einem Proxmox Update Probleme mit den USB Treibern für das Funkmodul unter einem Container gab, bin ich auf VMs gewechselt. Seit dem keine Probleme mehr.

            Zur Info: iobroker hat 4 Kerne und 8GB RAM, Debmatic 2 Kerne und 1GB RAM. Als CPU im NUC arbeitet eine Core i5 mit 8 Threads.

            GregorS 2 Replies Last reply Reply Quote 0
            • GregorS
              GregorS @peterfido last edited by

              @peterfido
              So wollte ich es auch aufbauen.
              Habe von jey-cee auch den Tipp mit der VM bekommen.
              Erster Versuch war ebenfalls eine direkte Installation in einem lxc.

              Hoffe, dass ich eine Lösung für die nicht vorhanden IP-Adresse finde. Dann kann ich ioBroker schonmal installieren.
              Danach kommt Debmatic

              E 1 Reply Last reply Reply Quote 0
              • E
                Einstein67 @GregorS last edited by

                @gregors In einem LXC kannst du die gewünschte IP im Proxmox GUI einstellen.

                Bei einer VM musst du, falls DHCP nicht funktioniert in der Console eine Datei bearbeiten:

                nano /etc/network/interfaces 
                ---
                #The primary network interface
                iface enp6s18 inet static
                        address 192.168.0.231
                        netmask 255.255.255.0
                        gateway 192.168.0.2
                        dns-nameservers 192.168.0.2
                

                wäre so ein Beispiel für IP x.x.x.231 und DNS x.x.x.2

                1 Reply Last reply Reply Quote 0
                • GregorS
                  GregorS @peterfido last edited by

                  @peterfido

                  Bin gerade bei der Installation von Debmatic.
                  In der Anleitung von Alexreinert bin ich jetzt an Punkt 5 angelangt.
                  Habe ine VM erstellt und das Funkmodul (USB) durchgeleitet. Was ist ein previligierter Container?
                  Unter Pkt. 6

                  Anpassen der Konfiguration des Containers, es müssen in der Datei /etc/pve/lxc/<Container-ID>.conf folgende beiden Zeilen eingefügt werden:
                  
                  lxc.apparmor.profile: unconfined
                  lxc.hook.mount: /usr/share/debmatic/bin/lxc-start-hook.sh
                  
                  

                  Ich habe doch keinen lxc-Container. Will eine VM.

                  P Jey Cee 2 Replies Last reply Reply Quote 0
                  • bahnuhr
                    bahnuhr Forum Testing Most Active last edited by

                    Hier die Anleitung von Jens Maus für Raspberrymatic.
                    Hat bei mir einwandfrei geklappt.

                    Installation Proxmox VE · jens-maus_RaspberryMatic Wiki.pdf

                    1 Reply Last reply Reply Quote 0
                    • bahnuhr
                      bahnuhr Forum Testing Most Active last edited by

                      ok, hab gerade gesehen, dass der TE diese ja schon verlinkt hatte.

                      1 Reply Last reply Reply Quote 0
                      • P
                        peterfido @GregorS last edited by

                        @gregors
                        Ich nutze keine Container mehr. Bei VMs kann man die USB Geräte einfach unter Hardware durchreichen. Dazu immer die IDs der USB Geräte auswählen, dann ist es egal, wenn du diese Mal umsteckst.

                        1 Reply Last reply Reply Quote 0
                        • Jey Cee
                          Jey Cee Developer @GregorS last edited by

                          @gregors sagte in ioBroker + Homematic auf Promox VE:

                          Was ist ein previligierter Container?

                          Exklusiver zugriff auf Ressourcen, heist er läuft mit root rechten. Kenn ich nur bei Docker.
                          Bei einer VM hast du das nicht.

                          GregorS 1 Reply Last reply Reply Quote 0
                          • GregorS
                            GregorS @Jey Cee last edited by

                            @jey-cee

                            Anpassen der Konfiguration des Containers, es müssen in der Datei /etc/pve/lxc/<Container-ID>.conf folgende beiden Zeilen eingefügt werden:
                            lxc.apparmor.profile: unconfined
                            lxc.hook.mount: /usr/share/debmatic/bin/lxc-start-hook.sh
                            

                            Muss ich die Befehle trotzdem ausführen, oder kann ich mit der Installation von Debmatic
                            in der VM weitermachen?

                            Jey Cee 1 Reply Last reply Reply Quote 0
                            • Jey Cee
                              Jey Cee Developer @GregorS last edited by

                              @gregors ne musst du nicht Ausführen.

                              GregorS 1 Reply Last reply Reply Quote 0
                              • GregorS
                                GregorS @Jey Cee last edited by

                                @jey-cee
                                Habe jetzt ioBroker und Debmatic jeweils in einer VM laufen.
                                Informationsänderungen werden in der Debmatic erkannt und angezeigt.
                                Bis auf die beiden nachfolgenden Probleme bin ich sehr zufrieden mit der Lösung.

                                Allerdings bleibt mein hm-rpc gelb.

                                Zeit
                                	
                                Nachricht
                                hm-rpc.1
                                	2022-09-08 07:53:13.122	info	Terminated (NO_ERROR): Without reason
                                hm-rpc.1
                                	2022-09-08 07:53:13.122	debug	Plugin sentry destroyed
                                hm-rpc.1
                                	2022-09-08 07:53:13.122	info	terminating
                                hm-rpc.1
                                	2022-09-08 07:53:13.120	error	Cannot call init: [http://192.168.10.101:2010, ""] Unknown XML-RPC tag 'TITLE'
                                hm-rpc.1
                                	2022-09-08 07:53:13.117	info	xmlrpc -> 192.168.10.102:2010/ init ["http://192.168.10.101:2010",""]
                                hm-rpc.1
                                	2022-09-08 07:53:13.111	error	Init not possible, going to stop: Unknown XML-RPC tag 'TITLE'
                                hm-rpc.1
                                	2022-09-08 07:53:13.107	debug	xmlrpc -> 192.168.10.102:2010/ init ["http://192.168.10.101:2010","Promox-ioBroker:hm-rpc.1:8d21cc2ee176ddadaacb02b91d94b8b4"]
                                hm-rpc.1
                                	2022-09-08 07:52:43.116	error	Init not possible, going to stop: Unknown XML-RPC tag 'TITLE'
                                hm-rpc.1
                                	2022-09-08 07:52:43.107	debug	start connecting interval
                                hm-rpc.1
                                	2022-09-08 07:52:43.104	debug	xmlrpc -> 192.168.10.102:2010/ init ["http://192.168.10.101:2010","Promox-ioBroker:hm-rpc.1:8d21cc2ee176ddadaacb02b91d94b8b4"]
                                hm-rpc.1
                                	2022-09-08 07:52:43.104	debug	Connect...
                                hm-rpc.1
                                	2022-09-08 07:52:43.103	info	xmlrpc client is trying to connect to 192.168.10.102:2010/ with ["http://192.168.10.101:2010","Promox-ioBroker:hm-rpc.1:8d21cc2ee176ddadaacb02b91d94b8b4"]
                                hm-rpc.1
                                	2022-09-08 07:52:43.103	info	xmlrpc server is trying to listen on 192.168.10.101:2010
                                hm-rpc.1
                                	2022-09-08 07:52:43.036	info	starting. Version 1.15.12 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v16.17.0, js-controller: 4.0.23
                                hm-rpc.1
                                	2022-09-08 07:52:42.925	debug	Plugin sentry Initialize Plugin (enabled=true)
                                hm-rpc.1
                                	2022-09-08 07:52:42.889	debug	States connected to redis: 127.0.0.1:6379
                                hm-rpc.1
                                	2022-09-08 07:52:42.886	debug	States create User PubSub Client
                                hm-rpc.1
                                	2022-09-08 07:52:42.885	debug	States create System PubSub Client
                                hm-rpc.1
                                	2022-09-08 07:52:42.883	debug	Redis States: Use Redis connection: 127.0.0.1:6379
                                hm-rpc.1
                                	2022-09-08 07:52:42.866	debug	Objects connected to redis: 127.0.0.1:9001
                                hm-rpc.1
                                	2022-09-08 07:52:42.863	debug	Objects client initialize lua scripts
                                hm-rpc.1
                                	2022-09-08 07:52:42.827	debug	Objects create User PubSub Client
                                hm-rpc.1
                                	2022-09-08 07:52:42.826	debug	Objects create System PubSub Client
                                hm-rpc.1
                                	2022-09-08 07:52:42.825	debug	Objects client ready ... initialize now
                                hm-rpc.1
                                	2022-09-08 07:52:42.791	debug	Redis Objects: Use Redis connection: 127.0.0.1:9001
                                

                                Die hm-rega-Instanz ist grün.
                                Authentisierung bei Debmatic ist aus.

                                Mein Sonoff-Adapter wird ebenfalls nicht mehr grün

                                sonoff.0
                                	2022-09-08 07:52:14.463	debug	stateChange sonoff.0.Steckdose-Ladegeräte-Keller.alive: {"val":false,"ack":true,"ts":1662616334459,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1662568119960}
                                sonoff.0
                                	2022-09-08 07:52:14.462	debug	stateChange sonoff.0.Steckdose-Arbeitszimmer-Fernsehen.alive: {"val":false,"ack":true,"ts":1662616334459,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1662568119918}
                                sonoff.0
                                	2022-09-08 07:52:14.462	debug	stateChange sonoff.0.Steckdose Tablet Flur.alive: {"val":false,"ack":true,"ts":1662616334459,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1662568119918}
                                sonoff.0
                                	2022-09-08 07:52:14.462	debug	stateChange sonoff.0.Schalter_Wandlampe_Flur.alive: {"val":false,"ack":true,"ts":1662616334459,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1662568119918}
                                sonoff.0
                                	2022-09-08 07:52:14.462	debug	stateChange sonoff.0.Schalter_WZ.alive: {"val":false,"ack":true,"ts":1662616334459,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1662568119918}
                                sonoff.0
                                	2022-09-08 07:52:14.462	debug	stateChange sonoff.0.Schalter_Kammer.alive: {"val":false,"ack":true,"ts":1662616334459,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1662568119918}
                                sonoff.0
                                	2022-09-08 07:52:14.461	debug	stateChange sonoff.0.Leistung_Gefrierschrank.alive: {"val":false,"ack":true,"ts":1662616334459,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1662568119918}
                                sonoff.0
                                	2022-09-08 07:52:14.461	debug	stateChange sonoff.0.Leckageüberwachung Küche.alive: {"val":false,"ack":true,"ts":1662616334459,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1662568119917}
                                sonoff.0
                                	2022-09-08 07:52:14.384	debug	stateChange sonoff.0.info.connection: {"val":"","ack":true,"ts":1662616334383,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1662568119841}
                                sonoff.0
                                	2022-09-08 07:52:14.379	info	Starting MQTT authenticated server on port 1883
                                sonoff.0
                                	2022-09-08 07:52:14.358	info	starting. Version 2.5.1 in /opt/iobroker/node_modules/iobroker.sonoff, node: v16.17.0, js-controller: 4.0.23
                                sonoff.0
                                	2022-09-08 07:52:14.232	debug	Plugin sentry Initialize Plugin (enabled=true)
                                sonoff.0
                                	2022-09-08 07:52:14.215	debug	States connected to redis: 127.0.0.1:6379
                                sonoff.0
                                	2022-09-08 07:52:14.212	debug	States create User PubSub Client
                                sonoff.0
                                	2022-09-08 07:52:14.212	debug	States create System PubSub Client
                                sonoff.0
                                	2022-09-08 07:52:14.207	debug	Redis States: Use Redis connection: 127.0.0.1:6379
                                sonoff.0
                                	2022-09-08 07:52:14.186	debug	Objects connected to redis: 127.0.0.1:9001
                                sonoff.0
                                	2022-09-08 07:52:14.183	debug	Objects client initialize lua scripts
                                sonoff.0
                                	2022-09-08 07:52:14.138	debug	Objects create User PubSub Client
                                sonoff.0
                                	2022-09-08 07:52:14.137	debug	Objects create System PubSub Client
                                sonoff.0
                                	2022-09-08 07:52:14.095	debug	Objects client ready ... initialize now
                                sonoff.0
                                	2022-09-08 07:52:14.063	debug	Redis Objects: Use Redis connection: 127.0.0.1:9001
                                

                                ioBroker hat keinen Zugriff auf den USB-Stick.
                                Habe ihn unter pi (Benutzer) angelegt.
                                Wie kann ich ioBroker auch den Zugriff erlauben?

                                Gibt es vieleicht ein Problem mit redis?
                                Komme nicht mehr weiter.

                                1 Reply Last reply Reply Quote 0
                                • First post
                                  Last post

                                Support us

                                ioBroker
                                Community Adapters
                                Donate
                                FAQ Cloud / IOT
                                HowTo: Node.js-Update
                                HowTo: Backup/Restore
                                Downloads
                                BLOG

                                1.1k
                                Online

                                32.4k
                                Users

                                81.2k
                                Topics

                                1.3m
                                Posts

                                hmip iobroker promox raspberrymatic
                                6
                                25
                                1509
                                Loading More Posts
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes
                                Reply
                                • Reply as topic
                                Log in to reply
                                Community
                                Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                The ioBroker Community 2014-2023
                                logo