Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Adapter: ebus

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Adapter: ebus

    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      cactus-online last edited by

      Poste mal den Inhalt von

      /etc/default/ebusd

      von Deiner ebusd VM.

      S 1 Reply Last reply Reply Quote 0
      • S
        saeft_2003 Most Active @cactus-online last edited by

        @cactus-online

        Ebusd: element not found

        Iobroker: syntaxfehler bei unerwartetem wort telnet

        Aber telnet brauche ich nicht zwingend, weil das läuft nicht bei ebusd. Stimmt das?

        1 Reply Last reply Reply Quote 0
        • C
          cactus-online last edited by

          telnet 192.168.178.102 8888

          1 Reply Last reply Reply Quote 0
          • S
            saeft_2003 Most Active @cactus-online last edited by

            @cactus-online sagte in Adapter: ebus:

            Poste mal den Inhalt von

            /etc/default/ebusd

            von Deiner ebusd VM.

            FC5CF340-252F-47F3-BAA0-F0D823CA2F62.png

            1 Reply Last reply Reply Quote 0
            • C
              cactus-online last edited by

              Alles klar. Du hast Telnet nicht eingeschaltet ;-).

              füge vor --httpport=8891

              --port=8888

              ein und starte den ebusd neu.

              S 1 Reply Last reply Reply Quote 0
              • Rene_HM
                Rene_HM Developer @saeft_2003 last edited by

                @saeft_2003 Der Adapter macht ein

                request 192.168.178.102:8891/data
                

                und bekommt darauf keine Antwort. Deshalb meine Idee, dass der Adapter den ebusd im Netz nicht sieht. Der ebusd selbst läuft (auch auf dem richtigen http-Port), da er ja auf die gleiche Anfrage aus einem browser richtig antwortet.
                Hattest du evtl. bei der Installation des Adapters Probleme?
                Das ganze Thema Telnet können wir erst mal außer Acht lassen, da du ja gesagt hast, dass du Telnet auf dem ebusd nicht aktiviert hast. Das macht aber auch nichts. Darum kümmern wir uns später. Jetzt müssen wir erst mal Daten über http lesen können...

                1 Reply Last reply Reply Quote 0
                • S
                  saeft_2003 Most Active @cactus-online last edited by

                  @cactus-online sagte in Adapter: ebus:

                  --port=8888

                  Hab ich gemacht, ändert aber nichts...

                  1 Reply Last reply Reply Quote 0
                  • C
                    cactus-online last edited by

                    Kannst Du jetzt

                    telnet 192.168.178.102 8888

                    machen ?

                    Geht

                    telnet 192.168.178.102 8891

                    GET /data HTTP/1.1

                    von Deinem iobroker (Konsole) aus ?

                    S 1 Reply Last reply Reply Quote 0
                    • S
                      saeft_2003 Most Active @cactus-online last edited by

                      @cactus-online sagte in Adapter: ebus:

                      Kannst Du jetzt

                      telnet 192.168.178.102 8888

                      machen ?

                      Geht

                      telnet 192.168.178.102 8891

                      GET /data HTTP/1.1

                      von Deinem iobroker (Konsole) aus ?

                      
                      Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                      permitted by applicable law.
                      Last login: Sat Oct 26 17:04:50 2019 from 192.168.178.74
                      root@iobroker:~# telnet 192.168.178.102 8888
                      Trying 192.168.178.102...
                      Connected to 192.168.178.102.
                      Escape character is '^]'.
                      
                      
                      
                      Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                      permitted by applicable law.
                      Last login: Sat Oct 26 17:09:50 2019 from 192.168.178.74
                      root@iobroker:~# telnet 192.168.178.102 8889
                      Trying 192.168.178.102...
                      telnet: Unable to connect to remote host: Connection refused
                      root@iobroker:~#
                      
                      
                      C 1 Reply Last reply Reply Quote 0
                      • C
                        cactus-online @saeft_2003 last edited by

                        @saeft_2003

                        telnet 192.168.178.102 8891

                        GET /data HTTP/1.1

                        Dein HTTP-Port ist 8891.

                        S 1 Reply Last reply Reply Quote 0
                        • S
                          saeft_2003 Most Active @cactus-online last edited by

                          @cactus-online sagte in Adapter: ebus:

                          GET /data HTTP/1.1

                          Sorry falsch geschaut....

                          
                          Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                          permitted by applicable law.
                          Last login: Sat Oct 26 17:11:59 2019 from 192.168.178.74
                          root@iobroker:~# telnet 192.168.178.102 8891
                          Trying 192.168.178.102...
                          Connected to 192.168.178.102.
                          Escape character is '^]'.
                          GET /data HTTP/1.1
                          
                          HTTP/1.0 404 Not Found
                          Server: ebusd/2.4
                          
                          Connection closed by foreign host.
                          root@iobroker:~#
                          
                          
                          1 Reply Last reply Reply Quote 0
                          • C
                            cactus-online last edited by

                            Komisch

                            HTTP/1.0 404 Not Found

                            verusuch mal

                            GET /data HTTP/1.0

                            1 Reply Last reply Reply Quote 0
                            • S
                              saeft_2003 Most Active last edited by

                              Ich habe jetzt noch etwas seltsames nachgestellt, was ich bei mir am laptop handy und einem dritten pc hatte.

                              Wenn 192.168.178.102:8891/data zum ersten mal aufgerufen wird, wird nur eine leere weiße Seite angezeigt.

                              Gibt man dann 192.168.178.102:8891/data/m ein wird irgendwas angezeigt.

                              Danach geht auch 192.168.178.102:8891/data

                              Könnte dass mein Problem sein?

                              Rene_HM 1 Reply Last reply Reply Quote 0
                              • C
                                cactus-online last edited by

                                Ich habe mich schlecht ausgedrückt:

                                1.)telnet 192.168.178.102 8891

                                dann kommt etwa sowasTrying 192.168.178.102...
                                Connected to 192.168.178.102.
                                Escape character is '^]'.

                                2.)GET /data HTTP/1.0 und zwei mal die <Enter>-Taste drücken

                                S 1 Reply Last reply Reply Quote 0
                                • Rene_HM
                                  Rene_HM Developer @saeft_2003 last edited by

                                  @saeft_2003 ja, das könnte sein. Leere Seite heisst zwar, dass über http Daten gesendet wurden, ich prüfe im Adapter aber auf Fehlercode = 0 und Status = 200. Damit wird der Adapter auch nicht regulär beendet und geht in timeout...

                                  S 1 Reply Last reply Reply Quote 0
                                  • C
                                    cactus-online last edited by

                                    Kann es sein, das Du HTTP/1.1 verwendest ? Das würde es klären und das Problem könnte durch ein Update des ebusd gelöst werden.

                                    1 Reply Last reply Reply Quote 0
                                    • S
                                      saeft_2003 Most Active @Rene_HM last edited by

                                      @Rene_HM sagte in Adapter: ebus:

                                      @saeft_2003 ja, das könnte sein. Leere Seite heisst zwar, dass über http Daten gesendet wurden, ich prüfe im Adapter aber auf Fehlercode = 0 und Status = 200. Damit wird der Adapter auch nicht regulär beendet und geht in timeout...

                                      Und wie könnte man das Problem beheben?

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        saeft_2003 Most Active @cactus-online last edited by

                                        @cactus-online sagte in Adapter: ebus:

                                        Ich habe mich schlecht ausgedrückt:

                                        1.)telnet 192.168.178.102 8891

                                        dann kommt etwa sowasTrying 192.168.178.102...
                                        Connected to 192.168.178.102.
                                        Escape character is '^]'.

                                        2.)GET /data HTTP/1.0 und zwei mal die <Enter>-Taste drücken

                                        Ich habs nochmal probiert:

                                        
                                        Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                                        permitted by applicable law.
                                        Last login: Sat Oct 26 17:19:40 2019 from 192.168.178.74
                                        root@iobroker:~# telnet 192.168.178.102 8891
                                        Trying 192.168.178.102...
                                        Connected to 192.168.178.102.
                                        Escape character is '^]'.
                                        GET /data HTTP/1.0
                                        
                                        HTTP/1.0 404 Not Found
                                        Server: ebusd/2.4
                                        
                                        Connection closed by foreign host.
                                        root@iobroker:~# telnet 192.168.178.102 8891
                                        Trying 192.168.178.102...
                                        Connected to 192.168.178.102.
                                        Escape character is '^]'.
                                        GET /data HTTP/1.1
                                        
                                        HTTP/1.0 404 Not Found
                                        Server: ebusd/2.4
                                        
                                        Connection closed by foreign host.
                                        root@iobroker:~#
                                        
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • C
                                          cactus-online last edited by

                                          Vielleicht ist Dein ebusd "kaputt"? Ich würde mal updaten. Ich verwende 3.3 und das klappt super.

                                          S 1 Reply Last reply Reply Quote 0
                                          • S
                                            saeft_2003 Most Active @cactus-online last edited by

                                            @cactus-online sagte in Adapter: ebus:

                                            Vielleicht ist Dein ebusd "kaputt"? Ich würde mal updaten. Ich verwende 3.3 und das klappt super.

                                            Ja kann ich machen... nutzt du http oder mqtt?

                                            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

                                            506
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            ebus adapter
                                            68
                                            677
                                            148114
                                            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