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

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Adapter: ebus

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

      @timmerx Läuft Dein eBusD ? Was sagen ?

      systemctl status ebusd
      
      ps aux | grep -i ebusd
      
      1 Reply Last reply Reply Quote 0
      • C
        Cino last edited by

        Ich hab dies neuerdings im Log stehen. Was hat das zu bedeuten?

        
        ebus.0
        2021-10-03 09:52:08.245	info	Terminated (NO_ERROR): Without reason
        
        ebus.0
        2021-10-03 09:52:08.243	info	all http done
        
        ebus.0
        2021-10-03 09:52:08.162	info	found ebusd version 21.2
        
        ebus.0
        2021-10-03 09:52:06.724	warn	updateObject: not updated bai.messages.SetMode.fields.hwcflowtempdesired.value value: null
        
        ebus.0
        2021-10-03 09:52:06.721	warn	Key : bai.messages.SetMode.fields.hwcflowtempdesired.value, Value : null name SetMode
        
        ebus.0
        2021-10-03 09:52:06.712	warn	updateObject: not updated bai.messages.SetMode.fields.hwctempdesired.value value: null
        
        ebus.0
        2021-10-03 09:52:06.708	warn	Key : bai.messages.SetMode.fields.hwctempdesired.value, Value : null name SetMode
        
        ebus.0
        2021-10-03 09:52:02.740	info	starting. Version 2.3.2 in /opt/iobroker/node_modules/iobroker.ebus, node: v12.22.6, js-controller: 3.3.18
        
        Rene_HM 1 Reply Last reply Reply Quote 0
        • Rene_HM
          Rene_HM Developer @Cino last edited by

          @cino ebusd stellt den Datenpunkt zwar zur Verfügung, liefert aber keinen Wert dazu. Ich habe das erst mal als Warnung eingebaut, ist aber nur kritisch, wenn man genau den Datenpunkt benötigt...

          1 Reply Last reply Reply Quote 0
          • Timmerx
            Timmerx last edited by

            Hi

            bei mir war das Problem, das der Bus nicht gelaufen ist.

            🙄 🙄 🙄 🙄

            1 Reply Last reply Reply Quote 0
            • D
              Dre83 last edited by

              Hallo in die Runde,
              habe ein kleines Problem. Ich habe ein Gesheizung mit Pufferspeicher, Solarkollektoren und Trinkwasseranlage.

              Daten werden auch alle top geladen.

              address 01: master #6
              address 03: master #11
              address 06: slave #6, scanned "MF=Vaillant;ID=PMS02;SW=0209;HW=8402", loaded "vaillant/06.pms.csv"
              address 08: slave #11, scanned "MF=Vaillant;ID=BAI00;SW=0104;HW=7803", loaded "vaillant/bai.308523.inc", "vaillant/08.bai.csv"
              address 0a: slave, scanned "MF=Vaillant;ID=PMW01;SW=0206;HW=8302", loaded "vaillant/0a.pmw.hwc.csv"
              address 10: master #2
              address 12: slave, scanned "MF=Vaillant;ID=PMW01;SW=0206;HW=8302"
              address 15: slave #2, scanned "MF=Vaillant;ID=70000;SW=0613;HW=6903", loaded "vaillant/15.700.csv"
              address 26: slave, scanned "MF=Vaillant;ID=VR_71;SW=0104;HW=0503", loaded "vaillant/26.vr_71.csv"
              address 31: master #8, ebusd
              address 36: slave #8, ebusd
              address ec: slave, scanned "MF=Vaillant;ID=SOL00;SW=0613;HW=6903", loaded "vaillant/ec.sol.sc.csv"
              address ed: slave, scanned "MF=Vaillant;ID=PMS02;SW=0209;HW=8402"
              address f7: master #20
              address fc: slave #20, scanned "MF=Vaillant;ID=PMW01;SW=0206;HW=8302"
              
              

              Jetzt zum Problem. Sowohl in der "vaillant/06.pms.csv"

              r,,Ntc1Sensor,Ntc1Sensor,,,,"0500",,,tempsensor,,,Temperature in solar flow (from solar collector)
              r,,Ntc2Sensor,Ntc2Sensor,,,,"0600",,,tempsensor,,,Temperature in solar back flow (to solar collector)
              r,,Ntc3Sensor,Ntc3Sensor,,,,"0700",,,tempsensor,,,Temperature in buffer flow (to buffer)
              r,,Ntc4Sensor,Ntc4Sensor,,,,"0800",,,tempsensor,,,Temperature in buffer back flow (from buffer)
              

              als auch in der "0a.pmw.hwc.csv"

              r,,Ntc1Sensor,Ntc1Sensor,,,,"0000",,,tempsensor,,,T1 Temperature
              r,,Ntc2Sensor,Ntc2Sensor,,,,"0100",,,tempsensor,,,T2 Temperature
              r,,Ntc3Sensor,Ntc3Sensor,,,,"0200",,,tempsensor,,,T3 Temperature
              

              stehen NTC1Sensor, NTC2Sensor und NTC3Senor drin.

              Wie kann ich denn bei der Abfrage im ebusd Adapter im ioBroker unterscheiden, welchen er einsammelt.

              ntc.PNG

              Aktuell sammelt er Sensor 1-3 nur vom "hwc" ein und nicht vom "pms".

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

                @dre83 wie sieht denn das ganze in den Datenpunkten in ioBroker aus? Intern schicke ich ein

                read -f  Ntc1Sensor
                

                an den ebusd.
                Du kannst aber auch basierend auf der Doku unter ebusd - Read ein eigenes Kommando bauen, welches du dann auf den Datenpunkt

                ebus.0.cmd
                

                schreibst.

                D 1 Reply Last reply Reply Quote 0
                • D
                  Dre83 @Rene_HM last edited by Dre83

                  @rene_hm Sorry aber ich verstehe die Frage nicht. Was meinst du mit "wie sieht es in den Datenpunkten aus"?

                  Ich habe sowohl unter "pms" als auch bei "sc" und "hwc" z.B. den NTC Sensor 1. Allerdings bekomme ich nur für einen NTC1Sensor, einen NTC2Sensor, einen NTC3Sensor und einen NTC4 Sensor die Daten geliefert. Die anderen Sensoren, welche genauso heißen aktualisiert es nicht

                  Also Umgehungslösung habe ich es aktuell so gelöst, dass ich auf dem Raspberry mit einem Cron-Trigger

                  sudo crontab -e
                  

                  die Daten jetzt aller 5 Minuten mit dem Raspberry abfrage. Danach werden auch die Daten aller NTC-Sensoren sauber importiert.

                  */5 * * * * ebusctl r -c sc NTC1Sensor
                  */5 * * * * ebusctl r -c sc NTC2Sensor
                  */5 * * * * ebusctl r -c sc NTC3Sensor
                  */5 * * * * ebusctl r -c sc NTC4Sensor
                  */5 * * * * ebusctl r -c pms NTC1Sensor
                  */5 * * * * ebusctl r -c pms NTC2Sensor
                  */5 * * * * ebusctl r -c pms NTC3Sensor
                  */5 * * * * ebusctl r -c pms NTC4Sensor
                  */5 * * * * ebusctl r -c hwc NTC1Sensor
                  */5 * * * * ebusctl r -c hwc NTC2Sensor
                  */5 * * * * ebusctl r -c hwc NTC3Sensor
                  
                  

                  Kann ich auch mehrere Kommandos auf ebus.0.cmd legen?
                  Wenn ja wie ist dann die Syntax?

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

                    @dre83 sagte in Adapter: ebus:

                    Kann ich auch mehrere Kommandos auf ebus.0.cmd legen?

                    Du kannst immer nur ein Kommando abschicken. Du kannst das aber per script lösen: erstelle dir ein Kommando nach dem anderen und schicke sie zeitlich versetzt. Alternativ schickst du ein Kommando, wartest auf das Ergebnis in ebus.0.cmdResult und schickst dann das nächste Kommando.

                    D 1 Reply Last reply Reply Quote 0
                    • D
                      Dre83 @Rene_HM last edited by

                      @rene_hm
                      Hi René,
                      habe es genau so mit dem Script umgesetzt wie von Dir beschrieben. Funktioniert wunderbar. Vielen Dank. Somit habe ich jetzt alles zentral im iobroker.
                      Da konnte ich auch meine Cron-Jobs auf dem Raspberry auch löschen. (war ja im Endeffekt das selbe Vorgehen)

                      W 1 Reply Last reply Reply Quote 0
                      • W
                        winny1900 @Dre83 last edited by

                        Hallo zusammen,

                        Bei mir läuft es nun auch so la la.

                        Meine frage: Wenn ich das hier ausführe steht da no data stored

                        root@ServerEbus:/home/pi# ebusctl find
                        boiler nominal = no data stored
                        boiler status = no data stored
                        boiler tb = no data stored
                        broadcast datetime = 11.398;10:15:34;12.10.2021
                        buffer boiler_b = no data stored
                        buffer flow = no data stored
                        buffer heating = no data stored
                        buffer nominal = no data stored
                        buffer status_b = no data stored
                        buffer tpm = no data stored
                        buffer tpo = no data stored
                        circuit1config manualT = no data stored
                        circuit1config status = no data stored
                        circuit1mode manualtemp = no data stored
                        circuit1mode modeC1 = no data stored
                        circuit1preferences dayTH = no data stored
                        circuit1preferences heating_limit = no data stored
                        circuit1preferences heatinglimit = no data stored
                        circuit1preferences nightTH = no data stored
                        circuit1preferences outsideTH = no data stored
                        circuit1preferences pointtemp = no data stored
                        circuit1preferences remotecontrol = no data stored
                        circuit1preferences roomfrost = no data stored
                        circuit1preferences supplyTH = no data stored
                        curveC outsideC = no data stored
                        curveC pointC = no data stored
                        curveC supplyC = no data stored
                        curveH outsideH = no data stored
                        curveH pointH = no data stored
                        curveH supplyH = no data stored
                        heatpump coolkwh = no data stored
                        heatpump coolmwh = -;31;00;00;0;0;0
                        heatpump cycles = no data stored
                        heatpump heatkwh = no data stored
                        heatpump heatmwh = no data stored
                        heatpump hours = no data stored
                        heatpump nominal = no data stored
                        heatpump status = no data stored
                        heatpump tqa = 71;0;0d;02;1000;0;10.8
                        heatpump tqe = 80;1;1d;00;1;7721;0.0
                        heatpump twr = 70;0;0d;02;1000;0;6.9
                        heatpump twv = 7;0;0d;02;1000;0;32.0
                        heatpump volumekwh = no data stored
                        heatpump volumemwh = no data stored
                        heatpump waterkwh = no data stored
                        heatpump watermwh = no data stored
                        heatpump_m mode = 53;1;00;00;255;0;Extern gesperrt
                        master 10u0503 = 1;0;0;0.0;1;0
                        master data1 = 32.398;-;0;0;0;0;0;0;1;27.398
                        master data2 = 0.000;53.000;0;0;2
                        scan.06  = TEM;25440;0113;0000
                        scan.08  = TEM;WE_1 ;3632;3030
                        scan.15  = TEM;24849;0605;0102
                        scan.18  = TEM;WE_2 ;3632;3030
                        target dayC = no data stored
                        target dayH = no data stored
                        target limitH = no data stored
                        target nightC = no data stored
                        target nightH = no data stored
                        target SpointS = no data stored
                        target Ssummer = no data stored
                        temperature boiler2 = no data stored
                        temperature buffer1 = 96;0;0d;02;1000;0;32.4
                        temperature buffer2 = no data stored
                        temperature outside1 = no data stored
                        temperature outside2 = no data stored
                        temperature outside = 0;0;0d;02;500;-500;11.4
                        temperature tqe1 = no data stored
                        temperature twr1 = no data stored
                        temperature twv1 = no data stored
                        temperature water = 4;0;0d;02;1000;0;52.3
                        unknow 01940048 = no data stored
                        unknow 01960042 = no data stored
                        unknow 01cc0042 = no data stored
                        unknow 02c60040 = 70;65;04;28;-1;0;192
                        unknow 02c80040 = 72;65;04;2a;1439;0;103
                        
                        

                        Dann kann ich mit z.B.

                        root@ServerEbus:/home/pi# ebusctl r -c heatpump volumekwh
                        218;10;0d;34;1000;0;0.0
                        

                        den wert holen.

                        Nach einen reboot sind diese Werte alle wieder auf no data stored.

                        Gibt's da ne Lösung für?

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

                          @winny1900 typischerweise lauscht der ebusd nur, was am Bus vorbeikommt. Wenn kein anderes Gerät die Daten abfragt, gelangen sie nicht auf den Bus und somit auch nicht in ebusd. Zusätzlich speichert ebusd keine Daten. Wenn du also möchtest, das bestimmte Daten aktualisiert werden, musst du sie aktiv abfragen, was du ja mit

                          ebusctl r
                          

                          schon machst.

                          W 1 Reply Last reply Reply Quote 0
                          • W
                            winny1900 @Rene_HM last edited by

                            @rene_hm also wenn ich dieses einmal eingelesen habe sind die Werte ja einmal da.

                            Wofür kann ich im ebus Adapter die Abfrage Werte eintragen die mit einem , getrennt werden?

                            Oder muss ich wenn ich diese Werte alle 5 min aktualisiert haben möchte das über ein Script lösen

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

                              @winny1900 sagte in Adapter: ebus:

                              Wofür kann ich im ebus Adapter die Abfrage Werte eintragen die mit einem , getrennt werden?
                              Oder muss ich wenn ich diese Werte alle 5 min aktualisiert haben möchte das über ein Script lösen

                              nein, genau dafür ist die Funktion da. Ich schicke für jeden Wert, der in der Liste steht ein "read" an den ebusd inkl. Parameter, dass der read auch auf den Bus gelegt wird.. Das mit dem script benötigt man, wenn man weitere Parameter nutzen möchte, wie z.bsp. von @Dre83 oben beschrieben wurde

                              W 1 Reply Last reply Reply Quote 0
                              • W
                                winny1900 @Rene_HM last edited by

                                @rene_hm okay das heißt wenn ich möchte das heatpump tqa ausgelesen wird, muss ich das dann da eintragen. Der Abfrage Punkt wäre tqa,usw......

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

                                  @winny1900 du musst den Namen des Datenpunktes (z.Bsp. tqa) eintragen. Bei mir sieht das so aus:

                                  bild.PNG

                                  W 1 Reply Last reply Reply Quote 0
                                  • W
                                    winny1900 @Rene_HM last edited by

                                    @rene_hm

                                    Wie ist den die richtige Schreibweise ? 2.JPG 1.JPG

                                    hier heißt es buffer nominal und in der HTML nur nominal. Nominal gibt es auch mehrmal.

                                    Müsste ich dann nominal, eitragen oder buffernominal, ??

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

                                      @winny1900 schau bitte die Datenpunkte in ioBroker an. Dort nimmst du den nur Namen des Datenpunktes.

                                      W 1 Reply Last reply Reply Quote 0
                                      • W
                                        winny1900 @Rene_HM last edited by

                                        @rene_hm muss ich dafür Telnet haben ?

                                        Weil die Werte stehen so in der Config.

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

                                          @winny1900 nein, siehe hier (als Beispiel):
                                          bild.PNG

                                          1 Reply Last reply Reply Quote 0
                                          • W
                                            winny1904 last edited by

                                            2.PNG 1.PNG

                                            hab ich ja so richtig.

                                            Der Wert ist von 17:37 Uhr . Aktuell sind es 22,3

                                            3.PNG

                                            Nach dem ich auf dem PI
                                            ebusctl r -c temperature tqa1

                                            wird wieder Aktualsiert

                                            Rene_HM 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

                                            901
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            ebus adapter
                                            71
                                            700
                                            153697
                                            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