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.
    • Lucy_Wolf
      Lucy_Wolf @paul53 last edited by

      @paul53 können ja hier schritt für schritt durch gehen

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

        @Lucy_Wolf
        Es gibt Nutzer / versteckt, die Homegear bereits installiert haben.

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

          @paul53 sind nur nicht die schritte wie die es installiert haben, habe angst das ich meinen home server zerlege
          bei denen läuft es scheinbar sehr gut

          habe jetzt im terminal das rein gemacht
          hat es auch durch geführt

          apt install apt-transport-https
          wget https://apt.homegear.eu/Release.key && apt-key add Release.key && rm Release.key
          echo 'deb https://apt.homegear.eu/Ubuntu/ bionic/' >> /etc/apt/sources.list.d/homegear.list
          apt update
          apt install homegear homegear-nodes-core homegear-management

          aber dann mit den Familienmodule (Google Übersetzer)

          ​apt install homegear-homematicbidcos homegear-homematicwired homegear-insteon homegear-max homegear-philipshue homegear-sonos homegear-ipcam homegear-kodi homegear-beckhoff homegear-knx homegear-enocean homegear-intertechno homegear-nanoleaf homegear-ccu homegear-mbus homegear-influxdb

          macht er Probleme

          Command '​apt' not found, did you mean:

          command 'apt' from deb apt
          command 'aapt' from deb aapt

          Try: apt install <deb name>

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

            @Lucy_Wolf
            Du solltest nur das Modul installieren, das benötigt wird.

            ​apt install homegear-homematicbidcos
            
            Lucy_Wolf 1 Reply Last reply Reply Quote 0
            • Lucy_Wolf
              Lucy_Wolf @paul53 last edited by

              @paul53 habe ich jetzt und was jetzt

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

                @Lucy_Wolf sagte:

                und was jetzt

                Konfiguration von Homegear und BidCos. Anschließend die Geräte über das Terminal (putty) anlernen.

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

                  @paul53 mache ja alles über das terminal da das ubuntu keine Oberfläche hat ubuntu server

                  ich bin zu schlecht in linux Systeme

                  um zu der Konfiguration zu kommen muss ich zu /etc/homegear Ordner Wengsel oder ?

                  paul53 1 Reply Last reply Reply Quote 0
                  • 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
                                            • First post
                                              Last post

                                            Support us

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

                                            893
                                            Online

                                            32.1k
                                            Users

                                            80.6k
                                            Topics

                                            1.3m
                                            Posts

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