Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Hardware
    4. Gosund SP111 mit Tasmota 13.2.0 Problem mit DP

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Gosund SP111 mit Tasmota 13.2.0 Problem mit DP

    This topic has been deleted. Only users with topic management privileges can see it.
    • Ralla66
      Ralla66 Most Active @RalfTh last edited by

      @ralfth

      den langen kommentar hast du gelöscht ?
      Telemetrie steht bei mir auf 10

      RalfTh 1 Reply Last reply Reply Quote 0
      • RalfTh
        RalfTh @Ralla66 last edited by RalfTh

        @ralla66 Beides Ja, allerdings immer noch:

        19:19:27.382 MQT: stat/tasmota_B8D3E7/RESULT = {"WebSend":"Connect failed"}

        Ich verstehe das nicht, wenn ich das im Webbrowser aufrufe funktioniert es doch!!!!

        Das ist allerdings neu:

        19:21:50.738 var not found: WebQuery#StatusSNS#ENERGY#Voltage
        19:21:50.740 Wert Volt 0.00
        19:21:50.742 var not found: WebQuery#StatusSNS#ENERGY#Current/1000
        19:21:50.743 Wert Current 0.00
        19:21:50.745 var not found: WebQuery#StatusSNS#ENERGY#Power
        19:21:50.746 Wert Power 0.00
        19:21:50.748 var not found: WebQuery#StatusSNS#ENERGY#Total
        19:21:50.750 Wert Total 0.00
        19:21:50.751 var not found: WebQuery#StatusSNS#ENERGY#Yesterday
        19:21:50.753 Wert Yesterday 0.00
        19:21:50.755 var not found: WebQuery#StatusSNS#ENERGY#Today
        19:21:50.756 Wert Today 0.00
        19:21:50.758 var not found: WebQuery#StatusSNS#ENERGY#ApparentPower
        19:21:50.759 Wert Apparent Power 0.00
        19:21:50.761 var not found: WebQuery#StatusSNS#ENERGY#ReactivePower
        19:21:50.763 Wert Reaktive Power 0.00
        
        Ralla66 1 Reply Last reply Reply Quote 0
        • Ralla66
          Ralla66 Most Active @RalfTh last edited by

          @ralfth

          Die folgenden defines sind nicht mehr Bestandteil my_user_config.h

          #define USE_SCRIPT_GLOBVARS
          #define USE_SCRIPT_STATUS
          #define USE_SCRIPT_STATUS
          #define USE_SCRIPT_FULL_JSON_PARSER

          der Parser zerlegt die Antwort vom websend der Anfrage in Today, Voltage usw.
          Der Parser wird zwingend benötigt.

          RalfTh 2 Replies Last reply Reply Quote 0
          • RalfTh
            RalfTh @Ralla66 last edited by

            @ralla66 OK, dann mach ich mich erst mal da dran un compiliere eine neue .bin

            Melde mich dann wieder. Und vielen Dank für Deine Unterstützung.

            Ralla66 1 Reply Last reply Reply Quote 0
            • RalfTh
              RalfTh @Ralla66 last edited by

              @ralla66 Dieses define steht in der my_user_config.h ??

              1 Reply Last reply Reply Quote 0
              • Ralla66
                Ralla66 Most Active @RalfTh last edited by

                @ralfth

                und nimm bitte alle define USE_xxxxx
                Auf git liefen meine .bin auch nicht,erst die mit Tasmocompiler erstellten
                liefen dann. Probiers mal.

                RalfTh 1 Reply Last reply Reply Quote 0
                • RalfTh
                  RalfTh @Ralla66 last edited by RalfTh

                  @ralla66 Meinst du den GitPod oder ist der Tasmotacompiler noch was anderes. GitPod ist so ne Browsererweiterung auf Basis VSC

                  @ralla66 sagte in Gosund SP111 mit Tasmota 13.2.0 Problem mit DP:

                  #define USE_SCRIPT_GLOBVARS
                  #define USE_SCRIPT_STATUS
                  #define USE_SCRIPT_STATUS
                  #define USE_SCRIPT_FULL_JSON_PARSER

                  Hier ein Auszug aus der my_user_config.h nach der Suche nach dem Wort Script:

                  // -- Rules or Script  ----------------------------
                  // Select none or only one of the below defines USE_RULES or USE_SCRIPT
                  #define USE_RULES                                // Add support for rules (+8k code)
                  //  #define USE_EXPRESSION                         // Add support for expression evaluation in rules (+3k2 code, +64 bytes mem)
                  //    #define SUPPORT_IF_STATEMENT                 // Add support for IF statement in rules (+4k2 code, -332 bytes mem)
                  //  #define USER_RULE1 "<Any rule1 data>"          // Add rule1 data saved at initial firmware load or when command reset is executed
                  //  #define USER_RULE2 "<Any rule2 data>"          // Add rule2 data saved at initial firmware load or when command reset is executed
                  //  #define USER_RULE3 "<Any rule3 data>"          // Add rule3 data saved at initial firmware load or when command reset is executed
                  
                  //#define USE_SCRIPT                               // Add support for script (+17k code)
                  //  #define USE_SCRIPT_FATFS 4                     // Script: Add FAT FileSystem Support
                  //  #define SUPPORT_MQTT_EVENT                     // Support trigger event with MQTT subscriptions (+3k5 code)
                  

                  Und weiter unten:

                  #if defined(USE_RULES) && defined(USE_SCRIPT)
                    #error "Select either USE_RULES or USE_SCRIPT. They can't both be used at the same time"
                  #endif
                  

                  Diese Defines stehen nicht in der aktuellen my_user_config.h . Soll ich die einfach mal in die user_config-override.h eintragen??

                  Ralla66 1 Reply Last reply Reply Quote 0
                  • Ralla66
                    Ralla66 Most Active @RalfTh last edited by Ralla66

                    @ralfth

                    keine Ahnung von my_user_config.h

                    die:

                    #define USE_TIMERS
                    #define USE_SCRIPT
                    #define USE_SCRIPT_GLOBVARS
                    #define USE_SCRIPT_STATUS
                    #define USE_WEBSEND_RESPONSE
                    #define USE_SCRIPT_STATUS
                    #define USE_SCRIPT_FULL_JSON_PARSER
                    #define USE_SCRIPT_JSON_EXPORT
                    #define SUPPORT_MQTT_EVENT
                    #define USE_SML_M
                    #define USE_SCRIPT_WEB_DISPLAY
                    #define USE_SCRIPT_SERIAL

                    tasmoComp.jpg

                    RalfTh 1 Reply Last reply Reply Quote 0
                    • RalfTh
                      RalfTh @Ralla66 last edited by

                      @ralla66 bin gerade völlig überfordert. wie komme ich denn an den Tasmocompiler??

                      Ralla66 1 Reply Last reply Reply Quote 0
                      • Ralla66
                        Ralla66 Most Active @RalfTh last edited by

                        @ralfth

                        Link

                        tasmoComp install.jpg

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

                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        820
                        Online

                        31.7k
                        Users

                        79.8k
                        Topics

                        1.3m
                        Posts

                        4
                        88
                        6005
                        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