Navigation

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

    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

    Bring! Adapter 1.7.0

    This topic has been deleted. Only users with topic management privileges can see it.
    • Stephan Schleich
      Stephan Schleich @foxriver76 last edited by

      @foxriver76 Der Fehler kommt nicht mehr, ich bleibt nun bei 1.4.0

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

        @foxriver76

        Kann man eigentlich die Schriftfarbe ändern? Problem ist, mein Hintergrund in der VIS ist weiß, sodass man die Schrift bei der Eingabe nicht sieht.

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

          @Grantlhaua Weiß nicht ob du das meinst aber CSS Font & Text kannst du die Schrift auf den Kacheln beeinflussen.

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

            @foxriver76 und die Schrift wenn ich etwas neues hinzufüge? Die ist immer weiß, auch wenn ich bei fonts schwarz einstelle

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

              @Grantlhaua War nicht vorgesehen, ist allerdings natürlich möglich. Im Editor unter css z. B.:

              .addArticleText {
                  color: blue !important;
              }
              
              G 1 Reply Last reply Reply Quote 0
              • G
                Grantlhaua @foxriver76 last edited by

                @foxriver76 danke! 🙂 mein Hintergrund ist weiß, deshalb ist weiß als Schriftarbe doof 🙂

                G 1 Reply Last reply Reply Quote 0
                • G
                  Grantlhaua @Grantlhaua last edited by

                  @foxriver76

                  macht er mir leider nicht:

                  2020-12-28 12_38_12-Edit vis.png

                  Ich kenn mich in CSS leider nicht aus 😞 Was mach ich falsch?

                  Danke!

                  O 1 Reply Last reply Reply Quote 0
                  • O
                    Oli @Grantlhaua last edited by Oli

                    @Grantlhaua
                    Lösche mal das Select all raus, anschließend im Widget unter "Allgemein", bei "CSS", den Namen "addArticleText" eintragen.

                    G 1 Reply Last reply Reply Quote 0
                    • G
                      Grantlhaua @Oli last edited by

                      @Oli

                      gibt es leider nicht 😞

                      2020-12-28 15_32_04-CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US.png

                      O 1 Reply Last reply Reply Quote 0
                      • O
                        Oli @Grantlhaua last edited by

                        @Grantlhaua
                        Sorry, ist nicht unter Allgemein, sondern bei "Generell" in "CSS Klassen". Das kommt davon wenn man von unterwegs schreibt

                        G 1 Reply Last reply Reply Quote 0
                        • G
                          Grantlhaua @Oli last edited by

                          @Oli

                          perfekt danke und guten Rutsch 🙂

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

                            Moin, kann es sein das für neue Images der einkaufliste das alte URL Schema nicht mehr korrekt ist?

                            Das sagt der Browser:
                            3ec6e6ff-ec95-4ca8-a120-aa3637438c1c-image.png
                            So sollte es ausehen:
                            71c56c41-2548-4805-899a-438b74f2a165-image.png
                            So sieht es aus:
                            434289b0-df21-4219-a690-277a76e3ed5f-image.png

                            Und auf web.getbring.com ist es ein Base64 String:
                            06dd7d06-dc0a-4fa1-8b3c-34569c310faa-image.png

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

                              @idlebit sagte in Bring! Adapter 1.7.0:

                              Moin, kann es sein das für neue Images der einkaufliste das alte URL Schema nicht mehr korrekt ist?

                              Das Schema war schon immer nur eine Heuristik, er probiert https://web.getbring.com/assets/images/items/artikel und wenn das nicht geht, https://web.getbring.com/assets/images/items/anfangsbuchstabe-artikel. Ich denke die Webapp macht da was clevereres, könnte man bei Gelegenheit nochmal anschauen, ob man die Bilder im gleichen Schema wie die Webapp abholen kann. Weiß nicht ob ich mir das damals genauer angeschaut habe.

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

                                @foxriver76 Ich nutze Bring ohne dediziertes Konto über mein Google Account.
                                Wenn ich meine Google Credentials in der Instanz eintrage landen sie auch als aes-256 im RAW.
                                Im Log bekomme ich folgenden Fehler:

                                2022-01-20 22:33:14.433 - info: bring.0 (1619666) starting. Version 1.7.9 in /opt/iobroker/node_modules/iobroker.bring, node: v14.18.3, js-controller: 3.3.22
                                2022-01-20 22:33:15.101 - warn: bring.0 (1619666) Error: Cannot Login: 401 - "{\"message\":\"email password combination not existing\",\"error\":\"unauthorized\",\"error_description\":\"Not authorized to access this resource\",\"errorcode\":200}"
                                2022-01-20 22:33:15.102 - info: bring.0 (1619666) [LOGIN] Reconnection in 30 seconds
                                2022-01-20 22:33:15.502 - warn: bring.0 (1619666) Error: Cannot get user settings: 401 - "{\"message\":\"JWT access token is not valid\",\"error\":\"invalid_token\",\"error_description\":\"The access token is invalid or expired\",\"errorcode\":201}"
                                2022-01-20 22:33:15.887 - warn: bring.0 (1619666) Error: Cannot get lists: 401 - "{\"message\":\"JWT access token is not valid\",\"error\":\"invalid_token\",\"error_description\":\"The access token is invalid or expired\",\"errorcode\":201}"
                                2022-01-20 22:33:16.281 - warn: bring.0 (1619666) Error: Cannot Login: 401 - "{\"message\":\"email password combination not existing\",\"error\":\"unauthorized\",\"error_description\":\"Not authorized to access this resource\",\"errorcode\":200}"
                                2022-01-20 22:33:16.282 - info: bring.0 (1619666) [LOGIN] Reconnection in 30 seconds
                                2022-01-20 22:33:38.736 - info: bring.0 (1619666) Got terminate signal TERMINATE_YOURSELF
                                2022-01-20 22:33:38.737 - info: bring.0 (1619666) [END] Stopping Bring! adapter...
                                

                                Funktioniert der Adapter wenn man sein Google Konto für Bring nutzt oder muss ich auf ein "echtes" Konto umstellen?

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

                                  @diginix du musst zumindest in bring ein mal ein separates pw vergeben, extra Konto benötigst du nicht

                                  Diginix 1 Reply Last reply Reply Quote 1
                                  • Diginix
                                    Diginix @foxriver76 last edited by Diginix

                                    @foxriver76 Danke, hat funktioniert!
                                    Wäre vllt ein Hinweis in der readme wert.

                                    Wofür ist die Benachrichtigung über zB Telegram bzw wann wird da was gemeldet?
                                    Bisher erhalte ich da weder bei neuen/gelöschten Einträgen über die Bring App/Alexa Skill oder wenn ich sie über den Adapter hinzufüge/lösche etwas.

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

                                      @diginix dp messageTrigger nutzen, ja kann ich bei Bedarf mal rein schreiben

                                      Diginix 1 Reply Last reply Reply Quote 1
                                      • Diginix
                                        Diginix @foxriver76 last edited by

                                        @foxriver76 Alle klar. Der Button hatte kein def value nach der Installation. Wäre er false gewesen, hätte ich es wahrs. wahrgenommen und ihn mal auf true gesetzt.
                                        Telegram funktioniert übrigens nur wenn man "alle Empfänger" wählt.
                                        Die Liste mit den existierenden sieht auch etwas gewürfelt aus:

                                        f9b30370-8602-48ff-ad21-81a04767e546-image.png

                                        Bei allen außer "alle Empfänger" kommt im Log:

                                        2022-01-21 16:32:33.282 - warn: telegram.0 (1153) 1 of 1 recipients are unknown!
                                        2022-01-21 16:32:33.287 - info: bring.0 (1734889) Sent shopping list to telegram.0
                                        
                                        foxriver76 1 Reply Last reply Reply Quote 0
                                        • foxriver76
                                          foxriver76 Developer @Diginix last edited by

                                          @diginix letztendlich werden die aus der angegebenen Telegram Instanz gelesen (State communicate.users) und so aufgeführt. Da ich nix Frontend habe ich das auch damals von nem anderen Adapter kopiert.

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

                                            @foxriver76 Da hat sich vor Monaten/Jahr mal was im telegram Adapter geändert.
                                            telegram.0.communicate.users sieht bei mir so aus:

                                            {"123456789":{"firstName":"Foo","userName":"bar"},"987654321":{"firstName":"Baz","userName":"tux"}}
                                            

                                            D.h. da müsste bei bring wahrs. was angepasst werden. Musste es zumindest damals auch bei einem anderen Adapter, den ich verwende, der das auch automatisch ausliest. Backitup beherrscht es z.B. auf jeden Fall richtig.
                                            Mich stört der Bug nicht. Ich werde es auch nicht verwenden. Wollte es nur erwähnt haben. Selbst wenn ich die Liste per Telegram mal bräuchte, würde ich es dann selbst skripten.

                                            foxriver76 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            642
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            bring test verschlüsselung
                                            16
                                            89
                                            6117
                                            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