Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter telegram-menu v.1.6.x

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Test Adapter telegram-menu v.1.6.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • Michael Roling
      Michael Roling Developer @mickemup last edited by

      @michael-inglin Das werde ich mir nächste Woche mal anschauen. Ich würde dich bitten ein Issue auf Github an zu legen, mit den Infos die du hier auch geschrieben hast.

      mickemup B 2 Replies Last reply Reply Quote 0
      • mickemup
        mickemup @Michael Roling last edited by

        @michael-roling Danke, erledigt 🙂

        Michael Roling 1 Reply Last reply Reply Quote 0
        • B
          BobBruni @Michael Roling last edited by BobBruni

          @michael-roling

          Glaub ich habe plötzlich das gleiche Problem mit dem Zeitstempel:
          2be8abc6-5729-4ef1-8ec6-b044c7d8231b-image.png

          4b9523cf-268e-493f-b991-2c8d797412fd-image.png

          Bringt keine Ausgabe mehr... Dieses Setup hat aber schon mal zu 100% funktioniert.
          Was muss ich genau ändern?

          1 Reply Last reply Reply Quote 0
          • Michael Roling
            Michael Roling Developer @mickemup last edited by Michael Roling

            @michael-inglin @BobBruni Oh ich glaube ich habe das falsche überprüft. Ich werde es mir noch einmal anschauen.

            1 Reply Last reply Reply Quote 0
            • Michael Roling
              Michael Roling Developer @mickemup last edited by

              @michael-inglin @BobBruni Ich habe gerade noch mal einen Fix hoch geladen, bitte einmal testen und dann ein Feedback posten

              B mickemup 3 Replies Last reply Reply Quote 1
              • B
                BobBruni @Michael Roling last edited by

                @michael-roling Läuft wieder einwandfrei 👍 Vielen Dank!

                1 Reply Last reply Reply Quote 1
                • mickemup
                  mickemup @Michael Roling last edited by

                  @michael-roling
                  Sry war paar Tage Offline
                  Habe es gerade getestet (mit V2) und funktioniert.
                  Vielen Dank für einen Einsatz

                  1 Reply Last reply Reply Quote 0
                  • mickemup
                    mickemup @Michael Roling last edited by mickemup

                    @michael-roling
                    Hab gerade noch ein bisschen rumgespielt.
                    Kann es sein, dass es eine Limitation von 2 "Abfragen" für die Timestamps gibt?

                    Mein Telegram Output sieht so aus:

                    Garage W: 20.8 °C,  79.2 % Luftfeuchte.
                    Last Update: 11.08  16:19
                    
                    Wohnzimmer: 26.1 °C,  60 % Luftfeuchte. 
                    Last Update: 11.08  17:07
                    
                    Garage W: 20.8 °C,  79.2 % Luftfeuchte. 
                    Last Update: {time.ts,(DD.MM  hh:mm),id:'alias.0.Klima.ShellyHTs.Temp2'}
                    
                    Garage O: 25.1 °C,  64.6 % Luftfeuchte. 
                    Last Update: {time.ts,(DD.MM  hh:mm),id:'alias.0.Klima.ShellyHTs.Temp1'}
                    

                    Beim verschieben der Blöcke per CopyPaste funktionieren immer nur die obersten zwei....

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

                      Vielen Dank erstmal für den tollen Adapter!

                      Ich habe leider Probleme mit der Syntax des setDynamicValue Befehls. Ich möchte einen Stromzählerstand per Telegram Nachricht auf einen Datenpunkt schreiben.

                      Datenpunkt ID: 0_userdata.0.test2
                      RequestText: Bitte Zählerstand eingeben:
                      Type: Number
                      ConfirmText: Zählerstand empfangen

                      Hier ist mein Versuch:
                      b07e2dc3-2445-426c-90d9-bc79bae641a6-image.png

                      Wäre super, wenn mir hier jemand helfen könnte. Vielen Dank schon mal!

                      Michael Roling 1 Reply Last reply Reply Quote 0
                      • Michael Roling
                        Michael Roling Developer @pat 0 last edited by Michael Roling

                        @pat-0 Das ist schon etwas her , aber hier in die Doku habe ich das so rein geschrieben {setDynamicValue:RequestText:Type:ConfirmText:ID:} dabei muss bei ID die ID hin. bitte einmal testen.

                        Ich teste das aber gerade selbst mal eben

                        218705e2-c03d-4dbb-bc4e-ee8724b8c500-image.png

                        Das funktioniert bei mir, nur bekomme ich keinen Rückgabetext, schaue ich mir noch an, und es wird nicht auf die Übersicht Seite weiter geleitet. Ich muss die Doku wohl anpassen

                        pat 0 1 Reply Last reply Reply Quote 0
                        • pat 0
                          pat 0 @Michael Roling last edited by

                          @michael-roling

                          Leider klappt das bei mir noch nicht. Meine Navigation sieht so aus:
                          5aac3b1a-1b45-4972-a5af-0879b90ea78b-image.png

                          Und set state wie folgt
                          a630398c-ea20-498a-bf87-a7fa5676e93d-image.png

                          DIe Navigation läuft problemlos. Nach einen Wert werde ich dann aber nicht abgefragt:
                          8a837f34-edf8-47b3-a0fa-9e4bcd759e6e-image.png

                          Habe alle adapter auf dem neusten Stand. Die Telegram Skripte sind ausgeschaltet. Muss ich noch irgendetwas beachten?

                          Michael Roling 1 Reply Last reply Reply Quote 0
                          • Michael Roling
                            Michael Roling Developer @pat 0 last edited by

                            @pat-0 Da fehlt eine geschweifte Klammer am Ende

                            pat 0 1 Reply Last reply Reply Quote 0
                            • pat 0
                              pat 0 @Michael Roling last edited by

                              @michael-roling

                              In dem Bild fehlte die letzte Zeile:
                              dcf5cc9e-6a1f-42e0-a1a1-57dd3dd44c40-image.png

                              Michael Roling 1 Reply Last reply Reply Quote 0
                              • Michael Roling
                                Michael Roling Developer @pat 0 last edited by

                                @pat-0 Bist du schon weiter gekommen?

                                pat 0 1 Reply Last reply Reply Quote 0
                                • pat 0
                                  pat 0 @Michael Roling last edited by

                                  @michael-roling Ne, leider nicht. Habe jetzt ein Skript geschrieben.

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

                                    @michael
                                    Ist das gewollt das bei der Instanzauswahl nur eine Instanz angezeigt wird?
                                    Ich habe 4 aktiv. Werden aber nicht angezeigt.


                                    b7f9fcc5-0f11-4b76-ba34-0038bf71c726-image.png
                                    64013939-b286-4b4a-bd24-cb2579c548cb-image.png

                                    Noch eine weitere Frage
                                    Mit der neuen Version 2,1 wird bei mir kein Einstellungsseite mehr angezeigt. Der Seite bleibt leer.
                                    875676c2-3765-4e17-bf98-98dfe68678ed-image.png

                                    Michael Roling Negalein 3 Replies Last reply Reply Quote 0
                                    • Michael Roling
                                      Michael Roling Developer @TbsJah last edited by Michael Roling

                                      @tbsjah sollte nicht so sein. Schaue ich mir an.

                                      Du meinst die Telegram Instanzen in den Settings?

                                      1 Reply Last reply Reply Quote 0
                                      • Negalein
                                        Negalein Global Moderator @TbsJah last edited by Negalein

                                        @tbsjah sagte in Test Adapter telegram-menu v.1.6.x:

                                        Mit der neuen Version 2,1 wird bei mir kein Einstellungsseite mehr angezeigt. Der Seite bleibt leer

                                        dito
                                        bei mir auch

                                        @michael-roling

                                        Failed to load resource: the server responded with a status of 404 (Not Found)
                                        13:27:37.976 Prompt.js:15 
                                        ██╗ ██████╗ ██████╗ ██████╗  ██████╗ ██╗  ██╗███████╗██████╗ 
                                        ██║██╔═══██╗██╔══██╗██╔══██╗██╔═══██╗██║ ██╔╝██╔════╝██╔══██╗
                                        ██║██║   ██║██████╔╝██████╔╝██║   ██║█████╔╝ █████╗  ██████╔╝
                                        ██║██║   ██║██╔══██╗██╔══██╗██║   ██║██╔═██╗ ██╔══╝  ██╔══██╗
                                        ██║╚██████╔╝██████╔╝██║  ██║╚██████╔╝██║  ██╗███████╗██║  ██║
                                        ╚═╝ ╚═════╝ ╚═════╝ ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝
                                        
                                        13:27:37.976 Prompt.js:16 Nice to see you here! :) Join our dev community here https://github.com/ioBroker/ioBroker or here https://github.com/iobroker-community-adapters
                                        13:27:37.976 Prompt.js:17 Help us to create open source project with reactJS!
                                        13:27:37.976 Prompt.js:18 See you :)
                                        13:27:37.987 react-dom.production.min.js:216 TypeError: d is not a constructor
                                        n21 @ react-dom.production.min.js:216
                                        1 weiteren Frame anzeigen
                                        Weniger anzeigen
                                        13:27:37.987 react-dom.production.min.js:260 Uncaught TypeError: d is not a constructor
                                        13:27:42.219 fontui.png:1 
                                                
                                                
                                               Failed to load resource: the server responded with a status of 404 (Not Found)
                                        13:27:54.288 Prompt.js:15 
                                        ██╗ ██████╗ ██████╗ ██████╗  ██████╗ ██╗  ██╗███████╗██████╗ 
                                        ██║██╔═══██╗██╔══██╗██╔══██╗██╔═══██╗██║ ██╔╝██╔════╝██╔══██╗
                                        ██║██║   ██║██████╔╝██████╔╝██║   ██║█████╔╝ █████╗  ██████╔╝
                                        ██║██║   ██║██╔══██╗██╔══██╗██║   ██║██╔═██╗ ██╔══╝  ██╔══██╗
                                        ██║╚██████╔╝██████╔╝██║  ██║╚██████╔╝██║  ██╗███████╗██║  ██║
                                        ╚═╝ ╚═════╝ ╚═════╝ ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝
                                        
                                        13:27:54.288 Prompt.js:16 Nice to see you here! :) Join our dev community here https://github.com/ioBroker/ioBroker or here https://github.com/iobroker-community-adapters
                                        13:27:54.288 Prompt.js:17 Help us to create open source project with reactJS!
                                        13:27:54.288 Prompt.js:18 See you :)
                                        13:27:54.291 react-dom.production.min.js:216 TypeError: d is not a constructor
                                            at new g5 (GenericApp.js:256:23)
                                            at new CT1 (app.tsx:41:3)
                                            at jw1 (react-dom.production.min.js:135:172)
                                            at oC1 (react-dom.production.min.js:181:146)
                                            at Jw1 (react-dom.production.min.js:269:427)
                                            at Gw1 (react-dom.production.min.js:250:347)
                                            at von (react-dom.production.min.js:250:278)
                                            at Km (react-dom.production.min.js:250:138)
                                            at _21 (react-dom.production.min.js:243:163)
                                            at h4 (react-dom.production.min.js:237:175)
                                        n21 @ react-dom.production.min.js:216
                                        1 weiteren Frame anzeigen
                                        Weniger anzeigen
                                        13:27:54.291 react-dom.production.min.js:260 Uncaught TypeError: d is not a constructor
                                            at new g5 (GenericApp.js:256:23)
                                            at new CT1 (app.tsx:41:3)
                                            at jw1 (react-dom.production.min.js:135:172)
                                            at oC1 (react-dom.production.min.js:181:146)
                                            at Jw1 (react-dom.production.min.js:269:427)
                                            at Gw1 (react-dom.production.min.js:250:347)
                                            at von (react-dom.production.min.js:250:278)
                                            at Km (react-dom.production.min.js:250:138)
                                            at _21 (react-dom.production.min.js:243:163)
                                            at h4 (react-dom.production.min.js:237:175)
                                        
                                        Michael Roling 1 Reply Last reply Reply Quote 0
                                        • Michael Roling
                                          Michael Roling Developer @Negalein last edited by

                                          @negalein jo ich bin schon dran. 🙈

                                          1 Reply Last reply Reply Quote 1
                                          • Michael Roling
                                            Michael Roling Developer @TbsJah last edited by

                                            @tbsjah @Negalein Ich habe gerade eine neue Version erstellt, 2.1.1 da kommt man wieder in das Menu herein. Dann habe ich selbst noch mal geschaut wegen der Instanz von Telegram, da kann ich selbst aber auswählen zwischen meinen Telegram Instanzen. Im Produktivsystem genau so wie im Entwicklungssystem. Kommen denn irgendwelche Errors? Oder Meldungen im Log?

                                            TbsJah Negalein Alex1808 3 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            914
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            58
                                            1738
                                            614148
                                            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