Navigation

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

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    eBus Adapter Vaillant

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

      @floret88 sagte in eBus Adapter Vaillant:

      config files from /home/pi/ ebusd-configuration/ebusd-2.1.x/en/vaillant: ERR: element not found,

      sollte die Konfig nicht in /etc/ebusd

      @a200 sagte in eBus Adapter Vaillant:
      @floret88 sagte in eBus Adapter Vaillant:

      2021-08-25 11:36:49.996 [main error] error reading templates in /: ERR: element not found, last error: _templates.csv:46: ERR: element not found, field type TEMP in field 0
      2021-08-25 11:36:50.008 [main error] error reading config files from /etc/ebusd/config/: ERR: element not found, last error: 15.f37.csv:7: ERR: element not found, field type BDAY in field 0

      Hast du auch das hier: https://github.com/john30/ebusd-configuration gemacht? Es scheint so, als wenn die Config-Files nicht gefunden werden könnten. Normalerweise sollten die online gezogen werden, aber du kannst sie auch lokal haben.

      1 Reply Last reply Reply Quote 0
      • F
        floret88 @Glasfaser last edited by

        @glasfaser

        pi@iobroker-pi:~ $ ebusctl info
        version: ebusd 21.2.v21.2
        signal: acquired
        symbol rate: 23
        max symbol rate: 111
        reconnects: 0
        masters: 4
        messages: 15
        conditional: 0
        poll: 0
        update: 4
        address 03: master #11
        address 08: slave #11
        address 10: master #2
        address 26: slave
        address 31: master #8, ebusd
        address 36: slave #8, ebusd
        address 71: master #9
        address 76: slave #9
        

        Ja, ich habe einmal einen anderen Pfad versucht - will alles mögliche ausschließen können.

        Glasfaser 1 Reply Last reply Reply Quote 0
        • Glasfaser
          Glasfaser @floret88 last edited by Glasfaser

          @floret88

          was sagt :

          ls -l /etc/ebusd
          

          und

          ls -l /etc/ebusd/
          
          F 1 Reply Last reply Reply Quote 0
          • F
            floret88 @Glasfaser last edited by

            @glasfaser

            pi@iobroker-pi:~ $ ls -l /etc/ebusd
            insgesamt 84
            -rwxr-xr-x 1 pi pi   656 Aug 25 14:17 ChangeLog.md
            drwxr-xr-x 6 pi pi  4096 Aug 25 14:17 ebusd-0.5.x
            drwxr-xr-x 4 pi pi  4096 Aug 25 14:17 ebusd-1.x.x
            drwxr-xr-x 4 pi pi  4096 Aug 25 14:17 ebusd-2.1.x
            drwxr-xr-x 4 pi pi  4096 Aug 25 14:17 ebusd-2.x.x
            lrwxrwxrwx 1 pi pi    11 Aug 25 14:17 latest -> ebusd-2.1.x
            drwxr-xr-x 4 pi pi  4096 Aug 25 14:17 libebus-0.1.x
            drwxr-xr-x 4 pi pi  4096 Aug 25 14:17 libebus-0.2.x
            -rw-r--r-- 1 pi pi 32473 Aug 25 14:17 LICENSE
            -rwxr-xr-x 1 pi pi    84 Aug 25 14:17 make_all.sh
            -rwxr-xr-x 1 pi pi  2142 Aug 25 14:17 make_debian.sh
            -rwxr-xr-x 1 pi pi  1380 Aug 25 14:17 make_tgz.sh
            -rw-r--r-- 1 pi pi  6313 Aug 25 14:17 README.md
            -rw-r--r-- 1 pi pi     3 Aug 25 14:17 VERSION
            pi@iobroker-pi:~ $ ls -l /etc/ebusd/
            insgesamt 84
            -rwxr-xr-x 1 pi pi   656 Aug 25 14:17 ChangeLog.md
            drwxr-xr-x 6 pi pi  4096 Aug 25 14:17 ebusd-0.5.x
            drwxr-xr-x 4 pi pi  4096 Aug 25 14:17 ebusd-1.x.x
            drwxr-xr-x 4 pi pi  4096 Aug 25 14:17 ebusd-2.1.x
            drwxr-xr-x 4 pi pi  4096 Aug 25 14:17 ebusd-2.x.x
            lrwxrwxrwx 1 pi pi    11 Aug 25 14:17 latest -> ebusd-2.1.x
            drwxr-xr-x 4 pi pi  4096 Aug 25 14:17 libebus-0.1.x
            drwxr-xr-x 4 pi pi  4096 Aug 25 14:17 libebus-0.2.x
            -rw-r--r-- 1 pi pi 32473 Aug 25 14:17 LICENSE
            -rwxr-xr-x 1 pi pi    84 Aug 25 14:17 make_all.sh
            -rwxr-xr-x 1 pi pi  2142 Aug 25 14:17 make_debian.sh
            -rwxr-xr-x 1 pi pi  1380 Aug 25 14:17 make_tgz.sh
            -rw-r--r-- 1 pi pi  6313 Aug 25 14:17 README.md
            -rw-r--r-- 1 pi pi     3 Aug 25 14:17 VERSION
            pi@iobroker-pi:~ $
            
            1 Reply Last reply Reply Quote 0
            • Glasfaser
              Glasfaser @Glasfaser last edited by Glasfaser

              @floret88

              EBUSD_OPTS="--scanconfig=full -d /dev/serial/by-id/usb-ESERA-Automation_eBus_Coupler_12001_AL6L0X59-if00-port0 --configpath=/etc/ebusd"
              
              F 1 Reply Last reply Reply Quote 0
              • F
                floret88 @Glasfaser last edited by

                @glasfaser Das -l am Ende wird wohl zu viel sein, oder?? Der Service startet wegen Fehler nicht mehr.

                Glasfaser 1 Reply Last reply Reply Quote 0
                • Glasfaser
                  Glasfaser @floret88 last edited by

                  @floret88
                  ist da reingerutscht , ohne -l .

                  F 1 Reply Last reply Reply Quote 0
                  • F
                    floret88 @Glasfaser last edited by floret88

                    @glasfaser Keine Änderung... 😞 Mein ebusd will einfach keine Config annehmen.
                    Ich werde mal den Entwickler auf Github anschreiben ob dieser eine Idee hat.
                    Vielleicht ist auch einfach die ebusd Version zu hoch für meine Wärmepumpe (Baujahr 2018).
                    Kommunizieren tut schonmal was, besser als wie mit dem ISE Adapter.

                    1 Reply Last reply Reply Quote 0
                    • Glasfaser
                      Glasfaser @Thomas Braun last edited by

                      @floret88

                      @thomas-braun sagte in eBus Adapter Vaillant:

                      Nee, wegen dem vollkommen unnötigen/überflüssigen/gefährlichen root-Login.

                      @floret88 sagte in eBus Adapter Vaillant:

                      Mein ebusd will einfach keine Config annehmen.

                      Nicht das schon voher was schiefgelaufen ist ..... ich würde es löschen / neu aufsetzen

                      F 1 Reply Last reply Reply Quote 0
                      • F
                        floret88 @Glasfaser last edited by

                        @glasfaser Ok, ich hab eh noch eine SD Karte übrig. Würdest du mit dem iOBroker Image anfangen, oder halt ein einfaches Raspbian?

                        Glasfaser 1 Reply Last reply Reply Quote 0
                        • Glasfaser
                          Glasfaser @floret88 last edited by

                          @floret88 sagte in eBus Adapter Vaillant:

                          ein einfaches Raspbian?

                          Das reicht .
                          Für EBUSD würde ich kein ioBroker Image nehmen .

                          C 1 Reply Last reply Reply Quote 0
                          • C
                            Cino @Glasfaser last edited by

                            @glasfaser für den 700 er müsste er trotzdem die config finden.

                            Glasfaser 1 Reply Last reply Reply Quote 0
                            • Glasfaser
                              Glasfaser @Cino last edited by

                              @cino sagte in eBus Adapter Vaillant:

                              @glasfaser für den 700 er müsste er trotzdem die config finden.

                              Die address 15 fehlt aber laut seiner ebusctl info Ausgabe dafür .

                              F 1 Reply Last reply Reply Quote 0
                              • F
                                floret88 @Glasfaser last edited by

                                @glasfaser So - ich bin wieder da, frisches Raspbian (Buster) aufgesetzt und nur ebusd installiert.

                                Leider noch immer dasselbe.

                                Vllt. hilft dies, um den Fehler auf die schliche zu kommen:

                                pi@raspberrypi:~ $ sudo ebusd --scanconfig=full --logfile=/var/log/ebusd.log --loglevel=debug -f
                                2021-08-25 15:56:51.744 [main notice] ebusd 21.2.v21.2-36-gfb5ab14 started with full scan on device /dev/ttyUSB0
                                2021-08-25 15:56:51.744 [main info] loading configuration files from http://ebusd.eu/config/
                                2021-08-25 15:56:51.883 [main info] reading templates /
                                2021-08-25 15:56:52.022 [main info] read templates in /
                                2021-08-25 15:56:52.022 [main info] reading file memory.csv
                                2021-08-25 15:56:52.157 [main info] successfully read file memory.csv
                                2021-08-25 15:56:52.157 [main info] reading file broadcast.csv
                                2021-08-25 15:56:52.297 [main info] successfully read file broadcast.csv
                                2021-08-25 15:56:52.297 [main info] read config files
                                2021-08-25 15:56:52.300 [bus error] unable to open /dev/ttyUSB0: ERR: generic device error
                                2021-08-25 15:56:52.301 [bus notice] bus started with own address 31/36
                                2021-08-25 15:56:52.301 [bus notice] device invalid
                                2021-08-25 15:56:52.301 [main info] registering data handlers
                                2021-08-25 15:56:52.301 [main info] registered data handlers
                                2021-08-25 15:56:57.302 [bus error] unable to open /dev/ttyUSB0: ERR: generic device error
                                2021-08-25 15:56:57.302 [bus notice] device invalid
                                

                                PS: ebusctl sagt noch immer nicht mehr

                                pi@raspberrypi:~ $ ebusctl info
                                version: ebusd 21.2.v21.2-36-gfb5ab14
                                signal: acquired
                                symbol rate: 23
                                max symbol rate: 105
                                reconnects: 0
                                masters: 4
                                messages: 15
                                conditional: 0
                                poll: 0
                                update: 4
                                address 03: master #11
                                address 08: slave #11
                                address 10: master #2
                                address 26: slave
                                address 31: master #8, ebusd
                                address 36: slave #8, ebusd
                                address 71: master #9
                                address 76: slave #9
                                
                                Glasfaser 1 Reply Last reply Reply Quote 0
                                • Glasfaser
                                  Glasfaser @floret88 last edited by

                                  @floret88 sagte in eBus Adapter Vaillant:

                                  2021-08-25 15:56:51.744 [main notice] ebusd 21.2.v21.2-36-gfb5ab14 started with full scan on device /dev/ttyUSB0

                                  2021-08-25 15:56:51.744 [main info] loading configuration files from http://ebusd.eu/config/

                                  2021-08-25 15:56:51.883 [main info] reading templates /

                                  2021-08-25 15:56:52.022 [main info] read templates in /

                                  2021-08-25 15:56:52.022 [main info] reading file memory.csv

                                  2021-08-25 15:56:52.157 [main info] successfully read file memory.csv

                                  2021-08-25 15:56:52.157 [main info] reading file broadcast.csv

                                  2021-08-25 15:56:52.297 [main info] successfully read file broadcast.csv

                                  das sieht doch erstmal gut aus .

                                  Aber ab hier :

                                  2021-08-25 15:56:52.300 [bus error] unable to open /dev/ttyUSB0: ERR: generic device error
                                  
                                  F 1 Reply Last reply Reply Quote 0
                                  • F
                                    floret88 @Glasfaser last edited by

                                    @glasfaser Ja, und ich weis nicht, woher das kommt - in der Config ist eindeutig der Esera drinnen

                                    Glasfaser 1 Reply Last reply Reply Quote 0
                                    • Glasfaser
                                      Glasfaser @floret88 last edited by Glasfaser

                                      @floret88
                                      du hast aber das in der Konsole eigegeben :

                                      sudo ebusd --scanconfig=full --logfile=/var/log/ebusd.log --loglevel=debug -f
                                      

                                      das ist aber nicht die Config
                                      und deshalb /dev/ttyUSB0

                                      F 1 Reply Last reply Reply Quote 0
                                      • F
                                        floret88 @Glasfaser last edited by floret88

                                        @glasfaser Sollte dies der Config gleichen?

                                        Einen Moment bitte.

                                        Hier kommt gar nichts raus:

                                        pi@raspberrypi:~ $ service ebusd status
                                        * ebusd.service - ebusd, the daemon for communication with eBUS heating systems.
                                           Loaded: loaded (/etc/systemd/system/ebusd.service; enabled; vendor preset: enabled)
                                           Active: active (running) since Wed 2021-08-25 17:21:28 CEST; 48s ago
                                          Process: 661 ExecStart=/usr/bin/ebusd $EBUSD_OPTS (code=exited, status=0/SUCCESS)
                                         Main PID: 662 (ebusd)
                                            Tasks: 4 (limit: 4915)
                                           CGroup: /system.slice/ebusd.service
                                                   `-662 /usr/bin/ebusd --scanconfig=full -d /dev/serial/by-id/usb-ESERA-Automation_eBus_Coupler_12001_AL6L0X59-if00-port0 --configpath=http://ebusd.eu/config/
                                        
                                        Aug 25 17:21:28 raspberrypi systemd[1]: Starting ebusd, the daemon for communication with eBUS heating systems....
                                        Aug 25 17:21:28 raspberrypi systemd[1]: Started ebusd, the daemon for communication with eBUS heating systems..
                                        pi@raspberrypi:~ $ sudo ebusd --scanconfig=full -d /dev/serial/by-id/usb-ESERA-Automation_eBus_Coupler_12001_AL6L0X59-if00-port0 --configpath=http://ebusd.eu/config/
                                        pi@raspberrypi:~ $
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • Glasfaser
                                          Glasfaser last edited by Glasfaser

                                          @floret88

                                          ebusctl info
                                          
                                          F 1 Reply Last reply Reply Quote 0
                                          • F
                                            floret88 @Glasfaser last edited by

                                            @glasfaser immer noch das gleiche

                                            Glasfaser 2 Replies 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

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            ebus ebus adapter error erste schritte problem
                                            48
                                            387
                                            97775
                                            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