Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. [Aufruf] Bring! Adapter

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    [Aufruf] Bring! Adapter

    This topic has been deleted. Only users with topic management privileges can see it.
    • foxriver76
      foxriver76 Developer last edited by Jey Cee

      Moin moin,

      habe einen Adapter geschrieben, der die Bring! Einkaufslisten App ausliest. Der Adapter ist aktuell in der ersten Version verfügbar.

      Der Adapter erstellt für jede Liste einen Channel und darunter ein paar States. Der State Content, beinhaltet die aktuelle Liste als JSON und mit dem removeItem State könnt ihr ein Item von der Liste entfernen, bzw. mit moveToRecentContent zur kürzlich hinzugefügt Liste verschieben sowie mit dem saveItem State ein Item zur Liste hinzufügen.

      Wenn ihr in den saveItem State ein Komma macht, wird alles nach dem ersten Komma als Spezifikation des Items gewertet und in der App unter dem Item angezeigt.

      Die polling-Zeit für alle Listen ist hart auf 90 Sekunden fest gelegt und nach einem stateChange (z. B. hinzufügen eines Items mittels ioB) wird innerhalb von ca. 1 Sekunde die zugehörige Liste gepollt.

      Ebenfalls bringt der Adapter ein Widget mit:

      Bildschirmfoto von 2019-03-10 13-26-04.png

      Konfiguration des Widgets:

      Vor 1.6.0:
      Bildschirmfoto von 2019-03-26 23-32-15.png

      Ab 1.6.0:
      Bildschirmfoto von 2019-08-05 05-30-11.png

      Es müssen die entsprechenden States gewählt werden, wie im Screenshot zu sehen.
      WICHTIG:
      Es muss ab Version 1.6.0 nur noch ein State gewählt werden. Und zwar die ListenId, also der Channel der Liste. Auch wurde die Möglichkeit die recent Liste von der Höhe zu beschränken über die Zeit abgehschafft (da sie unter der Annahme einer potentiell sehr langen Liste eingeführt wurde, die API allerdings maximal 12 Artikel liefert)

      • Platzhalter --> repräsentiert den Text, der oben im Eingabefeld eingeblendet wird.
      • Breite und Höhe der Artikel in px --> Kann zum skalieren der Kacheln verwendet werden, falls leer gelassen --> 116px

      Ganz normal installieren via Admin oder cli.

      -> Der Adapter erfordert Nodejs 8 oder höher.

      beste Grüße

      fox

      Holger76 1 Reply Last reply Reply Quote 7
      • Holger76
        Holger76 @foxriver76 last edited by

        Hammer, schaut schon mal super aus ! Mal schauen, wie ich das in meine Vis einbinde..
        Ich teste mal bissl und gebe dann RM

        foxriver76 1 Reply Last reply Reply Quote 0
        • FredF
          FredF Most Active Forum Testing last edited by

          Top!
          Installation nur auf einem Linux System möglich... Hat auch gleich in meinem Multihost System den RasPi gewählt.
          Einkaufsliste synchronisiert schnell.
          Ich teste weiter. 😎

          1 Reply Last reply Reply Quote 0
          • foxriver76
            foxriver76 Developer @Holger76 last edited by

            @Holger76 said in [Aufruf] Bring! Adapter:

            Hammer, schaut schon mal super aus ! Mal schauen, wie ich das in meine Vis einbinde..
            Ich teste mal bissl und gebe dann RM

            Ich bin hier auch gerne für Anregungen offen, wie sich die Informationen besser darstellen lassen. In vis lässt sich die Liste meines Wissens nach aktuell nur mit dem json-List Widget visualisieren.

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

              hab ich schon hinbekommen, danke 🙂 mit den json listen stehe ich allerdings etwas auf Kriegsfuß, die lassen sich bei mir von der Erscheinung her nicht optimal einbinden... ist auch mal eine Html Ausgabe geplant ? Das wäre top.
              Ob ich add und remove verwenden werde, bezweifle ich.. dafür gibts bei mir in jedem Raum eine Alexa, da geht das einfach viel schneller 🙂 Aber für die Übersicht (dass man bald mal Einkaufen sollte) ist es echt gut.
              Mir würde noch ein Counter in jeder Liste helfen, also Anzahl der Einträge

              foxriver76 1 Reply Last reply Reply Quote 0
              • R
                RappiRN Most Active last edited by RappiRN

                Hab ich auch installiert, läuft problemlos.
                Warum wird aber mein, in der App gennantes Toilettenpapier, in ioBroker als WC-Papier bezeichnet? Ist der Grund dafür, dass der Name beim Eingeben vorgeschlagen wurde?

                Enrico

                foxriver76 1 Reply Last reply Reply Quote 0
                • foxriver76
                  foxriver76 Developer @Holger76 last edited by foxriver76

                  @Holger76 said in [Aufruf] Bring! Adapter:

                  hab ich schon hinbekommen, danke 🙂 mit den json listen stehe ich allerdings etwas auf Kriegsfuß, die lassen sich bei mir von der Erscheinung her nicht optimal einbinden... ist auch mal eine Html Ausgabe geplant ? Das wäre top.
                  Ob ich add und remove verwenden werde, bezweifle ich.. dafür gibts bei mir in jedem Raum eine Alexa, da geht das einfach viel schneller 🙂 Aber für die Übersicht (dass man bald mal Einkaufen sollte) ist es echt gut.
                  Mir würde noch ein Counter in jeder Liste helfen, also Anzahl der Einträge

                  Mit welchem Widget würdest du das dann visualisieren? Einfach Basic HTML? Also den Counter habe ich bei mir lokal schon drin und auch mal was um die JSON Dateien nach HTML zu transformieren. Nur da ich selbst wenig in vis mache, weiß ich nicht ob es extra was für HTML Tabellen gibt.

                  Aktuell würde er:

                  [{"specification":"","name":"Sauerkraut"},{"specification":"","name":"Kartoffeln"},{"specification":"Weleda","name":"Duschmittel"},{"specification":"","name":"Multivitaminsaft"},{"specification":"","name":"Peperonie"},{"specification":"","name":"Kakao"},{"specification":"Bulgur","name":"Salat"},{"specification":"schön toll aus Leder","name":"Jacke"},{"specification":"6x1,5 L 2,69 Euro Main Center","name":"Vittel"},{"specification":"test","name":"Hose"},{"specification":"WC","name":"WC-Papier"}]
                  

                  zu

                  <table><thead><tr><th class="string">specification</th><th class="string">name</th></tr></thead><tbody><tr><td class="string"></td><td class="string">Sauerkraut</td></tr><tr><td class="string"></td><td class="string">Kartoffeln</td></tr><tr><td class="string">Weleda</td><td class="string">Duschmittel</td></tr><tr><td class="string"></td><td class="string">Multivitaminsaft</td></tr><tr><td class="string"></td><td class="string">Peperonie</td></tr><tr><td class="string"></td><td class="string">Kakao</td></tr><tr><td class="string">Bulgur</td><td class="string">Salat</td></tr><tr><td class="string">schön toll aus Leder</td><td class="string">Jacke</td></tr><tr><td class="string">6x1,5 L 2,69 Euro Main Center</td><td class="string">Vittel</td></tr><tr><td class="string">test</td><td class="string">Hose</td></tr><tr><td class="string">WC</td><td class="string">WC-Papier</td></tr></tbody></table>
                  

                  parsen.

                  Holger76 1 Reply Last reply Reply Quote 0
                  • foxriver76
                    foxriver76 Developer @RappiRN last edited by

                    @RappiRN said in [Aufruf] Bring! Adapter:

                    Hab ich auch installiert, läuft problemlos.
                    Warum wird aber mein, in der App gennantes Toilettenpapier, in ioBroker als WC-Papier bezeichnet? Ist der Grund dafür, dass der Name beim Eingeben vorgeschlagen wurde?

                    Enrico

                    Kann ich dir leider nicht sagen. Ist bei mir allerdings genauso.

                    1 Reply Last reply Reply Quote 0
                    • R
                      RappiRN Most Active last edited by RappiRN

                      Danke für die Info! ☺

                      Nach dem Tageswechsel habe ich vom Adapter nur noch Fehlermeldungen, ein Neustart hat nicht geholfen!

                      Edit: Halt, Stop, nach dem Neustart hat sich der Adapter wieder gefangen!
                      Edit 2: Ich habe den Log-Ausschnitt nochmal fast komplettiert von der ersten Fehlermeldung nach dem Tageswechsel bis zum Neustart des Adapters. Leider gehen "nur" 30.000 Zeichen, die reichen nicht für die kompletten Zeilen, Meldungen wiederholen sich aber.

                      ```
                      2019-02-13 00:02:04.227 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:02:04.892 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:02:04.896 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:02:04.948 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:02:04.950 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:02:04.959 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:02:04.969 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:02:04.974 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:02:04.976 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:02:05.130 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:02:05.132 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:02:05.133 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:02:05.135 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:02:05.136 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:02:05.205 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:02:52.482 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:02:52.533 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:02:52.752 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:02:52.754 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:02:52.757 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:02:52.759 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:02:52.762 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:02:52.765 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:02:52.767 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:02:52.770 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:02:52.773 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:02:52.785 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:02:52.788 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:02:52.790 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.205 - warn: bring.0 Cannot get users from list: RequestError: Error: read ECONNRESET
                      2019-02-13 00:03:06.206 - warn: bring.0 Cannot get lists: RequestError: Error: read ECONNRESET
                      2019-02-13 00:03:06.209 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.210 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.212 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.240 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.242 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.244 - warn: bring.0 Cannot get users from list: RequestError: Error: read ECONNRESET
                      2019-02-13 00:03:06.248 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.250 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.268 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.270 - warn: bring.0 Cannot get lists: RequestError: Error: read ECONNRESET
                      2019-02-13 00:03:06.272 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.285 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.288 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.290 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.293 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.295 - warn: bring.0 Cannot get users from list: RequestError: Error: read ECONNRESET
                      2019-02-13 00:03:06.298 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.300 - warn: bring.0 Cannot get lists: RequestError: Error: read ECONNRESET
                      2019-02-13 00:03:06.303 - warn: bring.0 Cannot get users from list: RequestError: Error: read ECONNRESET
                      2019-02-13 00:03:06.305 - warn: bring.0 Cannot get lists: RequestError: Error: read ECONNRESET
                      2019-02-13 00:03:06.308 - warn: bring.0 Cannot get users from list: RequestError: Error: read ECONNRESET
                      2019-02-13 00:03:06.311 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.314 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.317 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.320 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.322 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.325 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.328 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.331 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.334 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.336 - warn: bring.0 Cannot get users from list: RequestError: Error: read ECONNRESET
                      2019-02-13 00:03:06.339 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.343 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.345 - warn: bring.0 Cannot get lists: RequestError: Error: read ECONNRESET
                      2019-02-13 00:03:06.348 - warn: bring.0 Cannot get users from list: RequestError: Error: read ECONNRESET
                      2019-02-13 00:03:06.351 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.354 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.358 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.361 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.364 - warn: bring.0 Cannot get lists: RequestError: Error: read ECONNRESET
                      2019-02-13 00:03:06.367 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.369 - warn: bring.0 Cannot get users from list: RequestError: Error: read ECONNRESET
                      2019-02-13 00:03:06.372 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.374 - warn: bring.0 Cannot get lists: RequestError: Error: read ECONNRESET
                      2019-02-13 00:03:06.377 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.380 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.382 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.384 - warn: bring.0 Cannot get lists: RequestError: Error: read ECONNRESET
                      2019-02-13 00:03:06.387 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.692 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.694 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.697 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.700 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.702 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.704 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.706 - warn: bring.0 Cannot get lists: RequestError: Error: read ECONNRESET
                      2019-02-13 00:03:06.709 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.712 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.716 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.719 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.722 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.725 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.728 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.730 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.733 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.736 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.739 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.742 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.744 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.747 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.749 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.752 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.754 - warn: bring.0 Cannot get lists: RequestError: Error: read ECONNRESET
                      2019-02-13 00:03:06.756 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.759 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.761 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.763 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.766 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.768 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.771 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.773 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.775 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.778 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.780 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.782 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.785 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.787 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.789 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.791 - warn: bring.0 Cannot get lists: RequestError: Error: read ECONNRESET
                      2019-02-13 00:03:06.793 - warn: bring.0 Cannot get users from list: RequestError: Error: read ECONNRESET
                      2019-02-13 00:03:06.796 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.798 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.800 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.803 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.805 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.829 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.831 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.833 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.834 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.836 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.838 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.840 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.841 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.843 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.845 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.847 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.848 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.851 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.853 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.855 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.857 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.858 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.860 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.862 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.865 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.867 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.869 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.870 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.872 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.874 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.876 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.877 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.879 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.881 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.882 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.884 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.894 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.897 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.899 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.902 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.904 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.905 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.907 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.909 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.911 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.913 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.914 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.925 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.927 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.929 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.931 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.932 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.934 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.936 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.938 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.940 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.942 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.943 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.945 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.947 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.949 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.950 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.952 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.954 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.956 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.957 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.959 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.961 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.963 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.965 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.978 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.981 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.983 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.986 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.989 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.991 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:06.993 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:07.025 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:32.044 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.347 - warn: bring.0 Cannot get lists: RequestError: Error: read ECONNRESET
                      2019-02-13 00:03:45.593 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.597 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.601 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.603 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.605 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.607 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.609 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.611 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.612 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.616 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.618 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.622 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.629 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.631 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.715 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.717 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.719 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.721 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.722 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.724 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.726 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.728 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.730 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.732 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.733 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.735 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.737 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.739 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.741 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.742 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.744 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.746 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.748 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.750 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.752 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.753 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:45.906 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:53.826 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:53.828 - warn: bring.0 Cannot get lists: RequestError: Error: socket hang up
                      2019-02-13 00:03:53.829 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:53.831 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:03:53.832 - warn: bring.0 Cannot get users from list: RequestError: Error: socket hang up
                      2019-02-13 00:04:17.616 - info: host.Orange-Pi object change system.adapter.bring.0
                      2019-02-13 00:04:17.617 - info: host.Orange-Pi "system.adapter.bring.0" disabled
                      2019-02-13 00:04:21.239 - info: host.Orange-Pi object change system.adapter.bring.0
                      2019-02-13 00:04:21.306 - info: host.Orange-Pi instance system.adapter.bring.0 started with pid 31993
                      2019-02-13 00:04:28.448 - info: bring.0 starting. Version 0.0.4 in /opt/iobroker/node_modules/iobroker.bring, node: v8.14.0

                      Enrico

                      foxriver76 1 Reply Last reply Reply Quote 0
                      • foxriver76
                        foxriver76 Developer @RappiRN last edited by

                        @RappiRN Muss ich mir mal anschauen, vor allem warum dann gleich dieser enorme Spam kommt.

                        1 Reply Last reply Reply Quote 0
                        • R
                          RappiRN Most Active last edited by RappiRN

                          Da ist ja auch eine Code 7 Meldung dabei, kann es sein, dass der Adapter durch irgendwas mehrfach gestartet wurde?
                          Momentan habe ich wieder Fehlermeldungen, auch wieder mit Code 7 Meldungen.
                          Log kommt gleich!

                          Enrico

                          ```
                          bring.0 2019-02-13 00:11:32.021 warn Cannot get lists: StatusCodeError: 404 - ""
                          bring.0 2019-02-13 00:11:32.020 warn Cannot get lists: StatusCodeError: 404 - ""
                          bring.0 2019-02-13 00:11:32.019 warn Cannot get lists: StatusCodeError: 404 - ""
                          bring.0 2019-02-13 00:11:31.677 warn Cannot get users from list: StatusCodeError: 401 - ""
                          bring.0 2019-02-13 00:11:31.676 warn Cannot get users from list: StatusCodeError: 401 - ""
                          bring.0 2019-02-13 00:11:31.676 warn Cannot get users from list: StatusCodeError: 401 - ""
                          bring.0 2019-02-13 00:11:18.348 info starting. Version 0.0.4 in /opt/iobroker/node_modules/iobroker.bring, node: v8.14.0
                          bring.0 2019-02-13 00:11:18.348 info starting. Version 0.0.4 in /opt/iobroker/node_modules/iobroker.bring, node: v8.14.0
                          bring.0 2019-02-13 00:11:18.348 info starting. Version 0.0.4 in /opt/iobroker/node_modules/iobroker.bring, node: v8.14.0
                          bring.0 2019-02-13 00:11:16.403 info starting. Version 0.0.4 in /opt/iobroker/node_modules/iobroker.bring, node: v8.14.0
                          bring.0 2019-02-13 00:11:16.401 info starting. Version 0.0.4 in /opt/iobroker/node_modules/iobroker.bring, node: v8.14.0

                          host.Orange-Pi 2019-02-13 00:26:26.458 error instance system.adapter.bring.0 terminated with code 7 (Adapter already running)
                          bring.0 2019-02-13 00:24:34.898 warn Cannot get users from list: RequestError: Error: socket hang up
                          bring.0 2019-02-13 00:24:34.898 warn Cannot get users from list: RequestError: Error: socket hang up
                          bring.0 2019-02-13 00:24:34.898 warn Cannot get users from list: RequestError: Error: socket hang up
                          bring.0 2019-02-13 00:24:34.898 warn Cannot get users from list: RequestError: Error: socket hang up
                          bring.0 2019-02-13 00:24:34.898 warn Cannot get users from list: RequestError: Error: socket hang up
                          bring.0 2019-02-13 00:24:34.898 warn Cannot get lists: RequestError: Error: socket hang up
                          bring.0 2019-02-13 00:24:34.898 warn Cannot get lists: RequestError: Error: socket hang up
                          bring.0 2019-02-13 00:24:34.898 warn Cannot get lists: RequestError: Error: socket hang up
                          bring.0 2019-02-13 00:24:34.898 warn Cannot get lists: RequestError: Error: socket hang up
                          bring.0 2019-02-13 00:24:34.898 warn Cannot get lists: RequestError: Error: socket hang up
                          bring.0 2019-02-13 00:24:34.898 warn Cannot get users from list: RequestError: Error: socket hang up
                          bring.0 2019-02-13 00:24:34.898 warn Cannot get users from list: RequestError: Error: socket hang up
                          bring.0 2019-02-13 00:24:34.898 warn Cannot get users from list: RequestError: Error: socket hang up
                          bring.0 2019-02-13 00:24:34.898 warn Cannot get users from list: RequestError: Error: socket hang up
                          bring.0 2019-02-13 00:24:34.898 warn Cannot get users from list: RequestError: Error: socket hang up

                          1 Reply Last reply Reply Quote 0
                          • Holger76
                            Holger76 @foxriver76 last edited by

                            @foxriver76 said in [Aufruf] Bring! Adapter:

                            > <table><thead><tr><th class="string">specification</th><th class="string">name</th></tr></thead><tbody><tr><td class="string"></td><td class="string">Sauerkraut</td></tr><tr><td class="string"></td><td class="string">Kartoffeln</td></tr><tr><td class="string">Weleda</td><td class="string">Duschmittel</td></tr><tr><td class="string"></td><td class="string">Multivitaminsaft</td></tr><tr><td class="string"></td><td class="string">Peperonie</td></tr><tr><td class="string"></td><td class="string">Kakao</td></tr><tr><td class="string">Bulgur</td><td class="string">Salat</td></tr><tr><td class="string">schön toll aus Leder</td><td class="string">Jacke</td></tr><tr><td class="string">6x1,5 L 2,69 Euro Main Center</td><td class="string">Vittel</td></tr><tr><td class="string">test</td><td class="string">Hose</td></tr><tr><td class="string">WC</td><td class="string">WC-Papier</td></tr></tbody></table>
                            > 
                            >
                            

                            das sieht schon mal gut aus und ja, ich nutze da meist html basic oder auch mal basic string unescaped..

                            1 Reply Last reply Reply Quote 0
                            • foxriver76
                              foxriver76 Developer last edited by

                              Table und counter ist in 0.0.6 enthalten. Habs mal getestet mit Basic HTML und den Datenpunkt als Binding eingefügt, so geht es.

                              1 Reply Last reply Reply Quote 0
                              • FredF
                                FredF Most Active Forum Testing last edited by

                                Also ich habe den Adapter auf meinem ioBroker Slave wieder deaktiviert...
                                Irgendwann lag die RAM Nutzung der Instanz bei 400MB... den Auslöser kenne ich nicht, zuerst lief es ja. Aber dann hat sogar die Host Verbindung aufgegeben.
                                Werde erst mal nicht weiter testen, da nur Produktivsystem.

                                foxriver76 1 Reply Last reply Reply Quote 0
                                • R
                                  RappiRN Most Active last edited by

                                  Ich habe jetzt auf die 0.0.6 aktualisiert und wieder gestartet.
                                  Erstmal keine Fehlermeldungen 👍 , werde weiter berichten! ☺

                                  Enrico

                                  1 Reply Last reply Reply Quote 0
                                  • foxriver76
                                    foxriver76 Developer @FredF last edited by foxriver76

                                    @FredF nice-to-know, allerdings sollte der Adapter keine großen Datenmengen im RAM halten. Habe ihn jetzt mal über Nacht laufen gehabt und ist weiterhin eine der Instanzen die am wenigsten RAM zieht bei mir.

                                    Bzw. welche Node Version hast du drauf?

                                    1 Reply Last reply Reply Quote 0
                                    • R
                                      RappiRN Most Active last edited by

                                      Komando zurück! ☹

                                      Die ersten Minuten lief der Adapter fehlerlos und hat aber dann innerhalb von 10 min seinen beanspruchten RAM von ca.4o MB auf über 350 MB angehoben!

                                      Ich kann dir nicht mal Logs liefern, die sind weder beim Download dabei, noch in der aktuellen Anzeige! 😕

                                      Hier mal noch das, was noch angezeigt wird:

                                      ```
                                      Caught 2019-02-13 10:36:16.851 error by controller[424]: (node:13620) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejec
                                      Caught 2019-02-13 10:36:16.851 error by controller[423]: (node:13620) UnhandledPromiseRejectionWarning: Cannot get lists: StatusCodeError: 404 - ""
                                      Caught 2019-02-13 10:36:16.851 error by controller[422]: (node:13620) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejec
                                      Caught 2019-02-13 10:36:16.851 error by controller[422]: (node:13620) UnhandledPromiseRejectionWarning: Cannot get lists: StatusCodeError: 404 - ""
                                      Caught 2019-02-13 10:36:16.851 error by controller[422]: (node:13620) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejec
                                      Caught 2019-02-13 10:36:16.851 error by controller[422]: (node:13620) UnhandledPromiseRejectionWarning: Cannot get lists: StatusCodeError: 404 - ""

                                      foxriver76 1 Reply Last reply Reply Quote 0
                                      • foxriver76
                                        foxriver76 Developer @RappiRN last edited by

                                        @RappiRN Welche Node Version ist drauf?

                                        R 1 Reply Last reply Reply Quote 0
                                        • R
                                          RappiRN Most Active @foxriver76 last edited by

                                          @foxriver76 8.14.0

                                          1 Reply Last reply Reply Quote 0
                                          • foxriver76
                                            foxriver76 Developer last edited by

                                            Ich probiere es mal nachzustellen, und war das gestern auch schon so oder erst seit es die HTML States gibt?

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.0k
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            bring einkaufsliste tester
                                            41
                                            359
                                            49336
                                            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