Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. MaxCul Probleme kann HM Geräte nicht verbinden

    NEWS

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

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    MaxCul Probleme kann HM Geräte nicht verbinden

    This topic has been deleted. Only users with topic management privileges can see it.
    • paul53
      paul53 @Lucy_Wolf last edited by paul53

      @Lucy_Wolf sagte:

      muss ich zu /etc/homegear Ordner

      Ja, wobei nur die Dateien main.conf und rpcservers.conf interessieren. Ich denke, dass man die meisten Voreinstellungen beibehalten kann, bin aber nicht sicher, da ich Homegear nicht verwende.

      Lucy_Wolf 2 Replies Last reply Reply Quote 0
      • Lucy_Wolf
        Lucy_Wolf @paul53 last edited by

        @paul53 ich habe nur vergessen wie man navigiert
        sorry wenn ich kaum eine ahnung danke für deine geduld bisher

        paul53 1 Reply Last reply Reply Quote 0
        • Lucy_Wolf
          Lucy_Wolf @paul53 last edited by

          @paul53 befor ich weiter mache lerne ich was nicht Navigieren zu können ist doff

          paul53 1 Reply Last reply Reply Quote 0
          • paul53
            paul53 @Lucy_Wolf last edited by

            @Lucy_Wolf sagte:

            ich habe nur vergessen wie man navigiert

            cd /etc/homegear
            nano main.conf
            

            nano ist der Editor.

            1 Reply Last reply Reply Quote 0
            • paul53
              paul53 @Lucy_Wolf last edited by paul53

              @Lucy_Wolf:

              nicht Navigieren zu können

              Hat Dein Ubuntu keine graphische Oberfläche ?

              Ubuntu_andere_Orte.JPG

              Dateien -> Andere Orte -> Rechner

              Lucy_Wolf 1 Reply Last reply Reply Quote 0
              • Lucy_Wolf
                Lucy_Wolf @paul53 last edited by

                @paul53 ne ist genau ubuntu server, ja war eine doffe idee, wenn ich ein pi4 habe, wirt alles auch besser laufen und weis wie alles läuft und gemacht werden muss

                paul53 1 Reply Last reply Reply Quote 0
                • paul53
                  paul53 @Lucy_Wolf last edited by

                  @Lucy_Wolf sagte:

                  ist genau ubuntu server

                  Na dann per Kommandozeile.

                  Lucy_Wolf 1 Reply Last reply Reply Quote 0
                  • Lucy_Wolf
                    Lucy_Wolf @paul53 last edited by Lucy_Wolf

                    @paul53

                    GNU nano 2.9.3 main.conf
                    
                    Homegear configuration file
                    See for more details: https://doc.homegear.eu/data/homegear/configuration.html#main-configuration-main-conf
                    Default: runAsUser = root
                    runAsUser = homegear
                    Default: runAsGroup = root
                    runAsGroup = homegear
                    Set the debug log level
                    0=none, 1=critical, 2=error, 3=warning, 4=info, 5=debug, >5=more debug information
                    Default: 4
                    debugLevel = 4
                    
                    Default: memoryDebugging = false
                    memoryDebugging = true
                    
                    Prints log information helping in fixing errors
                    Default: devLog = false
                    devLog = false
                    
                    Logs all IPC communication to a PCAP file
                    Default: ipcLog = false
                    ipcLog = false
                    
                    Set to false to disable core dumps. Currently to make fixing errors easier, core dumps are enabled by default.
                    Default: enableCoreDumps = true
                    enableCoreDumps = true
                    
                    If set to true Homegear sets permissions on devices and GPIOs on start. On some systems that might not be
                    desirable or necessary. If Homegear is part of all groups that have access to the needed devices, you can
                    savely set this setting to false.
                    Default: setDevicePermissions = true
                    setDevicePermissions = true
                    
                    The working directory of Homegear. E. g. core dumps are written here. If workingDirectory is empty, the
                    executable path is used.
                    Default: workingDirectory =
                    workingDirectory = /var/lib/homegear
                    
                    The socket files are placed into this directory. If socketPath is empty, the executable path is used.
                    Default: socketPath =
                    socketPath = /var/run/homegear
                    
                    If dataPath is empty, the executable path is used.
                    Default: dataPath =
                    dataPath = /var/lib/homegear
                    
                    paul53 1 Reply Last reply Reply Quote 0
                    • paul53
                      paul53 @Lucy_Wolf last edited by

                      @Lucy_Wolf
                      Ich denke, das kann man so lassen. Bitte das nächste Mal den Inhalt in Code tags posten.

                      Lucy_Wolf 3 Replies Last reply Reply Quote 0
                      • Lucy_Wolf
                        Lucy_Wolf @paul53 last edited by Lucy_Wolf

                         GNU nano 2.9.3
                        
                        # Homegear configuration file
                        # See for more details: https://doc.homegear.eu/data/homegear/configuration.html#main-configuration-
                        
                        # Default: runAsUser = root
                        # runAsUser = homegear
                        
                        # Default: runAsGroup = root
                        # runAsGroup = homegear
                        
                        # Set the debug log level
                        # 0=none, 1=critical, 2=error, 3=warning, 4=info, 5=debug, >5=more debug information
                        # Default: 4
                        debugLevel = 4
                        
                        # Default: memoryDebugging = false
                        memoryDebugging = true
                          GNU nano 2.9.3                             rpcclients.conf
                        
                        # rpcclients.conf
                        #
                        # In this file you can define security settings for your XML RPC clients
                        #
                        
                        # The name between the square brackets is arbitrary
                        [ExampleClient1]
                        # For security reasons you should always use the hostname here. Otherwise
                        # the certificate verification doesn't work and Homegear might send you
                        # client's password to an unauthorized client.
                        # "hostname" must be specified. It is used to identify the client.
                        hostname = myHostName
                        
                        # The path to the certificate authority's certificate
                        caFile = /path/to/ca-certficate
                        
                        # verifyCertificate checks if the server certificate received by the
                        # XML RPC client from the XML RPC event server is signed by one of the
                        # root CAs in /etc/ssl/certs. If you use a self signed certificate,
                        # please put your root certificate in that directory. Only disable the
                        # verification for testing purposes. Without verification any attacker
                        # can pose as your XML RPC event server.
                        # Default: verifyCertificate = true
                        verifyCertificate = true
                        
                        # For security reasons always set "forceSSL to true when the client supports
                        # SSL, especially when authentification is being used. Otherwise Homegear
                        # might send your clients password to an unauthorized client.
                        # Default: forceSSL = true
                        forceSSL = true
                        
                        1 Reply Last reply Reply Quote 0
                        • Lucy_Wolf
                          Lucy_Wolf @paul53 last edited by Lucy_Wolf

                          @paul53 ich bekomme es noch hin lol

                          danke für den hinweis^^

                          1 Reply Last reply Reply Quote 0
                          • Lucy_Wolf
                            Lucy_Wolf @paul53 last edited by

                            @paul53 muss ich darin was ändern

                            paul53 1 Reply Last reply Reply Quote 0
                            • paul53
                              paul53 @Lucy_Wolf last edited by

                              @Lucy_Wolf sagte:

                              muss ich darin was ändern

                              hostname solltest Du ändern. Zu SSL und Zertifikaten kann ich nichts sagen (bin kein ITler).

                              Lucy_Wolf 1 Reply Last reply Reply Quote 0
                              • Lucy_Wolf
                                Lucy_Wolf @paul53 last edited by

                                @paul53 den hostname ist dann das wie der heißen soll ?

                                würde dann es homegear nennen

                                paul53 1 Reply Last reply Reply Quote 0
                                • paul53
                                  paul53 @Lucy_Wolf last edited by

                                  @Lucy_Wolf
                                  Es gibt ein deutschsprachiges Homegear-Forum.

                                  Lucy_Wolf 1 Reply Last reply Reply Quote 0
                                  • Lucy_Wolf
                                    Lucy_Wolf @paul53 last edited by

                                    @paul53 naja sind scheinbar fast durch
                                    ip lass ich vom router vergeben, kann ich dann am router festlegen
                                    mqtt lass ich so

                                    paul53 1 Reply Last reply Reply Quote 0
                                    • paul53
                                      paul53 @Lucy_Wolf last edited by

                                      @Lucy_Wolf :

                                      ip lass ich vom router vergeben

                                      Das ist die IP-Adresse von Ubuntu. Homegear und ioBroker kommunizieren über localhost (127.0.0.1).

                                      @Lucy_Wolf sagte in MaxCul Probleme kann HM Geräte nicht verbinden:

                                      mqtt lass ich so

                                      Ja, MQTT wird nicht benötigt.

                                      Lucy_Wolf 1 Reply Last reply Reply Quote 0
                                      • Lucy_Wolf
                                        Lucy_Wolf @paul53 last edited by

                                        @paul53 bei 10.1. Main Configuration muss ich auch noch durch oder?

                                        paul53 1 Reply Last reply Reply Quote 0
                                        • paul53
                                          paul53 @Lucy_Wolf last edited by

                                          @Lucy_Wolf
                                          Die Voreinstellungen sollten passen.

                                          Lucy_Wolf 1 Reply Last reply Reply Quote 0
                                          • Lucy_Wolf
                                            Lucy_Wolf @paul53 last edited by

                                            @paul53 wie starte ich das jetzt oder leuft das jetzt schon

                                            paul53 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

                                            807
                                            Online

                                            32.0k
                                            Users

                                            80.6k
                                            Topics

                                            1.3m
                                            Posts

                                            868mhz hm-cc-rt-dn homematic maxcul nanocul
                                            3
                                            57
                                            3510
                                            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